Linux
-
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 » -
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 » -
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 » -
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 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 » -
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 » -
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 » -
Install MariaDB in Ubuntu 12.04/12.10/13.10
MariaDB is a database server that offers drop-in replacement functionality for MySQL. MariaDB is built by some of the original authors of MySQL, with assistance…
Read More » -
Best command line tools for linux performance monitoring
Sometimes a system can be slow and many reasons can be the root cause. To identify the process that is consuming memory, disk I/O or…
Read More »