Tag Archives: Linux

New Hosting

Got myself some new hosting over at lindoe. Virtual linux server all to myself. Spent a day trying out the configuration and decided to go with a Ubuntu 8.10.

Posted in Off Topic | Tagged | 1 Comment

Problems With Yum On Fedora 10

So every now and again YUM stops working and throwing out error messages usually after I’ve been to uni. rpmdb: Thread/process 4348/3087935168 failed: Thread died in Berkeley DB library error: db4 error(-30975) from dbenv->failchk: DB_RUNRECOVERY: Fatal error, run database recovery … Continue reading

Posted in Off Topic | Tagged , | 1 Comment

Get PDF Word Count In Linux

Quick easy way to get the word count of a pdf. # pdfwc.sh # usage ./pdfwc.sh filename.pdf # TMPFILE=___tmpfile.tmp pdftotext $1 $TMPFILE wc $TMPFILE -w rm $TMPFILE

Posted in Off Topic | Tagged , | 2 Comments

Cruise Control.NET Tray Tool on linux

I started looking at creating a port of the cctray tool for CruiseControl.NET but after looking at how it was implemented i decided that it might be easier, and more fun, to implement one myself using mono and GTK#. At … Continue reading

Posted in Off Topic | Tagged , , , , , , | 2 Comments

University of Brighton Wireless Network from Linux

Wireless 1. Using the contents of the from ’Pem File Contents’ and create a file called uob.pem 2. Select ’University of Brighton’ from the wireless networks list 3. Make sure the settings are as follows a) Wireless Security: WPA & … Continue reading

Posted in Off Topic | Tagged , , , | Leave a comment