Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000| #! /bin/bash | |
| # Make a directory to hold local libs and bins | |
| mkdir -p ~/usr/local | |
| # Get protobuf | |
| wget https://protobuf.googlecode.com/files/protobuf-2.5.0.tar.gz | |
| # Extract protobuf | |
| tar -xvzf protobuf-2.5.0.tar.gz | |
| cd protobuf-2.5.0 |
rsync (Everyone seems to like -z, but it is much slower for me)
| Per System: | |
| open iptables to camp port ranges | |
| set up Interchange::Deployment | |
| set up camps | |
| git clone | |
| useradd camp | |
| groupadd camp | |
| createuser -PE camp | |
| createdb camp |