Saturday, April 27, 2013

Cisco 7975G / 7975 into trouble again


I want to change my SIP proxy (asterisk) from my router to my QNAP NAS.
Had to configure tftp with the right config on xmls.

Awesome tftpd-ha setup made me a round trip.

/etc/default/tftpd-ha - need to be configured with right user and the root folder should be with the correct permissions.

TFTP_USERNAME="root"
RUN_DAEMON="yes"
OPTIONS="-l -s -c /home/username/Downloads/test"
TFTP_DIRECTORY="/home/username/Downloads/test"
TFTP_ADDRESS="0.0.0.0:69"
TFTP_OPTIONS="--secure"

Make sure you have dhcp options 150 set with right IP Address.

Again I'm pleased with the voice and mic quality of Cisco Phone !

 

Wednesday, July 11, 2012

Installing a Laser Printer on Linux

HL2270DW - Brother Laser Printer Installation in few seconds. No drivers to Install

Used the URI I used was: ipp://$IP/pcl_p1 and the driver I chose was "Generic PCL Laser Printer" with the Duplex option checked. And it's worked perfectly since then!! How awesome is that.

Wednesday, February 29, 2012

RhodeCode - Awesome Mercurial Management Tool (Including User Management)

Apache Configuration



    ServerName yourservername
    ErrorLog /var/log/httpd/namedserver-error_log
    CustomLog /var/log/httpd/namedserver-access_log common
    WSGIDaemonProcess pylons user=apache group=root processes=1 \
    threads=4 \
    python-path=/usr/lib/python2.6/site-packages/
    WSGIScriptAlias / /var/www/vhosts/servername/rhodecodewsgi/dispatch.wsgi
    WSGIPassAuthorization On


Ldap Configuration:

User Management:


General Usage Process:

Saturday, February 11, 2012

Mercurial Clone without SubRepositories


Clone Mercurial without its Repositories.

hg clone --noupdate repo  destdir



Thursday, May 5, 2011

Cloud Internet Telephony Services - SaaS

Interesting Sites:

http://www.tropo.com/
http://www.twilio.com/
http://www.teleku.com/
http://www.phono.com/


Thursday, February 3, 2011

Basic Linux Network Setup


Basic Linux Network Setup.

To change IP and make network up:

ifconfig eth0 10.50.110.205 netmask 255.255.255.0 up
This make the NIC to have an ip address

To add default route:

route add default gw 10.50.110.1
This makes the IP packets to flow through the gateway

To resolve name:

vim /etc/resolve.conf   (add nameservers or a local search)


Friday, January 21, 2011

SugarCRM as a Matrimony Website

I was thinking of having Matrimony website for our community needs. I found SugarCRM as a better framework for the same.

http://matrimony.musugundan.com

Another Open Source benefiting the community.

Better termed to be as Open Source Matrimonial Software.