------------------------------
Firefox cannot install themes or extensions
Unexpected installation error -203
------------------------------
sudo nautilus ~/.mozilla/firefox
delete everything
sudo firefox-2
------------------------------
If gem is not found
------------------------------
sudo rm -f /var/lib/gems/1.8/source_cache
gem update
-------------------------------
prerequesites
-------------------------------
sudo gem install BlueCloth
gem install hpricot
sudo apt-get install libmagick9-dev
sudo gem install rmagick
-------------------------------
giving netbeans access to the ruby gem directory
-------------------------------
sudo chown -fR username /var/lib/gems
-------------------------------
importing dumped data into mysql
-------------------------------
mysql -u root name_of_db path/and_name_of/the_file
----------------------------
find the directory a program is installed in
----------------------------
which mysql
--------------------------
Installing ruby mysql bindings
--------------------------
sudo apt-get install libmysqlclient15-dev
sudo gem install mysql