Here is a “simple” command to cleanup mailq on a postfix system from a specific user: mailq | tail -n +2 | awk ‘BEGIN { RS = “” } /…
Read More
Here is a “simple” command to cleanup mailq on a postfix system from a specific user: mailq | tail -n +2 | awk ‘BEGIN { RS = “” } /…
Using a simple command (wmic) you can identify the Server Model on an HP Server: C:\Documents and Settings\sigvalue>wmic csproduct get name Name ProLiant DL380 G4 C:\Documents and Settings\sigvalue> WMIC commands…
Below is a guide on how to install DRAC admin tools for DELL R720 / R310 servers on CentOS and configure with RACADM Download OM-SrvAdmin-Dell-Web-LX-7.0.0-4614_A00.tar.gz or the latest from Dell’s support site…
This article is about how to install php-5.1, php-5.2 and php-5.3 on one server, and use them simultaneously Based on CentOS, for Apache only 1. Enable rpmforge and epel yum…