<?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: Linfo &#8211; Shows Linux Server Health Status in Real-Time	</title>
	<atom:link href="https://www.tecmint.com/linfo-shows-linux-server-health-status-in-real-time/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/linfo-shows-linux-server-health-status-in-real-time/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sat, 28 May 2022 15:46:11 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Thomas		</title>
		<link>https://www.tecmint.com/linfo-shows-linux-server-health-status-in-real-time/comment-page-1/#comment-1808504</link>

		<dc:creator><![CDATA[Thomas]]></dc:creator>
		<pubDate>Sat, 28 May 2022 15:46:11 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25659#comment-1808504</guid>

					<description><![CDATA[Hi, I did not want &quot;anything&quot; to download files from linfo so I added a &lt;code&gt;.htaccess&lt;/code&gt; file in the &lt;strong&gt;linfo&lt;/strong&gt; directory:
&lt;pre&gt;
$ cat .htaccess 
&lt;/pre&gt;
&lt;pre&gt;
RewriteCond %{REQUEST_URI} ^(/&#124;/index\.php)$
RewriteRule . - [F,L]
RewriteRule . index.php [QSA,L]
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Hi, I did not want &#8220;anything&#8221; to download files from linfo so I added a <code>.htaccess</code> file in the <strong>linfo</strong> directory:</p>
<pre>
$ cat .htaccess 
</pre>
<pre>
RewriteCond %{REQUEST_URI} ^(/|/index\.php)$
RewriteRule . - [F,L]
RewriteRule . index.php [QSA,L]
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/linfo-shows-linux-server-health-status-in-real-time/comment-page-1/#comment-910452</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Sun, 03 Sep 2017 12:34:19 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25659#comment-910452</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/linfo-shows-linux-server-health-status-in-real-time/comment-page-1/#comment-909668&quot;&gt;Rahul Dange&lt;/a&gt;.

@Rahul 

Try to post an issue about this on the Linfo Github repository to get more clarification.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/linfo-shows-linux-server-health-status-in-real-time/comment-page-1/#comment-909668">Rahul Dange</a>.</p>
<p>@Rahul </p>
<p>Try to post an issue about this on the Linfo Github repository to get more clarification.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rahul Dange		</title>
		<link>https://www.tecmint.com/linfo-shows-linux-server-health-status-in-real-time/comment-page-1/#comment-909668</link>

		<dc:creator><![CDATA[Rahul Dange]]></dc:creator>
		<pubDate>Thu, 31 Aug 2017 11:24:40 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25659#comment-909668</guid>

					<description><![CDATA[Hi Aaron Kili,

&lt;strong&gt;UI linfo&lt;/strong&gt; is working great but when i tired &quot;&lt;strong&gt;Running Linfo in Ncurses Mode&lt;/strong&gt;&quot; but not able to run even through successful compilation on Ubuntu 14.04 32bit this command give me permission error.

&quot;sudo echo extension=ncurses.so &#062; /etc/php5/cli/conf.d/ncurses.ini&quot; ------&#062; bash: /etc/php5/cli/conf.d/ncurses.ini: Permission denied

also &lt;strong&gt;ncurses.ini&lt;/strong&gt; file is not present after compilation.

Can you please help !!!]]></description>
			<content:encoded><![CDATA[<p>Hi Aaron Kili,</p>
<p><strong>UI linfo</strong> is working great but when i tired &#8220;<strong>Running Linfo in Ncurses Mode</strong>&#8221; but not able to run even through successful compilation on Ubuntu 14.04 32bit this command give me permission error.</p>
<p>&#8220;sudo echo extension=ncurses.so &gt; /etc/php5/cli/conf.d/ncurses.ini&#8221; &#8212;&#8212;&gt; bash: /etc/php5/cli/conf.d/ncurses.ini: Permission denied</p>
<p>also <strong>ncurses.ini</strong> file is not present after compilation.</p>
<p>Can you please help !!!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/linfo-shows-linux-server-health-status-in-real-time/comment-page-1/#comment-896839</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Fri, 23 Jun 2017 05:33:35 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25659#comment-896839</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/linfo-shows-linux-server-health-status-in-real-time/comment-page-1/#comment-896782&quot;&gt;Imtiyaz&lt;/a&gt;.

@Imtiyaz

Linfo works on a single system, to offer the functionality you have described you&#039;ll need to modify it a little. But try to find more from the developer at: https://github.com/jrgp/linfo]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/linfo-shows-linux-server-health-status-in-real-time/comment-page-1/#comment-896782">Imtiyaz</a>.</p>
<p>@Imtiyaz</p>
<p>Linfo works on a single system, to offer the functionality you have described you&#8217;ll need to modify it a little. But try to find more from the developer at: <a target="_blank" href="https://github.com/jrgp/linfo" rel="nofollow ugc">https://github.com/jrgp/linfo</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Imtiyaz		</title>
		<link>https://www.tecmint.com/linfo-shows-linux-server-health-status-in-real-time/comment-page-1/#comment-896782</link>

		<dc:creator><![CDATA[Imtiyaz]]></dc:creator>
		<pubDate>Thu, 22 Jun 2017 23:35:31 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25659#comment-896782</guid>

					<description><![CDATA[Hi Thanks Aaron Kili,

Can we run the configure from single system and get the report of multiple Linux server in the environment. And get the email report at specific time interval.]]></description>
			<content:encoded><![CDATA[<p>Hi Thanks Aaron Kili,</p>
<p>Can we run the configure from single system and get the report of multiple Linux server in the environment. And get the email report at specific time interval.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
