Developer things, both little and small, which I learned along the way.
- If Statements in Bash
- Check For Empty String in Bash
- Make a Custom Shell Prompt
- Escape ANSI Sequences to Avoid Shell Prompt Malfunctions
- Toggle Debug Mode for Command Output
- Add User To Sudo Group
- Convert Putty (PPK) SSH key file to OpenSSH key file
- SSH Key File Permissions Must Be Exact
- Grep For a String With .cfc File Type
- Restore Deleted Files from Older Commits
- Discover Why Git Won't Track a File
- Remove File From Last Git Commit
- Cherry Pick a Commit From a Detached Head
- Delete a Remote Branch
- Stash Specific Files and Filenames
- Write getter and setter functions in an object literal
- Ignore Right-click Events in a
mousedown
Event Handler