To find out how much free disk space you have on your Ubuntu server, in the terminal type:
df -h
Ubuntu – Backup Amazon EC2 to S3 (Pre-requisites)
Pre-requisites on the server are Amazon S3 tools, and zip sudo apt-get install s3cmd sudo apt-get install zip unzip You then need to configure the s3cmd to use the Access Code and Secret Key from the IAM within your AWS console. Its recommended that you set up a new user with programmatic access only for each server / project, and give the user the AmazonS3FullAccess permission. Back on the...
Adding free SSL to your server using LetsEncrypt
So you have a lovely new website running on your Ubuntu server, but wouldn’t it be nice to have that small padlock to give visitors peace of mind? To have all traffic between your website and the browser encrypted…..but you don’t want to spend days waiting, and a small fortune on an SSL Certificate, then wait for the certification authority to email you, with lengthy...