GNU/Linux

Delete a pppoe connection in Ubuntu

I swapped from a bridge adsl modem setup (the connection is defined and terminates as ppp0 on my Linux box) to a ADSL Router setup where the username and password is in the ADSL Router itself. The problem was that my Linux box still had the pppoe connection defined...

Rotating a document using pdftk

I have in the past used Ghostscript to rotate PDFs however this time I used a utility call pdftk On Ubuntu 7.10 it is easily installed using the command: sudo apt-get install pdftk To rotate a pdf 90 degrees to the right (the entire document in this example) you run...

OpenVPN has a GUI – openvpn-admin

I just discovered openvpn-admin a mono based GUI application for controlling connection and configuration of the openvpn ssl vpn package (which rocks btw). It's available from Sourceforge. One thing I found was it needs to be run as root however it's annoying to have...

Fedora / Ubuntu fstab differences

If you're used to the traditional /dev/hdXX format the new Fedora/Ubuntu fstab entries may throw you. Ubuntu uses UUID* which is found / set by using the vol_id utility vol_id -u /dev/sda2 a0584727-1c8b-48df-867b-9e3b5a453ff7 The Ubuntu fstab entry for the /dev/sda2...

Fedora 7 – HP PSC 1610 and Xsane

I discovered you have to install hplip to getting scanning working but there are also a few dependencies that it doesn't automagically install so you need yum install hplip PyQT hplip-gui then you run /sbin/service hplip start then the setup program...

Fedora 7 – Amavisd Fails to Start

Nov 03 2007 Update - Amavisd again failed to start after an update same error again. This resolved the problem. I just did an yum update to Fedora 7 and rebooted seems that amavisd wasn't starting the complaint was about Compress::Zlib not loading. Long story short...

Compiling xfburn on Fedora 7

Fedora sevens xfce4 package is a steaming pile of incompleteness. Here are very rough steps to getting xfburn going. wget http://www.paldo.org/paldo/sources/libburn-1/libburn-0.3.2.tar.bz2 wget http://www.paldo.org/paldo/sources/libisofs-1/libisofs-0.2.4.tar.bz2 do...