How do I grant sudo privileges to an existing user
sudo usermod -a -G sudo username
Related Posts
How to install latest PHP 5.4.x on Ubuntu 12
http://www.dev-metal.com/how-to-install-latest-php-5-4-x-on-ubuntu-12-04-lts-precise-pangolin/
Mount AWS S3 bucket to Ubuntu file system
I cannot find any Ubuntu PPA that has latest S3FS, so we will need to…