May
6
2009
Alternative To is a website that gives you a list of open-source alternatives to every application out there. The sign is well designed, easy to use, and has a great database for all platforms.

no comments | tags: open-source, software, web | posted in apple, linux, mac tip, web
Apr
5
2009
Here’s a nifty Linux trick to find out if a command has an alias set. If you want to find out if the command ls has an alias set use the following command:
type -all ls
ls is aliased to `ls –color=tty’
ls is /bin/ls
You can see in the output that ls has one alias in ls –color=tty.
no comments | tags: cli, command line, linux | posted in linux