Notes from video: You can also get the most current version of the above via git:
Category Archives: Uncategorized
How To Learn (Linux) Better π§
The best way to learn new information is to make it useful. UTILITY is key! π For example, VIM has a lot of commands for splitting windows, creating tabs, managing buffers, etc. I struggle to βmake this, make senseβ. === Finally βοΈ, once I installed a VIM plugin for git – fugitive – all theContinue reading “How To Learn (Linux) Better π§ ”
Git Intro: For Linux Administrators
Locus of Control
**Picture is not my own
Run Shell Commands in VIM
Did You Know?.. You can run shell commands from within VIM? Here’s how π
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:
How To Implement Keychain π
The Problem If you are sick of re-entering your SSH passphrase per login shell π… SSH-Agent: Keychain will allow you to enter your SSH passphrase per system reboot, π² How??? Keychain will automatically re-use your pre-existing ssh-agent process and have instant access to any pre-loaded keys and passphrases. Keychain: **Keychain is just a front-end toContinue reading “How To Implement Keychain π”
