/* I'm a freelance web developer, a Rubyist
    a visual designer and an entrepreneur
   from Sri Lanka */

Archive for the ‘Ubuntu’ Category

Screencast: How to Install Ruby on Rails on Ubuntu?

Tuesday, June 23rd, 2009

Screencast: How to Install Ruby on Rails on Ubuntu?

This screencast will teach you to set up the Ruby on Rails development environment on Ubuntu.

(more…)

Tags: , , ,
Posted in How to, Misc, Ruby on Rails, Tutorials, Ubuntu, Web Development | View Comments

How to Install Ruby on Rails on Ubuntu 9.04 (Jaunty Jackalope)

Tuesday, April 28th, 2009

install_ror_on_ubuntu
Few of my friends have started to learn Ruby on Rails recently. According to my point of view, Windows is not a suitable and enjoyable  environment for RoR development. So, I recommended them to start with Ubuntu. Most of them have installed Ubuntu 8.10 and 9.04. So, I wish to write a small guide to setup the Ruby on Rails environment on Ubuntu 8.10 and 9.04

(more…)

Tags: , , , ,
Posted in How to, Ruby on Rails, Ubuntu, Web Development | View Comments

How to fix Apache – “Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName” Error on Ubuntu

Friday, April 17th, 2009

ubuntu_apache_error
You might probably faced the same following error while you were restarting the Apache server on Ubuntu.

aslam@aslam:~$ sudo /etc/init.d/apache2 restart
* Restarting web server apache2                                                apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName

(more…)

Tags: , , ,
Posted in Apache, How to, Ubuntu | View Comments