Tomorrow there is an auditing test, so i decided to go to the school library to you know… learn something. But lol, it seems the school forgot to activate their windows license or something…. haha
Archive for September, 2010
How to fix invaild xorg.conf
There is a good chance you were playing around with the X11 settings, and you messed it up. Well good thing there is probably a backup laying around the computer.
# ls /etc/X11
pick a backup file then replace
# sudo cp /etc/X11/xorg.conf.backup /etc/X11/xorg.conf
then reboot. Your done =]
LoadError: no such file to load — openssl
I newly installed Ruby On Rails 3.0 using the official “Getting Started”
Everything is fine until I got to step 4.3 Setting the Application Home Page, and when I changed the root directory in routes.rb I got the following error “LoadError: no such file to load — openssl”
To solve the problem all you need to install is libopenssl-ruby package found in your operating system repositories. So in Ubuntu just
# sudo apt-get install libopenssl-ruby
Problem solved :)
