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
TASK [cassandra : Add (3 of 3) Cassandra Public Key] *************************** | |
fatal: [kong_test_qa]: FAILED! => {"changed": false, "cmd": "apt-key adv --keyserver pgp.mit.edu --recv 0353B12C", "failed": true, "msg": "gpg: requesting key 0353B12C from hkp server pgp.mit.edu\ngpg: no writable keyring found: eof\ngpg: error reading `[stream]': general error\ngpg: Total number processed: 0", "rc": 2, "stderr": "gpg: requesting key 0353B12C from hkp server pgp.mit.edu\ngpg: no writable keyring found: eof\ngpg: error reading `[stream]': general error\ngpg: Total number processed: 0\n", "stdout": "Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.mpHHPv7YFs --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver pgp.mit.edu --recv 0353B12C\n", "stdout_lines": ["Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.mpHHPv7YFs --no-auto-check-trustdb --trust-model alwa |
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
--- | |
- name: Install Oracle Java JDK | |
hosts: '{{ hosts }}' | |
tasks: | |
- name: say hello | |
command: touch hello.world |
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
[alias] | |
; ----------------------------- ; | |
; Shortcuts for common commands ; | |
; ----------------------------- ; | |
h = help | |
co = checkout | |
sm = submodule | |
st = status | |
stat = status |
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
package main | |
import ( | |
"code.google.com/p/go.net/websocket" | |
"fmt" | |
"github.com/hybridgroup/gobot" | |
"github.com/hybridgroup/gobot/platforms/beaglebone" | |
"github.com/hybridgroup/gobot/platforms/gpio" | |
"net/http" | |
"strconv" |
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
do | |
head -$((${RANDOM} % `wc -l < from_file ` + 1)) from_file | tail -1 >> to_file | |
sleep 1.5 | |
done |
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
# Makefile for a go project | |
# | |
# Author: Jon Eisen | |
# site: joneisen.me | |
# | |
# Targets: | |
# all: Builds the code | |
# build: Builds the code | |
# fmt: Formats the source files | |
# clean: cleans the code |
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
[user] | |
name = Manuel Zubieta | |
email = [email protected] | |
[alias] | |
; ----------------------------- ; | |
; Shortcuts for common commands ; | |
; ----------------------------- ; | |
h = help |
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
#!/bin/sh | |
#$ -N MCAlgos | |
#$ -cwd | |
#$ -j y | |
#$ -S /bin/sh | |
unset SGE_ROOT | |
cat $TMPDIR/machines |
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
################################## | |
# folder shortcuts # | |
################################## | |
# - Use with "save >NICKNAME<" # | |
if [ ! -f ~/.dirs ]; then # if doesn't exist, create it | |
touch ~/.dirs | |
fi |
NewerOlder