As configured in my dotfiles.
start new:
tmux
start new with session name:
| // See comments below. | |
| // This code sample and justification brought to you by | |
| // Isaac Z. Schlueter, aka isaacs | |
| // standard style | |
| var a = "ape", | |
| b = "bat", | |
| c = "cat", | |
| d = "dog", |
| Our root, | |
| who art in Unix, | |
| hallowed be thy shell. | |
| Thy kernel come. | |
| Thy commands be run | |
| @localhost as they are in iNet. | |
| Give us this day our daily updates, | |
| And forgive us for our four-oh-threes, | |
| as we forgive those who 403 against us. | |
| And lead us not into segfaults, |
| Our root, | |
| who art in Unix, | |
| hallowed be thy shell. | |
| Thy kernel come. | |
| Thy commands be run | |
| @localhost as they are in iNet. | |
| Give us this day our daily updates, | |
| And forgive us for our four-oh-threes, | |
| as we forgive those who 403 against us. | |
| And lead us not into segfaults, |
As configured in my dotfiles.
start new:
tmux
start new with session name:
| #!/usr/bin/python | |
| import string | |
| from random import choice | |
| print ''.join([choice(string.letters + string.digits + string.punctuation) for i | |
| in range(15)]) |
| import java.util.*; | |
| import java.io.*; | |
| import java.security.*; | |
| public class ChangePassword | |
| { | |
| private final static JKS j = new JKS(); | |
| public static void main(String[] args) throws Exception | |
| { |
| module.exports = function(grunt) { | |
| // All configuration goes here | |
| grunt.initConfig({ | |
| jekyll: { | |
| build : { | |
| dest: '_site' | |
| } | |
| }, |
This configuration is no longer updated
Unit files to deploy an ElasticSearch cluster on CoreOS via Fleet.
Service discovery & registration is done via etcd.
elasticsearch-discovery@.service provides a dumb discovery service by registering an elasticsearch host if it should be up. elasticsearch-intelligent-discovery@.service registers the service only if it is running.
A service & timer unit for elasticsearch curator is provided which does some housekeeping.
Start weechat if you haven't already:
$ weechatopen up browser and go to: https://irc.gitter.im/ retrieve your /PASS
In weecaht run (thanks to raine):