Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am hazanjon on github.
* I am hazanjon (https://keybase.io/hazanjon) on keybase.
* I have a public key ASDlPjs7reNU4QjvrMST5IKF6G6gusBD_svvuhCuoTsTigo
To claim this, I am signing this object:
@hazanjon
hazanjon / test.scss
Last active August 29, 2015 14:02
scss for testing
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
&:before, &:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
@hazanjon
hazanjon / jekyll.conf
Created January 31, 2014 01:53
Ubuntu Upstart file for Jekyll server
description "Jekyll node.js server"
author "Jon Hazan<jon@hazan.me>"
env USER=www-data
env SITENAME=yoursite.com
env SITEDIR=/var/www/yoursite.com/
env JEKYLL=/usr/local/bin/jekyll
#Make sure mounting is completed before starting
start on started mountall
@hazanjon
hazanjon / interfaces
Created January 21, 2014 02:21
Hetnzer Network Interface settings for Proxmox and pfSense
### Hetzner Online AG - installimage
# Loopback device:
auto lo
iface lo inet loopback
# device: eth0
auto eth0 ##Hetzner Interface
iface eth0 inet static
address <Main IP>
broadcast <Broadcast IP>
#!/usr/local/rvm/rubies/ruby-1.9.2-p180/bin/ruby
require 'rubygems'
require 'zerigo_dns'
require 'route53'
Zerigo::DNS::Base.user = 'username@email.com'
Zerigo::DNS::Base.api_key = 'yourkeyhere'
# iterate through all domain names