Blog switch
I completely switched my blog. Now all new entries should be at http://yannesposito.com
I almost all done from Scratch using a web page generator engine called nanoc (http://nanoc.stoneship.org). I use the old 2.2 version.
I’ve got some work to enable all feature wordpress had given to me. I’ve almost finished doing so.
leave a comment
GitHub behind the evil corporate firewall
Thanks to github providing git using port 443, because it is mostly open.
Simple and efficient, create an ssh alias
> cat ~/.ssh/config Host github User git Port 443 Hostname ssh.github.com
edit the file .git/config into your project :
... [remote "github"] url = git@github:user/Project.git fetch = +refs/heads/*:refs/remotes/github/*
YPassword v1.4
I updated the last version of YPassword to 1.4, mostly bug correction.
More informations or direct download.
Blogged with the Flock Browser