Compdigitec Labs

Archive for August, 2010

Solving the infinite GRUB loop (GRUB GRUB GRUB GRUB GRUB) problem

Monday, August 30th, 2010

Sometimes, especially after changes to the hard drive or changes to partitioning, you will find that your Linux computer would no longer boot, but instead fill the screen up with GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB, etc infinitely without giving the boot menu, and the only way to exit out would have […]

Setting up a HTTP Gateway on Ubuntu 10.04

Wednesday, August 11th, 2010

An HTTP gateway is one of the ways that one can host multiple sites using only one external IP. The way that it works is that the user requests the page from the gateway and specifies which host was requested. The gateway server then forwards the request to the appropriate web server, which then returns […]

Setting up a Subversion server using Apache on Ubuntu

Monday, August 9th, 2010

Subversion is an excellent open-source solution for keeping track of the different versions while developing software. Here, we will see how to set up a subversion server on an Ubuntu 10.04 LTS Server to provide programmers with the ability to use Subversion. Prerequisities Apache 2 should have already been installed and configured with SSL – […]