Enable the Web Interface for uTorrent

The uTorrent bittorrent client has a web interface which allows you to control uTorrent with a web browser. This means you can control uTorrent while you are out and about or, in my case, from an upstairs laptop when the actual download is happening in my downstairs office. This post looks at how to enable the web interface for uTorrent version 1.7.7. It should work for all 1.7 versions.

Changing Apache log rotation behaviour on CentOS / RHEL

On a default install of CentOS or Red Hat Enterprise Linux, the log rotation script will automatically rotate the Apache log file each day and then reload the httpd service. This post looks at how to prevent this action from occuring automatically, or to change the behaviour to rotate the log files if your naming convention for log files is different from the default.

Stop Adobe Photoshop CS2 on Vista asking you to register

On Windows Vista, every time you start up Adobe Photoshop CS2 you are asked to register. There’s an button labelled "Do Not Register", but despite clicking this the next time you start Adobe Photoshop CS2 you will be prompted to register again. This post looks at the solution for this problem.

Editing the hosts file on Windows Vista

On Windows Vista the hosts file has a higher level of default security than earlier versions of Windows and it cannot be edited by a regular user unless the permissions are changed, or you run your text editor as administrator. This post looks at how to edit the hosts file on Windows Vista using notepad.

Aliasing images to a remote server with .htaccess

When maintaing a website for a customer where there are several gigabtyes of product images that change frequently, it can be annoying to have to keep a local copy of all those images, particularly when bandwidth usage is taken in to consideration. Using .hatccess files on Apache with a clever use of rewrite rules, it is possible to still reference the images files as if they are on the local webserver but they are really served off the remote server. This makes the local development copy of the website look just like the remote one without having to worry about keeping the images in sync. This post looks at how to do this.