<?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>Installing &#8211; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-tags/installing/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, 24 Mar 2022 11:18:39 +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>Installing &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Installing and configuring NVIDIA drivers on Debian 11</title>
		<link>https://help.hostry.com/knowledge-base/installing-and-configuring-nvidia-drivers-on-debian-11/</link>
					<comments>https://help.hostry.com/knowledge-base/installing-and-configuring-nvidia-drivers-on-debian-11/#comments</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Thu, 24 Mar 2022 11:02:09 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=4805</guid>

					<description><![CDATA[In the process of working with the server, you may end up installing some kind of graphical interface. If you opted for NVIDIA, then you should install drivers for the NVIDIA GUI, which will be essential for work. It will analyze the installation of drivers that are important for working [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>In the process of working with the server, you may end up installing some kind of graphical interface. If you opted for NVIDIA, then you should install drivers for the <strong>NVIDIA</strong> <strong>GUI</strong>, which will be essential for work. It will analyze the installation of drivers that are important for working with NVIDIA on your Debian server. You can check if your virtual machine has an NVIDIA GPU installed or not with the following command:</p>



<pre class="wp-block-code"><code>lspci | egrep 'VGA|NVIDIA'</code></pre>



<p>As for the lists of NVIDIA drivers, they are all freely available in the official and paid Debian 11 package repositories. However, they are disabled by default. To enable them, issue the following command:</p>



<pre class="wp-block-code"><code>apt-add-repository contrib</code></pre>



<p>To enable the non-free package repository, run the following command:</p>



<pre class="wp-block-preformatted">apt-add-repository non-free</pre>



<p>Then make updates</p>



<pre class="wp-block-code"><code>apt-get update</code></pre>



<p>Now let&#8217;s move on to the installation steps. To install the NVIDIA drivers, run the following command:</p>



<pre class="wp-block-preformatted">apt&nbsp;install&nbsp;nvidia-driver</pre>



<p>Then confirm setting [<strong>Y</strong>]. Once you have confirmed the installation of the NVIDIA drivers and all required dependencies, wait for the installation to complete and reboot the server with the following command:</p>



<pre class="wp-block-code"><code>reboot</code></pre>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/installing-and-configuring-nvidia-drivers-on-debian-11/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
