NTP is a time synchronization protocol, which can be used to synchronize the system time from an external resource.....
Overview Of Unix/Linux Signals
Each signal has a default action associated with it, which determines how the process behaves when it is delivered to the signal.....
How to use sar command?
This article describes how to use “sar” command to analyse system performance in Unix and Linux especially Oracle Solaris.We’ll describe sar command and parameters with examples.....
Linux Bonding Slave interface Replacement
The Linux bonding driver provides a method for aggregating multiple network devices into a single logical interface which named “bonded” interface.....
How to Connect Python to SQL Server using pyodbc
Pyodbc is an open source Python module that makes possible to accessing ODBC databases in a simple way. This project provides an up-to-date, convenient interface to ODBC using native data types like datetime and decimal.....
How to create local mirror of the latest update of RHEL repos
Red Hat provides an utility which named “reposync” that you can use to download the packages from RHN.....