Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
adv ex on 5 january 2024
adv ex on 22 February 2024
banner Expire 26 April 2024
Rescator cvv and dump shop
banner expire at 13 May

Yale lodge shop
UniCvv
banner Expire 1 April  2021

Premiums

TRUSTED VENDOR
Joined
Dec 5, 2020
Messages
1,347

If a website newly registered in internet world, it may not be loaded in your computer. For example, you register for example.com yesterday, still you may not see your web page. This is problem of DNS cache. Your local DNS cache is old one so it won’t know the newely available domain names. Sometime you may update the NS records of your domain to point to new hosting service.

In these case you have to clear or flush cache in your computer.


How to Flush cache in Windows?

  1. Open Command Prompt(Start->Run , type cmd and hit enter).
  2. In command promt type
    ipconfig /flushdns
  3. hit enter
Your DNS cache is cleared now, try to load your new website.

How to Clear Cache in Linux?
First of all you have to install nscd . (only 250kb).
Open terminal and type

sudo apt-get install nscd
Type this command to restart the DNS cache server in Linux:

sudo /etc/rc.d/init.d/nscd restart
How to Clear Cache in Mac Os?
Open the Terminal
Type the following command:

dscacheutil -flushcache
 
Top Bottom