This tutorial for setting up Ubuntu Server (RPi 3B) as Wifi access point
The main steps can be listed as following:
- Install required packages
 - Setup hostapd
 - Setup DNSmasq
 - Configure AP IP Address
 
        Getting zsh to work in ubuntu is weird, since sh does not understand the source command.  So, you do this to install zsh
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
and then you change your shell to zsh
chsh -s `which zsh`
and then restart
| """ | |
| jQuery templates use constructs like: | |
| {{if condition}} print something{{/if}} | |
| This, of course, completely screws up Django templates, | |
| because Django thinks {{ and }} mean something. | |
| Wrap {% verbatim %} and {% endverbatim %} around those | |
| blocks of jQuery templates and this will try its best | 
| import datetime | |
| import subprocess | |
| from django.conf import settings | |
| from django.core.management.base import BaseCommand | |
| from boto.s3.connection import S3Connection | |
| from boto.s3.key import Key | |
| class Command(BaseCommand): | 
| - simple | |
| - public over private | |
| - personal vanity | |
| - internet is global | |
| - permalinks | |
| - one important item per page | |
| - don't break the browser | |
| - don't wanker in technology | |
| - a medium is not a grande | |
| - break convention for your users | 
| $scriptDir = split-path $script:MyInvocation.MyCommand.Path | |
| $nuget = "$scriptDir\tools\NuGet.exe" | |
| $packagesDir = "$scriptDir\src\Packages" | |
| $packagesConfigs = get-content "$packagesDir\repositories.config" ` | |
| | select-string -pattern "<repository path=" ` | |
| | foreach { $_ -replace "\s*<repository path=""", """$packagesDir\" } ` | |
| | foreach { $_ -replace "\s*/>" } | |
| foreach ($pathToPackagesConfig in $packagesConfigs) | 
| #!/usr/bin/env python | |
| __author__ = 'Frank Smit <[email protected]>' | |
| __version__ = '0.1.0' | |
| import functools | |
| import psycopg2 | |
| from tornado.ioloop import IOLoop, PeriodicCallback | 
| """ | |
| jQuery templates use constructs like: | |
| {{if condition}} print something{{/if}} | |
| This, of course, completely screws up Django templates, | |
| because Django thinks {{ and }} mean something. | |
| Wrap {% verbatim %} and {% endverbatim %} around those | |
| blocks of jQuery templates and this will try its best | 
(a gist based on the old toolmantim article on setting up remote repos)
To collaborate in a distributed development process you’ll need to push code to remotely accessible repositories.
This is somewhat of a follow-up to the previous article setting up a new rails app with git.
Set up the new bare repo on the server: