Skip to content

Instantly share code, notes, and snippets.

View Firesphere's full-sized avatar
🐮
I may be slow to respond.

Simon Erkelens Firesphere

🐮
I may be slow to respond.
View GitHub Profile
@Firesphere
Firesphere / gist:1545176
Created December 31, 2011 20:01
VPS most used commands... appearantly, 1 is empty
history|awk '{print $2}'|awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c|sort -r -n
164 cd
162 ls
132 cat
88 tail
80 top
68 aptitude
49 /etc/init.d/apache2
35 vim
22 exit