Sysadmin's notebook is a quick way to write and search notes while working on computer systems. Type sysadmin to edit the notes or sysadmin <searchstring> to search the notes. The notes are saved in a file called sysadmin.txt. The file includes Bash commands, Linux, Raspberry pi, MacOS, Nano editor, VI, and youtube keyboard shortcuts. The sysadmin Bash alias is listed here.
sysadmin () { if [ $# -eq 0 ]; then nano -w ~/web/writing/unix/sysadmin.txt; else grep -i --color=auto -i "$1" ~/web/writing/sysadmin/sysadmin.txt; fi }
The current sysadmin.txt file is listed here.
dave@worldsworstwriter.org 2023-07-16