Thursday, December 24, 2015

Django calendar

http://uggedal.com/journal/creating-a-flexible-monthly-calendar-in-django/

Monday, December 21, 2015

Yohan Liyanage | Yet Another Programmer's Blog

Yohan Liyanage | Yet Another Programmer's Blog: "docker run -v /var/run/docker.sock:/var/run/docker.sock -v /var/lib/docker:/var/lib/docker --rm martin/docker-cleanup-volumes"



'via Blog this'

Friday, December 11, 2015

Crypt for Java

http://stackoverflow.com/questions/31401353/how-to-sha512-crypt-for-dovecot-in-java

Saturday, August 22, 2015

Wednesday, July 8, 2015

Migrating a Non-standard SVN Repository to Git using Workspaces::GitMachine - CodeProject

Migrating a Non-standard SVN Repository to Git using Workspaces::GitMachine - CodeProject:


What I did:

git svn clone http://computing.colemantech.org/repos/Classes/ColeBot/ColeBot -A ~/authors-transform.txt --no-metadata -T / nada5

cd nada5

git remote add gitlab https://git.colemantech.org/classwork/ColeBot.git
git push gitlab master


'via Blog this'

Giving Docker/LXC containers a routable IP address | codeaholics.org

Giving Docker/LXC containers a routable IP address | codeaholics.org: "Setting up outbound NAT
What we have so far works, but if the container initiates any outbound requests, they will appear (by virtual of Docker’s default MASQUERADE rule) to come from the hosts own IP. This may be fine depending on your circumstances. But it probably won’t play well if you want to get firewalls involved anywhere, and it might be a nuisance if you’re using netstat or similar to diagnose where all the incoming connections to a heavily loaded server are coming from."



'via Blog this'

[ubuntu] multihomed interfaces

[ubuntu] multihomed interfaces:



finally fixed my problem with multiple nics and traffic not being routed across nics properly.







'via Blog this'

Giving Docker/LXC containers a routable IP address | codeaholics.org

Giving Docker/LXC containers a routable IP address | codeaholics.org:



'via Blog this'

Tuesday, May 26, 2015

Roll your own form html

http://stackoverflow.com/questions/8474409/django-forms-and-bootstrap-css-classes-and-divs

Friday, May 8, 2015

Django smtp

http://www.mangooranges.com/2008/09/15/sending-email-via-gmail-in-django/

Sunday, February 15, 2015

How jquery works

http://www.webdeveloper.com/forum/showthread.php?224180-JQuery-how-does-it-s-insides-work

Understanding java script

http://www.i-programmer.info/programming/javascript/5589-just-javascript-in-the-beginning-was-the-object.html