MarioJuniorPro
8/24/2018 - 4:21 PM

Linux

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