World of Goo in Window mode

Tired of the full screen in World of Goo? Try pressing Alt+Enter after the game starts to reduce it to a window.

Which are your most-used Linux commands?

You can display a top 10 of your most-used Linux commands by pasting this in your console: history | awk ‘{print $2}’ | awk ‘BEGIN {FS=”|”}{print $1}’ | sort | uniq -c | sort -n | tail | sort -nr The output will be something like 76 cd73 sudo45 ls37 whois28 apt-cache24 locate15 htop13 qemu11… Read More »