Linux documentation
Bunch of linux documentation
.ssh/config file
vim /home/$USER/.ssh/config Host <name> Hostname <ip> User <user> Port <PORT> IdentityFil...
Extend disk with vsphere
Add disk space to the vm on vsphere first then run: fdisk –l Enter then follow the instruction b...
Exclude package from update
To Exclude apt-mark hold <package> To unexclude apt-mark unhold <package> To list on hold packa...
Extend / partition
FOR UBUNTU To extend the size of / partition just follow the commands below: sudo vgdisplay sudo ...