OEM Operating System Install & Driver Disk Troubles…

December 11, 2006 by Jason · 2 Comments 

Ok, for those of you that build your own systems, this really doesn't apply. However, for those of you that have pre-built OEM systems lying around (like I have at work), listen up because this advice is going to save you hours of wasted effort... DON'T LOSE YOUR WINDOWS OEM INSTALL CD AND DRIVER DISK!

Earlier today I spent almost 4 hours reinstalling a Gateway E-2100 system. The entire process was one giant comedy of errors. I started out by installing Windows XP Home because that is what all of the Gateway systems we have are running. As it turns out, that assumption was not a good one to make. It seems that this particular Gateway box is the ONLY Windows XP Professional system we have (aside from my notebook). In any case, there went 30 minutes...

Once learning that the only Windows XP Professional CD I had was for my Dell notebook (Latitude D820), I figured, "how badly could it go?". That, again, was a bad assumption to make. After spending 40 minutes installing Windows (again) I was greeted with a first boot at 640x480 in 4-bit color. Now, there probably aren't many people who remember 4-bit color, but yes, 20 years ago, 16 colors was all you got. Unfortunately, Windows XP was never meant to be viewed at this level and that made fixing the issue all that more difficult.

Continue Reading 'OEM Operating System Install & Driver Disk Troubles…' »

Review: Antipatterns – Identification, Refactoring, and Management

December 8, 2006 by Jason · 2 Comments 

If you've read my "About" page then you'd know that in addition to working full-time, I'm also a graduate student at Penn State studying Software Engineering. The class I'm currently taking is on Software Project Management and is taught by Dr. Phillip A. Laplante. As a part of this class (which I'm already paying too much for), I was required to buy one of the books the professor wrote. The title of that book is "Antipatterns - Identification, Refactoring, and Management".

I assumed that like most text books that this one would be boring and that the professor was only doing it to make a few extra bucks. I couldn't have possibly been more wrong. As it turns out, he only gets about $0.80 for each book sold (there are only about 20 people in the class), and this is one of the funniest books I've read in a long time.

Continue Reading 'Review: Antipatterns – Identification, Refactoring, and Management' »

The site’s new look

December 7, 2006 by Jason · Leave a Comment 

So, I was flipping through MaximumPC while I was eating lunch and I saw that they had mentioned the K2 theme engine as a must-have. I decided to pick it up and install it. For now, it looks almost identical to the default theme I was using but I'll customize it a bit down the road. I'll say one thing for sure though, it does load faster than the default skin did and it is a lot easier to use.

Some notable improvements include the "type and wait" livesearch box (give it a try, just type something and then wait a couple seconds) and live comments with AJAX (no page refreshes).

Rebate Rip-offs

December 7, 2006 by Jason · 3 Comments 

One of the people I work with, Dave (yes, the same Dave who got the tattoo in Las Vegas), recently made a post on his site about all of the cheap stuff he's bought recently with mail-in rebates. He wrote that out of the 5 rebates he's been waiting for, he's received one. Well, Dave, you're not alone.

In general, I try to avoid buying items that come with mail-in rebates. They really only comprise a small portion of my purchases, maybe 10% at most. The reason is that the odds of someone actually receiving a mail-in rebate on a tech product are pretty low these days. For example, in the past year, I have ordered 2GB of OCZ DDR memory ($40 MIR), a PNY GeForce 6600GT PCI-E video card ($20 MIR), two 1GB SanDisk USB Sticks ($10 MIR each), and a Cuisinart Coffee Maker w/ Built-In Grinder ($20 MIR). Out of those rebates, the most recent of which was filed about 8 weeks ago, I have received exactly $0.00. That's $100 that I'm owed that I will, in all likelihood, never receive.

Continue Reading 'Rebate Rip-offs' »

Upgrading to MySQL 5.0.27 on RHEL and CentOS

December 5, 2006 by Jason · 23 Comments 

One of the most common technical recommendations given on the vbulletin.com forums is to upgrade your software versions to the newest available. I've already covered how to upgrade Apache's httpd and PHP so now I'm going to explain how to upgrade your RHEL/CentOS 4 system to use MySQL 5.0.27. This is not a terribly difficult process but it is VERY time consuming. Expect to spend about 10 minutes prepping and about an hour compiling (even on a high-end box).

To start, you'll need three things. First, you're going to need 'root' access to your server. If you don't have it, even if you can build the RPMs, you won't be able to install them. Second, on most machines, you'll need to install a huge list of dependencies. Finally, you'll need the MySQL src.rpm from FC7's development tree.

Continue Reading 'Upgrading to MySQL 5.0.27 on RHEL and CentOS' »

Build Your Own Home/SOHO NAS

December 4, 2006 by Jason · 19 Comments 

If you're like me, you're probably got more than one computer at home. In fact, if you're like me, you've probably got a half-dozen or so. Wait, that's still not quite right, let me try one more time... If you're like me, you've got a half-dozen computers at home, running a few different operating systems, and you use them all. Yeah, that one's right.

If so, you will, no doubt, have run into the nasty little problem of keeping your files synchronized. If you keep a copy of everything on every machine then that's a huge waste of space. If you don't, you no doubt will need something from a machine that you can't easily access. You've probably thought about setting up a file server but the thought of dishing out $200 (plus hardware) for a copy of Windows isn't really appealing, nor is the thought of taking an old box lying around and installing Linux on it. Luckily, there is a solution that lies half-way in the middle. Its name is OpenFiler.

Continue Reading 'Build Your Own Home/SOHO NAS' »

Upgrading to PHP 5.2.0 on RHEL and CentOS

November 30, 2006 by Jason · 47 Comments 

With the release of an src.rpm for PHP 5.2.0 in the Fedora Core 7 development branch, I've decided to roll out PHP 5.2.0 as a test on a couple of our smaller forums that are running vBulletin 3.6.4. According to the changelog, PHP 5.2.0 has an improved memory-management system. With any luck it'll be faster than 5.1.6 and won't break anything in the process.

The procedure to build the PHP 5.2.0 RPMs for RHEL and CentOS 4 is almost identical to the one I used to install PHP 5.1.6 on RHEL and CentOS 4 so this is going to read very similarly to the original how-to. In fact, I recommend reading that post as well before you begin.

One quick warning though, PHP 5.2.0 is currently the bleeding-edge release. I do not recommend that you install it on your production servers without first testing on a development box to make sure that your applications still work as expected. I would also recommend that you build the PHP 5.1.6 RPMs as well, that way you can easily roll back if needed.

To start, you'll need three things. First, you're going to need 'root' access to your server. If you don't have it, even if you can build the RPMs, you won't be able to install them. Second, on most machines, you'll need to install a huge list of dependencies. Finally, you'll need the PHP src.rpm from FC7's development tree.

Continue Reading 'Upgrading to PHP 5.2.0 on RHEL and CentOS' »

Drunken Videos from PubCon 2006

November 29, 2006 by Jason · 4 Comments 

As promised in my PubCon 2006 Night Life post, I've got a bunch of videos from Thursday evening. All of the videos I've got so far are from Amanda. Andrew's content is stuck on his phone because he lost his USB transfer cable.

The videos have been recompressed using DivX (with MP3 audio) so they should be playable on almost every computer. That also had the wonderful side effect of reducing the total file size from 585MB to 54MB. In any case, getting to what you're here for... The videos!

Continue Reading 'Drunken Videos from PubCon 2006' »

Picking the Right Web Host

November 28, 2006 by Jason · 5 Comments 

One of the first things that comes to mind when starting a new web site is "Where will I put it?" This question is easily answered in the beginning as there are thousands of cheap (and occasionally free) web hosts available that will allow you to run a small web site. As time goes on, however, it gets quite a bit more interesting as you try to find a hosting method that will suit your site but not empty your wallet.

At current, there are three main types of hosting available: shared hosting, virtual private servers (VPS), and dedicated servers. The big question is "When is it appropriate to move from one to the next?" Most people answer that question with something like, "When my site is running slowly" or, "When my host asks me to leave." Both of these answers, unfortunately, will leave you in a bad way and may cause you to lose valuable traffic. The good news is that proper planning and research upfront can really cut down on the headaches later.

Continue Reading 'Picking the Right Web Host' »

AdSense IS Content

November 27, 2006 by Jason · 1 Comment 

When was the last time you saw a web site that wasn't selling something? Can't think of one? Neither can I. Every site I've been to in the recent past has either been directly selling a product, offering to trade something you have for something less valuable that they have, or showing you advertisements (either fixed or adsense).

My first thought on the recent overabundance of advertisements was "When the hell did everyone get so greedy?" At what point, did content get bumped to second-place behind ads? At what point did we start to not only tolerate ad-filled sites, but to accept them as the norm? That thought, of course, was followed by "Damn... I've got to get that ad-blocker plugin for Firefox..."

As a server administrator (that's part of my day job), I know that hosting is expensive. I know that shared hosting rarely works out once you've got enough visitors coming to your site to pay for it. I know that Virtual Private Servers (VPS) are overpriced and often perform worse than the cheaper shared hosting does. I know that dedicated server hosting generally means that you either need to be a server admin yourself, or that you've got to dish out a few hundred dollars per month to hire someone to do the work. I understand the problem. What I don't understand is why the perceived solution to that problem is to fill your web sites with tons of advertisements.

Continue Reading 'AdSense IS Content' »

Page 8 of 9123456789