January 22 2014 by
Jason in
Linux |
I’ve came across some HP servers that it is impossible to get the dimm module serial number or model. There are many tools that that work with Linux, such as “dmidecode -t 17”, lshw, lm_sensors, i2c-tools, etc.. that require you to install additional software on a server to get such information, when installing software is […]
July 11 2013 by
Jason in
Linux |
Seen this discussion many times, but not to much of information in regards to how to fix OSAD to communicate with the Spacewalk or Satellite server once you see this error in the osad log. To fix the error repeating in the osad log as seen below and have the client server come back online. […]
May 1 2013 by
Jason in
Linux |
If you are needing to add more space to an LV but your VG has no space left to give to the LV. Following the below will extend or resize your VG and LV in Redhat/CentOS linux. 1) Add a new disk to linux machine. In VMware, you would just edit the system settings and […]
December 18 2011 by
Jason in
Linux |
An easy to follow guide to install DKIM on CentOS 5.x Linux mail servers using qmailtoaster and kloxo/lxadmin. Re-posting this so that it is not lost for future setups. 5 minute guide to to help prevent outgoing emails from your email servers winding up in someone’s spam box. cd /tmp wget http://rogersit.net/software/linux/dkim/dkim.tgz tar –zxf dkim.tgz […]
August 9 2011 by
Jason in
MySQL |
I was searching all over to find a script to effectively monitor or audit users logging in to MySQl databases. There may be more scripts out there or tools that you can buy to audit users logging in to your MYSQL databases, but I can tell you, the below script that I decided to write, […]
August 8 2011 by
Jason in
PHP |
Installing PHP 5.3 has never been easier. By following the below instructions, you will have PHP 5.3 installed on your Redhat or CentOS server within minutes. First, we need to add the Zend PHP repo to our yum repository. To do this, we will create a zend.repo file. Command: nano /etc/yum.repos.d/zend.repo ADD [Zend] name=Zend Server […]