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 …
Author Archives: Atul
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 …
Continue reading “Running your first Ruby on rails application (hello world), on Ubuntu Lucid.”
Gtalk via Emacs in Ubuntu(Jaunty)
sudo apt-get install emacs-jabber sudo apt-get install gnutls-bin sudo apt-get install openssl (setq jabber-account-list ((“yourid@gmail.com” (:network-server . “talk.google.com”) (:connection-type . ssl))))
Auctex mode in Emacs on Ubuntu(Jaunty)
sudo apt-get install auctex, preview-latex-style #Once installed add the below mentioned part in your “.emacs” file. ;; Math mode for LaTex (add-hook ‘LaTeX-mode-hook ‘LaTeX-math-mode) ;;mouse scrolling (mouse-wheel-mode t) ;; spellcheck in LaTex mode (add-hook `latex-mode-hook `flyspell-mode) (add-hook `tex-mode-hook `flyspell-mode) (add-hook `bibtex-mode-hook `flyspell-mode) ;; Show line-number and column-number in the mode line (line-number-mode 1) (column-number-mode 1) …
Setting Up Local Ubuntu(Jaunty) Repository via Apt-Mirror.
The article mentions the method to deploy APT-MIRROR so that you can use a local repository in your intranet insted going to internet again. I will use the local repository IP to 192.100.100.40 Packages required:– 1.Apt-Mirror 2.Apache Webserver (to distribute to whole intranet) Steps :— 1.Setting up the apt-mirror $sudo apt-get install apt-mirror $sudo nano …
Continue reading “Setting Up Local Ubuntu(Jaunty) Repository via Apt-Mirror.”
Installing/Compiling Nagios03 on rhel5
Okey i been planning to do this long back.on rhel5 box here is a simple guide i have made which lets you compile nagio3 from source and install in RHEL5 box. Make sure you have these packages installed:– 1.Apache 2. GCC compiler 3.GD development libraries You can use “yum” to install these packages by running …
Back to blogging..
Hello world!! Finally i settled to Wordprees as choice of my CMS i had my site running in Drupal for over 2 years. I needed something lighter so i got this. Looking forward to start posting tech/tux stuff soon. cheers!!