January 2011
7 posts
7 tags
Setting up VirtualHosts on Ubuntu 10.10
On my previous post I talked about setting a LAMP server on Ubuntu 10.10. It was a relatively easy process and it didn’t have any configuration to do.
But what happens if you’re developing a website and wanna use a more friendly domain that localhost?
On this post I’ll show you how to set virtual host and develop your website using a more realistic domain
Change from:
...
Check out my neat facts on Facto →
4 tags
http://augustl.com/blog/2009/styling_rails_urls →
The easiest way to style your Rails URLs.
5 tags
5 tags
Threadsy or: "How did I put my Email, Facebook and...
Each and every morning, I always check my email, my facebook account and my twitter account. Sometimes I find interesting stuff on twitter, I lose focus and I forget about the other tabs.
But recently I discovered Threadsy. A web application that puts your email, facebook, and twitter accounts on one page. It works with Gmail, Yahoo Mail and your custom email account.
7 tags
Install the LAMP server on Ubuntu 10.10
After not messing with Ubuntu for almost two years, I decided it was time to give it another shot and I installed Ubuntu 10.10.
Eveything looks super nice now. But when I tried to install LAMP, the option just wasn’t there.
After some research, I found the solution. Just go to your terminal and type this:
sudo apt get install tasksel
After it’s installed, just type:
sudo tasksel
...
7 tags
Como instalar Gems (Rails y otros) en internet...
This post is in spanish.
Andaba feliz porque en Navidad recibí un Módem 3G de Viva como regalo hasta que se me ocurrió conectarlo a mi PC con Ubuntu 10.10. Instalé Ruby, Rubygems y todo funcionó muy bien.
Mi problema fue al tratar de instalar Rails 3 usando RubyGems:
sudo gem install rails
Me decía que el repositorio no era válido. Resulta que VIVA 3G usa un proxy, pero sudo usa otra forma de...