CLI tools
find, search, grep
find use cases: find ./subfolder -name sample.txt - Search a file with specific name find ./subf...
Cronjob, tar, autostart, sudo, ln
cronjob execute all listed cronjobs: crontab -l | grep -v '^#' | cut -f 6- -d ' ' | while read C...
CLI Editor
nano cli parameters/flags -c, --const - Constantly display the cursor position and line number ...
user management
create user useradd john set password passwd john create user with root privilages: useradd...
disk/file management
disk show disk size check disk space: df -h - human readable show folder size show folder s...
tmux
links tutorial cheatsheet configs edit file ~/.tmux.conf as you like -> gpakosz github keyboar...
basic
suspend and continue Ctrl - z suspend command fg to continue