<?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: Fabric &#8211; Automate Linux Command Execution and Deployment Over SSH	</title>
	<atom:link href="https://www.tecmint.com/automating-linux-system-administration-tasks/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/automating-linux-system-administration-tasks/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 09 Nov 2023 06:17:49 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: cent		</title>
		<link>https://www.tecmint.com/automating-linux-system-administration-tasks/comment-page-1/#comment-1019524</link>

		<dc:creator><![CDATA[cent]]></dc:creator>
		<pubDate>Mon, 30 Jul 2018 10:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17162#comment-1019524</guid>

					<description><![CDATA[Interesting tool, I heard a lot from educational sites before but...

suppose 2 virtual machines hosting many client sites, say one in New York (NY) and another in Berlin (B).
Suppose only your NY machine provides visual root login and works as a shepherd. How would you manage your NY or B machine?

Quite easy: 1) create the php login subsystem in both machnes, 2) sftp bash scripts in both machnes, 3) create the interface between php and bash scripts in NY machine, 4) call commands on shepard that will be forwarded to client server. Done!

The shell is powerfull, the only danger comes from login hijacking but then you have https, ip checking, ip black/white listing etc.

Tell you the truth it worths making a bash template script with extended use of the source bash command and there you have it: config files, parameters in files, utility files (is integer, is character), task specific files etc.

Nothing helpful messing with another language on top of bash I think or.... you can mesh with just because you can but see it as another project on top of the previous giant list!]]></description>
			<content:encoded><![CDATA[<p>Interesting tool, I heard a lot from educational sites before but&#8230;</p>
<p>suppose 2 virtual machines hosting many client sites, say one in New York (NY) and another in Berlin (B).<br />
Suppose only your NY machine provides visual root login and works as a shepherd. How would you manage your NY or B machine?</p>
<p>Quite easy: 1) create the php login subsystem in both machnes, 2) sftp bash scripts in both machnes, 3) create the interface between php and bash scripts in NY machine, 4) call commands on shepard that will be forwarded to client server. Done!</p>
<p>The shell is powerfull, the only danger comes from login hijacking but then you have https, ip checking, ip black/white listing etc.</p>
<p>Tell you the truth it worths making a bash template script with extended use of the source bash command and there you have it: config files, parameters in files, utility files (is integer, is character), task specific files etc.</p>
<p>Nothing helpful messing with another language on top of bash I think or&#8230;. you can mesh with just because you can but see it as another project on top of the previous giant list!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/automating-linux-system-administration-tasks/comment-page-1/#comment-887324</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Mon, 01 May 2017 11:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17162#comment-887324</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/automating-linux-system-administration-tasks/comment-page-1/#comment-887283&quot;&gt;Indi&lt;/a&gt;.

@Indi

Welcome, i think the line is fine. Try to read through the Fabric documentation.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/automating-linux-system-administration-tasks/comment-page-1/#comment-887283">Indi</a>.</p>
<p>@Indi</p>
<p>Welcome, i think the line is fine. Try to read through the Fabric documentation.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/automating-linux-system-administration-tasks/comment-page-1/#comment-887320</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Mon, 01 May 2017 10:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17162#comment-887320</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/automating-linux-system-administration-tasks/comment-page-1/#comment-887279&quot;&gt;Ankammarao&lt;/a&gt;.

@Ankammarao

Many thanks for appreciating our work and always following us.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/automating-linux-system-administration-tasks/comment-page-1/#comment-887279">Ankammarao</a>.</p>
<p>@Ankammarao</p>
<p>Many thanks for appreciating our work and always following us.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Indi		</title>
		<link>https://www.tecmint.com/automating-linux-system-administration-tasks/comment-page-1/#comment-887283</link>

		<dc:creator><![CDATA[Indi]]></dc:creator>
		<pubDate>Mon, 01 May 2017 07:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17162#comment-887283</guid>

					<description><![CDATA[That&#039;s a great tool. Thanks for sharing. Found one error though.
In your last example,  the second line should read:
from fabric.api import env, sudo]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s a great tool. Thanks for sharing. Found one error though.<br />
In your last example,  the second line should read:<br />
from fabric.api import env, sudo</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ankammarao		</title>
		<link>https://www.tecmint.com/automating-linux-system-administration-tasks/comment-page-1/#comment-887279</link>

		<dc:creator><![CDATA[Ankammarao]]></dc:creator>
		<pubDate>Mon, 01 May 2017 06:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17162#comment-887279</guid>

					<description><![CDATA[Very useful explanation for newbies and I am a regular follower of your updated thanks]]></description>
			<content:encoded><![CDATA[<p>Very useful explanation for newbies and I am a regular follower of your updated thanks</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
