Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.
Mark Sherstan edited this page Aug 11, 2020 · 8 revisions

Navigation

Refer to the links in the side bar or below for help:

Some general commands:

Update linux Packages

$ sudo apt-get update
$ sudo apt-get upgrade

Install and Use tmux

Install tmux with $ sudo apt install tmux

Enter tmux to create a session. Enter control+b then d to exit the session Enter tmux attach to rejoin a session

Memory and Storage Usage:

$ free -m 
$ df -h

Archived Guides