Posts
Published 8 December 2014
in archive
with tags
ubuntu
,
iptables
Rather than disabling iptables in Ubuntu 14.04, you can allow everything.
Continue reading …
Published 14 November 2014
in archive
with tags
node
,
npm
I've lifted this from npmjs.org, but here at least I'll find it again.
Continue reading …
Published 6 October 2014
in archive
with tags
git
If you want to completely replace a branch by merging over another, the follow trick will help you, as it has helped me:
Continue reading …
Published 5 August 2014
in archive
with tags
git
,
osx
,
dsstore
The following will help you remove .DS_Store from your git repository.
Continue reading …
Published 5 August 2014
in archive
with tags
osx
,
bash
,
ssh
,
git
It's quite normal to have different private keys for different git servers, but how do you provide a different identity file like you do with SSH?
Continue reading …