LCOS tips (command line)
How To Install VMWare Tools
sudo apt update
sudo apt install open-vm-tools open-vm-tools-desktop
sudo reboot
How to Install Ping
sudo apt install iputils-ping
sudo setcap cap_net_raw+p /usr/bin/ping
How to add a user to the sudoers list
sudo usermod -aG sudo user
NOTE: replace user with actual username. Also, run this from ‘root’ user.
A few helpful aliases, for Windows users
alias cls=’clear’
alias dir=’ls -al’