Linux - Terminal shortcuts
Ctrl + ALt + T : Open a new terminal
Ctrl + L: Clear output in the terminal
Ctrl + D: Close the terminal
Ctrl + A: Move cursor to beginning
Ctrl + E: Move cursor to the end
Ctrl + U: Delete characters before cursor
Ctrl + C: Terminate currently running process
Ctrl + Z: Stop currently running process which can be resumed later