Skip to content
Archive of posts tagged terminal

Tilda: The gaming style terminal

Well its been ages since my last real post, but life and twitter have been keeping me busy. Ever since I started using computers every 5 months or so I get board of my current computer setup and start to look at my other options, this can be anything from replacing a program, to changing [...]

My top 10 commands 2.0

I know that this has been done before but it seems to go around every once in a while and I always have fun reading them. So once again here are my top 10 commands. My Computer [sourcecode language="python"]earobinson@MinusOne:~$ history|awk ‘{a[$2]++ } END{for(i in a){print a[i] ” ” i}}’|sort -rn|head 143 cd 114 ls 53 [...]