Advert
Remote debugging using Zend Studio 8 and EC2
Been looking at alternatives to PHPEd and thought I would install Zend Studio to see what it is like. After install I wanted to debug...
Read MoreCould not stat /dev/sdf
Was playing aound with some Fedora 12 instances I had created on Amazon EC2. However I was coming across a problem where I created a...
Read MoreMount EBS Volume on EC2
To mount a Elastic Block Store to your EC2 Instance open up your AWS Console at https://console.aws.amazon.com Click on...
Read MoreBackup MySQL and Files on Amazon EC2 to S3
I was looking for a way to do daily and weekly backups from my EC2 Instances to Amazon’s fantastic S3 service. Finally worked out a...
Read MoreRestarting Apache on EC2
To restart Apache from the command line from a Amazon EC2 Instance simply type: /sbin/service httpd restart
Read More