Monday, July 30, 2007

Compiz Fusion easy Feisty install

This article really helped me out installing Compiz-Fuzion on my laptop with Ubuntu 7.04 on it. It even shows you how to get rid of the older versions of compiz so you can have a clean install. Also lots of screen shots! check it out:

http://kevin.vanzonneveld.net/techblog/article/enable_compizfusion_in_ubuntu_feisty/

Friday, July 6, 2007

vnc restart

this morning i found myself not being able to log into vnc because i forgot to logoff from a different computer. I kept getting a 'Not Authenticated' error, so in order to kill the other session i ssh'd into my computer and did these commands:

sudo /etc/init.d/xinetd stop
sudo killall Xvnc
sudo /etc/init.d/xinetd start

logged right in after that.