Skip to content

Instantly share code, notes, and snippets.

@ctkjose
ctkjose / gist:2759204141a4db5d12f1
Last active August 29, 2015 14:23
KOMODO9 Observers Listen and Send
@ctkjose
ctkjose / gist:328324b1dd5f28ff744d
Last active August 29, 2015 14:13
Playing with Docker on Mac Notes

###Start boot2docker from the command line

boot2docker init
boot2docker up

###Stop boot2docker from the command line

boot2docker stop
boot2docker poweroff
@ctkjose
ctkjose / gist:06063b48707d187742a7
Last active August 29, 2015 14:12
Web Development Tools
@ctkjose
ctkjose / macoswebdev.md
Last active May 9, 2023 14:13
Mac OS X Web Development Notes

Setting a Mac for Web Development

These notes were update for 10.15 (Catalina)

Install brew

I use Brew to install libraries and software.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"