Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Configuring DNS for a web address
Name: Jaren Date: January 27, 2000 at 17:06:46 Pacific
Comment:
Help!! I need a quick 101 on how to set up a website. I have reserved the domain name and the IP addresses are pointing to my web server. I just don't know how to configure the DNS(?) so that the server can see my domain name. Any information would be greatfully appreciated. THANKS.
Name: Gumby Date: February 4, 2000 at 16:37:22 Pacific
Reply:
You need two DNS servers now. The regestration of your domain at network solutions should have asked for the DNS servers in the first place. All you need to do (if your DNS servers are Linux) is go into linuxconf and add the host to the tables- supposedly. There are a lot more variables to this as well. Do you have a default gateway? Are you under somebody elses domain? If so, are their DNS servers pointing to you? It's a big mess.
Summary: I am look for a shell script to scan all files in the system to find out if a file contains a particular string. If yes, then write the file name, path and line number containing the searching string ...
Summary: Thank you so much for the help. I would like to know what is the purpose of ~, :space: in the awk command. I really appreciate if you could give me brief description of each line with in the awk comm...