With the release of Proxmox 4 we are getting IPv6 support including LXC containers. This comes at the cost of OpenVZ container (unless you want to install custom patches) but I feel it’s a step in the right direction. Over the past week we got a new Hetzner box and in this tutorial I will…
I recently had a client who was using One.com webhosting and since their control panel offers no way to unzip files I wrote this little PHP script. Should work on other webhosts as well. Change file-name.zip with your filename.
Kirby is a great flat file CMS that I would recommend to anyone. I had to implement it to run alongside Magento, in a subdirectory on a NGINX server and this is the config file I used:
Errors encoutered: You must login to your root node and enabled these modules first: Then stop your container from the main node, with the following command (change number 100 with your VPS id): Next execute the following command to enable the modules for your VPS on startup (again replace 100 with your VPS id): Then…
I recently setup a VPS with Virtualmin for a Magento installation and was dissapointed to find out that centos6 does not come with the prepackaged mcrypt extension. The automated virtualmin installer had failed to include it so I had to find a way to install it. I tried yum install php-mcrypt but there was no…