- ADSL2+
- Firewall with VPN
- VoIP (SIP)
- WLan (802.11N draft a bonus)
- Giga Ethernet
- 3G/UMTS/EDGE backup a (another bonus)
25/05/2009
Low power, SOHO, integration: where is my router in Europe...
I've been searching for a long time to find a router that is for the year 2009. My requirements are simple:
18/05/2009
06/05/2009
SourceForge.net: Migrating from SVN to GIT...
Ok, so after posting last week about how to move from CVS to GIT in sourceforge.net, I got this task of moving the libdc1394 svn project to GIT and here are some of the things that I did to get the job done.
- I went to find out where the repository is for the project (i.e. http://sourceforge.net/scm/?type=svn&group_id=8157.
- Then, since I already had the svn2git, I just did:
/var/lib/gems/1.8/bin/svn2git https://PROJECTNAME.svn.sourceforge.net/svnroot/PROJECTNAME
- And then push the master:
git remote add origin ssh://USERNAME@PROJECTNAME.git.sourceforge.net/gitroot/PROJECTNAME
git config branch.master.remote origin
git config branch.master.merge refs/heads/master
git push origin master # etc...
git push --tags # not to forget the tags... - That's all folks... You can see the results for git:libdc1394...
Subscribe to:
Posts (Atom)