<?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 for Adrenlinerush&#039;s Blog</title>
	<atom:link href="http://blog.adrenlinerush.net/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.adrenlinerush.net</link>
	<description>Mindless ramblings of another geek...</description>
	<lastBuildDate>Sun, 29 Apr 2012 10:17:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on How-to Create Preseed Answer Script For Debian by guy</title>
		<link>http://blog.adrenlinerush.net/?p=234#comment-898</link>
		<dc:creator>guy</dc:creator>
		<pubDate>Sun, 29 Apr 2012 10:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adrenlinerush.net/?p=234#comment-898</guid>
		<description>Thanks guy, you helped me :-)</description>
		<content:encoded><![CDATA[<p>Thanks guy, you helped me <img src='http://blog.adrenlinerush.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Convert a VMWare vmdk to Qemu raw For use on Proxmox by quipper8</title>
		<link>http://blog.adrenlinerush.net/?p=63#comment-896</link>
		<dc:creator>quipper8</dc:creator>
		<pubDate>Wed, 04 Apr 2012 14:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adrenlinerush.net/?p=63#comment-896</guid>
		<description>thanks for this, wanted to setup a zabbix server today on a proxmox host and he latest version had vmdk image. I had tried myself, but didn&#039;t think to match the disk size that it wanted. worked nicely</description>
		<content:encoded><![CDATA[<p>thanks for this, wanted to setup a zabbix server today on a proxmox host and he latest version had vmdk image. I had tried myself, but didn&#8217;t think to match the disk size that it wanted. worked nicely</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How-to Create Preseed Answer Script For Debian by stiqs</title>
		<link>http://blog.adrenlinerush.net/?p=234#comment-669</link>
		<dc:creator>stiqs</dc:creator>
		<pubDate>Thu, 19 Jan 2012 02:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adrenlinerush.net/?p=234#comment-669</guid>
		<description>Very insightful on late command use. Thanks!</description>
		<content:encoded><![CDATA[<p>Very insightful on late command use. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing Home Directory Permissions and Ownership by Updating Samba &#8211; Duplicate UID&#8217;s &#187; Adrenlinerush&#039;s Blog</title>
		<link>http://blog.adrenlinerush.net/?p=50#comment-642</link>
		<dc:creator>Updating Samba &#8211; Duplicate UID&#8217;s &#187; Adrenlinerush&#039;s Blog</dc:creator>
		<pubDate>Fri, 06 Jan 2012 15:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adrenlinerush.net/?p=50#comment-642</guid>
		<description>[...] So this script gets a listing of all users and groups from wbinfo and puts them in a text file.  It then loops through each user, getting its SID and finding the first available UID and creates a script that when called with create the new map and do an SID lookup from the UID.  I am not sure why the uid -&gt; SID lookup is required but nsswitch didn&#8217;t see the new idmap until after I did this.  I then loops through the groups and does the same thing with gid&#8217;s.  Finally it calls my fix home directory script to assing the proper permissions back to the users. That is posted here: http://blog.adrenlinerush.net/?p=50 [...]</description>
		<content:encoded><![CDATA[<p>[...] So this script gets a listing of all users and groups from wbinfo and puts them in a text file.  It then loops through each user, getting its SID and finding the first available UID and creates a script that when called with create the new map and do an SID lookup from the UID.  I am not sure why the uid -&gt; SID lookup is required but nsswitch didn&#8217;t see the new idmap until after I did this.  I then loops through the groups and does the same thing with gid&#8217;s.  Finally it calls my fix home directory script to assing the proper permissions back to the users. That is posted here: <a href="http://blog.adrenlinerush.net/?p=50" rel="nofollow">http://blog.adrenlinerush.net/?p=50</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vixiecron Gentoo Editing by Mark</title>
		<link>http://blog.adrenlinerush.net/?p=223#comment-149</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 18 May 2011 15:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adrenlinerush.net/?p=223#comment-149</guid>
		<description>Thanks for sharing! I for one use Thibault Godouet&#039;s &lt;i&gt;fcron&lt;/i&gt;, which understands that vintage cron syntax and more.

For example, you can set &lt;code&gt;nice(10)&lt;/code&gt; levels, or have runs excluded from system logs by &lt;code&gt;nolog&lt;/code&gt; or suppress emails by &lt;code&gt;mail(false)&lt;/code&gt;. What I like the most is &lt;code&gt;first(5)&lt;/code&gt;, which executes the given command 5 minutes after booting; 

To be honest, I find syntax like &lt;code&gt;10 4   */2   *   *&lt;/code&gt; rather cryptic. With &lt;i&gt;fcron&lt;/i&gt; you can write &lt;code&gt;2d&lt;/code&gt;, which is not only shorter but easier to read.

My crontab begins as follows:
# &amp;  -  classic cron syntax
# @  -  frequency or timespan (every 30 minutes; with options: best moment within every 30 minutes)
# %  -  (once) within time interval

# classic cron syntax:
 ... after which the cheat sheet of yours follows. ;-)
(You cannot read that? Then your Wordpress has stripped the &quot;pre class=...&quot; tags.)

Oh, before I forget it. Check out &lt;code&gt;%nightly&lt;/code&gt;, &lt;code&gt;@lavgor,lavg&lt;/code&gt; and friends. 

Have fun!</description>
		<content:encoded><![CDATA[<p>Thanks for sharing! I for one use Thibault Godouet&#8217;s <i>fcron</i>, which understands that vintage cron syntax and more.</p>
<p>For example, you can set <code>nice(10)</code> levels, or have runs excluded from system logs by <code>nolog</code> or suppress emails by <code>mail(false)</code>. What I like the most is <code>first(5)</code>, which executes the given command 5 minutes after booting; </p>
<p>To be honest, I find syntax like <code>10 4   */2   *   *</code> rather cryptic. With <i>fcron</i> you can write <code>2d</code>, which is not only shorter but easier to read.</p>
<p>My crontab begins as follows:<br />
# &amp;  &#8211;  classic cron syntax<br />
# @  &#8211;  frequency or timespan (every 30 minutes; with options: best moment within every 30 minutes)<br />
# %  &#8211;  (once) within time interval</p>
<p># classic cron syntax:<br />
 &#8230; after which the cheat sheet of yours follows. <img src='http://blog.adrenlinerush.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
(You cannot read that? Then your WordPress has stripped the &#8220;pre class=&#8230;&#8221; tags.)</p>
<p>Oh, before I forget it. Check out <code>%nightly</code>, <code>@lavgor,lavg</code> and friends. </p>
<p>Have fun!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eliminate Multiple Instances of Processes &#8211; Terminal Server Rant by Christian</title>
		<link>http://blog.adrenlinerush.net/?p=207#comment-20</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Sun, 10 Apr 2011 23:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adrenlinerush.net/?p=207#comment-20</guid>
		<description>I use Foxit Reader for Windows...it uses a lot less hard drive space and seems to crash less in the browser.  Of course if you only use Chrome on those middle school boxes, you wouldn&#039;t need to install Adobe - Chrome has a .pdf reader built in.</description>
		<content:encoded><![CDATA[<p>I use Foxit Reader for Windows&#8230;it uses a lot less hard drive space and seems to crash less in the browser.  Of course if you only use Chrome on those middle school boxes, you wouldn&#8217;t need to install Adobe &#8211; Chrome has a .pdf reader built in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eliminate Multiple Instances of Processes &#8211; Terminal Server Rant by Barabara</title>
		<link>http://blog.adrenlinerush.net/?p=207#comment-18</link>
		<dc:creator>Barabara</dc:creator>
		<pubDate>Fri, 08 Apr 2011 16:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adrenlinerush.net/?p=207#comment-18</guid>
		<description>Great facts! I have been seeking something similar to this for some time now. Cheers!</description>
		<content:encoded><![CDATA[<p>Great facts! I have been seeking something similar to this for some time now. Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Naming Conventions by thatoneguy</title>
		<link>http://blog.adrenlinerush.net/?p=202#comment-17</link>
		<dc:creator>thatoneguy</dc:creator>
		<pubDate>Thu, 07 Apr 2011 22:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adrenlinerush.net/?p=202#comment-17</guid>
		<description>I still say:&lt;blockquote&gt;
ni

shrubbery

tracts-of-land

holy-hand-grenade

fleshwound
&lt;/blockquote&gt;

would be optimal...</description>
		<content:encoded><![CDATA[<p>I still say:<br />
<blockquote>
ni</p>
<p>shrubbery</p>
<p>tracts-of-land</p>
<p>holy-hand-grenade</p>
<p>fleshwound
</p></blockquote>
<p>would be optimal&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Naming Conventions by Marshal White</title>
		<link>http://blog.adrenlinerush.net/?p=202#comment-16</link>
		<dc:creator>Marshal White</dc:creator>
		<pubDate>Wed, 06 Apr 2011 19:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adrenlinerush.net/?p=202#comment-16</guid>
		<description>What about shrubbery???!?</description>
		<content:encoded><![CDATA[<p>What about shrubbery???!?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FOG &#8211; Debian Netboot by Pre-Seeding your PXE Boot Debian Installer &#187; Adrenlinerush&#039;s Blog</title>
		<link>http://blog.adrenlinerush.net/?p=189#comment-15</link>
		<dc:creator>Pre-Seeding your PXE Boot Debian Installer &#187; Adrenlinerush&#039;s Blog</dc:creator>
		<pubDate>Wed, 06 Apr 2011 15:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adrenlinerush.net/?p=189#comment-15</guid>
		<description>[...] So you see in the append there needs to be some additional options including the answer file you created.  More information on setting up the boot entry in FOG can be found in this previous post: http://blog.adrenlinerush.net/?p=189 [...]</description>
		<content:encoded><![CDATA[<p>[...] So you see in the append there needs to be some additional options including the answer file you created.  More information on setting up the boot entry in FOG can be found in this previous post: <a href="http://blog.adrenlinerush.net/?p=189" rel="nofollow">http://blog.adrenlinerush.net/?p=189</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

