Skip to content

Instantly share code, notes, and snippets.

View patrickkelso's full-sized avatar

Patrick S. Kelso patrickkelso

View GitHub Profile
@patrickkelso
patrickkelso / wordlist.txt
Last active May 4, 2022 22:18 — forked from stevepaulo/wordlist.txt
Mnemonic word list for server names, release names, etc... solve the "hard problem" of naming things
# Forked from https://gist.github.com/stevepaulo/b0cef021361b85e5b5ab
# Which sourced from http://web.archive.org/web/20090918202746/http://tothink.com/mnemonic/wordlist.html
#
# Wordlist ver 0.732 - EXPECT INCOMPATIBLE CHANGES;
#
# Converted to 1 word per line for use in a script.
acrobat
africa
alaska
@patrickkelso
patrickkelso / osx.sh
Last active August 29, 2015 13:56 — forked from meleyal/osx.sh
##
# OSX defaults, based on http://mths.be/osx
#
# Ask for the administrator password upfront
sudo -v
# Set computer name (as done via System Preferences → Sharing)
sudo scutil --set ComputerName "featherstonehaugh"
sudo scutil --set HostName "featherstonehaugh"