People Eating Tasty Animals

I swear those feminazis at PETA must have brain damage from lack of proper nutrition. Check out this pamphlet from PETA: Your Mommy Kills Animals (original). I’d think it’s funny (Mmm. Rabbit meat tastes like chicken), except for the fact that this was targeted at small children, and makes outright lies about parents.
These people are [...]

French Military History

Check out this “Google” search result for the phrase French Military History.

Server Specs.

People keep asking me for the specs on the server:

Celeron 433
256MB RAM
Drive 1: 8.9 GB
Drive 2: 7.2 GB (Offline)
Drive 3: 13.0 GB (Offline)
Drive 4: CD-RW Drive
Redhat Linux 9 (Kernel 2.4.20)
Apache 2.0.40
PHP 4.2.2

Right March

Here’s an interesting video documentary done by Right March about an Anti-Anti-War protest that took place recently on the mall in D.C.
Pay attention to who is actually backing these “anti-war” protests.
WMV or Real

Another impostor

Bastards. It’s a conspiracy I tell you!
Some dork tries to rip off a InfoWorld article and post it as his own work. Well, at least the host site has some taste.
Don’t be fooled. I am the original.

FrontPage 98 Does Not Work on FP Ext 2002

From the “Why Microsoft software reeks” dept:

Apparently Microsoft figured that it was time to obsolete another product and force it’s users to otherwise pointlessly spend money. FrontPage 98 does NOT work with FrontPage 2002 extensions (which are installed on the server). So either upgrade, or actually learn how to properly write a website.
…n00b.

Wannabe Posers

Some cheap-arse geocities
page. Billy Stalker? Nice photoshopping,
tard. Stumble around this site a while. It becomes apparent after a few
links that these people just like to hear themselves expel verbal
diarrhea. Get a life. And get your own name.

Statically/permanently setting your search domains in Redhat Linux using DHCP

So you go into /etc/resolv.conf and set your search domains. You’re happy that you no longer have to type in the full domain for your favorite server anymore when ssh’ing to in, and you come back to your computer a day later and find that they’ve been wiped out. Arg! Apprently DHCP knows what’s better [...]

Disabling the ”Security Code” feature of PHP-Nuke

Run the following commands:

cd /www/docs/mydomain.com/
grep -R “extension_loaded(”gd”)” * | awk -F”:” ‘{print $1}’ | sort | uniq

Wait at least 30 seconds. It’s searching all the files in this directory. Each of the files returned will contain the string ‘extension_loaded(”gd”)’, which must be replaced [...]