Linux - Page 7

Zip Or Compress Directory On Linux

tar -czvf [FILENAME].tar.gz [DIRECTORY]

Bash Redirect Output To File (stdout and stderr)

command > output.log 2>&1

Install Ubuntu Updates (command line)

sudo apt-get update && sudo apt-get upgrade

Show Linux Directory Structure As Ascii Text
Check Ubuntu Version

lsb_release -a

How To Remove Old Linux Kernel Images (Ubuntu)

Don't delete them using 'rm'.

How To Check Directory Size On Linux

Find out which directory occupy the most disk space, usually for cleanup purpose.

Linux Mount Disk
Ubuntu: Nohup Run Python as Background Process and Capture Log to File
Ubuntu 18.04 Pyenv Build Python 3.7 Common Error