Installing and Configuring Fink for OS X
Download fink from http://fink.sourceforge.net and run the .dmg suited for your architechture; in my case I ran the file contained in Fink-0.8.1-PowerPC-Installer.dmg
Once this is done, run the little ‘pathsetup’ app inside the diskimage, which will append ‘test -r /sw/bin/init.sh && . /sw/bin/init.sh‘ to your .bash_profile. I tend to pull it out and have it in my .bashrc while my .bash_profile looks like,
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
Customizing Fink
- /sw/etc/fink.conf —> Trees: local/main stable/main stable/crypto unstable/main unstable/crypto
- /sw/etc/fink.conf —> MirrorOrder: MasterLast
- /sw/etc/fink.conf —> Verbose: 3
- $ fink selfupdate
- $ fink -y update-all
- Installing and Configuring Deluge in Ubuntu 8.10
- Installing and Configuring Deluge 1.0.7 in Ubuntu 8.10 with Web UI Interface
- Apple iPhone Pwnage…
- AVR Toolchain on OS X
- Using Subversion (SVN) in OS X with XCode & Apache2
An article on installing and configuring Deluge 1.0.7 in Ubuntu 8.10 has just been added and can be accessed from the menu on the right....
Deluge is a Bit-Torrent client natively developed in Python and GTK, primarily for POSIX operating systems. For the past five years, I have been relying on Azureus (now called Vuze) for all my torren...
What is 'pwnage' exactly? Usually used as an insult or interjection coupled with a stupid typo typing in "Ownage", this is used to signify superiority on all levels in online gaming. The days ...
UPDATE: Get the AVR MacPack instead of running the script below here. AVR MacPack is a development environment for Atmel's AVR microcontrollers running on Apple's Mac OS X, similar to WinAVR for W...
IMPORTANT: XCode v2.4 is incompatible with SVN v1.40 - Please download XCode version v2.4.1 from the ADC website, which corrects this problem and has been tested for compatibility. This article ha...

