<?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: Three Sysadmin Rules You Can&#8217;t (And Shouldn&#8217;t) Break</title>
	<atom:link href="http://www.thegeekstuff.com/2010/07/three-sysadmin-rules/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2010/07/three-sysadmin-rules/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:04:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Hellmut Weber</title>
		<link>http://www.thegeekstuff.com/2010/07/three-sysadmin-rules/comment-page-1/#comment-170667</link>
		<dc:creator>Hellmut Weber</dc:creator>
		<pubDate>Mon, 02 Jan 2012 23:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=5243#comment-170667</guid>
		<description>IMHO an equally important rule for the sysadmin is:

Document every change you make on your system!

Clearly for every change made the reason for the change should be mentioned, and a reference to test results for the change should be given.
Probably a hint how to revoke the chance could be helpful, IF this is possible.


Best regards

Hellmut</description>
		<content:encoded><![CDATA[<p>IMHO an equally important rule for the sysadmin is:</p>
<p>Document every change you make on your system!</p>
<p>Clearly for every change made the reason for the change should be mentioned, and a reference to test results for the change should be given.<br />
Probably a hint how to revoke the chance could be helpful, IF this is possible.</p>
<p>Best regards</p>
<p>Hellmut</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat</title>
		<link>http://www.thegeekstuff.com/2010/07/three-sysadmin-rules/comment-page-1/#comment-134565</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Sun, 23 Oct 2011 22:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=5243#comment-134565</guid>
		<description>Here&#039;s my own rules.
1.) Always check the logs.
2.) Google is your friend.
3.) Think twice before pressing enter.
4.) Don&#039;t try to fix things if aren&#039;t broken. (Most if not all always try to do things in their server and eventually end up messing it.)</description>
		<content:encoded><![CDATA[<p>Here&#8217;s my own rules.<br />
1.) Always check the logs.<br />
2.) Google is your friend.<br />
3.) Think twice before pressing enter.<br />
4.) Don&#8217;t try to fix things if aren&#8217;t broken. (Most if not all always try to do things in their server and eventually end up messing it.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 12 Reasons Why Every Linux System Administrator Should be Lazy</title>
		<link>http://www.thegeekstuff.com/2010/07/three-sysadmin-rules/comment-page-1/#comment-118408</link>
		<dc:creator>12 Reasons Why Every Linux System Administrator Should be Lazy</dc:creator>
		<pubDate>Wed, 20 Jul 2011 06:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=5243#comment-118408</guid>
		<description>[...] restore from the backup, and get back to whatever lazy stuff he was doing before. This is also the rule#1 in the three sysadmin rules that you shouldn&#8217;t [...]</description>
		<content:encoded><![CDATA[<p>[...] restore from the backup, and get back to whatever lazy stuff he was doing before. This is also the rule#1 in the three sysadmin rules that you shouldn&#8217;t [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Solaria</title>
		<link>http://www.thegeekstuff.com/2010/07/three-sysadmin-rules/comment-page-1/#comment-114617</link>
		<dc:creator>Solaria</dc:creator>
		<pubDate>Sat, 25 Jun 2011 15:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=5243#comment-114617</guid>
		<description>Rule #2:  GUI&#039;s are great, but what if the GUI isn&#039;t available?  As sysadm you will be called on to fix the system when major parts have failed... your only interface may be the CLI while you make repairs.  The rule is &quot;Always have an alternate path into the machine&quot;.  If you can&#039;t connect to Xwindows, maybe you can SSH or RSH from another server, or use the Remote System Console (ILO, RSC, etc) through a remote KVM or serial switch.  I&#039;ve had to restart system processes using an SSH client from my cell phone, while parked in a supermarket parking lot.  The CLI is always available, more reliable, faster, easier to document, etc...  Sort of like using the &quot;vi&quot; editor:  other editors may have an easier UI, but vi is always available.

For Windows, I install Cygwin SSHD on each server.  Not quite the same as Linux, but much of the admin-ing can be done from the CLI, and automated.</description>
		<content:encoded><![CDATA[<p>Rule #2:  GUI&#8217;s are great, but what if the GUI isn&#8217;t available?  As sysadm you will be called on to fix the system when major parts have failed&#8230; your only interface may be the CLI while you make repairs.  The rule is &#8220;Always have an alternate path into the machine&#8221;.  If you can&#8217;t connect to Xwindows, maybe you can SSH or RSH from another server, or use the Remote System Console (ILO, RSC, etc) through a remote KVM or serial switch.  I&#8217;ve had to restart system processes using an SSH client from my cell phone, while parked in a supermarket parking lot.  The CLI is always available, more reliable, faster, easier to document, etc&#8230;  Sort of like using the &#8220;vi&#8221; editor:  other editors may have an easier UI, but vi is always available.</p>
<p>For Windows, I install Cygwin SSHD on each server.  Not quite the same as Linux, but much of the admin-ing can be done from the CLI, and automated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srinivas</title>
		<link>http://www.thegeekstuff.com/2010/07/three-sysadmin-rules/comment-page-1/#comment-112670</link>
		<dc:creator>srinivas</dc:creator>
		<pubDate>Fri, 17 Jun 2011 11:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=5243#comment-112670</guid>
		<description>Hi Nataraj

        Rules are very good . I don&#039;t think there is an article on these three by you . It would be great if u can provide it as i am new to this Linux domain</description>
		<content:encoded><![CDATA[<p>Hi Nataraj</p>
<p>        Rules are very good . I don&#8217;t think there is an article on these three by you . It would be great if u can provide it as i am new to this Linux domain</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://www.thegeekstuff.com/2010/07/three-sysadmin-rules/comment-page-1/#comment-111142</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Sun, 12 Jun 2011 20:57:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=5243#comment-111142</guid>
		<description>hi,

yes what happend to the &quot;only be root when it is absolutely necessary&quot; basic but important one...</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>yes what happend to the &#8220;only be root when it is absolutely necessary&#8221; basic but important one&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Meier</title>
		<link>http://www.thegeekstuff.com/2010/07/three-sysadmin-rules/comment-page-1/#comment-104039</link>
		<dc:creator>Doug Meier</dc:creator>
		<pubDate>Thu, 19 May 2011 15:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=5243#comment-104039</guid>
		<description>lazy sys admin is great IF lazy sys admin documents his automated processes and trains junior lazy sys admin to lazily manage them. otherwise lazy sys admin becomes a point of failure for the organization.</description>
		<content:encoded><![CDATA[<p>lazy sys admin is great IF lazy sys admin documents his automated processes and trains junior lazy sys admin to lazily manage them. otherwise lazy sys admin becomes a point of failure for the organization.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vikas maske</title>
		<link>http://www.thegeekstuff.com/2010/07/three-sysadmin-rules/comment-page-1/#comment-103343</link>
		<dc:creator>vikas maske</dc:creator>
		<pubDate>Fri, 13 May 2011 05:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=5243#comment-103343</guid>
		<description>This is really really nice information.</description>
		<content:encoded><![CDATA[<p>This is really really nice information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy</title>
		<link>http://www.thegeekstuff.com/2010/07/three-sysadmin-rules/comment-page-1/#comment-102697</link>
		<dc:creator>Roy</dc:creator>
		<pubDate>Fri, 06 May 2011 18:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=5243#comment-102697</guid>
		<description>Agree with 1 and 2.
automation not only makes you lazy but it also make you forget the less used procedures/commands.

Also, I would add a 4th one - Documentation. A good sysadmin will document everything so that another sysadmin (or the management) can understand what the previous admin has done.</description>
		<content:encoded><![CDATA[<p>Agree with 1 and 2.<br />
automation not only makes you lazy but it also make you forget the less used procedures/commands.</p>
<p>Also, I would add a 4th one &#8211; Documentation. A good sysadmin will document everything so that another sysadmin (or the management) can understand what the previous admin has done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skape</title>
		<link>http://www.thegeekstuff.com/2010/07/three-sysadmin-rules/comment-page-1/#comment-89332</link>
		<dc:creator>skape</dc:creator>
		<pubDate>Fri, 25 Feb 2011 17:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=5243#comment-89332</guid>
		<description>I agree with the rules, the third one is my very nature, I admit I&#039;m lazy! Let the machine do that returning taks that are boring, and i&#039;m certailnly messing it up because I&#039;m human.

but there is a 4th rule that I hate but I&#039;ve suffered because someelse didn&#039;t followed it.

Document everything! You may be a single point of failure in the system. The people that step in to keep things going will have a hard time figuring everything out.</description>
		<content:encoded><![CDATA[<p>I agree with the rules, the third one is my very nature, I admit I&#8217;m lazy! Let the machine do that returning taks that are boring, and i&#8217;m certailnly messing it up because I&#8217;m human.</p>
<p>but there is a 4th rule that I hate but I&#8217;ve suffered because someelse didn&#8217;t followed it.</p>
<p>Document everything! You may be a single point of failure in the system. The people that step in to keep things going will have a hard time figuring everything out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: static.thegeekstuff.com

Served from: www.thegeekstuff.com @ 2012-02-09 15:03:25 -->
