History Meme
[cxd@nex:~]$ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
219 cd
162 l
85 svn
56 mvn
47 less
34 sudo
28 rm
26 python
24 ssh
18 dcop
Well I guess I’m a developer ^^[cxd@nex:~]$ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
219 cd
162 l
85 svn
56 mvn
47 less
34 sudo
28 rm
26 python
24 ssh
18 dcop
Well I guess I’m a developer ^^
Great news from the Amarok 2 developers:
The Amarok Team is happy to announce that Amarok 2 will come with native support for the itunes music store. Utilizing the new Scriptable Service framework, Amarok developers have utilized a development model known as creative backwards engineering to develop a C# script and obtain full compatability with the itunes music store. This support is already availible in our subversion sources, and will be released in the next version of Amarok. As a warning, there appears to be a small bug currently where users are not charged for the music they purchase and download. We are working dillegently to fix this problem, and will commit a fix as soon as possible. Thank you for flying Amarok!
I’m immediately heading over to the Amarok Subversion repository and check out the newest version