Posts Tagged world domination

gitting things right

So this friday night found me setting up a source control for myself (finally).

I had no doubts about the capabilities of linus written git so I went ahead with it.

First step : getting git

The git package in ubuntu universe is 1.5.4 which is quite old so head to the git site for the latest package.

Second step : Installing git

Though this step is straightforward, one might face errors as i did.

The simple installation is three steps

~/git$ ./configure

~/git$ make

~/git$ make install

This should install git. If you face errors then the most common problem is that you might not be meeting all the dependencies required to compile git. Best way to ensure that the dependencies are met is to build dependencies of the git core by doing the following

~/git$ sudo apt-get build-dep git-core

After this everything should be hunkydory. This ubuntu forum discussion might be more useful.

After this I wanted a repository on the net. I chose github.

Make an account and follow the subsequent steps and you will be good to go.

Except , I faced a little problem because of my own folly which deserves another quick little post.

Comments (1)

Look Who Is Here

So I was not wildly speculating after all. A tiny new star is born. Google has announced the coming of ChromeOS.

First things first.

It will be a Linux Kernel(what else is new) running GoogleChrome on top. So it will be a platform we already know. The big bad web. No more service calls to the OS :D . It will essentially be a net OS for netbooks. Initially atleast. And then it will begin world domination. Lord save you. For a long time now I have been suspecting an evil empire rising.

As the faq of the matter points out, it will be free AND open source. The open sourcing will happen sometime later this year. The product will be available in the second half of 2010.

How does it change the world?

For good or bad, the world will change. The control buttons will change hands. Your life will be controlled by binary decisions (More than it is now). Your thought process will be controlled and directed to whatever the binary dictates. Do you think that is being too cynical? Wait and watch :D

Leave a Comment