linux - mckennatim/gitinfo GitHub Wiki

< home

linux

commands

directory and file size

du /var -hs 

reload shell

source ~/.bashrc

To enable a process(like mongod) to start on boot using this command:

sudo systemctl enable mongod    

ubuntu 22

sudo apt update && sudo apt upgrade -y