64MB VPS
I switched from Typo to Wordpress . I thought it would run a little faster on the 64MB VPSĀ i use on my server. But WP uses MySQL as a backend and that doesn’t really help.
Read moreThoughts on DevOps, cloud-native technologies, and platform engineering.
I’m running this blog now with the Phusion Passenger mod for Apache.
Normally this Apache directive should be enough to start your rails app.
VirtualHost *:80;
servername mydomain.tld
documentroot /var/www/html/typo/public
/VirtualHost></pre>
I had to change it to the following though to get it to work.
Read moreWhen you try to export a virtual machine and get the following error : "An item with the same key has already been added’. There is probably a snapshot attached to the Virtual Machine.
Read moreDuring the installation of Fedora 11 on my laptop, the installation process did a suggestion for a hostname.
I swear i didn’t enter anything myself …
Read more