Category: Command Line
Show Active Network Connections
January 16, 2009
Show all active network connections and their PID netstat -tup
Find Alsa Version
January 14, 2009
Find the version of alsa using this command… cat /proc/asound/version Thanks to Sreenath(Hacking With Debian) for this tip.
Spell Check a Text File using Aspell
January 11, 2009
You can use Aspell to spell check of a text document using this command. It must be executed in a…
Stop All Downloads in KTorrent Using Dcop
January 7, 2009
Stop all downloads in KTorrent using dcop. Can be done from local system or by logging in using ssh from…
Find Open File in a Given Directory
January 4, 2009
Find the process that’s opened the file from a specified directory. You can use this if you cannot unmount a…
Watching the disk space
December 26, 2008
If you want to repeat a command many times, for example you are monitoring something, then don’t forget about the…
Recent Comments