Help for this page

Select Code to Download


  1. or download this
    grep -v IPADDR "$dir/$sys/$ifdir/$if0" > "$dir/$sys/$ifdir/${if0}.new"
    echo "IPADDR=1.1.1.1" >> "$dir/$sys/$ifdir/${if0}.new"
    
  2. or download this
    print "Please enter the ip address for this machine.  This will be eth
    +0:\n";
    my $ip = <>;
    ...
    
    close $IP;
    close $NEW;