Ask me questions

Have a question about unix, linux, freebsd.  Or maybe you want some advice about configuring apache, mysql,an email server like exim, qmail, postfix, a proxy server like squid cache or antinat, dns or anything else similar. Want some help with php programming or maybe you want to create a wordpress plugin?

Feel free to ask and I'll do my best to answer it on this blog. I will publish a new blog post for each question and my answer.

You can use the contact form or ( if your question is short enough ) you can send it to me over twitter

You can follow me on twitter or subscribe to my RSS feeds if you want to be notified when I post the answer to your question.

2 thoughts on “Ask me questions

  1. What a great idea!

    I wondered if you could recommend the best way to set up WordPress on a virtual machine without much memory?

    I have a virtual machine with 256Mb RAM for running my website, and after trying Apache (used too much memory), I settled for nginx + fastcgi + php + apc + mysql + wordpress. This runs well, but I don’t have a lot of traffic yet.

    Can you recommend any other software to help me cope with a digg or slashdot mention?

    Thanks 🙂

    1. You should try tweaking the configuration and modules for the software you use. For example apache has a lot of modules loaded by default. Some of them you might never use but they will occupy memory. The same goes with php.
      On some vps platforms you can extend the virtual memory by using a swap partition or file. This will allow you to use more virtual memory so things would not just die when you reach the 256 mb limit but it will be very very slow.

      For high traffic, caching the pages is the best way to go. wp-super-cache is a plugin that will save the pages on disk and then they will be served directly from there without going through php code or the database.

      Still I’m not convinced a vps with 256 ram is enough to sustain big traffic. You might want to look into amazon ec2 instances. It’s a bit more expensive
      then a 256 mb vps but a small instance is way more powerful

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.