- graylog2-server (Current: 0.20.1)
- graylog2-web (Current: 0.20.1)
- graylog2-radio Current: 0.20.0)
- graylog2-stream-dashboard (Current: 0.90.0)
deb http://finja.brachium-system.net/~jonas/packages/graylog2_repro/ wheezy main
var path = require('path'); | |
var url = require('url'); | |
var http = require('http'); | |
var fs = require('fs'); | |
var write_file; | |
//what global variable do we have? | |
var complete = false; | |
var content_length = 0; | |
var downloaded_bytes = 0; |
deb http://finja.brachium-system.net/~jonas/packages/graylog2_repro/ wheezy main
In Git your working copy is a clone of the entire repository. This includes branches and tags. This decreases the overhead (speed and manual work) involved when switching contexts and the need to be connected to a network. Some examples are:
git checkout [branch name]
is all you need to do.Custom recipe to get OS X 10.11 El Capitan running from scratch with useful applications and Node.js Developer environment. I use this gist to keep track of the important software and steps required to have a functioning system after fresh install.
### Keybase proof | |
I hereby claim: | |
* I am jhidalgo3 on github. | |
* I am jhidalgo3 (https://keybase.io/jhidalgo3) on keybase. | |
* I have a public key ASCNjRFDor_Qipm0n8Ik0cxS6B5FurcC0HyOL-rRhAvNpAo | |
To claim this, I am signing this object: |
rsync (Everyone seems to like -z, but it is much slower for me)
myip="$(dig +short myip.opendns.com @resolver1.opendns.com)" | |
echo "My WAN/Public IP address: ${myip}" |