2004-09-30

Gentoo For Mac OS X

Installation and Usage Guide
http://www.gentoo.org/doc/en/macos-guide.xml

2004-09-25

Sending files as mail attachments

http://www.shelldorado.com/articles/mailattachments.html

2004-09-17

Rarewares

The place to find all the latest Mp3, AAC, Ogg Vorbis, Mpeg-4 and
general media utilities compiles.

http://www.rarewares.org/index.html

DVD Format Guide

http://www.idvd.ca/dvd-format-guide.htm

2004-07-30

Google trick

-qqqqqqqq site:slashdot.org

Placing something impossible (like 8 Qs) in the “without the words” field on the Advanced Search page combined with entering a site in the “Domain” field will get you a listing of ALL of the pages on that website!

Google Answers

2004-06-09

Linux tempfs

Tech Tip from Linux Journal

When you're planning the partitioning scheme for your next Linux system, keep in mind that you may want to put /tmp on tmpfs instead of directly on disk and allow extra swap space for the size of /tmp you want. For example, instead of reserving 1GB for /tmp and 1GB for swap, with tmpfs you can use 2GB for swap and reduce the number of partitions you need.

To create a 1GB tmpfs partition, put this in /etc/fstab:

none /tmp tmpfs size=1073741824