Added Calculate network / netmask
authorMichael Prokop <mika@grml.org>
Sat, 25 Aug 2007 05:45:44 +0000 (07:45 +0200)
committerMichael Prokop <mika@grml.org>
Sat, 25 Aug 2007 05:45:44 +0000 (07:45 +0200)
debian/changelog
grml_tips

index a443264..7a02133 100644 (file)
@@ -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 <mika@grml.org>  Sat, 18 Aug 2007 23:48:05 +0200
 
index 52bb33d..7a0cb1d 100644 (file)
--- 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
+--