Article Category: How To
Posted 6 days, 7 hours ago by wheaties
I've decided that if I ever want to really understand Linux, I'll have to give as many distributions as possible a chance. In the past, I've tried to use OpenSUSE on my HP Pavilion dv8000 laptop, but it never seemed quite as robust or useful as many other distributions that I've tried on the same machine.
With the recent release of OpenSUSE 11.1, I downloaded the final 32-bit DVD ISO as I normally do for...
Posted 6 days, 23 hours ago by wheaties
With all of the hype that git has been receiving lately, I started playing with it a while back to see if it suited me and my wants/needs. I found it to be an interesting utility. I won't go into any details simply because I'm not really all that knowledgeable about all the ins and outs of version control systems, but I will say that I have decided I like...
Posted 1 week, 1 day ago by wheaties
Welcome to my second article about installing Slackware on an Asus EeePC. This is a follow-up article to the one I posted in May 2008 soon after Slackware 12.1 was released. In this article, I will assume that you're doing a fresh installation of Slackware 12.2 and that you have access to an external USB CD/DVD ROM drive.
In all honesty, the...
Posted 1 month ago by wheaties
Some of you regulars out there may have noticed an interesting change in the presentation of some of my articles: source code highlighting. I've been interested in doing this for quite some time, I just never really got around to implementing it until last night.
I found this implementation process to be a bit more complicatd than I had anticipated. For my own benefit as well as for anyone else who wants to do...
Posted 1 month ago by wheaties
With the recent release of Python 3.0 final, I've had a crazy itch that needed to be scratched. That itch, my friends, was to do a write-up of how to install Python 3.0 alongside my existing Python 2.5.2 installation without borking things up. The reason I thought it would be useful is that I'm running a Debian-based distribution of Linux called sidux right now, and neither Python...
Posted 1 month, 1 week ago by wheaties
This little trick certainly isn't anything special. Several other folks have posted about how to have Django send out an e-mail automagically when a new comment has been posted on your site. However, a lot of these other posts seem to be pre-Django 1.0. Some groovy changes took place with the signal system slightly before Django 1.0 was released, so I thought I'd share my method of having Django notify me by...
Posted 1 month, 1 week ago by wheaties
I recently had a good friend of mine ask for some help in adding a captcha field to his comments form. I gave him some pointers, but before he could put them into action he had to leave for a Thanksgiving roadtrip home. I didn't give much mind to the idea of putting captchas on my own site since it's not all that popular amongst spammers yet. When I woke up this...
Posted 2 months ago by wheaties
Up until a couple weeks ago, I had never installed a FavIcon on any of my Django sites. I never really thought about it until one day I enabled the SEND_BROKEN_LINK_EMAILS setting for one of my sites. As soon as I did that, I was able to track down links to broken pages very quickly. It also notified me that I didn't have a favicon.ico file...
Posted 4 months ago by wheaties
In continuation of a previous article, now you can learn how to install Django on a shared hosting provider. I know for a fact that this HOWTO works with Site5 because I used it to setup a friend's account with Django a few minutes ago.
Posted 4 months, 1 week ago by wheaties
Django's newly merged comments application seemed to break a lot of things for me. Here are some tips in case you're in the same boat.
Posted 4 months, 3 weeks ago by wheaties
Use Django's Object-Relational Mapper to design your database quickly and easily--regardless of the programming language/framework used in your final product.
Posted 4 months, 4 weeks ago by wheaties
Learn how to get started with Django on Windows, Linux, and Mac OS X.
Posted 5 months, 2 weeks ago by wheaties
Learn how to make your own iPod-compatible audio books using completely free utilities on Linux!
Posted 8 months ago by wheaties
The steps I took to install Slackware 12.1 on my Asus EeePC (701).
Posted 8 months, 2 weeks ago by wheaties
Add the SwiftFox Debian repositories to your system to make for easy installation and upgrades.
Posted 8 months, 2 weeks ago by wheaties
Learn how to add Opera to your Debian repository list to make installation and updates easy.
Posted 8 months, 2 weeks ago by wheaties
Learn how to add the Debian Multimedia repositories to your system so you can easily install and update useful video and audio programs, codecs, and libraries.
Posted 1 year, 11 months ago by wheaties
Learn how to compile and install your own Linux kernel so you can tweak your system to the max!
Posted 2 years ago by wheaties
Sometimes things just go wrong when you try to change your bootloader in Linux. Whether you use GRUB or LILO (or some other bootloader), this article may be of use if you find your MBR somewhat hosed.
Posted 2 years ago by wheaties
I recently purchased a 120GB drive to use as a shared disk between computers. Since I use several operating systems regularly, I wanted a format that all could play well with. Here's what I had to do.
Posted 2 years ago by wheaties
For those of you who love Java as much as I do, you might be wondering if your existing netbeans projects can be upgraded to JDK 6. This will explain how to do it.
Posted 2 years, 1 month ago by wheaties
Many of us who use Linux on our laptops have run into a particularly annoying feature when surfing the & 'Net. Sometimes when you try to simply move the mouse, your web browser magically goes to a different page. Let's fix this.
Posted 2 years, 1 month ago by wheaties
This is a great feature and all, but I personally don't like the "nag" screen when I don't shut down Firefox the way I should.
Posted 2 years, 1 month ago by wheaties
Learn how to get MySQL up and running on a fresh installation of Slackware.
Posted 2 years, 2 months ago by wheaties
Learn some basic information about Linux and how to use the command line interface.
Posted 2 years, 2 months ago by wheaties
With the newest release of my favorite distribution of Linux, I had to try my hand at installing and running it on my laptop. This is the beginning of a series of smaller articles dealing with Slackware 11.0.
Posted 2 years, 3 months ago by wheaties
Accessing wireless networks with Linux can be one of the biggest pains ever--trust me. I have created this guide in hopes that your attempts may go better than my first attempts.
Posted 2 years, 3 months ago by wheaties
The steps I took in order to install SLED 10.0 on my HP Pavilion dv8000. Hopefully this article will be of use to you.
Posted 2 years, 3 months ago by wheaties
Ever started a project that involved multiple developers, or wanted to keep track of changes that you make to your files? Learn how to effectively use a Subversion (SVN) repository to ease the burden of manually merging or backing up files.
Posted 2 years, 4 months ago by wheaties
Is the scroll button on your mouse not working under Linux? Learn how to enable it with just a few lines in a configuration file.