Posts
Malaysia Public Holiday Calender
Now, here’s something every Malaysian will love. The Malaysian public holiday calender for 2009. Download or view the calender. Thanks Abinesh
lowyat.net does jobs
lowyat.net does jobs now. The service is just building momentum so the number job postings are minimum. Being one of the most popular site and forum around it’s not gonna be hard to get the ball rolling. The site design’s not bad too. Web 2.0 and simple to navigate. O ya, and the service is free. Check It Out!
Collaborative Spreadsheet Art with Google Docs
This is what happens when for dudes collaborate on 1 Google Docs Spreadsheet and create art. Pretty cool ha. [youtube]http://www.youtube.com/watch?v=KpcgRlXe40k[/youtube] This was something Google put together for the holiday season. A way to showcase the collaboration capabilities Google Docs provides. Take a tour behind the scene to see what went into creating this piece of collaborative art. Inspired? Get started on you own collaborative art. Source: Google Docs [3]: /wp-content/uploads/2008/12/google-doc-holiday.jpg)
How to get your previous commands in AIX
Without an auto complete feature like in BASH, AIX appears more complicated then it really is. Especially amongst new users.The retyping of commands can get real annoying sometimes. Fortunately, accessing your command history is easyly acomplished in AIX and will save you a load of time. To start off, run “set -o vi” to set the shell to “VI” or “Insert Mode” mode. [akuny][/users/jabas] # set -o vi Next, hit the “Esc” key to get into VI mode. Once in vi mode follow the combinations below to scroll through your command history. ...