Git: http://git-scm.com/downloads
Git Completion: https://github.com/git/git/blob/master/contrib/completion/git-completion.bash
Git Prompt: https://github.com/git/git/blob/master/contrib/completion/git-prompt.sh
| to open the sublime Text Console | |
| ctrl+` | |
| import urllib.request,os,hashlib; h = '7183a2d3e96f11eeadd761d777e62404' + 'e330c659d4bb41d3bdf022e94cab3cd0'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://sublime.wbond.net/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by) | |
| packaging control install | |
| Monarch | |
| Afterglow | |
| igt.flat |
| # Block access to WordPress specific files | |
| <files .htaccess> | |
| Order allow,deny | |
| Deny from all | |
| </files> | |
| <files readme.html> | |
| Order allow,deny | |
| Deny from all | |
| </files> | |
| <files readme.txt> |
Related tutorial: http://osxdaily.com/2012/08/07/edit-hosts-file-mac-os-x/
Documentation: http://httpd.apache.org/docs/2.2/vhosts/
Only suitable for MAMP users under OS X Lion, OS X Mountain Lion, and OS X Mavericks on Apache-Port 80 and MySQL-Port 3306.
Website: http://sass-lang.com/