(1) netstat -rn to check the kernel IP routing table. You’ll be seeing something like below: Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface (2) sudo vi /etc/network/interfaces to set the following : auto eth3 iface eth3 inet static address xx gateway yy netmask aa network bb broadcast cc (3) restart networking so that it’ll take effect sudo /etc/init.d/networking restart
The following steps highlights the way to install Ant in your Windows 7 (1) Download Ant http://archive.apache.org/dist/ant/binaries/ I will be installing the Ant version 1.7.1 (2) unzip to your directory. I place it in my C. Thus, after unzip my directory becomes C:\apache-ant-1.7.1 (3) Set ANT_HOME as environment variable (4) Set PATH (5) To check, go to your command , type “ant -version” If you encounter the following error : [ Read More ]
I’m finally having some long holidays, thus I’ve decided to try on developing some okie, at least one android app. In order to do so, I’ve decided to install Android Plugin from Kenai on top of my current Netbeans 7.0 KENAI’s ANDROID PLUGIN for NETBEANS (1) Open Netbeans’ autoupdate centre Tools –> Plugin –> Setting (2) Add plugin Place the following URL http://kenai.com/downloads/nbandroid/updatecenter/updates.xml Click OK (3) Install Available Plugin Goto [ Read More ]