May 2013 M T W T F S S « Oct 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Translator

Archives
Tags
3D Graphics Apache Apple captcha cat CentOS Checksum CMake DNSBL domain redirection Dovecot Fedora gd gzip howto htaccess IMAP iPhone jabber JavaScript Linux MacBook Mac OSX md5sum mod_rewrite MTA Multi-Volume MySQL Ogre3D Ogre Samples openfire PEAR PHP security images Sendmail sha1sum split SquirrelMail tar Ubuntu URL rewrite Volume Archive Xcode xmpp Yum
Category Archives: Linux
The Big Switch to Ubuntu Linux
For several years I had Windows XP as the operating system on my laptop. It’s been mostly out of necessity as my laptop is primarily used for work and I’ve been used to using specific applications for productivity, such as … Continue reading
Problems upgrading old PEAR versions
On some old servers I’ve had problems upgrading PEAR. I don’t remember the exact error message but I used it for a quick Google search to find one solution. If you have problems upgrading old versions of PEAR, you can … Continue reading
Creating Multi-Volume Archives and Checksums
The goal of this article is to help you create multi-volume archives and generate checksums to validate integrity. Why? You have data larger than any single CD-R disc or DVD and you need to split it into pieces, or you … Continue reading
Anti-Spam Techniques: DNSBL in Sendmail
This topic is nothing new as there are many tutorials out there covering it, but I figured I’d write a post for the hell of it. If you use Sendmail as your MTA and get vast amounts of spam you … Continue reading
Excluding Packages from Yum Updates
There may be times when you may need to exclude packages from yum updates — e.g. package conflicts, etc. I always like to give an example of why I would do this or that, so for an example pertaining to … Continue reading
Openfire Jabber/XMPP Server on CentOS mini-Howto
So you want to set up your own private chat network for friends or family, or maybe your company uses the major chat providers like AIM, Yahoo, MSN, or Google for interoffice communication, but you want more control and to … Continue reading
CentOS 5.1 Network Install Instructions
This is a simple guide to installing CentOS 5.1 via Network Install (netinstall). You can save yourself a lot of time by doing a network install and only installing the base packages rather than downloading a 3.6GB DVD ISO or … Continue reading
What happened to named.conf in ISC BIND DNS on Fedora 7?
I’ve made the great leap this week by moving to a new colocation. This site and many others have moved to a new dedicated server because the old service I used provided by unnamed company was absolutely horrible. They boasted … Continue reading
Hotlink Protection with Apache mod_rewrite and .htaccess
So you have people linking to files on your site and it’s eating up all your bandwidth. You want it to stop but you’re not sure how. If you’re using Apache for your web server, you can use .htaccess to … Continue reading