Skip to content

Instantly share code, notes, and snippets.

View dermidgen's full-sized avatar
:shipit:
Moving units

Danny Graham dermidgen

:shipit:
Moving units
View GitHub Profile
@dermidgen
dermidgen / gitconfig.sh
Created January 12, 2010 14:57 — forked from tjh/gist:275182
Git Config
git config --global user.name "Danny Graham"
git config --global user.email [email protected]
# Deprecated in favor of ...
#git config --global color.diff always
#git config --global color.status always
#git config --global color.branch always
git config --global color.ui auto
git config --global color.interactive auto
@dermidgen
dermidgen / apache_ssl_cert
Created January 12, 2010 14:37 — forked from rwoeber/create_self_signed_certificate.sh
Create SSL Certs and SSL Configs for Apache
#!/bin/sh
# Creates self-signed SSL certs
# Creates Apache vhost config
#
# Targets Ubuntu/Debian based distros
# Forked from http://gist.github.com/275207
# !!! Important !!!