{"id":13326,"date":"2025-02-01T14:29:55","date_gmt":"2025-02-01T14:29:55","guid":{"rendered":"https:\/\/greenwebpage.com\/community\/?p=13326"},"modified":"2025-02-01T14:29:57","modified_gmt":"2025-02-01T14:29:57","slug":"how-to-flush-local-dns-cache-on-linux","status":"publish","type":"post","link":"https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/","title":{"rendered":"How to Flush Local DNS Cache on Linux: 2 Proven Methods"},"content":{"rendered":"\n<p>In the realm of Linux systems, the DNS cache is a temporary database maintained by the computer&#8217;s operating system which contains records of all the recent and attempted visits to websites and other internet domains. For users and administrators, knowing how to <strong>flush this cache <\/strong>is an essential skill, as it can resolve a host of connectivity issues and ensure that your system accesses the most up-to-date information without the interference of outdated cache entries.<\/p>\n\n\n\n<p>This tutorial will explain all possible methods to flush local DNS cache on the Linux system.<\/p>\n\n\n\n<p><strong>Table of Content<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"#Why-Flush-the-DNS-Cache\">Why Flush the DNS Cache?<\/a><\/li>\n\n\n\n<li><a href=\"#How-to-Flush-Local-DNS-Cache-on-Linux\">How to Flush Local DNS Cache on Linux<\/a>\n<ul class=\"wp-block-list\">\n<li><a href=\"#Method-1:-Using-resolvectl-Command-(Common-on-Modern-Linux-Distributions)\">Method 1: Using resolvectl Command<\/a><\/li>\n\n\n\n<li><a href=\"#Method-2:-Using-Signal\">Method 2: Using Signal <\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><a href=\"#Conclusion\">Conclusion<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Why-Flush-the-DNS-Cache\"><a id=\"post-13326-_7ngq7u97jv21\"><\/a>Why Flush the DNS Cache?<\/h2>\n\n\n\n<p>The DNS cache exists to speed up internet browsing by reducing the load on DNS servers, which would otherwise have to process every single request for a domain name resolution. However, there are times when the information in the cache can become outdated due to changes in the DNS records of the websites you visit.<\/p>\n\n\n\n<p>This can lead to problems such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Inability to connect to a website<\/li>\n\n\n\n<li>Accessing an old version of a website<\/li>\n\n\n\n<li>Internet security risks due to cached malicious domain entries<\/li>\n<\/ul>\n\n\n\n<p>Before we dive into the methods, it&#8217;s essential to understand why you might need to flush your <strong>DNS cache<\/strong>. This is typically done when:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A website or service is not resolving correctly<\/li>\n\n\n\n<li>You&#8217;ve changed DNS servers<\/li>\n\n\n\n<li>You&#8217;ve updated a domain&#8217;s DNS records<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"How-to-Flush-Local-DNS-Cache-on-Linux\"><a id=\"post-13326-_fxuehgtnvn4k\"><\/a>How to Flush Local DNS Cache on Linux<\/h2>\n\n\n\n<p>The method to clear the DNS cache on Linux depends on which service is being used to manage DNS queries. The most common service is <strong>resolvectl<\/strong>. Here&#8217;s how to manage the cache for both:<\/p>\n\n\n\n<p><strong>Prerequisite: Check DNS Cache<\/strong><\/p>\n\n\n\n<p>To determine if your system is using a local DNS cache, you can use the <strong>systemctl <\/strong>command with the is-active option. This will tell you if services like <strong>systemd-resolved <\/strong>is active and caching DNS requests:<\/p>\n\n\n\n<pre>systemctl<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1253\" height=\"490\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-1.png\" alt=\"systemctl\" class=\"wp-image-13327\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-1.png 1253w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-1-300x117.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-1-1024x400.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-1-768x300.png 768w\" sizes=\"(max-width: 1253px) 100vw, 1253px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Note<\/strong>: If you find that your system is not using a local DNS cache, then there&#8217;s no need to flush it.<\/p>\n\n\n\n<p><strong>DNS Configuration File<\/strong><\/p>\n\n\n\n<p>It&#8217;s essential to consider your specific Linux distribution and DNS configuration. If you&#8217;re unsure about which method to use, you can check the output of <strong>cat \/etc\/resolv.conf<\/strong> to see which DNS resolver is being used:<\/p>\n\n\n\n<pre>cat \/etc\/resolv.conf<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1240\" height=\"820\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-2.png\" alt=\"cat \/etc\/resolv.conf\" class=\"wp-image-13328\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-2.png 1240w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-2-300x198.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-2-1024x677.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-2-768x508.png 768w\" sizes=\"(max-width: 1240px) 100vw, 1240px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>By following these steps and considering the specific details of your system, you would be able to effectively flush your local DNS cache and resolve any DNS-related issues.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Method-1:-Using-resolvectl-Command-(Common-on-Modern-Linux-Distributions)\"><a id=\"post-13326-_8kenzqk90k9x\"><\/a>Method 1: Using resolvectl Command (Common on Modern Linux Distributions)<\/h3>\n\n\n\n<p>Flushing the local DNS cache on Linux systems is a crucial task for network administrators and users who want to ensure that their system&#8217;s DNS queries are up to date.<\/p>\n\n\n\n<p>If you&#8217;re using a <strong>systemd-based Linux distribution<\/strong>, you can flush the DNS cache using the <strong>resolvectl<\/strong> command. First check the command is working properly:<\/p>\n\n\n\n<pre>resolvectl<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1242\" height=\"574\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-3.png\" alt=\"resolvectl\" class=\"wp-image-13329\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-3.png 1242w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-3-300x139.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-3-1024x473.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-3-768x355.png 768w\" sizes=\"(max-width: 1242px) 100vw, 1242px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Flush Local DNS Cache<\/strong><\/p>\n\n\n\n<p>The DNS cache stores the locations (IP addresses) of web servers that contain web pages which you have recently viewed. The command clears the cache, ensuring that your system&#8217;s DNS queries are no longer relying on potentially outdated information:<\/p>\n\n\n\n<pre>sudo resolvectl flush-caches<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1229\" height=\"111\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-4.png\" alt=\"sudo resolvectl flush-caches\" class=\"wp-image-13330\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-4.png 1229w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-4-300x27.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-4-1024x92.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-4-768x69.png 768w\" sizes=\"(max-width: 1229px) 100vw, 1229px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Note<\/strong>: If the location of the web server changes before the entry in your DNS cache updates, you can no longer access the site.<\/p>\n\n\n\n<p><strong>Verify the Flush (Optional):<\/strong><\/p>\n\n\n\n<p>You can verify that the cache has been flushed by checking the cache statistics:<\/p>\n\n\n\n<pre>sudo resolvectl statistics<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1228\" height=\"784\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-5.png\" alt=\"sudo resolvectl statistics\" class=\"wp-image-13331\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-5.png 1228w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-5-300x192.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-5-1024x654.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-5-768x490.png 768w\" sizes=\"(max-width: 1228px) 100vw, 1228px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Alternatively, users can check its status. This process is particularly important when DNS records have changed, or when troubleshooting network connectivity issues. Let\u2019s check its status:<\/p>\n\n\n\n<pre>sudo systemctl status systemd-resolved<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1075\" height=\"810\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-6.png\" alt=\"sudo systemctl status systemd-resolved\" class=\"wp-image-13332\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-6.png 1075w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-6-300x226.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-6-1024x772.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-6-768x579.png 768w\" sizes=\"(max-width: 1075px) 100vw, 1075px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Note<\/strong>: Remember to check whether your system is using a local DNS cache before proceeding, as this will save you time and ensure that you&#8217;re not performing unnecessary operations.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Method-2:-Using-Signal\"><a id=\"post-13326-_hejhsfcmm8y8\"><\/a>Method 2: Using Signal<\/h3>\n\n\n\n<p>Flushing the DNS cache on Linux is a straightforward process that can be performed with a few simple commands.<\/p>\n\n\n\n<p><strong>Clear the DNS Cache<\/strong><\/p>\n\n\n\n<p>To clear the DNS cache, you would use the signal. It sends a signal. For this, you send a <strong>-USR2<\/strong> signal to <strong>systemd-resolved<\/strong> to flush the cache:<\/p>\n\n\n\n<pre>sudo killall -USR2 systemd-resolved<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1242\" height=\"150\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-7.png\" alt=\"sudo killall -USR2 systemd-resolved\" class=\"wp-image-13333\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-7.png 1242w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-7-300x36.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-7-1024x124.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-7-768x93.png 768w\" sizes=\"(max-width: 1242px) 100vw, 1242px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>This sends a signal to the process to flush its cache without restarting the service.<\/p>\n\n\n\n<p><strong>Verify the DNS Cache<\/strong><\/p>\n\n\n\n<p>It&#8217;s essential to check whether your system is actually using a local DNS cache before attempting to flush it. Let verify the empty cache:<\/p>\n\n\n\n<pre>sudo journalctl -r -u systemd-resolved<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1246\" height=\"350\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-8.png\" alt=\"sudo journalctl -r -u systemd-resolved\" class=\"wp-image-13334\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-8.png 1246w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-8-300x84.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-8-1024x288.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/word-image-13326-8-768x216.png 768w\" sizes=\"(max-width: 1246px) 100vw, 1246px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Note<\/strong>: It&#8217;s worth noting that not all Linux systems use local DNS caching by default. For example, some distributions may have this feature turned off, or they might rely on external DNS services provided by an ISP or a third-party provider like OpenDNS or Google DNS.<\/p>\n\n\n\n<p><strong>Bonus Tip: Check Network Manager&#8217;s Settings<\/strong><\/p>\n\n\n\n<p>Some network managers might have a GUI option to flush DNS cache. Check your network manager&#8217;s settings.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Specific DNS Servers<\/strong>: If you&#8217;re using a specific DNS server like <strong>BIND<\/strong>, you might need to restart the service or use specific commands.<\/li>\n\n\n\n<li><strong>Temporary DNS Changes<\/strong>: For temporary DNS changes, consider using the <strong>dig <\/strong>or <strong>nslookup <\/strong>tools to query DNS directly without relying on the cache.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Conclusion\"><a id=\"post-13326-_z51wthchjlig\"><\/a>Conclusion<\/h2>\n\n\n\n<p>Flushing the DNS cache on Linux is a straightforward process that can be accomplished with a few simple commands. Whether you&#8217;re using <strong>systemd-resolved<\/strong>, the steps outlined above will help you clear your DNS cache and ensure that your system&#8217;s network connections are as fresh as possible. It&#8217;s a useful troubleshooting step that can resolve various network-related issues and is an essential part of maintaining the security and efficiency of your system&#8217;s network operations.<\/p>\n\n\n\t\t\t\t\t\t\t<h3 style=\"margin-bottom:20px;display:block;width:100%;margin-top:10px\">Frequently Asked Questions <\/h3>\r\n\t\t\t\t\t\t<style>\r\n\t\t\t\t<style>\r\n#wpsm_accordion_13336 .wpsm_panel-heading{\r\n\tpadding:0px !important;\r\n}\r\n#wpsm_accordion_13336 .wpsm_panel-title {\r\n\tmargin:0px !important; \r\n\ttext-transform:none !important;\r\n\tline-height: 1 !important;\r\n}\r\n#wpsm_accordion_13336 .wpsm_panel-title a{\r\n\ttext-decoration:none;\r\n\toverflow:hidden;\r\n\tdisplay:block;\r\n\tpadding:0px;\r\n\tfont-size: 18px !important;\r\n\tfont-family: Open Sans !important;\r\n\tcolor:#000000 !important;\r\n\tborder-bottom:0px !important;\r\n}\r\n\r\n#wpsm_accordion_13336 .wpsm_panel-title a:focus {\r\noutline: 0px !important;\r\n}\r\n\r\n#wpsm_accordion_13336 .wpsm_panel-title a:hover, #wpsm_accordion_13336 .wpsm_panel-title a:focus {\r\n\tcolor:#000000 !important;\r\n}\r\n#wpsm_accordion_13336 .acc-a{\r\n\tcolor: #000000 !important;\r\n\tbackground-color:#e8e8e8 !important;\r\n\tborder-color: #ddd;\r\n}\r\n#wpsm_accordion_13336 .wpsm_panel-default > .wpsm_panel-heading{\r\n\tcolor: #000000 !important;\r\n\tbackground-color: #e8e8e8 !important;\r\n\tborder-color: #e8e8e8 !important;\r\n\tborder-top-left-radius: 0px;\r\n\tborder-top-right-radius: 0px;\r\n}\r\n#wpsm_accordion_13336 .wpsm_panel-default {\r\n\t\tborder:1px solid transparent !important;\r\n\t}\r\n#wpsm_accordion_13336 {\r\n\tmargin-bottom: 20px;\r\n\toverflow: hidden;\r\n\tfloat: none;\r\n\twidth: 100%;\r\n\tdisplay: block;\r\n}\r\n#wpsm_accordion_13336 .ac_title_class{\r\n\tdisplay: block;\r\n\tpadding-top: 12px;\r\n\tpadding-bottom: 12px;\r\n\tpadding-left: 15px;\r\n\tpadding-right: 15px;\r\n}\r\n#wpsm_accordion_13336  .wpsm_panel {\r\n\toverflow:hidden;\r\n\t-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);\r\n\tbox-shadow: 0 0px 0px rgba(0, 0, 0, .05);\r\n\t\tborder-radius: 4px;\r\n\t}\r\n#wpsm_accordion_13336  .wpsm_panel + .wpsm_panel {\r\n\t\tmargin-top: 5px;\r\n\t}\r\n#wpsm_accordion_13336  .wpsm_panel-body{\r\n\tbackground-color:#ffffff !important;\r\n\tcolor:#000000 !important;\r\n\tborder-top-color: #e8e8e8 !important;\r\n\tfont-size:16px !important;\r\n\tfont-family: Open Sans !important;\r\n\toverflow: hidden;\r\n\t\tborder: 2px solid #e8e8e8 !important;\r\n\t}\r\n\r\n#wpsm_accordion_13336 .ac_open_cl_icon{\r\n\tbackground-color:#e8e8e8 !important;\r\n\tcolor: #000000 !important;\r\n\tfloat:right !important;\r\n\tpadding-top: 12px !important;\r\n\tpadding-bottom: 12px !important;\r\n\tline-height: 1.0 !important;\r\n\tpadding-left: 15px !important;\r\n\tpadding-right: 15px !important;\r\n\tdisplay: inline-block !important;\r\n}\r\n\r\n\t\t\t\r\n\t\t\t<\/style>\t\r\n\t\t\t<\/style>\r\n\t\t\t<div class=\"wpsm_panel-group\" id=\"wpsm_accordion_13336\" >\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<!-- Inner panel Start -->\r\n\t\t\t\t\t<div class=\"wpsm_panel wpsm_panel-default\">\r\n\t\t\t\t\t\t<div class=\"wpsm_panel-heading\" role=\"tab\" >\r\n\t\t\t\t\t\t  <h4 class=\"wpsm_panel-title\">\r\n\t\t\t\t\t\t\t<a  class=\"\"  data-toggle=\"collapse\" data-parent=\"#wpsm_accordion_13336 \" href=\"javascript:void(0)\" data-target=\"#ac_13336_collapse1\" onclick=\"do_resize()\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ac_open_cl_icon fa fa-plus\"><\/span>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t \r\n\t\t\t\t\t\t\t\t<span class=\"ac_title_class\">\r\n\t\t\t\t\t\t\t\t\tWhat is DNS cache and why should I flush it?\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t  <\/h4>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div id=\"ac_13336_collapse1\" class=\"wpsm_panel-collapse collapse \"  >\r\n\t\t\t\t\t\t  <div class=\"wpsm_panel-body\">\r\n\t\t\t\t\t\t\tDNS cache is a temporary storage of DNS query results, which helps speed up the domain name resolution process. However, it can sometimes store outdated or incorrect information, which can cause issues when trying to access websites. Flushing the DNS cache removes this stored data and forces the system to retrieve fresh DNS records.\t\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<!-- Inner panel End -->\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<!-- Inner panel Start -->\r\n\t\t\t\t\t<div class=\"wpsm_panel wpsm_panel-default\">\r\n\t\t\t\t\t\t<div class=\"wpsm_panel-heading\" role=\"tab\" >\r\n\t\t\t\t\t\t  <h4 class=\"wpsm_panel-title\">\r\n\t\t\t\t\t\t\t<a  class=\"collapsed\"  data-toggle=\"collapse\" data-parent=\"#wpsm_accordion_13336 \" href=\"javascript:void(0)\" data-target=\"#ac_13336_collapse2\" onclick=\"do_resize()\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ac_open_cl_icon fa fa-plus\"><\/span>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t \r\n\t\t\t\t\t\t\t\t<span class=\"ac_title_class\">\r\n\t\t\t\t\t\t\t\t\tCan I flush the DNS cache for a specific application or program?\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t  <\/h4>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div id=\"ac_13336_collapse2\" class=\"wpsm_panel-collapse collapse \"  >\r\n\t\t\t\t\t\t  <div class=\"wpsm_panel-body\">\r\n\t\t\t\t\t\t\tTypically, flushing the DNS cache system-wide clears all DNS records, but some applications (like web browsers) may have their own DNS cache. To clear their cache, you may need to manually do so from within the application's settings or preferences.\t\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<!-- Inner panel End -->\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<!-- Inner panel Start -->\r\n\t\t\t\t\t<div class=\"wpsm_panel wpsm_panel-default\">\r\n\t\t\t\t\t\t<div class=\"wpsm_panel-heading\" role=\"tab\" >\r\n\t\t\t\t\t\t  <h4 class=\"wpsm_panel-title\">\r\n\t\t\t\t\t\t\t<a  class=\"collapsed\"  data-toggle=\"collapse\" data-parent=\"#wpsm_accordion_13336 \" href=\"javascript:void(0)\" data-target=\"#ac_13336_collapse3\" onclick=\"do_resize()\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ac_open_cl_icon fa fa-plus\"><\/span>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t \r\n\t\t\t\t\t\t\t\t<span class=\"ac_title_class\">\r\n\t\t\t\t\t\t\t\t\tHow often should I flush the DNS cache?\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t  <\/h4>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div id=\"ac_13336_collapse3\" class=\"wpsm_panel-collapse collapse \"  >\r\n\t\t\t\t\t\t  <div class=\"wpsm_panel-body\">\r\n\t\t\t\t\t\t\tFlushing the DNS cache is usually done when you experience issues with DNS resolution, such as accessing a site that has changed IP addresses. You don\u2019t need to do it frequently unless necessary.\t\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<!-- Inner panel End -->\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<!-- Inner panel Start -->\r\n\t\t\t\t\t<div class=\"wpsm_panel wpsm_panel-default\">\r\n\t\t\t\t\t\t<div class=\"wpsm_panel-heading\" role=\"tab\" >\r\n\t\t\t\t\t\t  <h4 class=\"wpsm_panel-title\">\r\n\t\t\t\t\t\t\t<a  class=\"collapsed\"  data-toggle=\"collapse\" data-parent=\"#wpsm_accordion_13336 \" href=\"javascript:void(0)\" data-target=\"#ac_13336_collapse4\" onclick=\"do_resize()\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ac_open_cl_icon fa fa-plus\"><\/span>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t \r\n\t\t\t\t\t\t\t\t<span class=\"ac_title_class\">\r\n\t\t\t\t\t\t\t\t\tHow do I flush the DNS cache on Ubuntu or Debian-based systems?\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t  <\/h4>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div id=\"ac_13336_collapse4\" class=\"wpsm_panel-collapse collapse \"  >\r\n\t\t\t\t\t\t  <div class=\"wpsm_panel-body\">\r\n\t\t\t\t\t\t\tOn Ubuntu and other Debian-based distributions, you can flush the DNS cache using systemd-resolved (if it's being used) with the following command: <code>sudo systemd-resolve --flush-caches<\/code>\r\n\r\n\t\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<!-- Inner panel End -->\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<!-- Inner panel Start -->\r\n\t\t\t\t\t<div class=\"wpsm_panel wpsm_panel-default\">\r\n\t\t\t\t\t\t<div class=\"wpsm_panel-heading\" role=\"tab\" >\r\n\t\t\t\t\t\t  <h4 class=\"wpsm_panel-title\">\r\n\t\t\t\t\t\t\t<a  class=\"collapsed\"  data-toggle=\"collapse\" data-parent=\"#wpsm_accordion_13336 \" href=\"javascript:void(0)\" data-target=\"#ac_13336_collapse5\" onclick=\"do_resize()\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ac_open_cl_icon fa fa-plus\"><\/span>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t \r\n\t\t\t\t\t\t\t\t<span class=\"ac_title_class\">\r\n\t\t\t\t\t\t\t\t\tDo I need to restart my computer after flushing the DNS cache?\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t  <\/h4>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div id=\"ac_13336_collapse5\" class=\"wpsm_panel-collapse collapse \"  >\r\n\t\t\t\t\t\t  <div class=\"wpsm_panel-body\">\r\n\t\t\t\t\t\t\tGenerally, no. Flushing the DNS cache should immediately allow the system to retrieve fresh DNS records. Restarting the computer is not necessary.\t\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<!-- Inner panel End -->\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\r\n<script type=\"text\/javascript\">\r\n\t\r\n\t\tfunction do_resize(){\r\n\r\n\t\t\tvar width=jQuery( '.wpsm_panel .wpsm_panel-body iframe' ).width();\r\n\t\t\tvar height=jQuery( '.wpsm_panel .wpsm_panel-body iframe' ).height();\r\n\r\n\t\t\tvar toggleSize = true;\r\n\t\t\tjQuery('iframe').animate({\r\n\t\t\t    width: toggleSize ? width : 640,\r\n\t\t\t    height: toggleSize ? height : 360\r\n\t\t\t  }, 250);\r\n\r\n\t\t\t  toggleSize = !toggleSize;\r\n\t\t}\r\n\t\t\r\n<\/script>\t\n\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>In the realm of Linux systems, the DNS cache is a temporary database maintained by the computer&#8217;s operating system which contains records of all the recent and attempted visits to websites and other internet domains. For users and administrators, knowing how to flush this cache is an essential skill, as it can resolve a host [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":13338,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43],"tags":[637,635,636,230],"class_list":["post-13326","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-clear-dns-cache","tag-dns-cache","tag-flush-dns-cache","tag-linux"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Flush Local DNS Cache on Linux: 2 Proven Methods<\/title>\n<meta name=\"description\" content=\"In this tutorial, we walk you through 2 proven methods to flush your local DNS cache on Linux system.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Flush Local DNS Cache on Linux: 2 Proven Methods\" \/>\n<meta property=\"og:description\" content=\"In this tutorial, we walk you through 2 proven methods to flush your local DNS cache on Linux system.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/\" \/>\n<meta property=\"og:site_name\" content=\"Greenwebpage Community\" \/>\n<meta property=\"article:published_time\" content=\"2025-02-01T14:29:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-01T14:29:57+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/Flush-DNS-Cache-on-Linux.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1020\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Karim Buzdar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Karim Buzdar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/\"},\"author\":{\"name\":\"Karim Buzdar\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\"},\"headline\":\"How to Flush Local DNS Cache on Linux: 2 Proven Methods\",\"datePublished\":\"2025-02-01T14:29:55+00:00\",\"dateModified\":\"2025-02-01T14:29:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/\"},\"wordCount\":940,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/Flush-DNS-Cache-on-Linux.jpeg\",\"keywords\":[\"Clear DNS Cache\",\"DNS Cache\",\"Flush DNS Cache\",\"Linux\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/\",\"name\":\"How to Flush Local DNS Cache on Linux: 2 Proven Methods\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/Flush-DNS-Cache-on-Linux.jpeg\",\"datePublished\":\"2025-02-01T14:29:55+00:00\",\"dateModified\":\"2025-02-01T14:29:57+00:00\",\"description\":\"In this tutorial, we walk you through 2 proven methods to flush your local DNS cache on Linux system.\",\"breadcrumb\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/#primaryimage\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/Flush-DNS-Cache-on-Linux.jpeg\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/Flush-DNS-Cache-on-Linux.jpeg\",\"width\":1020,\"height\":600,\"caption\":\"Flush DNS Cache on Linux\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/greenwebpage.com\/community\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Flush Local DNS Cache on Linux: 2 Proven Methods\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"name\":\"Greenwebpage Community\",\"description\":\"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.\",\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/greenwebpage.com\/community\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\",\"name\":\"Greenwebpage Community\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"width\":512,\"height\":512,\"caption\":\"Greenwebpage Community\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\",\"name\":\"Karim Buzdar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"caption\":\"Karim Buzdar\"},\"sameAs\":[\"https:\/\/greenwebpage.com\"],\"url\":\"https:\/\/greenwebpage.com\/community\/author\/karim\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Flush Local DNS Cache on Linux: 2 Proven Methods","description":"In this tutorial, we walk you through 2 proven methods to flush your local DNS cache on Linux system.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/","og_locale":"en_US","og_type":"article","og_title":"How to Flush Local DNS Cache on Linux: 2 Proven Methods","og_description":"In this tutorial, we walk you through 2 proven methods to flush your local DNS cache on Linux system.","og_url":"https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/","og_site_name":"Greenwebpage Community","article_published_time":"2025-02-01T14:29:55+00:00","article_modified_time":"2025-02-01T14:29:57+00:00","og_image":[{"width":1020,"height":600,"url":"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/Flush-DNS-Cache-on-Linux.jpeg","type":"image\/jpeg"}],"author":"Karim Buzdar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Karim Buzdar","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/#article","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/"},"author":{"name":"Karim Buzdar","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8"},"headline":"How to Flush Local DNS Cache on Linux: 2 Proven Methods","datePublished":"2025-02-01T14:29:55+00:00","dateModified":"2025-02-01T14:29:57+00:00","mainEntityOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/"},"wordCount":940,"commentCount":0,"publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/Flush-DNS-Cache-on-Linux.jpeg","keywords":["Clear DNS Cache","DNS Cache","Flush DNS Cache","Linux"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/","url":"https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/","name":"How to Flush Local DNS Cache on Linux: 2 Proven Methods","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/#website"},"primaryImageOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/#primaryimage"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/Flush-DNS-Cache-on-Linux.jpeg","datePublished":"2025-02-01T14:29:55+00:00","dateModified":"2025-02-01T14:29:57+00:00","description":"In this tutorial, we walk you through 2 proven methods to flush your local DNS cache on Linux system.","breadcrumb":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/#primaryimage","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/Flush-DNS-Cache-on-Linux.jpeg","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/02\/Flush-DNS-Cache-on-Linux.jpeg","width":1020,"height":600,"caption":"Flush DNS Cache on Linux"},{"@type":"BreadcrumbList","@id":"https:\/\/greenwebpage.com\/community\/how-to-flush-local-dns-cache-on-linux\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/greenwebpage.com\/community\/"},{"@type":"ListItem","position":2,"name":"How to Flush Local DNS Cache on Linux: 2 Proven Methods"}]},{"@type":"WebSite","@id":"https:\/\/greenwebpage.com\/community\/#website","url":"https:\/\/greenwebpage.com\/community\/","name":"Greenwebpage Community","description":"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.","publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/greenwebpage.com\/community\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/greenwebpage.com\/community\/#organization","name":"Greenwebpage Community","url":"https:\/\/greenwebpage.com\/community\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","width":512,"height":512,"caption":"Greenwebpage Community"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8","name":"Karim Buzdar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","caption":"Karim Buzdar"},"sameAs":["https:\/\/greenwebpage.com"],"url":"https:\/\/greenwebpage.com\/community\/author\/karim\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/13326","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/comments?post=13326"}],"version-history":[{"count":3,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/13326\/revisions"}],"predecessor-version":[{"id":13339,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/13326\/revisions\/13339"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media\/13338"}],"wp:attachment":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media?parent=13326"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/categories?post=13326"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/tags?post=13326"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}