Web hosting & all the nitty gritty details behind it
Have you ever wondered how the internet keeps track of all our information especially, websites? This is normally done in the form of a service called ‘web hosting’. Keep your…
Convert XEN to KVM on SolusVM Servers
Convert XEN to KVM on SolusVM 1. Shutdown VM 2. Check what VM ID is for example vm102 3. SSH into Server and run: dd if=/dev/xen_vg/vm102_img of=/home/backup/xenvm102.img bs=1M 4. FTP…
How To Install Docker on OpenVZ VPS
Requirements: Ensure you have the latest kernel preferably: OpenVZ kernel 042stab105.4 Lets Begin. 1. yum -y update 2. yum install epel-release 3. yum install docker-io 4. Create your own bridge. docker -d –bridge=”venet0″…