{"id":5151,"date":"2023-05-08T16:01:51","date_gmt":"2023-05-08T16:01:51","guid":{"rendered":"https:\/\/www.webhi.com\/how-to\/?p=5151"},"modified":"2024-01-04T11:40:48","modified_gmt":"2024-01-04T11:40:48","slug":"how-to-install-and-configure-rootkit-hunter-on-ubuntu-debian","status":"publish","type":"post","link":"https:\/\/www.webhi.com\/how-to\/how-to-install-and-configure-rootkit-hunter-on-ubuntu-debian\/","title":{"rendered":"How to Install and Configure Rootkit Hunter on Ubuntu\/Debian"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1200\" height=\"675\" src=\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/05\/rkhunter_ubuntu_en.jpg\" alt=\"Rkhunter to detect and prevent security threats on Ubuntu\/Debian systems 18.04 20.04 22.04\" class=\"wp-image-5175\" srcset=\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/05\/rkhunter_ubuntu_en.jpg 1200w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/05\/rkhunter_ubuntu_en-300x169.jpg 300w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/05\/rkhunter_ubuntu_en-1024x576.jpg 1024w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/05\/rkhunter_ubuntu_en-768x432.jpg 768w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/05\/rkhunter_ubuntu_en-150x84.jpg 150w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/figure>\n\n\n\n<p><strong>Rkhunter (Rootkit Hunter)<\/strong> is a tool that scans the system for rootkits, backdoors, and possible local exploits. It is a free and open-source security tool that runs on Linux and Unix-like systems. Rkhunter is a powerful tool that can help you detect and prevent potential security threats on your system. In this article, we will show you how to install and configure Rkhunter on Ubuntu\/Debian.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 1: Update the System<\/h2>\n\n\n\n<p>Before installing Rkhunter, it is important to update the system to the latest version. To update the system, run the following commands:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">$ sudo apt update\n$ sudo apt upgrade<code><span style=\"background-color: rgb(40, 44, 52);\"><\/span><\/code><\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Step 2: Install Rkhunter<\/h2>\n\n\n\n<p>To install Rkhunter, run the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">$ sudo apt install rkhunter<\/code><\/pre>\n\n\n\n<p>This will install Rkhunter and its dependencies on your system.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 3: Configure Rkhunter<\/h2>\n\n\n\n<p>After installing Rkhunter, you need to configure it to scan your system for potential threats. To do this, you need to edit the Rkhunter configuration file.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">$ sudo nano \/etc\/rkhunter.conf<\/code><\/pre>\n\n\n\n<p>This will open the Rkhunter configuration file in the Nano text editor.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 4: Set the Required Options<\/h2>\n\n\n\n<p>In the Rkhunter configuration file, you need to set the following options:<\/p>\n\n\n\n<ul>\n<li><code>UPDATE_MIRRORS<\/code>: This option enables Rkhunter to update its database of known rootkits and malware. Set this option to <code>1<\/code>.<\/li>\n\n\n\n<li><code>CRON_DAILY_RUN<\/code>: This option enables Rkhunter to run daily scans of your system. Set this option to <code>true<\/code>.<\/li>\n\n\n\n<li><code>REPORT_EMAIL<\/code>: This option sets the email address to which Rkhunter will send daily scan reports. Set this option to your email address.<\/li>\n\n\n\n<li><code>ALLOW_SSH_ROOT_USER<\/code>: This option allows Rkhunter to scan the root user&#8217;s SSH files. Set this option to <code>no<\/code>.<\/li>\n\n\n\n<li><code>ALLOW_SSH_PROT_V1<\/code>: This option allows Rkhunter to scan SSH version 1 files. Set this option to <code>2<\/code>.<\/li>\n\n\n\n<li><code>ALLOW_SYSLOG_REMOTE<\/code>: This option allows Rkhunter to scan remote syslog servers. Set this option to <code>no<\/code>.<\/li>\n\n\n\n<li><code>USE_SYSLOG<\/code>: This option enables Rkhunter to log its activity to the system log. Set this option to <code>authpriv.notice<\/code>.<\/li>\n<\/ul>\n\n\n\n<p>After setting the required options, save and close the Rkhunter configuration file.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 5: Update Rkhunter Database<\/h2>\n\n\n\n<p>Before running the Rkhunter scan, you need to update its database of known rootkits and malware. To do this, run the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">$ sudo rkhunter --update<\/code><\/pre>\n\n\n\n<p>This will update the Rkhunter database on your system.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 6: Run Rkhunter Scan<\/h2>\n\n\n\n<p>To run the Rkhunter scan, run the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">$ sudo rkhunter --check<\/code><\/pre>\n\n\n\n<p>This will scan your system for potential rootkits and malware.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 7: Review the Rkhunter Report<\/h2>\n\n\n\n<p>After the Rkhunter scan is complete, you need to review the Rkhunter report to identify any potential threats. The Rkhunter report is located in the following file:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">\/var\/log\/rkhunter.log<\/code><\/pre>\n\n\n\n<p>Open the Rkhunter report using the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">$ sudo nano \/var\/log\/rkhunter.log<\/code><\/pre>\n\n\n\n<p>This will open the Rkhunter report in the Nano text editor.<\/p>\n\n\n\n<p>Review the Rkhunter report to identify any potential threats. If you find any potential threats, you need to investigate them further.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 8: Automate Rkhunter Scans<\/h2>\n\n\n\n<p>To make sure that your system is continuously scanned for potential security threats, you can automate Rkhunter scans using a cron job. To do this, follow the steps below:<\/p>\n\n\n\n<ol>\n<li>Open the crontab configuration file using the following command:Copy code<code>sudo crontab -e<\/code><\/li>\n\n\n\n<li>Add the following line at the bottom of the file to schedule daily Rkhunter scans:sqlCopy code<code>@daily \/usr\/bin\/rkhunter --cronjob --update --quiet <\/code>This will run a daily Rkhunter scan and update the Rkhunter database. The <code>--quiet<\/code> option tells Rkhunter to run in quiet mode, which means it will only report potential threats.<\/li>\n\n\n\n<li>Save and close the crontab configuration file.<\/li>\n<\/ol>\n\n\n\n<p>Now, Rkhunter will run daily scans on your system and send reports to the email address specified in the Rkhunter configuration file.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>Rkhunter is an effective instrument for identifying and thwarting potential security risks on your system. In this article, we have shown you how to install and configure Rkhunter on Ubuntu\/Debian. We have also shown you how to run Rkhunter scans and review the Rkhunter report. Finally, we have shown you how to automate Rkhunter scans using a cron job. By following these steps, you can keep your system secure and protected from potential security threats.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Rkhunter (Rootkit Hunter) is a tool that scans the system for rootkits, backdoors, and possible local exploits. It is a free and open-source security tool that runs on Linux and Unix-like systems. Rkhunter is a powerful tool that can help you detect and prevent potential security threats on your system. In this article, we will ..<\/p>\n<div class=\"clear-fix\"><\/div>\n<p><a href=\"https:\/\/www.webhi.com\/how-to\/how-to-install-and-configure-rootkit-hunter-on-ubuntu-debian\/\" title=\"read more...\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[69,3],"tags":[],"yoast_head":"\n<title>How to Install and Configure Rootkit Hunter on Ubuntu\/Debian - WebHi Tutorials &amp; Documentations<\/title>\n<meta name=\"description\" content=\"Learn how to install and configure Rkhunter, a powerful tool to detect and prevent potential security threats on your Ubuntu\/Debian system. Follow these steps to run Rkhunter scans and automate them with a cron job.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.webhi.com\/how-to\/how-to-install-and-configure-rootkit-hunter-on-ubuntu-debian\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install and Configure Rootkit Hunter on Ubuntu\/Debian - WebHi Tutorials &amp; Documentations\" \/>\n<meta property=\"og:description\" content=\"Learn how to install and configure Rkhunter, a powerful tool to detect and prevent potential security threats on your Ubuntu\/Debian system. Follow these steps to run Rkhunter scans and automate them with a cron job.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.webhi.com\/how-to\/how-to-install-and-configure-rootkit-hunter-on-ubuntu-debian\/\" \/>\n<meta property=\"og:site_name\" content=\"WebHi Tutorials &amp; Documentations\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webhi.technology\" \/>\n<meta property=\"article:published_time\" content=\"2023-05-08T16:01:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-04T11:40:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/05\/rkhunter_ubuntu_en.jpg\" \/>\n<meta name=\"author\" content=\"webhi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@WebHiTechnology\" \/>\n<meta name=\"twitter:site\" content=\"@WebHiTechnology\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"webhi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"TechArticle\",\"@id\":\"https:\/\/www.webhi.com\/how-to\/how-to-install-and-configure-rootkit-hunter-on-ubuntu-debian\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.webhi.com\/how-to\/how-to-install-and-configure-rootkit-hunter-on-ubuntu-debian\/\"},\"author\":{\"name\":\"webhi\",\"@id\":\"https:\/\/www.webhi.com\/how-to\/#\/schema\/person\/b31e76e2311cdc0bb90f5e2733059a54\"},\"headline\":\"How to Install and Configure Rootkit Hunter on Ubuntu\/Debian\",\"datePublished\":\"2023-05-08T16:01:51+00:00\",\"dateModified\":\"2024-01-04T11:40:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.webhi.com\/how-to\/how-to-install-and-configure-rootkit-hunter-on-ubuntu-debian\/\"},\"wordCount\":628,\"commentCount\":8,\"publisher\":{\"@id\":\"https:\/\/www.webhi.com\/how-to\/#organization\"},\"articleSection\":[\"Linux system administration\",\"Security\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.webhi.com\/how-to\/how-to-install-and-configure-rootkit-hunter-on-ubuntu-debian\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.webhi.com\/how-to\/how-to-install-and-configure-rootkit-hunter-on-ubuntu-debian\/\",\"url\":\"https:\/\/www.webhi.com\/how-to\/how-to-install-and-configure-rootkit-hunter-on-ubuntu-debian\/\",\"name\":\"How to Install and Configure Rootkit Hunter on Ubuntu\/Debian - WebHi Tutorials &amp; Documentations\",\"isPartOf\":{\"@id\":\"https:\/\/www.webhi.com\/how-to\/#website\"},\"datePublished\":\"2023-05-08T16:01:51+00:00\",\"dateModified\":\"2024-01-04T11:40:48+00:00\",\"description\":\"Learn how to install and configure Rkhunter, a powerful tool to detect and prevent potential security threats on your Ubuntu\/Debian system. Follow these steps to run Rkhunter scans and automate them with a cron job.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.webhi.com\/how-to\/how-to-install-and-configure-rootkit-hunter-on-ubuntu-debian\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.webhi.com\/how-to\/how-to-install-and-configure-rootkit-hunter-on-ubuntu-debian\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.webhi.com\/how-to\/how-to-install-and-configure-rootkit-hunter-on-ubuntu-debian\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.webhi.com\/how-to\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install and Configure Rootkit Hunter on Ubuntu\/Debian\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.webhi.com\/how-to\/#website\",\"url\":\"https:\/\/www.webhi.com\/how-to\/\",\"name\":\"WebHi Tutorials &amp; Documentations\",\"description\":\"System administration and knowledge base\",\"publisher\":{\"@id\":\"https:\/\/www.webhi.com\/how-to\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.webhi.com\/how-to\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.webhi.com\/how-to\/#organization\",\"name\":\"WebHi Technology\",\"url\":\"https:\/\/www.webhi.com\/how-to\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.webhi.com\/how-to\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2022\/07\/logo.png\",\"contentUrl\":\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2022\/07\/logo.png\",\"width\":288,\"height\":95,\"caption\":\"WebHi Technology\"},\"image\":{\"@id\":\"https:\/\/www.webhi.com\/how-to\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webhi.technology\",\"https:\/\/twitter.com\/WebHiTechnology\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.webhi.com\/how-to\/#\/schema\/person\/b31e76e2311cdc0bb90f5e2733059a54\",\"name\":\"webhi\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.webhi.com\/how-to\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.webhi.com\/how-to\/ahuphiph\/litespeed\/avatar\/e20da107d0f4c765ead2eef88ad019d8.jpg?ver=1784239260\",\"contentUrl\":\"https:\/\/www.webhi.com\/how-to\/ahuphiph\/litespeed\/avatar\/e20da107d0f4c765ead2eef88ad019d8.jpg?ver=1784239260\",\"caption\":\"webhi\"},\"sameAs\":[\"https:\/\/www.webhi.com\/how-to\"],\"url\":\"https:\/\/www.webhi.com\/how-to\/author\/webhi\/\"}]}<\/script>\n","yoast_head_json":{"title":"How to Install and Configure Rootkit Hunter on Ubuntu\/Debian - WebHi Tutorials &amp; Documentations","description":"Learn how to install and configure Rkhunter, a powerful tool to detect and prevent potential security threats on your Ubuntu\/Debian system. Follow these steps to run Rkhunter scans and automate them with a cron job.","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:\/\/www.webhi.com\/how-to\/how-to-install-and-configure-rootkit-hunter-on-ubuntu-debian\/","og_locale":"en_US","og_type":"article","og_title":"How to Install and Configure Rootkit Hunter on Ubuntu\/Debian - WebHi Tutorials &amp; Documentations","og_description":"Learn how to install and configure Rkhunter, a powerful tool to detect and prevent potential security threats on your Ubuntu\/Debian system. Follow these steps to run Rkhunter scans and automate them with a cron job.","og_url":"https:\/\/www.webhi.com\/how-to\/how-to-install-and-configure-rootkit-hunter-on-ubuntu-debian\/","og_site_name":"WebHi Tutorials &amp; Documentations","article_publisher":"https:\/\/www.facebook.com\/webhi.technology","article_published_time":"2023-05-08T16:01:51+00:00","article_modified_time":"2024-01-04T11:40:48+00:00","og_image":[{"url":"https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/05\/rkhunter_ubuntu_en.jpg"}],"author":"webhi","twitter_card":"summary_large_image","twitter_creator":"@WebHiTechnology","twitter_site":"@WebHiTechnology","twitter_misc":{"Written by":"webhi","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/www.webhi.com\/how-to\/how-to-install-and-configure-rootkit-hunter-on-ubuntu-debian\/#article","isPartOf":{"@id":"https:\/\/www.webhi.com\/how-to\/how-to-install-and-configure-rootkit-hunter-on-ubuntu-debian\/"},"author":{"name":"webhi","@id":"https:\/\/www.webhi.com\/how-to\/#\/schema\/person\/b31e76e2311cdc0bb90f5e2733059a54"},"headline":"How to Install and Configure Rootkit Hunter on Ubuntu\/Debian","datePublished":"2023-05-08T16:01:51+00:00","dateModified":"2024-01-04T11:40:48+00:00","mainEntityOfPage":{"@id":"https:\/\/www.webhi.com\/how-to\/how-to-install-and-configure-rootkit-hunter-on-ubuntu-debian\/"},"wordCount":628,"commentCount":8,"publisher":{"@id":"https:\/\/www.webhi.com\/how-to\/#organization"},"articleSection":["Linux system administration","Security"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.webhi.com\/how-to\/how-to-install-and-configure-rootkit-hunter-on-ubuntu-debian\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.webhi.com\/how-to\/how-to-install-and-configure-rootkit-hunter-on-ubuntu-debian\/","url":"https:\/\/www.webhi.com\/how-to\/how-to-install-and-configure-rootkit-hunter-on-ubuntu-debian\/","name":"How to Install and Configure Rootkit Hunter on Ubuntu\/Debian - WebHi Tutorials &amp; Documentations","isPartOf":{"@id":"https:\/\/www.webhi.com\/how-to\/#website"},"datePublished":"2023-05-08T16:01:51+00:00","dateModified":"2024-01-04T11:40:48+00:00","description":"Learn how to install and configure Rkhunter, a powerful tool to detect and prevent potential security threats on your Ubuntu\/Debian system. Follow these steps to run Rkhunter scans and automate them with a cron job.","breadcrumb":{"@id":"https:\/\/www.webhi.com\/how-to\/how-to-install-and-configure-rootkit-hunter-on-ubuntu-debian\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.webhi.com\/how-to\/how-to-install-and-configure-rootkit-hunter-on-ubuntu-debian\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.webhi.com\/how-to\/how-to-install-and-configure-rootkit-hunter-on-ubuntu-debian\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.webhi.com\/how-to\/"},{"@type":"ListItem","position":2,"name":"How to Install and Configure Rootkit Hunter on Ubuntu\/Debian"}]},{"@type":"WebSite","@id":"https:\/\/www.webhi.com\/how-to\/#website","url":"https:\/\/www.webhi.com\/how-to\/","name":"WebHi Tutorials &amp; Documentations","description":"System administration and knowledge base","publisher":{"@id":"https:\/\/www.webhi.com\/how-to\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.webhi.com\/how-to\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.webhi.com\/how-to\/#organization","name":"WebHi Technology","url":"https:\/\/www.webhi.com\/how-to\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.webhi.com\/how-to\/#\/schema\/logo\/image\/","url":"https:\/\/www.webhi.com\/how-to\/gilrogre\/2022\/07\/logo.png","contentUrl":"https:\/\/www.webhi.com\/how-to\/gilrogre\/2022\/07\/logo.png","width":288,"height":95,"caption":"WebHi Technology"},"image":{"@id":"https:\/\/www.webhi.com\/how-to\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webhi.technology","https:\/\/twitter.com\/WebHiTechnology"]},{"@type":"Person","@id":"https:\/\/www.webhi.com\/how-to\/#\/schema\/person\/b31e76e2311cdc0bb90f5e2733059a54","name":"webhi","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.webhi.com\/how-to\/#\/schema\/person\/image\/","url":"https:\/\/www.webhi.com\/how-to\/ahuphiph\/litespeed\/avatar\/e20da107d0f4c765ead2eef88ad019d8.jpg?ver=1784239260","contentUrl":"https:\/\/www.webhi.com\/how-to\/ahuphiph\/litespeed\/avatar\/e20da107d0f4c765ead2eef88ad019d8.jpg?ver=1784239260","caption":"webhi"},"sameAs":["https:\/\/www.webhi.com\/how-to"],"url":"https:\/\/www.webhi.com\/how-to\/author\/webhi\/"}]}},"_links":{"self":[{"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/posts\/5151"}],"collection":[{"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/comments?post=5151"}],"version-history":[{"count":12,"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/posts\/5151\/revisions"}],"predecessor-version":[{"id":7585,"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/posts\/5151\/revisions\/7585"}],"wp:attachment":[{"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/media?parent=5151"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/categories?post=5151"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/tags?post=5151"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}