Month: April 2014
-
Administration tools
Colorize log files on CentOS and Ubuntu using ccze tool
ccze is a wonderful tool that brings real joy to the arduous task of reading or searching thru log files. It uses a modular approach to…
Read More » -
Administration tools
Bmon – real-time bandwidth monitoring tool for linux
Bmon is a portable real-time bandwidth monitor and rate estimator. It supports various input methods for different architectures. Various output modes exist, including an interactive curses interface,…
Read More » -
Administration tools
Monitoring network connection using ss command
A very useful tool in administering a Linux network is the ss command. You can identify socket statistics with this command. The ss command is…
Read More » -
Administration tools
How to use netstat command in linux
Netstat is a command-line tool for mornitoring network packages and network interface. It is a very useful tool, the system administrator can be used to…
Read More » -
Administration tools
Atop – monitor system resources in Linux
Atop is an interactive monitor to view the load on a Linux system. It shows the occupation of the most critical hardware resources on system…
Read More » -
Internet
flareGet – download manager for linux
flareGet is a full featured, multi-threaded and multi-segment download manager utility designed for Linux, Windows and Macintosh operating systems. flareGet supports browser integration through add-ons…
Read More » -
Commands
df command practical example (check disk space in linux)
The df command is used to show the amount of disk space that is free on file systems. In the examples, df is first called…
Read More » -
Centos
How to configure static IP address on CentOS 6.5 minimal
By default CentOS minimal install does not come with pre-configure network. In this small tutorial i will explain how to set static ip address on…
Read More » -
Commands
How to use “tree command” on linux
Tree is a program available for Unix and Unix-like systems. tree is a recursive directory listing program that produces a depth-indented listing of files. With…
Read More »