This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ssh_connection] | |
ssh_args = -F ssh.cfg | |
control_path = ~/.ssh/mux-%r@%h:%p |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |