<?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"
	>
<channel>
	<title>Comments on: sometimes i really truly hate ITOps</title>
	<atom:link href="http://whacked.net/2006/04/10/sometimes-i-really-truly-hate-itops/feed/" rel="self" type="application/rss+xml" />
	<link>http://whacked.net/2006/04/10/sometimes-i-really-truly-hate-itops/</link>
	<description>thoughts on open spaces</description>
	<pubDate>Sun, 07 Sep 2008 13:32:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Jacob Secret</title>
		<link>http://whacked.net/2006/04/10/sometimes-i-really-truly-hate-itops/#comment-97753</link>
		<dc:creator>Jacob Secret</dc:creator>
		<pubDate>Tue, 24 Jun 2008 04:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://whacked.net/2006/04/10/sometimes-i-really-truly-hate-itops/#comment-97753</guid>
		<description>&lt;p&gt;Yea, i strongly reccomend you check out Subversion (or svn for short) its a simple unix command that stores copies of your scripts.&lt;/p&gt;

&lt;p&gt;It also allows you to retrieve older versions of the scripts if you accidentally screw it up (:&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yea, i strongly reccomend you check out Subversion (or svn for short) its a simple unix command that stores copies of your scripts.</p>

<p>It also allows you to retrieve older versions of the scripts if you accidentally screw it up (:</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://whacked.net/2006/04/10/sometimes-i-really-truly-hate-itops/#comment-61466</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 31 Aug 2007 18:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://whacked.net/2006/04/10/sometimes-i-really-truly-hate-itops/#comment-61466</guid>
		<description>&lt;p&gt;Surely there's some code repository you could check your scripts into so it doesn't matter if they disappear from your homedir?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Surely there&#8217;s some code repository you could check your scripts into so it doesn&#8217;t matter if they disappear from your homedir?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Juno888</title>
		<link>http://whacked.net/2006/04/10/sometimes-i-really-truly-hate-itops/#comment-53441</link>
		<dc:creator>Juno888</dc:creator>
		<pubDate>Mon, 18 Jun 2007 03:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://whacked.net/2006/04/10/sometimes-i-really-truly-hate-itops/#comment-53441</guid>
		<description>&lt;p&gt;My parents are separate computer with me coz of my games...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>My parents are separate computer with me coz of my games&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://whacked.net/2006/04/10/sometimes-i-really-truly-hate-itops/#comment-4126</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 12 Apr 2006 02:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://whacked.net/2006/04/10/sometimes-i-really-truly-hate-itops/#comment-4126</guid>
		<description>&lt;p&gt;This is why I only use my work computer for games.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This is why I only use my work computer for games.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Lau</title>
		<link>http://whacked.net/2006/04/10/sometimes-i-really-truly-hate-itops/#comment-4122</link>
		<dc:creator>Stephen Lau</dc:creator>
		<pubDate>Mon, 10 Apr 2006 19:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://whacked.net/2006/04/10/sometimes-i-really-truly-hate-itops/#comment-4122</guid>
		<description>&lt;p&gt;i doubt the jurassic-slaves will tell us exactly &lt;b&gt;WHOSE&lt;/b&gt; cron job it was.  i don't think it executed with any RBAC/sudo privs.  it looks like it was taking out files/directories which were g+w, which is unfortunately, a &lt;em&gt;lot&lt;/em&gt; of files/directories.&lt;/p&gt;

&lt;p&gt;once i get my home directory restored, i intend on removing all group writable privs.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>i doubt the jurassic-slaves will tell us exactly <b>WHOSE</b> cron job it was.  i don&#8217;t think it executed with any RBAC/sudo privs.  it looks like it was taking out files/directories which were g+w, which is unfortunately, a <em>lot</em> of files/directories.</p>

<p>once i get my home directory restored, i intend on removing all group writable privs.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Arnold</title>
		<link>http://whacked.net/2006/04/10/sometimes-i-really-truly-hate-itops/#comment-4121</link>
		<dc:creator>Geoff Arnold</dc:creator>
		<pubDate>Mon, 10 Apr 2006 18:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://whacked.net/2006/04/10/sometimes-i-really-truly-hate-itops/#comment-4121</guid>
		<description>&lt;p&gt;&lt;i&gt;"somebody's rogue cron job"&lt;/i&gt;. &lt;b&gt;WHOSE&lt;/b&gt; rogue cron job, and with what RBAC profile?&lt;/p&gt;

&lt;p&gt;People are always claiming that RBAC is better than sudo because you get fine-grained control. Well, yes - but you lose fine-grained logging. At least with sudo you have to explicitly code the fact that you're doing something dangerous; with RBAC there's always the temptation to run with &lt;code&gt;pfksh&lt;/code&gt; as your default shell....&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><i>&#8220;somebody&#8217;s rogue cron job&#8221;</i>. <b>WHOSE</b> rogue cron job, and with what RBAC profile?</p>

<p>People are always claiming that RBAC is better than sudo because you get fine-grained control. Well, yes - but you lose fine-grained logging. At least with sudo you have to explicitly code the fact that you&#8217;re doing something dangerous; with RBAC there&#8217;s always the temptation to run with <code>pfksh</code> as your default shell&#8230;.</p>]]></content:encoded>
	</item>
</channel>
</rss>
