Entries Tagged as 'command-line'
Posted in All on
November 12th, 2007
·
8 Comments
Chiefy for the www.f0bia.org !!!
I’m browsing through hundreds of web sites every day, and it’s been a while since I saw something that struck me as original. f0bia did it for me. With dark background, blinking cursor, and keyboard navigation it closely resembles UNIX command line. Yet it’s not just a show off, but a real blog with posts, search, RSS feeds, links, pictures, etc.
Well done!
Update: for those of you interested in technical details, the blog seems to be running WordPress and WordPress CLI theme.
Tags: awards, command-line, javascript, Linux, webdesign
Posted in All on
January 30th, 2006
·
2 Comments
I came across the best shell alias ever:
alias up="cd .."
This is one of those things that make me go “Why didn’t I thought of it earlier? And myself?”.
In order to add some value to this post, here are my two mostly used aliases:
alias pd="perldoc"
alias pdf="perldoc -f"
Tags: aliases, command-line, Linux, Shell, tips, unix