Archive for category Software

Firefox

Spread Firefox Affiliate Button

If you haven’t yet tried Firefox, you need to. Firefox is a fully standards compliant browser, which is important if you’re developing web sites because you need to know that you’re writing standards compliant code. Firefox is faster than Internet Explorer, and it’s also far safer, lacking all of the security holes that IE provides for hackers to access your system. And if that’s not enough, Firefox also provides tools to block popup windows, and extensions make it easy to block ads anywhere in a web page.

Tags:

OS X on PC

Some people have already managed to get versions of Mac OS X running on their PCs.

Tags: ,

The Iraq War

The war on terror viewed through the Bourne shell:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$ cd /middle_east/Iraq
$ ls
saddam
$ ls
saddam
$ ls
saddam
$ ls -a
.            ..           saddam
$ find / -name [Ww][Mm][Dd]
/Korea/North/wMd
$ wall Propaganda.txt
Broadcast Message from USA (pts/1) on USS_Abraham_Lincoln Th May 1st
Mission Accomplished!
$ rm saddam
saddam: No such file or directory
$ find / -name saddam
/var/opt/dictators/spiderhole/saddam
$ wall NewsWorthy.txt
Broadcast Message from USA (pts/1) on Time.Magazine Sat Dec 13
We Got Him!

Follow the link to the complete listing. Funny!

Tags: