Did You Know?.. You can run shell commands from within VIM? Here’s how 👇
Category Archives: Uncategorized
TMUX Architecture
I’m developing more YouTube videos and one of them is: Introduction to TMUX Here’s what I have so far: A couple of things to note:
Git 3-Way Merge
Did you know?.. When merging 2 divergent branches in Git, you perform a Recursive (or 3-Way) Merge. This involves the two branch tips and the common ancestor. This video shows you what that looks 👀 like.
What Linus Torvalds REALLY Thinks About NVIDIA 👀
String Substitution in VIM
VIM has a “find and replace” feature called string substitution: Here’s a quick introduction by me:
Benefit of Keychain over ssh-agent
Keychain is actually a front-end to ssh-agent Old Way New Way Keychain will re-use your original ssh-agent. Not create a new instance per shell. Some of the images are not my own 🙂 Keychain Concepts Here I explain the concepts that make up ssh key authentication and keychain: Demonstration Here, I show you how toContinue reading “Benefit of Keychain over ssh-agent”
Writing Lesson ✍️📃
I read from @david_perell writing is as much discovery as it is refining your thinking. So true! I’m writing my script for a new YouTube video and what began as: “what do I talk about on this subject” is turning into: “Oh wait, I forgot about that” And “Ooh, and I forgot about this too”.Continue reading “Writing Lesson ✍️📃”
Viewing Daemon States With Systemctl
Here’s 2 ways to view the same state information with ‘systemctl’. Option A Option B
What IS Personal Responsibility?
If you read plenty of personal development literature, you always here the concept of Personal Responsibility. But what does it REALLY MEAN and how do you practice this??? Here’s one way to ACTUALLY PRACTICE Personal Responsibility: Don’t focus on resources, focus on resourcefulness Can’t remember and too lazy to look up If you focus onContinue reading “What IS Personal Responsibility?”