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'