Just found through this post by Technofreak, where a simple(ok, that is not simple), onliner on your terminal will show you the top 10 commands used recently. $ history | awk '{print $2}' | awk 'BEGIN {FS="|"}{print $1}' | sort | uniq -c | sort -n | tail | sort -nr
This on my system shows up
82 cd
63 ls
51 sudo
51 screen
18 ps
17 irssi
15 python
14 svn
12 irb
11 uptime
We have seen many “Get a mac” spoofs and those were mostly done by people on youtube. But imagine Novell doing two such ads. Linux is a hot chick in these ads. Nice.
This Valentine’s day (2006), lets learn python the easy way! at http://www.lovepython.com/ I don’t know what is behind the teaser, but anyway I have signed up. Any one can guess what could be behind this?
A 122-year-old dairy equipment company has used Linux to control a robotic cow-milking system (the system is robotic, not the cows). Delaval’s “Voluntary Milking System” lets the cows decide for themselves when to be milked, and gives dairy farmers a more independent lifestyle, free from regular milkings. The system runs a 2.4.18 Linux kernel.