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

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

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

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

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

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

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