Thursday, May 8, 2014

Trouble shooting Network issues with Wireshark (Ethereal)

Wireshark is a packet capture tool formerly known as Ethereal. It’s is a free packet sniffer computer application. It is used for network trouble shooting, analysis, software and communications protocol development, and education.

Sunday, May 4, 2014

Crack Wi-Fi passwords, WPS Hack Method

Hacking Wi-Fi networks with the brute force and dictionary attacks is not easy. I tried these many times without any success. Now I find a working alternative method to hack Wi-Fi networks which is comparatively easy. But you need to have WPS enabled Wi-Fi devices around you.

Saturday, May 3, 2014

Setting up E1 on Rhino Digital Cards

Introduction:
The basic principle is that we need set E1 mode at the driver level. There are no jumpers or any other physical changes that need to be made for Rhino OST PCI Digital Cards to work in E1 mode.

Elastix IP PBX (VoIP server) Regular and Raid Installation from ISO

1. Regular Installation method:
Download latest version of elastix pbx ISO from
http://www.elastix.org.Once you’ve downloaded the ISO burn it to a CD. Turn on your server and insert the CD. Make sure that your server boots from the optical drive (CDROM) otherwise enable this option in the BIOS of your machine.

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 &