Yogsototh

Blog switch

Posted in Uncategorized by yogsototh on September 11, 2009

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.

GitHub behind the evil corporate firewall

Posted in Uncategorized by yogsototh on June 10, 2009

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

Posted in Uncategorized by yogsototh on April 2, 2009

I updated the last version of YPassword to 1.4, mostly bug correction.

More informations or direct download.

Blogged with the Flock Browser
Tagged with: