Tags » unix

30Nov

Installing GD w/ PHP on Mac OS X

So I ran into a text file today that I made a long time ago, recording my steps to get the php GD library installed. It took hours and hours of hair pulling and teath grinding. Luckly I was pulling my cats hair and not mine. Anyway, here it is, I think I used it for Mac OS X 10.3 (Either that or .4, but I have no clue).

Continue reading ‘Installing GD w/ PHP on Mac OS X’ →

16Jun

Two SVN woes in one day...

...and I don't mean "whoa". The first one, I experienced was recieving this message upon an attempted svn ci (svn checkin):

Continue reading ‘Two SVN woes in one day...’ →

18Jun

Guide: Generate DSDT from Ubuntu Live CD

1. Download Ubuntu Live CD from the ubuntu web site
2. Burn and boot from CD. You'll be in Ubuntu on the desktop. Default user is "ubuntu" and home folder is /home/ubuntu.
3. From top menu bar, accessories (system) launch terminal and type:
codesudo cat /proc/acpi/dsdt > dsdt.aml
4. Now you'll have it in your home folder.
5. You can save it to a USB flash drive and transfer to OS X for future editing.

Continue reading ‘Guide: Generate DSDT from Ubuntu Live CD’ →