Author Archives: David

Hide Data in Invisible Partitions

This is part 2 in a series on how to hide your data. First of all, the methods explained in this series are not secure. Anyone with some low-level knowledge of filesystems can tell there’s hidden data when looking at … Continue reading

Posted in How To, Linux, Sysadmin | Tagged | 5 Comments

Hide Data in Hidden Partitions

This is part 1 in a series on how to hide your data. Introduction First of all, the methods explained in this series are not secure. Anyone with some low-level knowledge of filesystems can tell there’s hidden data when looking … Continue reading

Posted in How To, Linux, Sysadmin | Tagged | Leave a comment

IRC Quote (2)

Zeus WPI has an IRC channel which at any one time contains two dozen geeks discussing a myriad of topics ranging from the latest XKCD to the physics behind not being able to reach absolute zero. Such a cornucopia of … Continue reading

Posted in Algorithms, Madness, Zeus | Tagged , , , | Leave a comment

Zenity and rsync

Zenity is a neat little tool to create simple GUI’s for your shellscripts. One of its most useful features is the progress dialog, which allows one to show the progress of a command using the all-familiar GTK progress bar. Zenity … Continue reading

Posted in Linux, Sysadmin | Tagged , , | 5 Comments

Autographed

Last Thursday I went on my annual visit to the Bookfestival in Expo, Ghent. While my dad was disappointed by the lack of good comic books this year, I was delighted being able to pick up Stephenson’s Confusion, Morrow’s The … Continue reading

Posted in Books | Leave a comment

Bargain Hunting in the UK

The pound sterling has taken a deep dive the last few months and continues to fall. Today it reached an amazing £1 = €1.07. For us euro-handlers this means we can pick up bargains on the other side of the … Continue reading

Posted in Shops | 1 Comment

Samsung Loses, Ultimate Boot CD Wins

To cut a long story short: I had 2 disks to test, one a Seagate and the other a Samsung. Using Seagate’s diagnostics utility SeaTools was a very smooth experience. After booting from the CD, a GUI application automatically started, … Continue reading

Posted in Sysadmin | Leave a comment

How-To: Wrap a romantic present using Schamper

So you need to wrap a romantic present, but you’re all out of wrapping paper. Or you never had any. As a student, I face this situation constantly, and have become quite adapt at surviving it. Here are the victims. … Continue reading

Posted in How To, Madness, Personal | Leave a comment

Make Athena Go Local

If you’re a student at UGent and living in a dorm, you need to access the Internet through a VPN, but Minerva and Athena, a Citrix system, can be accessed locally. Using a clever line of commands, one can route … Continue reading

Posted in How To, Linux, Sysadmin, UGent | 1 Comment

Shell-fu

alias webshare=’python -c “import SimpleHTTPServer;\ SimpleHTTPServer.test()”‘ Want to show something on your machine to someone over the web? Don’t copy it or upload it somewhere. Just run “webshare” and the current directory and everything beneath it will be served from … Continue reading

Posted in Linux, Sysadmin | Leave a comment