Skip to content

Instantly share code, notes, and snippets.

@orjan
orjan / 0_reuse_code.js
Created June 12, 2016 20:48
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@orjan
orjan / ansible.cfg
Created November 18, 2015 11:22 — forked from krigar/ansible.cfg
Bastion Playbook
[ssh_connection]
ssh_args = -F ssh.cfg
control_path = ~/.ssh/mux-%r@%h:%p
@orjan
orjan / ioRpi.js
Last active August 29, 2015 14:25
easy installation of io.js on a rasberry pi
# io.js on raspberry pi
installing io.js is now really easy thanks to the io.js and nvm team.
They provides prebuilt binaries for arm.
## get the system up to date
io.js require packages that are not available on the standard (Wheezy) need to change to Jessie.
Update your package url
@orjan
orjan / logstash.conf
Last active August 29, 2015 14:08 — forked from glnds/logstash.conf
# Logstash config for Glassfish logs
# Used in combination with slf4j and logback
# Output:
# - application: glassfish
# - type: application or internal
# - categorie: technical or functional
input {
# If running logstash under a different user then check your permission to be sure that