Difference between revisions of "IP Calculator Linux"

From MS Computech
Jump to: navigation, search
(Created page with ''''sipcalc''' <pre> sudo apt-get install sipcalc </pre> '''whatmask''' <pre> wget http://downloads.laffeycomputer.com/current_builds/whatmask/whatmask-1.2.tar.gz tar zxvf what* …')
 
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
 
make
 
make
 
make install
 
make install
<pre>
+
</pre>
 +
 
 +
 
 +
----
 +
[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