-
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 » -
Internet
How to run Popcorn Time on Ubuntu/Mint linux
Popcorn Time is a free, open-source Netflix-style torrent streaming application that uses BitTorent for streaming movies. It has a nice interface to browse movies, documentaries…
Read More » -
Administration tools
Inxi great tool to check system information on linux
Inxi is developed to work on most GNU/Linux distributions. The script comes pre-installed in SolusOS, Crunchbang, Epidemic, Linux Mint and AntiX. Arch Linux has the…
Read More » -
Commands
How to use scp (secure copy) in linux
Secure copy or SCP is a means of securely transferring computer files between a local host and a remote host or between two remote hosts.…
Read More »