ISO, CDR, and CDRW in Linux [cpqlinux.com]
An old page, but full of handy tips (more like quick references) nonetheless.
Just in case, it's also here. [waybackmachine.org]
Also:
SELECT i.inumber as itemid, i.ititle as title, i.ibody as body, m.mname as author, m.mrealname as authorname, i.itime, i.imore as more, m.mnumber as authorid, m.memail as authormail, m.murl as authorurl, c.cname as category, i.icat as catid, i.iclosed as closed FROM nucleus_item as i, nucleus_member as m, nucleus_category as c WHERE i.iblog=1 and i.iauthor=m.mnumber and i.icat=c.catid and i.idraft=0 and i.itime<="2008-12-05 04:02:28" AND i.iblog = 1 AND i.inumber IN (16,21,23,30,37) ORDER BY i.itime DESC LIMIT 1,5
stdClass Object
(
[itemid] => 30
[title] => Handy CD reading/writing/ripping stuff
[body] => ISO, CDR, and CDRW in Linux [cpqlinux.com]
An old page, but full of handy tips (more like quick references) nonetheless.
Just in case, it's also here. [waybackmachine.org]
Also:
[author] => erin
[authorname] => Erin Schnabel
[itime] => 2004-12-01 22:41:00
[more] =>
[authorid] => 1
[authormail] => erinschnabel@gmail.com
[authorurl] => http://ebullientworks.com/
[category] => General
[catid] => 1
[closed] => 0
)
ISO, CDR, and CDRW in Linux [cpqlinux.com]
An old page, but full of handy tips (more like quick references) nonetheless.
Just in case, it's also here. [waybackmachine.org]
Also:
stdClass Object
(
[itemid] => 23
[title] => Session data in a RAMDISK
[body] => What a stroke of genius.
I’m sure some people think it’s obvious, but what a great application of RAMDISK!
Sessions are generally small, and putting them in a RAMDISK eliminates IO activity from storing/retrieving session data without having to change anything in PHP..
[author] => erin
[authorname] => Erin Schnabel
[itime] => 2004-03-04 10:51:00
[more] =>
References:
[authorid] => 1
[authormail] => erinschnabel@gmail.com
[authorurl] => http://ebullientworks.com/
[category] => General
[catid] => 1
[closed] => 0
)
What a stroke of genius.
I’m sure some people think it’s obvious, but what a great application of RAMDISK!
Sessions are generally small, and putting them in a RAMDISK eliminates IO activity from storing/retrieving session data without having to change anything in PHP..
stdClass Object
(
[itemid] => 21
[title] => Helpful stuff for kernel 2.6.x and X (mice/keyboard)
[body] =>
Didn’t want to lose it.. 
Additional keyboard stuff:
[author] => erin
[authorname] => Erin Schnabel
[itime] => 2004-02-19 21:17:00
[more] =>
[authorid] => 1
[authormail] => erinschnabel@gmail.com
[authorurl] => http://ebullientworks.com/
[category] => General
[catid] => 1
[closed] => 0
)
Didn’t want to lose it.. 
Additional keyboard stuff:
stdClass Object
(
[itemid] => 16
[title] => TrueType Fonts
[body] =>
XftConfig contains scalable fonts only. bitmap fonts can’t possibly be anti-aliased (and anti-aliasing is what XftConfig is there for).
> Can one get ride of one of the files?
If you remove /etc/X11/fs/config, X will stop working.
If you remove /etc/X11/XftConfig, antialiasing will act oddly.
[author] => erin
[authorname] => Erin Schnabel
[itime] => 2003-12-21 11:26:00
[more] =>
[authorid] => 1
[authormail] => erinschnabel@gmail.com
[authorurl] => http://ebullientworks.com/
[category] => General
[catid] => 1
[closed] => 0
)
XftConfig contains scalable fonts only. bitmap fonts can’t possibly be anti-aliased (and anti-aliasing is what XftConfig is there for).
> Can one get ride of one of the files?
If you remove /etc/X11/fs/config, X will stop working.
If you remove /etc/X11/XftConfig, antialiasing will act oddly.