- Download the Arch Linux ISO (here: http://www.archlinux.org/download/) and burn it onto a CD.
- Use an external CD drive to boot your Eee PC with Arch Linux Image and follow the instructions to install the base system. You will find very detailed step by step instruction from here: http://wiki.archlinux.org/index.php/Asus_Eee_PC_701. Even though the installation process is pretty straight forward, here are few things you need to pay attention:
- Make sure you select ext2 file system
- Run "pacman -Syu" to do system upgrade before installing any extra programs
- Make sure to add hal and fam to the deamon list by adding "DAEMONS=(syslog-ng network netfs crond @hal @fam)" to your /etc/rc.conf if you are planning to add a graphical desktop environment
- Now you can install Mercurial, Git, Java and Clojure. (You can install all from Arch repo except Clojure. You can easily install Clojure by: hg clone http://bitbucket.org/kasim/clojurew/, which is a project I created to make setting up Clojure less painful.)
My thoughts on tackling IT complexity by breaking it into atomic components. and I term it lego oriented solution, LOS for short.
Sunday, May 16, 2010
The most portable Clojure REPL box - Eee PC 701
I have been trying to put my Eee PC 701 into a good use. This weekend I realized that turning it into a portable Clojure Box could not be more useful considering I can have REPL access whenever I want. As it turned out, it is quite easy, and here is how I got it done:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment