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. [...]
Tired of the full screen in World of Goo? Try pressing Alt+Enter after the game starts to reduce it to a window. [...]
Have a little $RANDOM fun - paste the following in your terminal session: echo “This command just made me lose $RANDOM neurons” [...]
This one si a keeper. You can exit any shell or terminal application in an instant by pressing Ctrl+D. [...]
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[...]