How do I grant sudo privileges to an existing user
sudo usermod -a -G sudo username
Related Posts
Add EBS VOLUME to Ubuntu EC2 Instance
Lets say we want to mount /var into new partition: 1. create new volume (leave…
Turn off monitor using command line
The xset command mentioned in other answers will turn off all the monitors if you have multiple…