I hereby claim:
- I am natacado on github.
- I am natacado (https://keybase.io/natacado) on keybase.
- I have a public key ASA7YdnWskfQtsdlG4721qiXKK_H3I4MK1P7_lsm45namQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| This product includes software developed by the OpenSSL Project | |
| for use in the OpenSSL Toolkit (http://www.openssl.org/) | |
| Copyright (C) 1995-1998 Eric Young ([email protected]) | |
| All rights reserved. | |
| Copyright (c) 1998-2011 The OpenSSL Project. | |
| All rights reserved. | |
| This product includes software developed at the University of | |
| California, Irvine for use in the DAV Explorer project | |
| (http://www.ics.uci.edu/~webdav/) |
| > How did people communicate before animated | |
| > gifs? The world may never know. | |
| I'm fairly sure they used flipbooks. At least, I remember the | |
| Lincoln-Douglas debate where each candidate famously stood and riffled | |
| a stack of index cards at his opponent. It was a glorious day for | |
| oratory. |
| execute "mkfs.ext3 -q #{fs_device} -L data" do | |
| not_if "dumpe2fs -h #{fs_device}" | |
| end |
| start on runlevel [2345] | |
| stop on runlevel [!2345] | |
| respawn | |
| exec /usr/bin/env chef-client -i 1800 -s 20 -L /var/log/chef/client.log |
| $template PerHostHaProxy,"<%= @log_dir %>/%$YEAR%/%$MONTH%/%$DAY%/%HOSTNAME%/haproxy.log" | |
| $template PerHostHaProxyErr,"<%= @log_dir %>/%$YEAR%/%$MONTH%/%$DAY%/%HOSTNAME%/haproxy-error.log" | |
| # Support HAProxy logging on local0 | |
| # Suppress the logs from showing up in PerHostMessages | |
| :progname, isequal, "haproxy" | |
| local0.err ?PerHostHaProxyErr | |
| local0.* ?PerHostHaProxy | |
| & ~ |
| #!/bin/sh | |
| echo "" | |
| echo "*** Ubuntu 8.04 LTS Tweak ***" | |
| echo "*** version 0.0.1 ***" | |
| echo "*** www.x2on.de ***" | |
| echo "" | |
| echo "thx to http://ubuntu-eee.tuxfamily.org/" | |
| echo "thx to http://code.google.com/p/eee-osd/" | |
| echo "" | |
| echo "** Gnome settings" |
| #!/usr/bin/env ruby | |
| require 'tempfile' | |
| require 'rubygems' | |
| require 'mojombo-grit' | |
| include Grit | |
| PATH_TO_DIFFMERGE = "/usr/bin/diffmerge" |