home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2013 / 2013.06.linuxmafia.com / linuxmafia.com / pub / linux / network / 00index.txt next >
Text File  |  2010-06-28  |  10KB  |  144 lines

  1.  
  2.         Date/Time of
  3.    Size File Arrival Filename           Description
  4. ------- ------------ ------------       -----------
  5.    2364 980128 18:26 00index.txt        This file you are reading.
  6.    3384 2004-03-12 16:46 bind9-examples-linuxmafia.tar.gz
  7.                                         Example BIND9 zonefile and configuration
  8.                                         file set, from ns1.linuxmafia.com.
  9.  141985 980126 16:10 CGI.pm.tar.gz      Lincoln D. Stein's popular library
  10.                                         of CGI routines.
  11.   95980 970822 23:31 ddt-2.0.1.tar.gz   Domain Debug Tools, for DNS databases
  12.   15839 970822 23:31 dnsparse-2.0.tar.gz
  13.                                         Tools to manipulate DNS data, incl.
  14.                                         converting to/from /etc/hosts fmt.
  15.   12488 970822 23:31 dnswalk-1.7.tar.gz Traverses & lists DNS namespaces.
  16.   19399 970822 23:31 doc-2.0.tar.gz     Domain Obscenity Control 2.0: Does
  17.                                         analysis of misbehaving DNS servers.
  18.                                         Requires dig 2.x.
  19.   20177 2008-12-29 21:44 domain-check   Domain Check v. 4.3 by Ben Okopnik,
  20.                                         written in Perl with inspiration from
  21.                                         Ryan Matteson's Bourne shell version, 
  22.                                         below.  As with Ryan's script, you 
  23.                                         should always check domains via command-
  24.                                         line reporting to stdout before 
  25.                                         relying on the e-mail reporting mode.
  26.                                         Requires:  Perl, whois, and either mutt 
  27.                                         or mailx.  Also, always bear in mind 
  28.                                         that a TLD's (top-level domain's) whois
  29.                                         format may change at any time without 
  30.                                         notice, which could break this script's 
  31.                                         parsing of that TLD's whois data.
  32.                                         So, check the results interactively, 
  33.                                         periodically.
  34.                                         GNU GPL v. 2 licensing terms.
  35.                                         NOTE:  At the Unix 32-bit epoch on 
  36.                                         19 Jan 2038, the date routines will need
  37.                                         a workover -- and, meanwhile, the script
  38.                                         already breaks on expiration dates that
  39.                                         date and later.
  40.                                         NOTE2:  Many TLDs (at this writing) 
  41.                                         either issue no meaningful expire date 
  42.                                         information via the regular port-43 
  43.                                         whois service, or don't offer that 
  44.                                         service at all (though some offer 
  45.                                         partial or complete data via Web-based 
  46.                                         whois queries).  This script relies on 
  47.                                         the traditional port-43 service.
  48.                                         Rather than list the failure cases 
  49.                                         among the 250 current country-code
  50.                                         TLDs and 20 generic TLDs, here are the
  51.                                         ones that _do_ work: .aero, .biz,
  52.                                         .cat, .com, .coop, .edu, .info, .jobs, 
  53.                                         .mobi, .museum, .name, .net, .org, 
  54.                                         .pro, .travel, 
  55.                                         .ag, .bg, .ca, .cc, .cd, .ci, .cn, .cx, 
  56.                                         .cz, .dk, .dm, .fi, .gi, .gs, .gy, .hk, 
  57.                                         .hn, .ie, .il, .in, .is, .it, .jp, .ke,
  58.                                         .ki, .kp, .kr, .la, .lk, .nu, .nz, .ru,
  59.                                         .sc, .se, .sg, .sk, .su, .tl, .tr, .tk,
  60.                                         .tv, .tw, .uk, .us, and .vc.  
  61.                                         The most commonly encountered omissions                                         (from the viewpoint of English speakers,
  62.                                         at least) are .gov, .au, and .mil 
  63.                                         (the most notable TLDs that omit 
  64.                                         expiration information from port-43 
  65.                                         whois output).
  66.                                         NOTE3:  Although it works OK with the
  67.                                         regular whois client utility, the 
  68.                                         script by preference will use the 
  69.                                         smarter (and cache-oriented) jwhois
  70.                                         client if present.  Beware, however, 
  71.                                         of caching artifacts, e.g., reporting 
  72.                                         that a domain is still at or near 
  73.                                         expiration though it's been renewed 
  74.                                         within the cache retention period.
  75.                                         Also available from: 
  76.                                         http://okopnik.com/misc/Linux/domain-check
  77. 1224 2007-07-02 22:07 domain-check.cron Example cron script for running Ben
  78.                                         Okopnik's Domain Check.
  79.   12027 061107 11:40 domain-check.ryan  Domain Expiration Check v. 1.5 by Ryan 
  80.                                         Matteson (matty91 at gmail dot com) 
  81.                                         is a Bourne shell script, runnable 
  82.                                         by cronjob, to check domain expiration
  83.                                         dates and e-mail optional warnings at
  84.                                         specified numbers of days before 
  85.                                         expiration.  Full docs within.  From:
  86.                                         http://prefetch.net/code/domain-check
  87.                                         Requires: awk, whois, date (whose full 
  88.                                         paths you must set in the script), and 
  89.                                         optionally /usr/bin/mail for e-mail
  90.                                         alarms (set $MAIL in script body).
  91.                     IMPORTANT:  Check domains in the 
  92.                                         default stdout mode before setting up
  93.                                         e-mail reporting, because domains whose
  94.                                         whois data the script can't parse are
  95.                                         reported as "Unknown" to stdout but as
  96.                                         _null_ to e-mail.  At present, the
  97.                                         most significant problem case is .org
  98.                                         domains, whose whois data the script
  99.                                         can't yet handle.  There's some hope
  100.                                         that Ryan or others may soon fix this
  101.                                         problem somewhat, so look out for 
  102.                                         updates!
  103.                                         Also, always bear in mind that a TLD's
  104.                                         whois format may change at any time 
  105.                                         without notice, which could break this
  106.                                         script's parsing of that TLD's (top-
  107.                                         level domain's) whois data.  So, check 
  108.                                         the results interactively, periodically.
  109.                                         NOTE:  This script cannot even 
  110.                                         potentially work on domains in the .au,
  111.                                         .name, and .mil TLDs, which lack 
  112.                                         expire data in the port-43 whois return
  113.                                         values.  There are also many other 
  114.                                         domains that either lack expire data
  115.                                         on public display entirely, or have it
  116.                                         only in Web-based whois, or have no
  117.                                         whois data at all.
  118.                                         GNU GPL v. 2 licensing terms.      
  119.   17853 2007-08-13 15:06 domain-check-testdata
  120.                                         Notes from testing of Ben Okopnik's
  121.                                         domain-check script, including WHOIS 
  122.                                         server hosts providing useful data for
  123.                                         each of the supported top-level domains.
  124.   56306 980126 16;10 file-upl.tar.gz    Web-based ftp upload (CGI script).
  125.                                         Requires CGI.pm.
  126.   53066 970822 23:31 inetrover-2.0.tar.gz
  127.                                         Internet Rover Network Manager 2.0.
  128.                                         Monitors multiple protocols/svs. on
  129.                                         a LAN, Motif-based status display,
  130.                                         sends e-mail alerts, etc.
  131.    3450 970822 23:31 lamer.tar.gz       Script to check for "lame delegation"
  132.                                         to a DNS server (that isn't doing
  133.                                         resolution for which it's authori-
  134.                                         tative), and e-mail the hostmaster.
  135.   21785 970822 23:31 mdm-2.09-beta2.tar.gz
  136.                                         Linux modem server v. 2.09 beta 2.
  137.                                         Replacement for uugetty.
  138. 1864136 980128 18:26 xntp3-5.92-export.tar.gz
  139.                                         Network Time Protocol v 3 server and
  140.                                         client. v. 5.92.  (No idea why
  141.                                         there's a separate export version.)
  142. 1860377 980128 18:26 xntp3-5.92.tar.gz  Network Time Protocol v 3 server and
  143.                                         client. v. 5.92.
  144.