
Install tmux on CentOS 6
tmux is a terminal emulator. It work like screen, but have more features. CentOS 6 do not come with tmux,

Prevent an EC2 Instance getting Terminated by AutoScale
You may need to update software on an instance in Amazon EC2 Auto Scaling Groups, when this happens make sure

Delete Amazon S3 Bucket
To delete an Amazon S3 bucket, go to Amazon Console > S3 Click on the bucket you need to delete.

Amazon S3
Make Amazon S3 Bucket public Enable Amazon Cloudfront CDN in WordPress Install Amazon AWS awscli Delete Amazon S3 Bucket Amazon

Make Amazon S3 Bucket public
To make an Amazon S3 bucket public, go to Amazon Console > S3 > Bucket > Permission Click on Permissions

Enable Amazon Cloudfront CDN in WordPress
I was setting up a wordpress web site to use Amazon S3 + Cloudfront as CDN. I used w3 total

Amazon AWS (awscli) command line interface
awscli is a command line tool for Amazon AWS. To install, run If python 2, you need to install package

webmin
Webmin is an open source control panel to manage Linux and FreeBSD servers. http://www.webmin.com Download Latest source distribution from http://www.webmin.com/download.html

sar
Enable sar in Ubuntu install sysstat on CentOS View Past Performance Data With sar

Enable sar in Ubuntu
On Ubuntu, when i run sar, i get error This is because sysstat is not enabled by default on Ubuntu,

Running MySQL inside docker
On a Cpanel Server with an old version of PHP, one of the applications requires MySQL 5.6 to work. Since

docker
If you need to try docker on web without installing on your computer, use https://labs.play-with-docker.com Docker Install Install Docker on