Changes

Home

148 bytes added, 00:00, 4 November 2011
Linux Commandline Stuff
ssh -fNg -L 3306:localhost:3306 rtwomey@192.168.1.191
</code>
=== grabbing a website with wget ===
*grab a website recursively
<code> wget -r --level=1 http://www.ppc.sas.upenn.edu/ppquestionnaires.htm </code>
== GCC Stuff ==