How to Safely Update Linux in AWS EC2 Micro Instance – Using Yum

linux logo iii image

Often, when logging into via SSH to an Amazon EC2 instance, you are told that there are several updates (usually including security updates) waiting to be updated on your system. The panel on Amazon Linux even goes so far as to explain how one might go about updating to this version. HOWEVER, as this may …

Read more

Allow HTTPS on Amazon EC2

If you have recently setup an Amazon EC2 instance and would like to configure access to Port 443 (HTTPS:// traffic) on your new instance, there are a few things you should do. First Step – Allow Port 443 in your Security Group Firstly, you need to tell your EC2 instance that it is allowed to …

Read more

Linux & Apache Server – Set Local Time to London, UK, Europe

A quick and simple command you might need from time-to-time if you’re running apache webservers in one or other Linux flavour. We often grab EC2 instances on Amazon, for example, for our clients and, for various reasons, we want the server to know what time it is here in the UK! So here’s the command …

Read more

Installing APC on Amazon EC2 Instance

Some time ago, I wrote a short blog post explaining how to go about installing XCache on an Amazon EC2 instance to help with opcode caching. More recently, we’ve begun using APC for similar reasons, with excellent results, including on Amazon EC2 Micro instances, which can be used under their free usage tier to run …

Read more

Installing PHP SOAP – Need soapclient?

The tutorial below explains how to install Soapclient for PHP in a Linux system which is showing that this is not included. This may, for our clients, show up in your WooCommerce status page, and some plugins rely upon this to go about their business. The commands below will allow sysadmin to get this installed. …

Read more

Silicon Dales Managed Hosting Servers – Dirty COW Free!

There is a Linux vulnerability known as Dirty COW which surfaced a week or so ago, for which there have been frequent warnings around the Linux community pretty much as soon as the vulnerability was uncovered, as it is a particularly nasty one which can, in some circumstances, allow malevolent forces to gain control of …

Read more