Add VM install scripts

This commit is contained in:
Brandon Heller
2010-02-18 00:09:12 -08:00
parent 8d8ac76e85
commit 777c90236e
7 changed files with 149 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
#Brandon Heller (brandonh@stanford.edu)
#Install extra tools on Debian Lenny
#Install tcpdump and tshark, cmd-line packet dump tools:
sudo apt-get install -y tcpdump tshark