Setting up Monit (On Ubuntu) ..

Apart from playing with the Source Code Open Source Software has given us. Installing Monit :–   sudo apt-get install monit This command will install Monit on Ubuntu. In order to Start the Monit we need to edit file  “/etc/default/monit” and set the  “startup= 1” This will start the Monit, but we need to do …

Curious case of Redmine Upgrade

Well i call it curious cos i been just told to upgrade Redmine without giving any other details. some strange situation :– [php] $ dpkg -l rails [/php] gave me nothing (omg my redmine instance running without Rails) After some googling and #redmine irc channel i figured out like python easy_install and ubuntu/debian ruby uses …

Recovering the deleted JPG files.

Its been some time i posted here, my apology. It was great last evening as me Achet and Tanya wer out 4 dinner and at same time we been clicking our photos. Tanya unknowingly deleted all the photographs we had taken that evening and she was feeling way to bad. I knew there must be …

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 …