Friday, May 7, 2010

installing solaiman lipi in ubuntu

$gksu nautilus /usr/share/fonts/truetype
paste the downloaded font in that folder.
$sudo fc-cache -f -v
press enter.
done :)

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 -...