Skip to content

Instantly share code, notes, and snippets.

View SimonHoenscheid's full-sized avatar
🏠
Working from home

Simon Hönscheid SimonHoenscheid

🏠
Working from home
View GitHub Profile
@SimonHoenscheid
SimonHoenscheid / tools
Created September 29, 2013 21:28
Usefull Admin Tools
swaks - SMTP telnet made easy
httpie - http header testing
@SimonHoenscheid
SimonHoenscheid / .vimrc
Created September 3, 2013 16:44
.vimrc
syn on
set ts=2
set et
set shiftwidth=2
set list lcs=tab:\|\
call pathogen#infect()
filetype plugin indent on

Puppet with Jenkins

Setup Jenkins

With Puppet:

puppet module install rtyler-jenkins

puppet apply -v -e "include jenkins"