Astrill Setup Manual:How to flush DNS cache on Linux: Difference between revisions

From Astrill Wiki
Jump to navigation Jump to search
(Created page with "TEXT GOES HERE")
 
No edit summary
Line 1: Line 1:
TEXT GOES HERE
In ubuntu if you want to flush DNS cache you need to restart nscd daemon
 
 
Install nscd using the following command
 
'''sudo aptitude install nscd'''
 
 
 
Flush DNS Cache in Ubuntu Using the following command
 
'''sudo /etc/init.d/nscd restart'''

Revision as of 12:48, 26 June 2013

In ubuntu if you want to flush DNS cache you need to restart nscd daemon


Install nscd using the following command

sudo aptitude install nscd


Flush DNS Cache in Ubuntu Using the following command

sudo /etc/init.d/nscd restart