problem
|
|
how to navigate a Domain to
look at you webhost server |||| nameservers for your domain
|
|
difficulty level
|
|
9/10 :(
|
|
compatibility
|
|
general
|
|
solution
|
|
1. Go to at your WebHost
server, login on cpanel console (or something like this).
2. Create an addon domain, there you will define the web directory of you addon domain where your domain will look. 3. Search somewhere in the cpanel, the nameserver of your webhost server, you will need it soon. 3. Go to the site of the register (znetindia.com etc) login to your member account and go to your domains page. 4. The goal is to define the name servers of your webhost server, as Nameservers of the domain you want to look at there. The process varies from register to register, some require verification via email. The propagation of the namesevers might take 24hours (indeed), so be patient and the only you have to do it to wait. Sometimes windows’s internal dns cache doesn’t work correctly and it does see for new dns of your domain… in this case… call “ipconfig /flushdns” or try… from another computer! Hostgator name servers ns2463.hostgator.com ns2464.hostgator.com |
Information technology (it) often FAILS! Let's solve it. Problems and solutions on areas: Adobe's Flex, PHP, Delphi, Visual Studio, Windows, intranet, internet, popular applications, hacks, cheats techniques and much more; so enjoy your fail!!!
Showing posts with label internet. Show all posts
Showing posts with label internet. Show all posts
Tuesday, 27 September 2011
how to navigate a Domain to look at you webhost server
Wednesday, 29 June 2011
How to change (in windows) the ip address (and so on) from command line
List the network connection and its settings
netsh interface ip show config
also
ipconfig
also
ipconfig /all
Change a static address
netsh interface ip set address name="Wireless Network Connection" static 192.168.0.96 255.255.255.0 192.168.0.240 1
If you get the error The object already exists. check if other network connection has this ip address.
Change to DHCP
netsh interface ip set address name="Wireless Network Connection" dhcp
Change the DNS servers to static
cannot be done by netsh !!! or with other easy way, You can change it with dnscmd command that is available in support.cab of you system’s installation cd. For more read http://technet.microsoft.com/en-us/library/cc778513%28WS.10%29.aspx (good luck... microsoft is there).
On the other hand, you may use one of the free dns servers (world wide, domain wide), read http://itfailed.blogspot.com/2011/06/free-public-dns-server.html.
change the DNS servers to DHCP
netsh interface ip set dns "Wireless Network Connection" dhcp
Free Public DNS Server
=> Service provider: Google
Google public dns server IP address:
Dnsadvantage free dns server list:
OpenDNS free dns server list / IP address:
Norton free dns server list / IP address:
Public Name server IP address:
Public dns server address:
Google public dns server IP address:
- 8.8.8.8
- 8.8.4.4
Dnsadvantage free dns server list:
- 156.154.70.1
- 156.154.71.1
OpenDNS free dns server list / IP address:
- 208.67.222.222
- 208.67.220.220
Norton free dns server list / IP address:
- 198.153.192.1
- 198.153.194.1
Public Name server IP address:
- 4.2.2.1
- 4.2.2.2
- 4.2.2.3
- 4.2.2.4
- 4.2.2.5
- 4.2.2.6
Public dns server address:
- 67.138.54.100
- 207.225.209.66
Thursday, 16 June 2011
How to delete Temporary files, from internet and from other applications manually?
situation | |
Internet browsers are keeping a lot of files as cache. As you may clear this cache for their options, doesn’t do the entire job always. Also, if the system crashed and you want to transfer your data to another disk, these files are too many and completely rubbish. Here is a way to delete these files manually. | |
problem | |
How to delete Temporary files, from internet and from other applications manually? You may delete them safely! | |
difficulty level | |
0/10 :))) | |
compatibility | |
win xp, win vista, win7 | |
solution | |
In xp systems C:\Documents and Settings\<user name>\Local Settings\Temp C:\Documents and Settings\<user name>\Local Settings\Temporary Internet files C:\Documents and Settings\<user name>\Local Settings\Temp\Cookies (here are the cookies) In Vista and win7 systems C:\Users\<user name>\AppData\Local\Temp\ C:\Users\<user name>\AppData\Local\Microsoft\Windows\Temporary Internet Files To delete these files permanently without moving them to recycle bin and waste a lot of time, hold the shift key down during the right click and delete. By this way the system will not transfer the files to recycle bin but will notifies you also that deletion will be permanently. |
Subscribe to:
Posts (Atom)