Wanted to play around with Docker and found an interesting Operating System that hosts docker containers. This is what I had to do to get it up and running on my Mac OS X with VMware Fusion. Lets start by downloading CoreOS. Lightweight Cluster Server. I downloaded the stable branch, you could also ..
: December-2014
I updated my VPS with more memory and disk space. This is what I had to do, to use all the space on a bigger hard drive with a LVM partition. To see the current disk usage # df -h To see the current partitioning # fdisk -l Create a new partition ..
I thought I would try out the new version of CentOS. Below are some things I have noticed which are different from the older versions. CentOS 7 x86_64 minimal install. Make sure to enable network interface eth0 (Name is different in Centos 7) # vi /etc/sysconfig/network-scripts/ifcfg-eno1677736 (Enable ONBOOT=yes) or use # nmtui which ..
So you have an unmanaged VPS Server, so why not install ZPanel to manage the server. So these are the steps I took to install ZPanel. Did a mininal Centos 6.5 installation. After the installation I make sure I have certain basic software installed and that the server is up to date. # ..
Here I have collected the information to tuning your Nginx Web Server for better performance. Now of course you can tune your operating system, or purchase better hardware. So you need to tune Nginx for your server. Example: how many CPU cores do you have on your server. So you need to setup Nginx ..