Changeset 405
- Timestamp:
- Oct 4, 2018, 10:42:14 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/klask
r404 r405 7 7 # 8 8 # perltidy -i=3 -ci=3 -pt=2 -icb -cti=3 -sbt=2 -bt=2 -bbt=2 -nsfs -bar -otr -olc -nolq -l=132 -vmll -msc=1 -iscl -nbbc -nola -st klask > klask.tmp 9 # 10 # apt-get install snmp libnet-cidr-lite-perl libnet-netmask-perl libnet-snmp-perl libnetaddr-ip-perl libyaml-perl 11 # libcrypt-des-perl libcrypt-hcesha-perl libdigest-hmac-perl libtext-table-perl 12 # arping net-tools fping bind9-host arpwatch 9 13 10 14 use strict; … … 25 29 use Digest::SHA qw(sha512_base64); 26 30 use Text::Table; # libtext-table-perl http://blogs.perl.org/users/steven_haryanto/2014/07/benchmarking-several-ascii-table-generator-modules.html 27 28 # apt-get install snmp libnet-cidr-lite-perl libnet-netmask-perl libnet-snmp-perl libnetaddr-ip-perl libyaml-perl29 # libcrypt-des-perl libcrypt-hcesha-perl libdigest-hmac-perl libtext-table-perl30 # arping net-tools fping bind9-host arpwatch31 31 32 32 ################################################################
Note: See TracChangeset
for help on using the changeset viewer.