Tag Archives: Linux

Free X server for Windows

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

Posted in Linux, Microsoft/Windows, Networking | Tagged , | Comments Off

Preserving UTF-8 filenames from Windows to Linux

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

Posted in Linux, Microsoft/Windows | Tagged , , | Comments Off

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

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 … Continue reading

Posted in Computing, Linux | Tagged , , , | Comments Off

Dell shipping PCs with Linux

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!

Posted in Computing, Hardware, Linux | Tagged , | Comments Off

Feisty (2.6.20-16-generic kernel) boot failure

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 … Continue reading

Posted in Linux | Tagged , | Comments Off

Cluster monitoring and control

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: Ganglia – server stats, … Continue reading

Posted in Computing, Linux | Tagged , | Comments Off

Useful Linux sysadm articles

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

Posted in Linux | Tagged | Comments Off

Linux file-systems

I am happiest with the overall compromises and performance of XFS for my data, used in combination with ext3 on the /boot and root partitions. The XFS partitions hold either /var or /home (or both), depending on what purpose the … Continue reading

Posted in Linux | Tagged | Comments Off

Email virtual domain hosting using Postfix, MySQL and PHP

My present SMTP/IMAP setup uses a combination of flat-file configuration with MySQL user parameters. I recently found a web-based domain administration tool; Postfix.Admin. With this tool, you get 3 levels of management abstraction: server, domain and user. Reference: Virtual Users … Continue reading

Posted in Linux, Networking | Tagged | Comments Off

Bluetooth on an OpenWrt router

I run OpenWrt on my Asus WL-500gx router, which is my principal defense against the Internet wilderness. In addition to the main OpenWRT site, MacSat’s site contains useful information on configuration.

Posted in Linux, Networking | Tagged , | Comments Off