Saturday, August 8, 2009

How to change the Ubuntu Loading screen

Run both of these and you will be fine.

sudo update-alternatives --config usplash-artwork.so
sudo dpkg-reconfigure linux-image-$(uname -r)

Both have to be ran otherwise the change you make with step one will not take effect.

list open ports and unix sockets

To do this I use netstat command to list all open ports: $ sudo netstat -tuplen to list open ports and unix sockets: $ sudo netstat -...