FreeBSD hardware list
cat /var/run/dmesg.boot
pciconf -lv
sudo usbdevs -v
sudo atacontrol list
dmidecode ( from ports )
megarc ( on dell servers with perc4/i from ports )
Run VNCserver on CentOS
Short notes on how to run VNCserver under CentOS 5
1. install the app #> sudo yum install vnc-server
2. create a password file #> vncpasswd password
3. edit vnc config file #> sudo vi /etc/sysconfig/vncserver VNCSERVERS="1:yourusername" - uncomment this if you want to force VNC connections only via SSH tunnel [...]

