Skip to content

Instantly share code, notes, and snippets.

@Firesphere
Created December 31, 2011 20:01
Show Gist options
  • Save Firesphere/1545176 to your computer and use it in GitHub Desktop.
Save Firesphere/1545176 to your computer and use it in GitHub Desktop.
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
21 netstat
18 su
15 ps
15 chown
11 rm
8 sqlite3
8 sqlite
7 svn
7 /etc/init.d/mysql
6 /etc/init.d/teamspeak
5 locate
5 chmod
4 rkhunter
3 y
3 /usr/sbin/pure-ftpd-mysql-virtualchroot
3 perl
3 pear
3 nslookup
3 du
3 cp
2 uptime
2 sudo
2 ./postfix
2 less
2 kill
2 history
2 freshclam
2 /etc/init.d/pure-ftpd-mysql
2 /etc/init.d/postfix
2 /etc/init.d/bind9
2 ./clamav-freshclam
1 wget
1 users
1 time
1 tar
1 ./sendmail
1 sake
1 ping
1 php
1 passwd
1 mv
1 mkdir
1 ln
1 /etc/init.d/fail2ban
1 /etc/init.d/courier-pop
1 /etc/init.d/courier-imap
1 /etc/init.d/courier-authdaemon
1 /etc/init.d/clamav-freshclam
1 /etc/init.d/clamav-daemon
1 df
1 date
1 ./courier-pop
1 ./courier-imap
1 ./apache2
1 a2enmod
1 212.64.79.67'
1 '
1
@Firesphere
Copy link
Author

I'm quite surprised ad the few amount of times I used svn, and completely no git at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment