Skip to content

Instantly share code, notes, and snippets.

View changs's full-sized avatar
💭
I may be slow to respond.

Bartosz Pranczke changs

💭
I may be slow to respond.
View GitHub Profile
@erikh
erikh / hack.sh
Created March 31, 2012 07:02 — forked from DAddYE/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#
@krzysztofjablonski
krzysztofjablonski / gist:3059230
Created July 6, 2012 09:38
Https locally with stunnel

Stunnel installation (OSX)

brew install stunnel

Certificate

openssl req -new -x509 -days 9999 -nodes -out /usr/local/etc/stunnel/stunnel.pem -keyout /usr/local/etc/stunnel/stunnel.pem