vanutsteen.nl => nerds only A blog on rails, php, computing, my bass guitar and stuff

Fiddling with FreeBSD

on in Linux, Other

Because I use Linux on my servers + on my daily desktop (work and private) now, I don’t have an OS to play around with anymore and f*ck up.

So I’ve installed FreeBSD (only in Virtualbox for now). And it worked! Last time I tried to install FreeBSd...

Flash player 10 on Ubuntu Hardy

on in Linux

Because I’m had (yes, past tense) some issues with Flash player 9 on Ubuntu Hardy Herron, I was looking for some simple way to install Flash 10 on my installation. So I browsed the Ubuntu forums a bit and fout some howto’s. But they all involved some...

Glipper crashing on start desktop

on in Linux

Since I’ve installed Ubuntu Hardy Herron I have this problem that the Glipper applet keeps crashing whenever I’ve started my Gnome desktop. When I add glipper to the panel again, it doesn’t crash anymore (for that session). I couldn’t find a solution...

vpnc with openssl!

on in Development, Linux

The default vpnc in Ubuntu comes without openssl support. Bugger… But with these few lines of code this is solved:

1
2
3
4
5
6
7
8
9
sudo apt-get update
sudo apt-get build-dep vpnc
sudo apt-get install...

Downloading Netbeans nightly builds

on in Development

I’m starting with Python/GtkBuilder and I wanted a nice IDE for Python. Because I really like using netbeans for coding ruby, I gave it a try for python. But the support for python is still alpha. :(

For it to work you have to download the latest...

mime_magic errors with php4

on in Linux, PHP

I went to a customer for our three-weekly sprint review, I opened my mail there and it was full with hundreds of failed cronjobs. Ah, shit! Another night at the datacenter? But it wasn’t that bad :)

The server had ran an update of php that night and...

rubygems: updating to 1.2.0

on in Linux, PHP

I’ve installed rubygems manually (no package manager) in my home directory. But since then “gem –version” reported that it could not it’s version. So now I’ve removed the previous installed version, downloaded the tar and reinstalled. I’ve used this...