Artiphys 2008
And there the other student music festival which managed to provide badges: Artiphys 2008
And there the other student music festival which managed to provide badges: Artiphys 2008
Quick and dirty way to get an alert before your server starts to go crazy because of a full disk.
This script checks if a disk is more than 75% full.
#!/bin/bash df -h | awk '/%/ { limit = 75 percent = sprintf("%d",$5) if ( percent > limit ) { print "Warning: ",$6," (",$1,") is to ",percent,"% full:" print $0 } }'
Save it under /root/check_disk_usage.sh and create the following crontab entry to check the disk usage every day at half past midnight.
30 0 * * * /root/check_disk_usage.sh
Assuming your host has configured an MTA and defined a recipient for root@<yourhost>, you should get an e-mail whenever a disk is more than 75% full.
Now on to the badges of 2008, as every year: Festival Balelec 2008
(via vowe.net)
The only time (for now) when I got to fly in a helicopter for a music festival was at: Caprices 2009
And once more there is a badge from: Festival Balelec 2009
Here comes the largest badge in my collection: Festival de la terre 2009
Probably the most 'famous' badge in my collection: Montreux Jazz Festival 2009
With the 2009 badges, I can almost fill another week. Let's start with: Metropop Festival 2009
Last week I stumbled upon this delicious looking bacon and egg cups recipe and thought that I should try it sometimes, which I did this morning.
Since I don't have a real muffin tin I used a somewhat smaller cake tin, with the result that the handling was a bit more delicate and also my cups are more like 'mini' cups (which is not necessarily a bad thing because the bacon I bought was also smaller than expected and thus it matched perfectly).
This is the result of the first step in the recipe and all what is leftover once I was finished. Not very useful for putting jam on it anymore, but perfect to stir the next cheese fondue :-)
Ingredients:
Directions:
Enjoy!
The advantage of my 'mini' version is that you will end up having plenty of little bacon and egg cups, yummy :-)