Web server with SSD disk

SSD My old web server built on old spare parts had a hard disk crash a month ago. So I had to put it up on my BlueHost account while waiting to get hold of a new disk. I decided to try out a SSD disk, so I got hold of a 60gb IBM SSD disk. Without any optimizations, it can now handle double the traffic! I’ll continue to optimize tomorrow to get the most out of it. I’m doing an article on how to set up a LAMP server on Ubuntu Linux for WordPress with all the stuff needed to get W3 Total Cache, APC and other stuff working, because I can’t find a good article that describes everything. I will start writing on it tomorrow.

May 21, 2012

Optimize MySQL performance for speed and memory use

[caption id=“attachment_978” align=“alignnone” width=“300”] Jamison Judd[/caption] I found this great shell script to test your MySQL server. You need to have your MySQL server up and running a while before running the test to get valid data. With all the possible setting variations this is can be a handy tool. Get MySQL Performance tuner here.

October 11, 2009

Upgrading to Nginx and getting WordPress to work

So, after doing an upgrade of my Apache installation all my web content stopped working. It continued to give 403 errors. After spending hours changing permissions and checking every little detail I gave up. So I installed Nginx instead. It’s a bit scary to start using a totally new web server software, but why not live dangerously? Anyway, it’s fast! Really fast. The only problem I had was to get all the redirects to work. And I also removed my gallery2 installation and moved the blog to / ...

June 24, 2009