Some useful *nix commands for System debugging and administration.
cat > /etc/rc.firewall
#!/bin/sh
# Variables
FW="/sbin/iptables"
IF1="eth0"
IF1_IP=`/sbin/ifconfig ${IF1}|grep -w inet|awk -F: '{print $2}'|awk '{print $1}'`
IF1_MASK=`/sbin/ifconfig ${IF1}|grep -w inet|awk '{print $4}'|awk -F: '{print $2}'`
IF1_NET="${IF1_IP}/${IF1_MASK}"
# Temporarily Change the Default Policy to Accept
${FW} -P INPUT ACCEPT
… Read more
JIAXClient using IAXclient Java version of IAXclient
November 28th, 2011 | Posted by in *nix | Asterisk | J2EE | Java - (0 Comments)About
JIAXClient is a library for IAX (Inter Asterisk eXchange) clients written in Java by Mikael Magnusson. It is based on IAXClient, and uses a JNI library for interfacing with Java.
License
Most of the sources are GPL licensed, … Read more
![शिशिर [Shishir] पोखरेल](http://www.shishir.com.np/home/wp-content/uploads/2011/12/test.png)