Section: Server Stuff
Suspending in Bash: Quickly switch between running processes in bash
November 14, 2019 · 1 min read
Ctrl z (to suspend), and then use bg/fg/jobs to switch between suspended jobs
Bash Parameter Expansions (!$, etc)
September 26, 2019 · 1 min read
A quick overview of important time savers when using bash.
Vimattack: How to get someone's database credentials while they are editing config files on a live server
September 26, 2019 · 2 min read
USing vim's .swp files to grab info about open files.
Linux Command Cheatsheet: Disk usage and filesize cheatsheet
September 26, 2019 · 5 min read
Show disk usage, file sizes, how large (in bytes) each directory is, etc.
Exporting data with mysqldump
August 28, 2019 · 2 min read
Backup and export mysql (mariadb) dumps with mysqldump