It’s a very critical job to monitor performance metrics for System and Application administrators. For this reason, I have written this script to monitor system performance.....
Solaris IPMP Status Control Script
A simple way to check the Solaris IPMP network configuration and interface status.....
How to check Unix Updated Status
Shell script check UNIX update status....
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.....
Python Django Handling Custom Error Page
Every web site needs to handle errors like HTTP 404 “page not found” or 500 “internal server errors”.....