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):
| FROM gliderlabs/alpine:3.3 | |
| COPY myawesomescript /bin/myawesomescript | |
| COPY root /var/spool/cron/crontabs/root | |
| RUN chmod +x /bin/myawesomescript | |
| CMD crond -l 2 -f |
| #!/usr/bin/python | |
| # By Brad Goodman | |
| # http://www.bradgoodman.com/ | |
| # brad@bradgoodman.com | |
| ####################### Fill in settings below ####################### | |
| USERNAME="your@emailaddress.com" | |
| PASSWORD="your_total_comfort_password" |
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):
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.
This configuration is no longer updated
| module.exports = function(grunt) { | |
| // All configuration goes here | |
| grunt.initConfig({ | |
| jekyll: { | |
| build : { | |
| dest: '_site' | |
| } | |
| }, |
| 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 | |
| { |
| #!/usr/bin/python | |
| import string | |
| from random import choice | |
| print ''.join([choice(string.letters + string.digits + string.punctuation) for i | |
| in range(15)]) |
As configured in my dotfiles.
start new:
tmux
start new with session name:
| 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, |