How do I grant sudo privileges to an existing user
sudo usermod -a -G sudo username
Related Posts
List available upgrades from apt without upgrading the system
apt-get --just-print upgrade
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…