Alekos Filini - @afilini
$ cd # change dir
$ ls # list its content
$ mkdir # new directory
$ cp # copy a file
$ mv # move a file
$ sudo # run as admin
$ useradd # create a user
$ chown # change-owner
$ tar # handle archives
# `xf` to extract
$ wget # download files
$ gpg # verify signatures
$ sha256sum # compute the SHA256 of a file
$ vim # text editor
01EA 5486 DE18 A882 D4C2
6845 90C8 019E 36C2 E964
gpg --keyserver keys.gnupg.net --recv-keys <KEY ID>