19Aug/100
XBMC, Take two
So, i decided to wait with Dharma, and take another shot at the current XBMC live
Install XBMC Live
apt-get install vim python-software-properties pkg-configadd-apt-repository ppa:team-xbmc-svn/ppaapt-get updateapt-get upgradeapt-get dist-upgradeapt-get install linux-generic linux-headers-generic linux-image-generic xbmc xbmc-bin xbmc-data xbmc-live xbmc-skin-confluence xbmc-standalonewget http://uk.download.nvidia.com/XFree86/Linux-x86/256.44/NVIDIA-Linux-x86-256.44.runchmod +x NVIDIA-Linux-x86-256.44.run./NVIDIA-Linux-x86-256.44.run
11Mar/100
Nagios
Setting up a new nagios-solution at work, I am using a tool called check_mk. Together with some php config generation script, I am automaticly discovering new devices and services.
check_mk is a rather new app, check it out!
21Mar/080
Hardboot linux machine from console
http://blog.air4web.com/linux-force-reboot.html
Pretty handy when my server hangs on umounting a drive:
echo 1 > /proc/sys/kernel/sysrq
echo b > /proc/sysrq-trigger