Tips for beginners

Desktop

Console

SSH tips

tmux

If you disconnect from SSH server, process on the ssh session are terminated.
But by using tmux, your terminal and process on it running on background after disconnected from SSH server. And you can continue working with the terminal later even if you connect the server using a different client. tmux also has many useful features when you are working with ssh. Read this site for more detail.
Top