-
Recent Posts
Recent Comments
- Alfred Nutile on Unable to allocate memory pool.
- nigel on Change is in the air…
- gary mort on Change is in the air…
- nigel on Change is in the air…
- Lyndon on Change is in the air…
Archives
Categories
Twitter Feed
- Sit down to work... power cut. Today is gonna be awesome... 4 days ago
- @duellsy at the office already? 5 days ago
- Just noticed that @github have added a "Create a New Repo" button at the top right of the page. Excellent addition! 1 week ago
- @duellsy Congrats to Kickstarter as well... I'm sure that 5% fee is looking pretty delicious. 1 week ago
- Checking out #mezzanine mezzanine.jupo.org 1 week ago
Nigel's Links
- Linode The best damn hosting company in the world!
- Redgum Art and Craft Gallery Australia Redgum Gallery is an Australian Art Gallery based in Olinda.
- Stefan Ackerie
- Twitter Marketing Twithawk, twitter marketing made easy!
Author Archives: nigel
Nginx 1.0.0 is out!
I just happened to check the Nginx website today and discovered that version 1.0.0 stable has been released! I immediately downloaded it and updated my web server. So far so good, I’m currently rebuilding my Nginx conf files for my … Continue reading
Posted in Uncategorized
Leave a comment
Joomla Lockdown Script for Apache
One of the main problems with Joomla is that if you use an old version or a bad component, you open your server up to being hacked. I’ve had to fix this problem time and time again. It’s not fun, … Continue reading
Posted in Uncategorized
Leave a comment
Customer Uno
Today was an exciting day, I launched my first hosting customer. I’ve spent a lot of time over the last 12 months working on my server configurations. Ironically, very little has changed from the original script Hone Watson gave me. … Continue reading
Switching on Artio Plugin causes 500 – Unable to load renderer class error in Joomla
I’ve been developing a new hosting environment that uses Nginx and I came across an issue with Artio JoomSEF. Whenever I switched on the plugin the site would die and display: 500 – Unable to load renderer class This ended … Continue reading
Posted in Artio JoomSEF, Joomla
Tagged 500, artio, error, joomla, joomsef, plugin, upgrading
Leave a comment
Running with MySQL 5.5
I’ve got the latest version of MySQL installed and running. I’ve spent quite a few hours setting up and configuring my servers. I’ve custom written my firewall scripts and finely tuned them (to the best of my ability) for my … Continue reading
Building infrastructure for isRaiding
I’ve started work building isRaiding finally. I’ve implemented a small farm of VPS’s (Virtual Private Servers) to prove the technology I’m working with and to make sure that things will scale outward correctly. I’m still testing database performance for MySQL … Continue reading
Posted in Uncategorized
Leave a comment
Upcoming Outages
Hi Everyone, there is going to be some downtime coming up for my sites. I’m upgrading my hosting platform getting ready for isRaiding. I need to rebuild my database servers and my web servers so my blog might be a … Continue reading
Posted in Uncategorized
Leave a comment
New Year, New Plans!
2011 is upon us already and this year is shaping up to be an awesome year! I hope everyone has made their New Years resolutions and are actively working towards them. I’ve made 3 major ones and so far 2 … Continue reading
Posted in Uncategorized
Leave a comment
Protecting 777 directories with .htaccess
Just like my file permissions there is one .htaccess file I cant live without. It’s super simple and will save you from major headaches! <FilesMatch “\.php$”> Order Allow,Deny Deny from all </FilesMatch> That’s it! It prevents php files from being … Continue reading
Posted in Uncategorized
Leave a comment
Linux Commands – File and Folder Permissions
I regularly find myself dealing with websites that have been hacked and they almost always have weak permissions. Here are the 2 commands I cant live without: find . -type d -exec chmod 755 {} \; find . -type f … Continue reading
Posted in Uncategorized
Leave a comment