And now, a stunning compiling tip from Captain Obvious:
If you are ever compiling the Linux kernel on any system with 500 Mhz of processing power or less, make sure to remove all the driver and filesystem options your don't need. As I'm finding out the hard way, it takes around 5+ minutes to compile the modules for each file system on a computer this slow. I feel especially silly because I am only actually using one disk file system on the machine (xfs).
I'm trying to start up a new project in which I will create a small computer cluster out of old PCs in my apartment. This is mainly for the learning experience, and I do not expect to impress anyone with my networked array of Pentium III's. But it should be an interesting project anyway.
I'm planning to use Gentoo, and I am going to start with the official documentation for creating HPC clusters under Gentoo:
http://www.gentoo.org/doc/en/hpc-howto.xml
First step, though, is to actually get the old PCs working. I just got one 10 year old Pentium to boot into the Gentoo minimal install disk, which involved an odd ritual of moving the CD-ROM in and out of the tray a couple of times during boot.
I also only have two spare PCs at the moment, so I'm checking to see if my friends have any junk they want to get rid of. (hint, hint)
1. Define the macro:
C-x (
<Do your macro>
C-x )
2. Give the macro a name:
M-x name-last-kbd-macro RETURN
<enter a new name> RETURN
3. Save it in your .emacs file
C-x C-f
<put "~/.emacs" in the open file dialog> RETURN
<move to the end of the file>
M-x insert-kbd-macro RETURN
<enter name of the defined macro> RETURN
C-x C-s
I said that I had shut down this blog for good. That was a lie. Okay, not a lie, but in any case I intend to move my blogging back to this site. Enjoy!