April 2008
11 posts
Useful alias for grep that I like to use.
# Place it in your .bashrc .bash_aliases or whatever. alias g='grep -ri --color=always'   # Then use it like g "search for this" ./path   # With less g "search for this" ./path | less -R
Apr 22nd
Simple script to mount using smbfs
#!/bin/sh sudo mount -t smbfs -o uid=1000,gid=1000,username=username,password=password //host/and/path /where/to/mnt
Apr 21st
PleoWorld - The Home of Pleo, the Robotic Baby... →
Apr 20th
Prism - MDC →
Apr 18th
GeSHi and The Tumblr API == fun
$foo = 45; for ( $i = 1; $i < $foo; $i++ ) { echo "$foo<br />\n"; --$foo; }
Apr 8th
Apr 6th
Jake's XFCE4 Multimedia Keyboard Setup →
Apr 3rd
Problems with åäö in Linux?
setxkbmap -rules xorg -model microsoft -layout se -option ""
Apr 3rd
“8710”
– My pedometer
Apr 2nd
Adobe AIR for Linux →
Apr 2nd
PHP - Ideas for the Google Summer of Code 2008 →
Apr 1st