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 πŸ§ ”

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 πŸ””