The fix (change to whatever language or version of english you’re using eg en_GB):


export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
locale-gen en_US.UTF-8
dpkg-reconfigure locales

Read More »

First install imagemagick.

sudo apt-get install imagemagick

Then cd to your folder with your jpg images and type the following:

mogrify -quality 75 *jpg

Image optimization quality is defined by the number after -quality. In this example 75%.

Sometimes wordpress plugins can interfere with the basic functionality of wordpress such as uploading files.

Read More »

The fundamental blog layout can be pretty crap for converting visitors unless you have exceptional content that can’t be found anywhere else.

The ‘above the fold’ (top of the page before scrolling) area on most blogs is usually taken up by one story and a bunch of basic links in a sidebar. Layouts like Smh homepage are optimized to get a user to click on an article with a selection of images associated with articles.

Hot images can really help increase ctr. The band of images near the bottom of the fold on the shm is a proven converter.

Read More »

If you’ve created a new larger elastic block store volume from a snapshot with more disk space and size you will need to also resize the partition.

Read More »

How to install and run Ie6 on Internet Explorer on Ubuntu Ibex with Wine Tricks.

Read More »

If you’re moving or copying MySQL Binary files be sure to do the following:

Read More »

Hilarious excerpts from SlashDot – a nerdy tech site on an article about male fertility:

Read More »

I looked at different ways to “Search and Replace” Text in Files Recursively using the Linux Command Line.

Read More »

Here’s an explanation of a desktop setup for Ubuntu Intrepid Ibex.

Read More »

Here’s a nice post on setting up Nginx with PHP-FPM, Xcache on Debian Etch.

Read More »

If you’d like to include scripts that get run on boot for Ubuntu Desktop you can use synaptic manager to load BootUp-Manager. 

Read More »

I read this article on php-fpm init script but it didn’t have one.

You can use the php-fpm init.d script below. You need to change the variables at the start for your bin, conf, and pid to suit your set up.  PHP-FPM works great with Nginx.

Not sure if WordPress will format this script right so you can get as a text file here:

http://images.honewatson.com/random_files/php-fpm.txt

Read More »

Multi form “http post” with python.

Read More »

The geniuses over at Dreamhost decided to upgrade their Rails without telling anyone and without providing instructions on how to upgrade older apps meaning hundreds of websites crashing and not working for days.
Read More »

Joomla 1.5 has an interesting quirk with Placehere Content Item Module.

Read More »

Drupal does not show the correct $node->path when a user is not authenticated in some drupal pages.

Read More »

An easy way to fix your windows mbr with the Ubuntu LiveCd.

Read More »

A little article here which gives a few great PR tips for press releases.

Read More »

Read some interesting notes on Nassim Taleb.

Read More »

I’m creating a list of Web 2.0 landing pages.

Read More »

Recurring subscription payments in Ubercart are covered by this module.

Read More »

Some nice candidates for Serif siFR Flash Fonts are:

  • Serif Bold (Standard Gimp Linux)
  • Utopia
  • DejaVu Serif Bold
  • Courier 10 Pitch Bold

A nice san-serif font Nimbus Sans L Bold Font.  Be good to use with siFR Flash Fonts.

Deki Wiki is cool but Apache is really too bloated.

Here’s how to get it working on Nginx Ubuntu.

Read More »