Forgot your Password?
| How to get the current network bandwidth usage on Linux 07/04/2010 | mad mad mod There are many ways how to get the current bandwidth usage on Linux. This is a very simple shell script that lists the network statistic every second: #!/bin/bash |
| List all open files with lsof 14/05/2010 | mad mad mod "lsof" is a command which lists all open open files on a system. And because everything is a file in Unix (this includes pipes, network sockets, disk files and all other devices) it is a bit like a sw [ ... ] |
Other Articles
|