Home
heviosso
26 May 2007 @ 04:36 pm
You are Smalltalk. You like to treat everyone the same way, but this lack of individuality makes everyone feel like objects.
Which Programming Language are You?
You are OS2-Warp. You're plagued by feelings of abandonment and disgust for your backstabbing step-brother.  Oh, what might have been.
Which OS are You?


via [info]old_nick (1, 2)
Tags: ,
 
 
Now listening: banco de gaia -- heliopolis
 
 
heviosso
03 May 2007 @ 03:01 am
Doing
$ gawk 'BEGIN {
        url = "http://repository.maemo.org"
}
/^Directory: / {
        dir = $2
}       
/^Files:/ {
        getline;
        while ($0) {
                printf "wget '%s/%s/%s'\n", url, dir, $3;
                getline;
                if (substr($0, 0, 1) != " ")
                        break;
        }
}' < Sources | sh

at home saves some of that expensive external corporate traffic, BWAHAHA! [info]execq2, watch and learn.

P.S. Dearest gentoo users: this is how you might go about downloading debian-style repos in aptless systems.
 
 
Mood: sleepy