Curious case of denyhost and ssh.

I been using denyhost on my own server and many other boxes i been taking care of. I was getting error whenever i tried connecting to my server “ssh_exchange_identification: Connection closed by remote host” After checking logfile i figured that its happening because of the denyhost. The documentation at the denyhost website explains how to …

Running your first Ruby on rails application (hello world), on Ubuntu Lucid.

1.Installing Ruby and Ruby on Rails. $ sudo apt-get install ruby rails 2.Creating first application running on WEBrick server. $ rails test create create app/controllers create app/helpers create app/models create app/views/layouts create config/environments create config/initializers create config/locales create db create doc create lib create lib/tasks create log create public/images create public/javascripts create public/stylesheets create script/performance …