Difference between revisions of "IP Calculator Linux"
From MS Computech
(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* …') |
|||
Line 13: | Line 13: | ||
make install | make install | ||
<pre> | <pre> | ||
+ | |||
+ | |||
+ | ---- | ||
+ | [http://www.cyberciti.biz/faq/linux-subnet-calculator-cidr/ Source] |
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 <pre>
Source