QT Installer Issue

So I went to try to update QT by extending the packages that I will use but… POM POM POM! it did not work properly, I got the next error when trying to run the Maintenance Tool for Windows, At least one valid and enabled repository required for this action to succeed. So I added […]

Read More…

PANIC at the SVN server!

Do not play around with your commits, If you do here is a little trick I had to do today, (do not ask why, but I blame hunger…) svn merge -r [current_version]:[previous_version] [repository_url] Then you have patch to revert the changes on the repository… I will be more careful next time… el_avena off… […]

Read More…

wget SSL Problems!?

Well I was trying to install pip (Python Package management, like CPAN for perl) and the wget did not work properly because the SSL was not from a known issuer… but here is a work around for when you have trouble… $ wget https://bootstrap.pypa.io/get-pip.py –2014-07-15 12:42:37–  https://bootstrap.pypa.io/get-pip.py Resolving bootstrap.pypa.io (bootstrap.pypa.io)… 185.31.19.175 Connecting to bootstrap.pypa.io (bootstrap.pypa.io)|185.31.19.175|:443… […]

Read More…

Missing Host!

Today, we lost a server. This server was supposed to be in a Exsi server but it was migrated to another one, and now I did not have acces nor did I remember the ip; But ho needs IP when you have domain right?! Well we didn’t… So one trick that helped me finding it […]

Read More…

Get Started!

So after a while that I haven’t been updating the blog. A lot of things happened in the meantime, but one that I have been working on is a bootstrap/java/spring/mvc  Starter Kit; Some people want to begin writing web applications in Java but they do not know where to start; some of my friends always […]

Read More…