Help for this page

Select Code to Download


  1. or download this
    # Copyright (c) 1993-1999 Microsoft Corp.
    #
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    ...
    127.0.0.1       localhost
    192.168.1.108    chrome
    192.168.1.105    legba
    
  2. or download this
    # set_default_host.pl
    use strict;
    use Regexp::Common qw /net/;
    ...
        print "Missing or wrong argument!\nusage: set_default_host.pl defa
    +ult_IP\n";
    }