A Visual Guide to CSS3 Flexbox Properties | Scotch:
'via Blog this'
Tuesday, December 29, 2015
Thursday, December 24, 2015
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'
'via Blog this'
Friday, December 11, 2015
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'
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'
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'
finally fixed my problem with multiple nics and traffic not being routed across nics properly.
'via Blog this'
Tuesday, July 7, 2015
Thursday, July 2, 2015
Monday, June 29, 2015
Friday, June 26, 2015
Tool for virtual hosts and clustering hipache
https://github.com/hipache/hipache/blob/master/README.md
Tuesday, June 23, 2015
Thursday, June 4, 2015
Tuesday, May 26, 2015
Roll your own form html
http://stackoverflow.com/questions/8474409/django-forms-and-bootstrap-css-classes-and-divs
Sunday, May 24, 2015
Saturday, May 23, 2015
Friday, May 22, 2015
Thursday, May 21, 2015
Monday, May 18, 2015
Friday, May 8, 2015
Monday, May 4, 2015
Saturday, April 25, 2015
Saturday, April 18, 2015
Monday, April 13, 2015
RobinRamael/django-add-get-parameters · GitHub
RobinRamael/django-add-get-parameters · GitHub:
pip install django-add-get-parameters
in settings.py
INSTALLED_APPS=(...,add_get_param)
'via Blog this'
pip install django-add-get-parameters
in settings.py
INSTALLED_APPS=(...,add_get_param)
'via Blog this'
Wednesday, April 8, 2015
Monday, March 16, 2015
Saturday, March 14, 2015
Advanced Django Class-based Views, ModelForms and Ajax Example Tutorial | Ramblings on startups, NYC, advertising and hacking (mostly Python)
Friday, February 20, 2015
Thursday, February 19, 2015
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
Thursday, January 29, 2015
Saturday, January 24, 2015
Wednesday, January 21, 2015
Sunday, January 18, 2015
Google Fonts
Google Fonts:
Here is what I chose:
<link href='http://fonts.googleapis.com/css?family=Cuprum|Karma' rel='stylesheet' type='text/css'>
font-family: 'Cuprum', sans-serif;
font-family: 'Karma', serif;
'via Blog this'
Here is what I chose:
<link href='http://fonts.googleapis.com/css?family=Cuprum|Karma' rel='stylesheet' type='text/css'>
font-family: 'Cuprum', sans-serif;
font-family: 'Karma', serif;
'via Blog this'
Monday, January 5, 2015
Saturday, January 3, 2015
Subscribe to:
Posts (Atom)