<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments for Tecmint: Linux Howtos, Tutorials &amp; Guides	</title>
	<atom:link href="https://www.tecmint.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sat, 08 Feb 2025 05:03:36 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		Comment on How to Install Icinga2 Monitoring Tool on Ubuntu 20.04/22.04 by geek		</title>
		<link>https://www.tecmint.com/install-icinga-monitoring-ubuntu/comment-page-1/#comment-2269152</link>

		<dc:creator><![CDATA[geek]]></dc:creator>
		<pubDate>Sat, 08 Feb 2025 05:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2783#comment-2269152</guid>

					<description><![CDATA[Wow, this was such a helpful read! I was setting up a &lt;strong&gt;Flask&lt;/strong&gt; environment on &lt;strong&gt;Ubuntu&lt;/strong&gt; and came across a similar issue while figuring out how to configure things properly. Luckily, I found this great guide to install Flask on Ubuntu, and everything finally clicked.  

I appreciate the clean breakdown of PHP in this article - especially the example showing how it embeds directly into HTML. 

Really loved the humble tone too. Thanks for sharing this!]]></description>
			<content:encoded><![CDATA[<p>Wow, this was such a helpful read! I was setting up a <strong>Flask</strong> environment on <strong>Ubuntu</strong> and came across a similar issue while figuring out how to configure things properly. Luckily, I found this great guide to install Flask on Ubuntu, and everything finally clicked.  </p>
<p>I appreciate the clean breakdown of PHP in this article &#8211; especially the example showing how it embeds directly into HTML. </p>
<p>Really loved the humble tone too. Thanks for sharing this!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to Install DeepSeek Locally with Ollama LLM in Ubuntu 24.04 by Ravi Saive		</title>
		<link>https://www.tecmint.com/run-deepseek-locally-on-linux/comment-page-1/#comment-2269148</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Sat, 08 Feb 2025 04:36:46 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=59492#comment-2269148</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/run-deepseek-locally-on-linux/comment-page-1/#comment-2268933&quot;&gt;Wonder&lt;/a&gt;.

@Wonder,

You can switch to the larger DeepSeek models using the following commands:

For DeepSeek-R1-Distill-Qwen-32B:
&lt;pre&gt;
ollama run deepseek-r1:32b
&lt;/pre&gt;
For DeepSeek-R1-Distill-Llama-70B:
&lt;pre&gt;
ollama run deepseek-r1:70b
&lt;/pre&gt;
Let me know if you need further assistance!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/run-deepseek-locally-on-linux/comment-page-1/#comment-2268933">Wonder</a>.</p>
<p>@Wonder,</p>
<p>You can switch to the larger DeepSeek models using the following commands:</p>
<p>For DeepSeek-R1-Distill-Qwen-32B:</p>
<pre>
ollama run deepseek-r1:32b
</pre>
<p>For DeepSeek-R1-Distill-Llama-70B:</p>
<pre>
ollama run deepseek-r1:70b
</pre>
<p>Let me know if you need further assistance!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to Install DeepSeek Locally with Ollama LLM in Ubuntu 24.04 by Jasmine Q.		</title>
		<link>https://www.tecmint.com/run-deepseek-locally-on-linux/comment-page-1/#comment-2268999</link>

		<dc:creator><![CDATA[Jasmine Q.]]></dc:creator>
		<pubDate>Fri, 07 Feb 2025 16:49:07 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=59492#comment-2268999</guid>

					<description><![CDATA[Haven&#039;t you people been following the news about DeepSeek&#039;s data slurping and links to unsavory entities? Steer clear!]]></description>
			<content:encoded><![CDATA[<p>Haven&#8217;t you people been following the news about DeepSeek&#8217;s data slurping and links to unsavory entities? Steer clear!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to Use Git Version Control System in Linux [Comprehensive Guide] by geek		</title>
		<link>https://www.tecmint.com/use-git-version-control-system-in-linux/comment-page-1/#comment-2268996</link>

		<dc:creator><![CDATA[geek]]></dc:creator>
		<pubDate>Fri, 07 Feb 2025 16:32:24 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30811#comment-2268996</guid>

					<description><![CDATA[I&#039;ve recently started learning &lt;strong&gt;Git&lt;/strong&gt; for version control, and it wasn&#039;t as straightforward as I initially thought. Setting up the environment on &lt;strong&gt;Debian 12&lt;/strong&gt; had me stuck for a while, especially with dependencies and configurations. 

I truly appreciate how clear and step-by-step the instructions were - it saved me tons of time and confusion. Highly recommend checking it out if you&#039;re looking for solid guidance on Debian setups!]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently started learning <strong>Git</strong> for version control, and it wasn&#8217;t as straightforward as I initially thought. Setting up the environment on <strong>Debian 12</strong> had me stuck for a while, especially with dependencies and configurations. </p>
<p>I truly appreciate how clear and step-by-step the instructions were &#8211; it saved me tons of time and confusion. Highly recommend checking it out if you&#8217;re looking for solid guidance on Debian setups!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to Install DeepSeek Locally with Ollama LLM in Ubuntu 24.04 by Wonder		</title>
		<link>https://www.tecmint.com/run-deepseek-locally-on-linux/comment-page-1/#comment-2268933</link>

		<dc:creator><![CDATA[Wonder]]></dc:creator>
		<pubDate>Fri, 07 Feb 2025 12:45:57 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=59492#comment-2268933</guid>

					<description><![CDATA[Thank you very much for the guide! How do we change the DeepSeek model from &lt;strong&gt;7B&lt;/strong&gt; to &lt;strong&gt;32B/70B&lt;/strong&gt;?]]></description>
			<content:encoded><![CDATA[<p>Thank you very much for the guide! How do we change the DeepSeek model from <strong>7B</strong> to <strong>32B/70B</strong>?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
