Posts

Showing posts from March, 2007

Local Installation of PEAR

Suppose you want to create local installation of PEAR, do this: # /usr/local/php/bin/pear config-create `pwd` pearrc # ls CVS incubator khad pearrc Zend # /usr/local/php/bin/pear -c pearrc install -a PEAR # ls CVS incubator khad pear pearrc Zend # ./pear/pear -c pearrc install -a Net_IMAP # ls pear cache data docs pear peardev pecl php tests # ls pear/php Archive Console Net OS PEAR pearcmd.php PEAR.php peclcmd.php Structures System.php XML # ./pear/pear -c pearrc list Installed packages, channel pear.php.net: ========================================= Package Version State Archive_Tar 1.3.2 stable Console_Getopt 1.2.2 stable Net_IMAP 1.0.3 stable Net_Socket 1.0.6 stable PEAR 1.5.0 stable Structures_Graph 1.0.2 stable XML_RPC 1.5.1 stable That's it stolen from http://embartp.nadlinux.com/?p=7

Update iPod without iTunes

Easy: Download firmware for your iPod from http://www.felixbruns.de/iPod/firmware/ for my 2nd gen Nano, I choose Nano 2G (19.x.x.x) extract downloaded file (ipsw) unzip iPodxxxx.ipsw Flash the extracted file (Firmware*) to empty partition in your iPod dd if=Firmware-x.x.x of=/dev/sda1 For more info see: http://ipodlinux.org/Restore_without_iTunes