
Tag: rhel

Spacewalk Certificate expiration warning [Resolved] 2018

Linux: The Bash Bug Test and Fix

One Way to “sysprep” a Linux Template to Clone
An anoyance with cloning a Linux virtual machine is that the /etc/sysconfig/network-scripts/ifcfg-eth0 file may contain a UUID and HWADDR which can be removed and the /etc/udev/rules.d/70-persistent-net.rules can be deleted or zero’ed out. So, here are the steps I use to create a “template”. Remove the UUID and HWADDR lines from the /etc/sysconfig/network-scripts/ifcfg-eth0 file. > /etc/udev/rules.d/70-persistent-net.rules to zero it out. Run…
Read More »Install Adobe Reader on CentOS 6.5
While perusing through the Internet, I found this site called iF !1 0 “If Not True then False“. I found this write-up on how to install Adobe Reader on one of many different flavors on Linux. I couldn’t pass up on this, since I was in the hunt for Adobe Reader. The process worked great, so here is my slight…
Read More »The Easiest Method To Install Adobe Flash on CentOS/RHEL
This should be easy, install Adobe Flash on a Linux operating system to watch Youtube videos in Firefox. After an hour or so fighting with Adobe Flash, through every method I could find on the Internet, I finally found one that worked, the first time! There are many who write of downloading a compressed file and extracting the needed file...
Read More »Linux: A Homemade script to monitor your websites
It was discovered days later that one of my websites was offline displaying only 500 error messages. As it turned out, it was as a result of the .htaccess files. The .htaccess files did not include <IfModule XXXXX> </IfModule> around the directives. Tracking down the offending lines, it was determined that the lines were all part of the mod_headers.c module....
Read More »A Quick Guide to VNC Server on CentOS 6
After searching through several guides, all complete in one way or another, however, not complete enough, I put the pieces together into this guide. This particular configuration is a basic VNC server with two users. After creating the second user, the process can be repeated for additional users. Install the VNC Server Edit the /etc/sysconfig/vncservers file. Note that on the…
Read More »Install JBoss on CentOS with Two Scripts

VMware – RHEL / CentOS 6.2 Network Issues
After installing CentOS 6.2 i386 minimal ISO as a VMware virtual machine, immediate attempts to perform a yum update failed. The virtual machine network is bridged to the host computer. Pings to the router were successful, however, after some Internet searches, a solution that remediated this situation was found. Before getting to the “fix”. An attempt to change the network…
Read More »How to uninstall Java for LInux
If the native Java for Linux has been installed and the goal is to remove it from the system and install the Oracle Java JDK. Here are the steps to do just that. This is here for reference, I have not fully tested this, in that the installation I was verifying did not have JRE as indicated in the original…
Read More »Apache Logs Fail to Logrotate – RESOLVED
A server running Red Hat Enterprise Linux (RHEL) 5.5 after a period of time of successful logrotation, failed to logrotate the Apache logs. The Apache logs grew into the GBs. There didn’t seem to be any apparant or logical reason for this behavior, as the logrotation scripts were identical to other comparable servers. However, a command to debug logrotate may…
Read More »