Thursday, November 29, 2007

كيف اقوم الاحمرار دياناس؟

Most DNS clients cache the results of name resolution requests. معظم الزبائن دياناس مخبأ نتائج القرار تطلب الاسم. This speeds up name resolution if multiple lookups are done to the same address, such as is common when browsing the web. هذا القرار بسرعة حتى اسم متعددة المشاهده اذا هي فعلت لنفس العنوان ، مثل شائع عند تصفحك للويب.
Sometimes a bad DNS entry will be cached and you will need to either flush the DNS cache to get rid of it, or wait up to 24 hours for it to be dropped from the cache automatically. احيانا سيئة دياناس دخول ستكون مخباه وأنك ستحتاج الى الاحمرار اما فإن دياناس مخبأ للتخلص منه ، او الانتظار حتى 24 ساعة لانها ستلغى من المخبأ تلقائيا.
How to Flush DNS in Microsoft Windows كيف دياناس الى الاحمرار في مايكروسوفت ويندوز
In Microsoft Windows, you can use the command ipconfig /flushdns to flush the DNS resolver cache: في مايكروسوفت ويندوز ، يمكنك استخدام قيادة ipconfig / flushdns الى الاحمرار فان دياناس المصمم مخبأ : C:\>ipconfig /flushdns Windows IP Configuration Successfully flushed the DNS Resolver Cache. ج : \> ipconfig / flushdns ويندوز الملكيه الفكريه تشكيل بنجاح تنظف فان دياناس المصمم مخبأ.
You can also use the command ipconfig /displaydns to view the DNS resolver cache. يمكنك ايضا استخدام القيادة ipconfig / displaydns لمشاهدة دياناس المصمم مخبأ.
Turning off DNS Caching under Microsoft Windows تنفير دياناس استخدام الذاكرة الوسيطه تحت مايكروسوفت ويندوز
If you experience frequent issues with DNS caching under Microsoft Windows, you can disable client-side DNS caching with either of these two commands: اذا كنت تجربة متكررة مع القضايا دياناس استخدام الذاكرة الوسيطه تحت مايكروسوفت ويندوز ، يمكنك تعطيل خدمة العملاء الجانب دياناس استخدام الذاكرة الوسيطه مع اي من هذين الأوامر :
net stop dnscache صافي وقف dnscache
sc servername stop dnscache اللجنة الداءمه servername وقف dnscache
This will disable DNS caching until the next reboot. هذا وسوف تعطيل دياناس استخدام الذاكرة الوسيطه القادمة حتى اعادة التشغيل. To make the change permanent, use the Service Controller tool or the Services tool to set the DNS Client service startup type to Disabled. لجعل التغيير الدائم ، استخدام الخدمة او المراقب المالي اداة الخدمات اداة لتحديد دياناس خدمة العملاء بدء النوع الى المعوقين.
Tuning DNS Caching under Microsoft Windows ضبط دياناس استخدام الذاكرة الوسيطه تحت مايكروسوفت ويندوز
You can modify the behavior of the Microsoft Windows DNS caching algorithm by setting two registry entries in the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters registry key. يمكنك تعديل السلوك من مايكروسوفت ويندوز دياناس استخدام الذاكرة الوسيطه خوارزميه جانب اثنين من قلم تحديد مداخل في hkey_local_machine \ نظام \ currentcontrolset \ خدمات \ dnscache \ بارامترات مفتاح التسجيل.
The MaxCacheTtl represents the maximum time that the results of a DNS lookup will be cached. فان maxcachettl يمثل الحد الأقصى للوقت ان نتائج أ دياناس المشاهده ستكون مخباه. The default value is 86,400 seconds. القيمه الافتراضيه هي 400 86 ثوان. If you set this value to 1, DNS entries will only be cashed for a single second. اذا قمت بتثبيت هذه القيمه الى 1 ، دياناس مداخل سوف يتم صرفها الا لحظة واحدة في الثانية.
MaxNegativeCacheTtl represents the maximim time that the results of a failed DNS lookup will be cached. Maxnegativecachettl يمثل maximim الوقت ان نتائج فاشله دياناس المشاهده ستكون مخباه. The default value is 900 seconds. القيمه الافتراضيه هي 900 ثانية. If you set this value to 0, failed DNS lookups will not be cached. اذا قمت بتثبيت هذه القيمه الى 0 ، فشلت دياناس المشاهده لن تكون مخباه.
How to Flush DNS in Mac OSX كيف دياناس الى الاحمرار في ماكنتوش osx
In Mac OSX, you can use the command lookupd -flushcache to flush the DNS resolver cache. في ماكنتوش osx ، يمكنك استخدام قيادة lookupd - flushcache الى الاحمرار فان دياناس المصمم مخبأ. bash-2.05a$ lookupd -flushcache باش - 2.05a دولار lookupd - flushcache
How to Flush DNS in Linux كيف دياناس الى الاحمرار في لينكس
In Linux, the nscd daemon manages the DNS cache. في لينكس ، تمكنت شيطان يدير دياناس مخبأ.
To flush the DNS cache, restart the nscd daemon. الى الاحمرار فان دياناس مخبأ ، استئناف تمكنت شيطان.
To restart the nscd daemon, use the command `/etc/rc.d/init.d/nscd restart`. من اجل استئناف تمكنت شيطان ، واستخدام القيادة '/ الخ / rc.d / init.d / تمكنت استئناف'.

No comments: