Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am jeremiahshirk on github.
  • I am jsh (https://keybase.io/jsh) on keybase.
  • I have a public key ASBou9tk5e68fyiM_cfa2qp-aYI8V_ZJBzeRQKRsd0PyOQo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am jeremiahshirk on github.
  • I am jsh (https://keybase.io/jsh) on keybase.
  • I have a public key whose fingerprint is A981 0C2F 66EC A852 6881 BD6E EC7B 80FE 5411 1D0B

To claim this, I am signing this object:

@jeremiahshirk
jeremiahshirk / gauntlt-getting-started.sh
Created August 7, 2012 01:27
Prepare Gauntlt Getting Started environment
## shell script to prepare Gauntlt Getting Started environment
# required distro packages
sudo apt-get -y install nmap curl libcurl3-dev rbenv libyaml-dev
# rbenv ENV vars
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile
echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
# download and build ruby
@jeremiahshirk
jeremiahshirk / gist:2026661
Created March 13, 2012 04:03
Sample apache log lines for cases handled in logstash pull request 124
# jsessionid as a path element parameter, delimited by , ; =
10.1.2.3 - - [06/Mar/2012:00:07:45 -0600] "GET /MyApp/js/jquery-ui-1.8.16.custom.min.js;jsessionid=LFNznJS9bthi5s069LQILA__.ome-as5--myapp HTTP/1.1" 200 1284 "https://myapp.host.com/MyApp/" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2"
# HTTP request with no version identifier
10.130.77.149 - - [12/Mar/2012:22:48:03 -0500] "GET /MyApp/" 200 4436 "-" "-"
# 408 error, i.e. apache logs a client timeout
82.61.252.142 - - [12/Mar/2012:20:07:38 -0500] "-" 408 - "-" "-"