Difference between revisions of "IP Calculator Linux"

From MS Computech
Jump to: navigation, search
 
Line 12: Line 12:
 
make
 
make
 
make install
 
make install
<pre>
+
</pre>
  
  
 
----
 
----
 
[http://www.cyberciti.biz/faq/linux-subnet-calculator-cidr/ Source]
 
[http://www.cyberciti.biz/faq/linux-subnet-calculator-cidr/ Source]

Latest revision as of 13:56, 26 July 2011

sipcalc

sudo apt-get install sipcalc

whatmask

wget http://downloads.laffeycomputer.com/current_builds/whatmask/whatmask-1.2.tar.gz
tar zxvf what*
cd what*
./configure
make
make install



Source