Removing the Password on an Apache SSL Certificate
Every once in a while I run across an SSL Cert with an included password. Although the security is great automating an environment or an Apache restart with required interaction is problematic. H...
Every once in a while I run across an SSL Cert with an included password. Although the security is great automating an environment or an Apache restart with required interaction is problematic. H...
Question: I just accidentally added a misspelled word to Firefox’s built in dictionary – how do I remove it? This is a good question! Thankfully, someone at Mozilla decided the user dictionary sh...
Today I had a new server running CentOS5 have trouble with a known good authorize.net library using curl. It was producing the following error: error setting certificate verify locations: CAfile:...
Here is a follow up to the cellpadding and cellspacing post I made a while back. The cellpadding and cellspacing can be completely controlled in CSS. I realized today. I spoke only about collapsi...
I always have to use the man page of find to remember this – hopefully writing it down will help. Here is how you find all of the symbolic links in a linux path: find / -type l
Those of us who learned HTML early in the game are familiar with HTML table parameters cellpadding and cellspacing. In a positive way they were deprecated in HTML4 so you must use CSS to control t...
This post is outdated and the links were removed as they are no longer useful Today I ran across a project need for pdftk (AccessPDF) for CentOS5. Adding pdftk to CentOS5 was more of struggl...
I never can find this information when I need it so I am writing it down: Here are the common web banner sizes: Banner - 468px X 60px Leaderboard - 728px X 90px Skyscraper - 120px X 600px ...
Here is how to do a search and replace using Perl regex over a set of files: perl -pi -e 's/source/destination/g' *.ext
To play MP3 files in Fedora 8 with KDE you need to add software to your default installation. This software does not come “stock” with KDE because the software is not free and RedHat is required t...