Create an .htaccess file in the webroot:
AuthUserFile /app/www/.htpasswd
AuthType Basic
AuthName "Restricted Access"
Require valid-user
Create a .htpasswd file:
htpasswd -c /app/www/.htpasswd [username]
| Note : Dial - *99# | |
| Vodafone | |
| Vodafone has several possible options for Pay As You Go SIM cards. Try each one in turn until the connection works. All use the same username and password. | |
| APN (contract): internet | |
| APN (PAYG): pp.internet | |
| APN (PAYG): ppbundle.internet | |
| APN (PAYG): smart | |
| APN (PAYG): pp.vodafone.co.uk |
Create an .htaccess file in the webroot:
AuthUserFile /app/www/.htpasswd
AuthType Basic
AuthName "Restricted Access"
Require valid-user
Create a .htpasswd file:
htpasswd -c /app/www/.htpasswd [username]
| using terms from application "Quicksilver" | |
| on process text joinCode | |
| tell application "join.me" to activate | |
| tell application "System Events" | |
| tell process "join.me" | |
| set visible to true | |
| keystroke joinCode | |
| click button 7 of window 1 | |
| end tell | |
| end tell |
| filter { | |
| # strip the syslog PRI part and create facility and severity fields. | |
| # the original syslog message is saved in field %{syslog_raw_message}. | |
| # the extracted PRI is available in the %{syslog_pri} field. | |
| # | |
| # You get %{syslog_facility_code} and %{syslog_severity_code} fields. | |
| # You also get %{syslog_facility} and %{syslog_severity} fields if the | |
| # use_labels option is set True (the default) on syslog_pri filter. | |
| grok { | |
| type => "syslog-relay" |
Just stop. You should be using Vagrant and/or Grunt.
Browse previous versions of this gist to see the previous workflow (which doesn't seem to work in Yosemite).
brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
<script id="book-template" type="text/x-jquery-tmpl">
<li>${name} (${year})</li>
</script>
First, warm up your system.
| <?php | |
| switch($_SERVER['HTTP_HOST']) | |
| { | |
| case 'something.dev': | |
| case 'something-else.dev': | |
| // Development settings | |
| break; | |
| case 'something.com': |