Skip to content

Instantly share code, notes, and snippets.

View ebruning's full-sized avatar

Ethan Bruning ebruning

View GitHub Profile
@ebruning
ebruning / sources.list
Last active August 29, 2015 14:07
local openve debian source.list
deb ftp://mirror.ludere.lan/debian wheezy main contrib non-free
deb ftp://mirror.ludere.lan/debian-sec wheezy/updates main contrib non-free
# Puppetlabs products
deb ftp://mirror.ludere.lan/puppet trusty main
deb-src ftp://mirror.ludere.lan/puppet trusty main
# Puppetlabs dependencies
deb ftp://mirror.ludere.lan/puppet trusty dependencies
deb-src ftp://mirror.ludere.lan/puppet trusty dependencies
@ebruning
ebruning / sources.list
Last active August 29, 2015 14:07
Debian Wheezy source.list
deb ftp://mirror.ludere.lan/debian/ wheezy main
deb ftp://mirror.ludere.lan/debian-sec/ wheezy/updates main
#deb ftp://mirror.ludere.lan/debian/ wheezy-updates main
deb http://ftp.us.debian.org/debian/ wheezy-updates main
# Puppetlabs products
deb ftp://mirror.ludere.lan/puppet trusty main
deb-src ftp://mirror.ludere.lan/puppet trusty main
# Puppetlabs dependencies
@ebruning
ebruning / Brewfile
Created January 29, 2015 23:36
Brew install brew tap Homebrew/brewdler
brew 'autoconf'
brew 'freetype'
brew 'lame'
brew 'macvim'
brew 'pcre'
brew 'ruby-build'
brew 'xctool'
brew 'automake'
brew 'gdbm'
brew 'node'
@ebruning
ebruning / gist:85246ba752c220fb3630
Last active August 29, 2015 14:15
Remove open with
https://coderwall.com/p/_ncdaq/remove-open-with-duplicates-mac
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local-domain system -domain user
@ebruning
ebruning / full_page.txt
Last active August 29, 2015 14:23
eVRS Settings
_DoBinarization_
_DoCropCorrection_
_DoSkewCorrectionAlt_
_Do90DegreeRotation_4
_LoadSetting_<Property Name=\"CSkewDetect.convert_to_gray.Bool\" Value=\"1\" Comment=\"DEFAULT 0 \" />
_LoadSetting_<Property Name=\"CSkewDetect.scale_image_down.Bool\" Value=\"1\" Comment=\"DEFAULT 0 \" />
_LoadSetting_<Property Name=\"CSkewDetect.document_size.Int\" Value=\"3\" Comment=\"MEDIUM, DEFAULT 0\" />
_LoadSetting_<Property Name=\"CSkewDetect.correct_illumination.Bool\" Value = \"0\"/>
_LoadSetting_<Property Name=\"CSkewDetect.thr_crop_crop\" Value=\"3\" Comment=\"DEFAULT 18 \" />
@ebruning
ebruning / ubuntu-1404-preseed
Created December 2, 2015 21:38 — forked from scottslowe/ubuntu-1404-preseed
This is a preseed file, written for Ubuntu Server 14.04.2, that provides a fully automated installation (assuming the presence of a PXE boot infrastructure and a local HTTP server to provide the installation files).
# Ubuntu Server automated installation
# by Scott Lowe ([email protected])
d-i debian-installer/locale string en_US
d-i console-setup/ask_detect boolean false
d-i keyboard-configuration/layoutcode string us
d-i netcfg/choose_interface select eth0
d-i netcfg/get_hostname string hostname
d-i netcfg/get_domain string domain.com
d-i netcfg/wireless_wep string
https://support.ipvanish.com/customer/portal/articles/1969179-openvpn-linux-command-line-
http://serverfault.com/questions/458591/how-to-auto-start-openvpn-client-on-ubuntu-12-04-cli
https://help.boxpn.com/support/solutions/articles/5000613671-how-do-i-save-my-username-password-in-openvpn-for-automatic-login-

Sublime Text Setup

NOTE: Your mileage may vary, depending on project, and/or perhaps you prefer a different IDE altogether.

The principles here are what we're shooting for, not necessarily that everything be used verbatim.

In the interest of automating code quality, and cutting down on the necessity for manual code reviews, we strongly urge each front-end developer to install these Sublime Text packages.

  • Babel
  • SublimeLinter
@ebruning
ebruning / dex_count.csv
Created September 20, 2016 15:29
dex count
methods fields package/class name
358 157 <unnamed>
15019 5270 android
772 702 com.adobe
401 201 com.android
3144 4565 com.citi.mobile
36 8 com.ds3
12841 4786 com.google
59 3 com.iovation
93 123 com.manatee
@ebruning
ebruning / docker-compose.yml
Last active December 5, 2016 19:26
nas build
# docker-compose up -d
sabnzbd:
image: "sabnzbd/sabnzbd"
container_name: "sabnzbd"
volumes:
- "/opt/appdata/sabnzbd:/datadir"
- "/mnt/volume01/movies:/movies"
- "/mnt/volume01/downloads:/downloads"
ports: