Monday, April 21, 2014

Asterisk 11 +Dahdi + Libpri Installation on centos 6.0 (i386)

We recently installed asterisk for one our customer. I have documented the same step by step. It might useful for some body interested. As there is no apache are any other services installed on this server its very fast.

Tuesday, March 18, 2014

Configuring 3CX soft phone_Asterisk, Elastix, FreePBX, Trixbox

Download the 3CX soft phone for windows from the below link

http://www.3cx.com/downloads/3CXPhone6.msi

http://www.3cx.com/voip/softphone/

Install the 3CX soft phone.
Start the phone, Once the phone is started click on the Set accounts and enter the values as shown below. 

Thursday, March 6, 2014

rel=”author” mark up for blogger dynamic templates

Regular method of author markup doesn't work with dynamic blog templates. So you have to add the author ship mark up in the <head>.

Step1:
Go to Template select edit html find <head> below it add the author mark up as shown below
<link rel="author" href="https://plus.google.com/+nareshxxxxx/posts"/> 
link in blue should be replaced with your google plus link.

Thursday, February 27, 2014

Reset mysql password in linux


Follow the steps below:

1)centos> /etc/rc.d/init.d/mysqld restart

2)centos> mysqld_safe --skip-grant-tables &



Tuesday, February 25, 2014

Check serial port under Ubuntu

Run the following command:


                       $ dmesg | grep tty


Monday, February 24, 2014

Reset Password Ubuntu


Boot up the machine, and after the BIOS screen, hold down the left Shift key. You will then be prompted by a menu.

Hit the down arrow until you the one with the recovery mode in the description and then hit Enter.


Now you will see recovery menu:

Select root in the bottom of recovery menu

Monday, February 17, 2014

Make My trip _ Bus Coupon


I got discount coupons from Make my trip, As i don't have any need of them sharing the same. Have a safe trip. offer Valid till March 31, 2014

Get Instant Discounts on every single bus booking!
Use coupon code B-MXJE2NKUFO6S98 and get up to Rs. 600 OFF
on your next 8 bus bookings. The coupon is applicable only for YOU!

HOW IT WORKS

Use your unique coupon code B-MXJE2NKUFO6S98 while making your bus bookings and get increasing discounts in your next 8 bus bookings!
You get an Instant Discount on each booking. Don't forget to enter the coupon code every time in the E-Coupon Code field while making each of the bookings.

Installation of Nagios on CentOS

Installation of NAGIOS

Installation of perquisites:

 
Before Installing Nagios make sure that following are installed:


root@nagiospm# yum install httpd gcc glibc glibc-common gd gd-devel php

Apache needs to be started at system startup, start the apache.
root@nagiospm #chkconfig httpd on
root@nagiospm #service httpd start