Posted by
jp on Sep 29th, 2009 in
blog,
tech |
0 comments
Even if you don’t care too much about it, I think you should update your google profile.
Just use this link http://www.google.com/profiles and edit your personal information… All I want is to have my friend’s birthdays on my google calendar (contacts), without adding it myself...
Posted by
jp on Sep 24th, 2009 in
blog,
tech |
0 comments
I’ve always had bigger plans than I should for the computer(s) I have at home, now I’m planning on actually using 3 machines, with 4 screens in my personal computer desk. One of them being a TV.
My initial idea was to use a 13″ macbook (with a second monitor) to control 2 other linux machines, one being an application server, and the other one a media server (on a monitor/TV).
Something like this
But I...
Posted by
jp on Sep 22nd, 2009 in
blog |
0 comments
I wish… I bet people are protesting against it. No, seriously, it looks like there are more cars around than a normal day.
Go go http://www.worldcarfree.net/wcfd/...
Posted by
jp on Sep 21st, 2009 in
blog |
0 comments
I’m looking for a dual wan router, but since it is for my home network, it must be c-h-e-a-p.
I found a D-Link Di-lb604 that seems to solve my problems, but it was discontinued, making it harder to find.
Does anyone know about any other router that satisfies my...
Posted by
jp on Sep 21st, 2009 in
blog,
tech |
0 comments
I was looking for a way to keep more than one repository updated when I’m working on personal projects, don’t ask. So I found some useful information I’m going to post here for future reference.
Example part of a “.git/config” file:
[remote 'all']
url=ssh://user@server/repos/g0.git
url=ssh://user@server/repos/g1.git
url=ssh://user@server/repos/g2.git
...