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
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
PleoWorld - The Home of Pleo, the Robotic Baby... →
Prism - MDC →
GeSHi and The Tumblr API == fun
$foo = 45;
for ( $i = 1; $i < $foo; $i++ )
{
echo "$foo<br />\n";
--$foo;
}
Jake's XFCE4 Multimedia Keyboard Setup →
Problems with åäö in Linux?
setxkbmap -rules xorg -model microsoft -layout se -option ""
8710
– My pedometer
Adobe AIR for Linux →
PHP - Ideas for the Google Summer of Code 2008 →