From: Michael Prokop Date: Sat, 25 Aug 2007 05:45:44 +0000 (+0200) Subject: Added Calculate network / netmask X-Git-Tag: 0.4.6~4 X-Git-Url: http://git.grml.org/?p=grml-tips.git;a=commitdiff_plain;h=2ae0173dbda5373d967b6787790dc9f43e683bc3 Added Calculate network / netmask --- diff --git a/debian/changelog b/debian/changelog index a443264..7a02133 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ grml-tips (0.4.6) unstable; urgency=low * Added tips: - Create netboot package for grml-terminalserver - Rotate pictures + - Calculate network / netmask -- Michael Prokop Sat, 18 Aug 2007 23:48:05 +0200 diff --git a/grml_tips b/grml_tips index 52bb33d..7a0cb1d 100644 --- a/grml_tips +++ b/grml_tips @@ -2867,3 +2867,9 @@ This will rename a file named img_2071.jpg to something like: if it was shot at 10:38 o'clock on 2007-08-17 (according to the information inside the exif header). -- +Calculate network / netmask: + +Usage examples: +% ipcalc 10.0.0.28 255.255.255.0 +% ipcalc 10.0.0.0/24 +--