Wow, I want to try this, the only concern is how to avoid a broken neck.
Category Archives: General
My top 10 linux commands
I found this meme in 120% Linux
Basically this is to see which commands are used most by Linux users
This is my top 10:
112 cd
96 ls
48 sudo
43 ssh
21 ping
16 scp
16 mkdir
13 nano
13 mongrel_rails
10 svn
The code to get this is:
history | awk ‘{print $2}’ | awk ‘BEGIN {FS=”|”} {print $1}’ | sort | uniq -c | sort -rn | head -10
Interesting links
Just a couple of links I found interesting:
When to start a Start-up – Article comparing the age of the founders of different web companies when they started.
How to measure a blog network – In quantity of blogs or the quality of the blogs?
Learn to use Floats in CSS
Smashing Magazine has another of their interesting articles, this time is about CSS Float Theory: Things You Should Know
Besides this article, you can find in that site font recommendations, designs galleries, guides and tutorials of many techniques (tabs, grids, etc…), logos and icons galleries usefull to find inspiration, etc…
Data visualisation of a social network
Analizing statistical data to get trends, projections, relations, etc… is interesting and most of the time is better to see a visual representation to comprehend the relationships and get relevant data.
In Visualcomplexity.com I found this image from a study called Data visualisation of a social network made by Felix Heinen as a final project in Information design.

This image shows a perspective of the users geographic location to provide another way to see information instead of a plain database listing.