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
| battle.png | |
| bin | |
| gist | |
| gist.gemspec | |
| lib | |
| LICENSE | |
| man | |
| Rakefile | |
| README.markdown |
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
| battle.png | |
| bin | |
| gist | |
| gist.gemspec | |
| lib | |
| LICENSE | |
| man | |
| Rakefile | |
| README.markdown |
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
| battle.png | |
| bin | |
| gist | |
| gist.gemspec | |
| lib | |
| LICENSE | |
| man | |
| Rakefile | |
| README.markdown |
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
| _etc_profile | |
| _etc_vim_vimrc | |
| _usr_local_bin_gist |
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
| # dropbox service | |
| DROPBOX_USERS="whitejs" # <---- Make me an LDAP GROUP | |
| #DAEMON=.dropbox-dist/dropbox | |
| DAEMON=/usr/share/dropbox-dist/dropbox | |
| start() { | |
| echo "Starting dropbox..." | |
| for dbuser in $DROPBOX_USERS; do | |
| HOMEDIR=`getent passwd $dbuser | cut -d: -f6` |
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
| gem install fpm | |
| gem environment (find gem path, find fpm) | |
| /var/lib/gems/1.8/bin/fpm -s gem -t deb -a i386 fpm | |
| /var/lib/gems/1.8/bin/fpm -s gem -t deb -a i386 json | |
| yes | gem uninstall fpm | |
| dpkg -i rubygem-json_1.5.1_i386.deb rubygem-fpm_0.2.12_i386.deb | |
| /var/lib/gems/1.8/gems/fpm-0.2.12/bin/fpm -s gem -t deb -a i386 rake | |
| /var/lib/gems/1.8/gems/fpm-0.2.12/bin/fpm -s gem -t deb -a i386 whiskey_disk | |
| dpkg -i rubygem-whiskey_disk_0.6.17_i386.deb rubygem-rake_0.8.7_i386.deb |
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
| #!/usr/bin/perl | |
| use 5.010; | |
| $c->{"foo"}=1; | |
| given($c){ | |
| when("foo"){say "ok";} | |
| } |
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
| instance: | |
| hostname: loki | |
| fqdn: loki.websages.com | |
| provider: Linode | |
| guestid: Debian 6 | |
| datacenter: Atlanta | |
| size: 512 | |
| gitosis-admin: '[email protected]:gitosis-admin.git | |
| sshpubkey: ssh-dss AAAAB3NzaC1kc3MAAACBALa6xIb9VqCmop2II9/ni4DEo5X5X7MAV9L/GhoF159lIxCReFwXXxYOp9xGcQd68JMT34H2lbYEy6VNCZVJ46CVXKM0TBZdVYJuDjFAjA0yJLBpsA45VNOgf/ft52XYXMSZEyyUfLu6KrnFZtjiRD5gl0XNS7+dV4sCEYbpoLbnAAAAFQDNWh7gRkE6sfQaWJfPbHcDGYtiiQAAAIBMFD0hicjTyCjzbOLt0SUgY+OdFQEM9FKysdf4NsMM1+wlzw6U5vd7/QlNY50ythzw0YgK1DfHfkmIQT+frvDLX4Rl4th0mS92txaUUdmu49SEy3jEsbrplr5f/PkMOrzG8L5aE1OgXE77XHjejmXdVYcvPxc2inSRdD0l27lOkwAAAIAXljxAemz71k+iEBbBqJhbtMz36ezBJLa9pedeMXdQ0cThpi7Z4kx4TAXUg9KK4jZXTxZSjM9FFRBDw7mRop2suSEJJaFgZOop0yFJevFkCSMKZeWCTNxw9sYq+0qSnRdqD+gt7p7Lq4Yd1DF8YqFx1zC6tFE5uD491icLHVuxug== [email protected] |
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/bash | |
| #selfip=$(dig +short $(hostname -f)) | |
| DOMAIN="websages.com" | |
| ircd_servers=( "freyr" "odin" "thor" "loki" "vili" ) | |
| ircd_int_ips=("172.16.0.1" "172.16.0.2" "172.16.0.3" "172.16.0.10" "172.16.0.11" ) | |
| ################################################################################ | |
| IMONE=0 |
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
| <%#---------------------------------------------------------------------------%> | |
| <%# if DNS is tehborken then so is this #-%> | |
| <% require 'resolv' | |
| require 'digest/md5' | |
| members = [] | |
| peers = [] | |
| send_passwd = {} | |
| recv_passwd = {} | |
| irc_hostname = Facter.value( :fqdn ) | |
| # This is just a little secret that should be changed, it helps obfuscate the send/recv passwds a bit |