24.01.2008
UNIX tips
22:29 | Linux | aucune commentaire
Unless otherwise expressly stated, all original material of whatever nature created by Andreas Jaggi and included in this weblog is licensed under a Creative Commons License.
And now, how to un-brick it again:
00:32 | Mac | aucune commentaire
<object type="application/x-shockwave-flash" data="flash.swf" width="100" height="200"> <param name="movie" value="flash.swf" /> </object>
17:12 | Webdesign | aucune commentaire
printf "2002:%02x%02x:%02x%02x::1\n" a b c d
auto sit0
iface sit0 inet6 static
address 2002:uuuu:vvvv::1
netmask 64
gateway ::192.88.99.1ifup sit0Now you can also add AAAA DNS records with 2002:uuuu:vvvv::1 for your domain(s).
16:00 | Networking | aucune commentaire
Instead of learning for the exams, I mess around with strange things:
arkanoid.sed is a breakout-game written entirely in sed. Download the sed-file and use sed -f arkanoid.sed to start the game. (via)
17:18 | Linux | aucune commentaire
I really, really should have known the * command earlier.
10:40 | Coding | lien permanente