by lifeLinux on January 31, 2012
Q. How do I display summary statistics for each protocol on Linux ? A. Using netstat command to display summary statistics for each protocol.
by lifeLinux on December 30, 2011
Unhide is a forensic tool to find hidden processes and TCP/UDP ports by rootkits / LKMs or by another hidden technique.
by lifeLinux on May 14, 2011
The lsof command or “list open files” command in Linux is a powerful tool. In Linux and Unix everything behind the scenes are just files. This includes IP sockets, pipes, unix sockets, directories, devices, even inodes are just files. This means that lsof can actually tell you a lot of information of what is going […]