Archive for the ‘Linux’ Category

Free X server for Windows

Monday, June 16th, 2008

I recently found XMing, a free X server for Windows, providing a useful alternative to VNC for accessing remote Ubuntu desktops. Instructions here.

Preserving UTF-8 filenames from Windows to Linux

Thursday, May 1st, 2008

On occasion I access (Ubuntu) Linux servers from Windows using Putty and WinSCP. In order to preserve UTF-8 filenames, some snakeoil is required. (more…)

Setting up SCP/SFTP chroot access to Ubuntu/x64 server

Monday, February 4th, 2008

scponly provides a mechanism to enable secure file-access to a server, with marked improvement over FTP.

scponly can be setup in a) normal mode, whereby the user can see the whole of the file-system of the server, or b) in chroot’ed mode, whereby the user only sees the files the server administrator has granted access to. The latter is what I wanted, but there are a few extra steps required for 64-bit kernel servers. (more…)

Dell shipping PCs with Linux

Monday, October 8th, 2007

I spotted on Ubuntu’s news-section that Dell finally have commenced shipping products (1 desktop, 1 notebook) with Ubuntu. Available in UK, Germany and France. Excellent!

Feisty (2.6.20-16-generic kernel) boot failure

Wednesday, May 30th, 2007

In applying the latest Feisty Fawn updates to one of my laptops I ran into a problem with the bootup hanging shortly after starting. The usual snakeoil of ‘acpi=off pci=noacpi’ appended to the boot command line failed to make any difference.

(more…)

Cluster monitoring and control

Thursday, May 10th, 2007

I recently setup a cluster of Linux compute servers, and found myself looking for instrumentation to monitor & control the servers. The following open-source packages give excellent insight and access to the state of the cluster:

Code and release management

Tuesday, January 23rd, 2007

I was an early adopter of Subversion and Edgewall’s Trac. Installation of Trac on my defacto Linux distro, CentOS, has not been very straightforward due to it being a RHEL clone. This guide has documented the process in a clear and easy-to-follow guide. Well done!

Update: I’m looking at distributed SCMs, Mercurial looks interesting:

Subversion 2.0 will likely borrow distributed design elements from Mercurial.

Great photo management tools

Sunday, May 28th, 2006

To manage your sets of photos, try these (free) tools:

  • Picasa (part of the Google tool-chest) for Windows users
  • F-Spot for Linux

For online photo gallery, I like the tagging aspect of this PHP script.

Useful Linux sysadm articles

Wednesday, April 5th, 2006

Linux-mag has a very useful set of ‘guru’ articles for newly-hatched sysadm’s.

Encrypting files (and GMail storage)

Saturday, March 25th, 2006

I have been looking for a replacement to the encrypting filesystem which was part of PGP v6 (international edition) for a while. I believe I have now found it - EncFS, which is described further in this presentation. (more…)