<?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 on: 10 Things to Do After Fresh Installation of FreeBSD	</title>
	<atom:link href="https://www.tecmint.com/things-to-do-after-installing-freebsd/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/things-to-do-after-installing-freebsd/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sat, 20 Jun 2020 07:31:31 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: HubTou		</title>
		<link>https://www.tecmint.com/things-to-do-after-installing-freebsd/comment-page-1/#comment-1340024</link>

		<dc:creator><![CDATA[HubTou]]></dc:creator>
		<pubDate>Sat, 20 Jun 2020 07:31:31 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26733#comment-1340024</guid>

					<description><![CDATA[For fully disabling Sendmail, you can just use &lt;code&gt;sendmail_enable=&quot;NONE&quot;&lt;/code&gt; instead of the 4 lines mentioned.

As can be read in /etc/rc.d/sendmail:
&lt;pre&gt;
case ${sendmail_enable} in
[Nn][Oo][Nn][Ee])
        sendmail_enable=&quot;NO&quot;
        sendmail_submit_enable=&quot;NO&quot;
        sendmail_outbound_enable=&quot;NO&quot;
        sendmail_msp_queue_enable=&quot;NO&quot;
        ;;
esac
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>For fully disabling Sendmail, you can just use <code>sendmail_enable="NONE"</code> instead of the 4 lines mentioned.</p>
<p>As can be read in /etc/rc.d/sendmail:</p>
<pre>
case ${sendmail_enable} in
[Nn][Oo][Nn][Ee])
        sendmail_enable="NO"
        sendmail_submit_enable="NO"
        sendmail_outbound_enable="NO"
        sendmail_msp_queue_enable="NO"
        ;;
esac
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mike Stroud		</title>
		<link>https://www.tecmint.com/things-to-do-after-installing-freebsd/comment-page-1/#comment-1325376</link>

		<dc:creator><![CDATA[Mike Stroud]]></dc:creator>
		<pubDate>Tue, 07 Apr 2020 07:20:37 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26733#comment-1325376</guid>

					<description><![CDATA[Sorry to do this again, but this is a truly useful article and I refer to it often!
&lt;pre&gt;
nameserver your_first_DNS_server_IP
nameserver your_second_DNS_server_IP
search your_local_domain
&lt;/pre&gt;
Should read:
&lt;pre&gt;
nameserver=&quot;your_first_DNS_server_IP&quot;
nameserver=&quot;your_second_DNS_server_IP&quot;
search=&quot;your_local_domain&quot;
&lt;/pre&gt;
Thanks again!]]></description>
			<content:encoded><![CDATA[<p>Sorry to do this again, but this is a truly useful article and I refer to it often!</p>
<pre>
nameserver your_first_DNS_server_IP
nameserver your_second_DNS_server_IP
search your_local_domain
</pre>
<p>Should read:</p>
<pre>
nameserver="your_first_DNS_server_IP"
nameserver="your_second_DNS_server_IP"
search="your_local_domain"
</pre>
<p>Thanks again!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: anon		</title>
		<link>https://www.tecmint.com/things-to-do-after-installing-freebsd/comment-page-1/#comment-1321607</link>

		<dc:creator><![CDATA[anon]]></dc:creator>
		<pubDate>Mon, 16 Mar 2020 15:27:47 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26733#comment-1321607</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/things-to-do-after-installing-freebsd/comment-page-1/#comment-922172&quot;&gt;Jadwiga&lt;/a&gt;.

Found the Hipster.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/things-to-do-after-installing-freebsd/comment-page-1/#comment-922172">Jadwiga</a>.</p>
<p>Found the Hipster.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/things-to-do-after-installing-freebsd/comment-page-1/#comment-1320902</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Wed, 11 Mar 2020 04:21:53 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26733#comment-1320902</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/things-to-do-after-installing-freebsd/comment-page-1/#comment-1320689&quot;&gt;Mike Stroud&lt;/a&gt;.

@Mike,

Corrected the command in the article...

Thanks]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/things-to-do-after-installing-freebsd/comment-page-1/#comment-1320689">Mike Stroud</a>.</p>
<p>@Mike,</p>
<p>Corrected the command in the article&#8230;</p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mike Stroud		</title>
		<link>https://www.tecmint.com/things-to-do-after-installing-freebsd/comment-page-1/#comment-1320689</link>

		<dc:creator><![CDATA[Mike Stroud]]></dc:creator>
		<pubDate>Mon, 09 Mar 2020 13:54:11 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26733#comment-1320689</guid>

					<description><![CDATA[&quot;&lt;code&gt;pkg install nano bash bash_completion&lt;/code&gt;&quot;

...should read &lt;strong&gt;bash-completion&lt;/strong&gt;, not &lt;strong&gt;bash_completion&lt;/strong&gt;.]]></description>
			<content:encoded><![CDATA[<p>&#8220;<code>pkg install nano bash bash_completion</code>&#8221;</p>
<p>&#8230;should read <strong>bash-completion</strong>, not <strong>bash_completion</strong>.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
