Skip to content

Instantly share code, notes, and snippets.

@danvine
Created August 29, 2013 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danvine/6378242 to your computer and use it in GitHub Desktop.
Save danvine/6378242 to your computer and use it in GitHub Desktop.
Fresh install of ubuntu 12.04 32bit on digital ocean
Last login: Fri May 3 18:28:34 2013
root@wtf:~# history
1 cd /var/log
2 ll
3 rm /var/log/dmesg
4 rm /var/log/dmesg.0
5 last
6 ll
7 rm /var/log/auth.log
8 rm /var/log/boot.log
9 rm /var/log/kern.log
10 ll
11 cat syslog
12 rm /var/log/syslog
13 ll
14 touch wtmp
15 ls /home/
16 ls /opt/
17 cd
18 ll
19 cat .profile
20 ll
21 cat .bash_history
22 rm .bash_history
23 ll
24 ll .cache/
25 df
26 ls /usr/local/
27 cat /etc/passwd
28 cat /etc/shadow
29 poweroff
30 nano /etc/rc.local
31 shutdown -h now
32 history
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment