Browsed by
Category: IT

KnowledgeTree speed on VPSes

KnowledgeTree speed on VPSes

I was trying out KnowledgeTree 3.7.0.2 (Community Edition) on 3 different virtual private servers just to see how they fare  with “heavy” websites, and here’s how they perform generating a page of 20 items. All VPSes are 512MB instances running on Ubuntu 10.04 LTS . APC Hosting (Virtuozzo) Request created in 17.190s Rackspace Cloud Server (Xen) Request created in 0.446s Club Uptime (OpenVZ) Request created in 0.299s The most ironic thing is that the above VPSes are listed in order…

Read More Read More

Debian Lenny to Squeeze upgrade

Debian Lenny to Squeeze upgrade

Debian 6 i.e. “Squeeze” was released almost a month ago. Although there are still about 11 months more before Debian 5 “Lenny” is no longer supported, I figured I would upgrade one Debian Lenny Xen-based VPS hosted on a Rackspace Cloud,  currently functioning as an OpenLDAP server, as a weekend project. The upgrade steps were straightforward: 1. Edit /etc/apt/sources.list and change all instances of lenny to squeeze. 2. Run the following commands in succession in terminal sudo apt-get update sudo…

Read More Read More

Unattended updates on CentOS

Unattended updates on CentOS

Having recently had to clean up after the Exim4 vulnerability that did not get patched on a server in time, one of the first things I do on a new VPS is set up automatic unattended updates. The steps are clearly documented for Debian/Ubuntu, but for CentOS it was a little harder to find the information. Here are the steps: In a terminal session run yum install yum-updatesd Next you need to edit /etc/yum/yum-updatesd.conf and edit the following lines to…

Read More Read More

WordPress updates without FTP login prompts

WordPress updates without FTP login prompts

One gripe I have about running WordPress on a VPS is that it keeps prompting me to enter the FTP password every time I do an update. As it turns out, you can save your FTP login credentials in wp-config.php so that you never get asked again! Simply add the following lines to wo-config.php // ** FTP SETTINGS FOR AUTO-UPDATE ** // define(‘FTP_HOST’, ‘YOUR-HOSTNAME-HERE’); define(‘FTP_USER’, ‘YOUR-FTP-USERNAME’); define(‘FTP_PASS’, ‘YOUR-FTP-PASSWORD’); Remember to change the values above accordingly.

Appending country code to all contact numbers

Appending country code to all contact numbers

And so I got the LG Optimus One for a family member and transferred over his contacts easily thanks to Mac OS X Address Book’s built-in ability to synchronize with Google Contacts. The Google Android platform certainly has some excellent features not found in the iPhone ‘s iOS – but more of that in another (future) post. The only problem was that the Optimus One could not seem to identify  a caller if his contact entry did not have the…

Read More Read More

Solving “No Service” problem on the iPhone 3GS

Solving “No Service” problem on the iPhone 3GS

When I left for my holidays in China, I made sure to disable 3G on my iPhone 3GS to avoid getting bill shock. Once back in Singapore though, I couldn’t seem to get the iPhone to connect to the cellular network with 3G enabled. It kept saying “No Service”! This is how I solved it 1. Disable 3G in Settings/General/Network 2. Power off the iPhone by holding the top lock button down and then sliding to power off. Leave the…

Read More Read More