Tex is a computer program and languaje created by Donald Knuth in 1977 he dedicated an entire year to do it. He basicaly aimed for two things when he did it and they were to get the highest quality and highest durability, since he wanted to revert the trend of deteriorating typographical quality that affected […]
enero 1, 2012
It is a relational database management system, which is multiplataform and support several storage engines (MyISAM, InnoDB, MERGE, MEMORY). It also has triggers, functions, stored procedures, GIS, replication, clustering. It is licensed under GPL (and some other commercial licenses ) It was developed by Michael Widenius and David Axmark, and it was released as free […]
diciembre 29, 2011
Well during the linux kernel development Linus Torvalds wasn’t much happy about the version control system used, so that’s how he started to work on git. As he had that background of developing operative systems kind of tools and stuff, he developed this a lot like if it was a file system, and you can […]
diciembre 26, 2011
First I am asuming that you know what is the use of having Public-Private key pair, if you don’t, well making a long story short it is basicaly used to send messages securely on an non-secure environment such as our so beloved Internet. So to understand this easily we have to see the Public-Private key […]
diciembre 25, 2011
Today I would like to talk about how would be one of the best ways to work with a git repository when you are coding. And this way would be using the Egit plugin while you are writting your code in Eclipse. So if you are already familiar with git, the usage of this plugin […]
julio 3, 2011
Gitorious is one of the web sites forges that exist for collaborative opensource projects. It is the second most popular web interface for Git revision control system (this explains the name gitorious :D), right behind GitHub. So this gitorious site let you host your source code, while providing a web interface for merge requests and […]
febrero 16, 2011
R programming language is a well known statistical environment, that is widely used for data analysis. So I am going to talk a bit about R and the things I have learnt just to give you an introduction and get to know this environment. First of all to install this environment in Ubuntu or Debian […]
enero 3, 2011
Well now, for the people that always have been wanting to know, I’m going to explain how to compile and customize a kernel using Ubuntu linux. First in order to do not break the one we use, we could use another one from kernel.org which is the place where are located the changes that the […]
enero 3, 2011
I remember that like three weeks ago I lost most of my Sunday trying to install the rails for ruby on my ubuntu 10.04. This is all because months ago I have been trying to learn rails development since I found the scaffolding interesting, but that time ago I just made the simplest application ever […]
enero 3, 2012
0