<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kernel &#8211; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-tags/kernel/feed/" rel="self" type="application/rss+xml" />
	<link>https://help.hostry.com</link>
	<description>Full information on how to use HOSTRY, provided by 24/7 community based support</description>
	<lastBuildDate>Thu, 17 Sep 2020 08:59:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.12</generator>

<image>
	<url>https://help.hostry.com/wp-content/uploads/cache/2021/01/cropped-apple-icon-180x180-1/836712163.png</url>
	<title>Kernel &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Configuring Automatic Kernel Updates on Linux</title>
		<link>https://help.hostry.com/knowledge-base/configuring-automatic-kernel-updates-on-linux/</link>
					<comments>https://help.hostry.com/knowledge-base/configuring-automatic-kernel-updates-on-linux/#comments</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Thu, 17 Sep 2020 08:59:51 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=2174</guid>

					<description><![CDATA[Applying security updates to the Linux kernel is a process that can be done using tools like apt, yum, or kexec. In case of a large number of servers, this process can be difficult and time-consuming. A system reboot is required to manually update the kernel. For organizations with more [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Applying security updates to the Linux kernel is a process that can be done using tools like apt, yum, or kexec. In case of a large number of servers, this process can be difficult and time-consuming. A system reboot is required to manually update the kernel. For organizations with more than a few servers, live patching is the best option. It is an automatic way to fix the Linux kernel while the server is running, making it more efficient and safer than manual methods. </p>



<h2 id="kernelcare" >KernelCare</h2>



<p><strong><a href="https://www.kernelcare.com/"><em>KernelCare</em></a></strong> &#8211; the great option for hosting provaiders and businesses. <strong>KernelCare</strong> runs on Ubuntu, CentOS, Debian, and other popular flavors of Linux. It checks for updates every 4 hours and installs them automatically. Patches can be rolled back. KernelCare is free for nonprofits. To install KernelCare, run the installation script:</p>



<pre class="wp-block-code"><code>wget -qq -O - https://kernelcare.com/installer | bash</code></pre>



<p>If you are using an IP based license, nothing else is required. Otherwise, if you are using a key based license, run the following command to register the service:</p>



<pre class="wp-block-code"><code>/usr/bin/kcarectl --register &lt;your-key></code></pre>



<p>Where is the registration code string<strong> &lt;your-key&gt;</strong>provided when signing up for a trial or purchasing a product. You can get it on this page. Below are some useful KernelCare commands. To check if a running KernelCare kernel is supported:</p>



<pre class="wp-block-code"><code>curl -s -L https://kernelcare.com/checker | python</code></pre>



<p>To unregister a server:</p>



<pre class="wp-block-code"><code>sudo kcarectl --unregister</code></pre>



<p>To check the status of the service:</p>



<pre class="wp-block-code"><code>sudo kcarectl --info</code></pre>



<p>The software will automatically check for new patches every 4 hours. To update manually, run:</p>



<pre class="wp-block-code"><code>/usr/bin/kcarectl --update</code></pre>



<h2 id="canonical-livepatch" >Canonical Livepatch</h2>



<p><strong><em><a href="https://ubuntu.com/security/livepatch">Canonical Livepatch</a></em></strong> is a service that fixes a running kernel without rebooting your Ubuntu system. Livepatch is free to use on three Ubuntu systems. To use this service on more than three computers, you need to subscribe to the <strong><a href="https://ubuntu.com/legal/ubuntu-advantage#:~:text=The%20Ubuntu%20Advantage%20Assurance%20Programme,of%20all%20Canonical%20support%20contracts.">Ubuntu Advantage program.</a></strong> Before installing the service, you need to get a livepatch token from the Livepatch service website. After installing the token and enabling the service by running the following two commands:</p>



<pre class="wp-block-code"><code>sudo snap install canonical-livepatch
sudo canonical-livepatch enable &lt;your-key></code></pre>



<p>To check the status of the service, run:</p>



<pre class="wp-block-code"><code>sudo canonical-livepatch status --verbose</code></pre>



<p>Later, if you want to unregister the machine, use this command:</p>



<pre class="wp-block-code"><code>sudo canonical-livepatch disable &lt;your-key></code></pre>



<blockquote class="wp-block-quote"><p> The same instructions apply for Ubuntu 20.04 and Ubuntu 18.04. </p></blockquote>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/configuring-automatic-kernel-updates-on-linux/feed/</wfw:commentRss>
			<slash:comments>453</slash:comments>
		
		
			</item>
		<item>
		<title>How To Install 4.19 Kernel on Debian 8</title>
		<link>https://help.hostry.com/knowledge-base/how-to-install-4-19-kernel-on-debian-8/</link>
					<comments>https://help.hostry.com/knowledge-base/how-to-install-4-19-kernel-on-debian-8/#comments</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Tue, 04 Feb 2020 09:23:38 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=1346</guid>

					<description><![CDATA[To begin upgrading the kernel to 4.19 on Debian 8, you must have an active instance of HOSTRY VPS. To install, you need to insert the following lines in the SSH or PuTTY client window, or use a VNC connection. Log in and press Enter. This will automatically install all [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p></p>



<p>To begin upgrading the kernel to 4.19 on Debian 8, you must have an active instance of <strong><em><a href="https://hostry.com/products/vps/">HOSTRY VPS</a></em></strong>. To install, you need to insert the following lines in the SSH or PuTTY client window, or use a <em><strong><a href="https://hostry.com/faq/how-connect-via-vnc-vps/">VNC</a></strong></em> connection. Log in and press Enter. This will automatically install all the necessary packages that are needed for this update, as well as the gpg,  kernel key and headers. Then the old core will be removed from your virtual server. After that, use the program to reboot the server and you will switch to a new kernel.</p>



<pre class="wp-block-code"><code>echo '
#!/bin/bash

# Add GPG Key
wget -O - -q https://debian.choopalabs.com/debian.choopalabs.com.gpg.key | apt-key add - 

# Add Vultr Kernel Repo
echo deb http://debian.choopalabs.com/repo/ jessie main >> /etc/apt/sources.list

# Install Vultr 4.19 Kernel
apt-get install -t jessie linux-image
apt-get install -t jessie linux-headers

# Remove old kernel
apt-get autoremove -y
rm -f /root/install-kernel.sh
' > /root/install-kernel.sh
chmod +x /root/install-kernel.sh
/root/install-kernel.sh</code></pre>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-to-install-4-19-kernel-on-debian-8/feed/</wfw:commentRss>
			<slash:comments>487</slash:comments>
		
		
			</item>
	</channel>
</rss>
