How do I grant sudo privileges to an existing user
sudo usermod -a -G sudo username
Related Posts
Checking your Ubuntu Version
https://help.ubuntu.com/community/CheckingYourUbuntuVersion
How To Add Swap on Ubuntu 12.04
To add a swap-partition instead of swap-file: blkid /dev/sdax (get UUID) mkswap /dev/sdax (format swap…
