Linux
# Bash PDF # https://learncodethehardway.org/unix/bash_cheat_sheet.pdf # kill process ctrl + x # send to process background ctrl + z # toogle background process to foreground fg # Scroll top Shift + PgUp # Scroll down Shift + PgDown