Skip to content

Instantly share code, notes, and snippets.

@tkraak
Last active September 3, 2015 15:42
Show Gist options
  • Save tkraak/d5d7d38fccb3d3593984 to your computer and use it in GitHub Desktop.
Save tkraak/d5d7d38fccb3d3593984 to your computer and use it in GitHub Desktop.
Local web development tidbits for OS X
  • manpage

  • /usr/local/etc/dnsmasq.conf

  • /usr/local/opt/dnsmasq/nsmasq.conf.example

  • dig site.local @127.0.0.1

Stop / Start Dnsmasq

  • $ sudo launchctl unload /Library/LaunchDaemons/homebrew.mxcl.dnsmasq.plist
  • $ sudo launchctl load /Library/LaunchDaemons/homebrew.mxcl.dnsmasq.plist

Misc Links

Apache

  • atom /etc/
  • sudo apachectl restart

OS X

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment