<?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 teh fear</title>
	<atom:link href="http://www.tehfear.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tehfear.com</link>
	<description>one sysadmin's crib notes</description>
	<lastBuildDate>Wed, 02 Dec 2009 12:35:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>Comment on Apache misconception with AddType and AddHandler by Martin Erlandson</title>
		<link>http://www.tehfear.com/2009/04/07/apache-addtype-and-addhandler/comment-page-1/#comment-7420</link>
		<dc:creator>Martin Erlandson</dc:creator>
		<pubDate>Wed, 02 Dec 2009 12:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tehfear.com/?p=38#comment-7420</guid>
		<description>YES! This did it. Great info, Thanks. Had a problem with all .htm .html &amp; .php to work the same. Fooled around with SetHandler and AddHandler starting to wonder if I found a bug....(in Apache!?!?!) but sure it&#039;s behind the keyboard as usual ;-)

Thanks!</description>
		<content:encoded><![CDATA[<p>YES! This did it. Great info, Thanks. Had a problem with all .htm .html &amp; .php to work the same. Fooled around with SetHandler and AddHandler starting to wonder if I found a bug&#8230;.(in Apache!?!?!) but sure it&#8217;s behind the keyboard as usual <img src='http://www.tehfear.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PocketTouch for jailbroken iPhone2.0? by Skylar</title>
		<link>http://www.tehfear.com/2008/07/25/pockettouch-for-jailbroken-iphone20/comment-page-1/#comment-7097</link>
		<dc:creator>Skylar</dc:creator>
		<pubDate>Thu, 22 Oct 2009 08:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.tehfear.com/2008/07/25/pockettouch-for-jailbroken-iphone20/#comment-7097</guid>
		<description>Hey, it&#039;s my, SkylarEC.  I didn&#039;t forget how you helped to solve the dimmer issues with PocketTouch for the 2.x firmware.  Of course, Apple changed it all again for 2.1, but that was easily overcomeable thanks to what you fished out for 2.0.

I wish to thank you and give you a promo code for PocketTouch.  If you are interested, shoot me an email.

Thanks,
Skylar</description>
		<content:encoded><![CDATA[<p>Hey, it&#8217;s my, SkylarEC.  I didn&#8217;t forget how you helped to solve the dimmer issues with PocketTouch for the 2.x firmware.  Of course, Apple changed it all again for 2.1, but that was easily overcomeable thanks to what you fished out for 2.0.</p>
<p>I wish to thank you and give you a promo code for PocketTouch.  If you are interested, shoot me an email.</p>
<p>Thanks,<br />
Skylar</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PocketTouch for jailbroken iPhone2.0? by buck bailey</title>
		<link>http://www.tehfear.com/2008/07/25/pockettouch-for-jailbroken-iphone20/comment-page-1/#comment-6951</link>
		<dc:creator>buck bailey</dc:creator>
		<pubDate>Sat, 03 Oct 2009 02:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.tehfear.com/2008/07/25/pockettouch-for-jailbroken-iphone20/#comment-6951</guid>
		<description>I loved this app back on 2.0. Now using &quot;Flick Tunes&quot; which is pretty nice, but the ff/rewind swipes aren&#039;t as precise as yours were. Any plans to update for the AppStore?</description>
		<content:encoded><![CDATA[<p>I loved this app back on 2.0. Now using &#8220;Flick Tunes&#8221; which is pretty nice, but the ff/rewind swipes aren&#8217;t as precise as yours were. Any plans to update for the AppStore?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on is grub complicated? by Angel</title>
		<link>http://www.tehfear.com/2007/10/13/is-grub-complicated/comment-page-1/#comment-2460</link>
		<dc:creator>Angel</dc:creator>
		<pubDate>Mon, 04 May 2009 08:05:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.tehfear.com/2007/10/13/is-grub-complicated/#comment-2460</guid>
		<description>Hi

My computer is running on Centos 4 linux only. After I updated a software package on my computer, the computer was hanged. I rebooted the system, and then it came with GNU GRUB interface. I typed the following commands and here are the outputs.

GNU GRUB version 0.95 (602K lower / 3404843K upper memory)
[ Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists the possible completions of a device/filename.]

grub&gt; root (hd
  Possible disks are: hd0 hd1

grub&gt; root (hd0,
  Possible partitions are:
    Partition num: 0, Filesystem type is ext2fs, partition type 0x83
    Partition num: 1, Filesystem type unknown, partition type 0x82
    Partition num: 2, Filesystem type is ext2fs, partition type 0x83

grub&gt; root (hd0,0)
  Filesystem type is ext2fs, partition type 0x83

grub&gt; find /
  Possible files are: proc sys dev selinux usr .automount .autofsck

grub&gt; setup (hd0)
  Checking if \/boot/grub/stage1\ exists... no
  Checking if \/grub/stage1\ exists... no

Error 15: File not found


It is supposed that I should have /boot folder and more folders on my computer. But now they are missing. Could you help me to solve the problem and boot the OS? How can I get out of this GRUB interface?

Thanks
Angel</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>My computer is running on Centos 4 linux only. After I updated a software package on my computer, the computer was hanged. I rebooted the system, and then it came with GNU GRUB interface. I typed the following commands and here are the outputs.</p>
<p>GNU GRUB version 0.95 (602K lower / 3404843K upper memory)<br />
[ Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists the possible completions of a device/filename.]</p>
<p>grub&gt; root (hd<br />
  Possible disks are: hd0 hd1</p>
<p>grub&gt; root (hd0,<br />
  Possible partitions are:<br />
    Partition num: 0, Filesystem type is ext2fs, partition type 0&#215;83<br />
    Partition num: 1, Filesystem type unknown, partition type 0&#215;82<br />
    Partition num: 2, Filesystem type is ext2fs, partition type 0&#215;83</p>
<p>grub&gt; root (hd0,0)<br />
  Filesystem type is ext2fs, partition type 0&#215;83</p>
<p>grub&gt; find /<br />
  Possible files are: proc sys dev selinux usr .automount .autofsck</p>
<p>grub&gt; setup (hd0)<br />
  Checking if \/boot/grub/stage1\ exists&#8230; no<br />
  Checking if \/grub/stage1\ exists&#8230; no</p>
<p>Error 15: File not found</p>
<p>It is supposed that I should have /boot folder and more folders on my computer. But now they are missing. Could you help me to solve the problem and boot the OS? How can I get out of this GRUB interface?</p>
<p>Thanks<br />
Angel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on resize loop disk image by Lindylex</title>
		<link>http://www.tehfear.com/2007/10/08/resize-loop-disk-image/comment-page-1/#comment-953</link>
		<dc:creator>Lindylex</dc:creator>
		<pubDate>Thu, 05 Mar 2009 16:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tehfear.com/2007/10/08/resize-loop-disk-image/#comment-953</guid>
		<description>Thanks, I was looking for this command.
&quot;dd if=/dev/zero bs=1024k count=1024 &gt;&gt; my_loop_image_file&quot;</description>
		<content:encoded><![CDATA[<p>Thanks, I was looking for this command.<br />
&#8220;dd if=/dev/zero bs=1024k count=1024 &gt;&gt; my_loop_image_file&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PocketTouch for jailbroken iPhone2.0? by Susan Caverta</title>
		<link>http://www.tehfear.com/2008/07/25/pockettouch-for-jailbroken-iphone20/comment-page-1/#comment-167</link>
		<dc:creator>Susan Caverta</dc:creator>
		<pubDate>Sun, 15 Feb 2009 10:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tehfear.com/2008/07/25/pockettouch-for-jailbroken-iphone20/#comment-167</guid>
		<description>Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on apache ssl certificates by Sascha Berninger</title>
		<link>http://www.tehfear.com/2007/10/09/apache-ssl-certificates/comment-page-1/#comment-156</link>
		<dc:creator>Sascha Berninger</dc:creator>
		<pubDate>Mon, 15 Dec 2008 16:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tehfear.com/2007/10/09/apache-ssl-certificates/#comment-156</guid>
		<description>This helps me too: http://www.schafos.de/zertifikate-installieren-apache-java.html (even in german :/ )</description>
		<content:encoded><![CDATA[<p>This helps me too: <a href="http://www.schafos.de/zertifikate-installieren-apache-java.html" rel="nofollow">http://www.schafos.de/zertifikate-installieren-apache-java.html</a> (even in german :/ )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Jan</title>
		<link>http://www.tehfear.com/about/comment-page-1/#comment-154</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Fri, 28 Nov 2008 11:41:44 +0000</pubDate>
		<guid isPermaLink="false">#comment-154</guid>
		<description>hi meh,

this is a response to your &quot;lomount - easy mounting of partitioned loop images&quot; article i found on your blog a few minutes ago. Nice solution but i also want to show you another and more convenient way to setup and mount partioned block images (crypto files, xen vm images etc.) .. anyway ..

first of all you should know that i&#039;m working on sles10 mostly (suse linux enterprise) but the tools i use are available on centos/debian/fedora and other known distributions too. It&#039;s the meaning of the multipath i/o tools that are needed for distributed and multipathed disk access across network connections. Within this suite a bunch of cli tools are included you can use them to administer multipath connections but also partitions, block images or LUN&#039;s ;-)

just have a look on one of our old wikis where i described how to use them (public access):

http://wiki.lemens.de/index.php/Xen_Image_mittels_Loop_Device_mounten

btw we&#039;re searching for wo-/men to join our multilingual wiki under http://wiki.unseregedanken.de (currently internal) to increase the quality of articles and extend the variety of categories. Once we have reached a certain amount of qualified articles we are planning to make the wiki public again.

maybe you want to add some of my experience to your article? ;-)

however it would be nice to hear from you

best regards
jan</description>
		<content:encoded><![CDATA[<p>hi meh,</p>
<p>this is a response to your &#8220;lomount &#8211; easy mounting of partitioned loop images&#8221; article i found on your blog a few minutes ago. Nice solution but i also want to show you another and more convenient way to setup and mount partioned block images (crypto files, xen vm images etc.) .. anyway ..</p>
<p>first of all you should know that i&#8217;m working on sles10 mostly (suse linux enterprise) but the tools i use are available on centos/debian/fedora and other known distributions too. It&#8217;s the meaning of the multipath i/o tools that are needed for distributed and multipathed disk access across network connections. Within this suite a bunch of cli tools are included you can use them to administer multipath connections but also partitions, block images or LUN&#8217;s <img src='http://www.tehfear.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>just have a look on one of our old wikis where i described how to use them (public access):</p>
<p><a href="http://wiki.lemens.de/index.php/Xen_Image_mittels_Loop_Device_mounten" rel="nofollow">http://wiki.lemens.de/index.php/Xen_Image_mittels_Loop_Device_mounten</a></p>
<p>btw we&#8217;re searching for wo-/men to join our multilingual wiki under <a href="http://wiki.unseregedanken.de" rel="nofollow">http://wiki.unseregedanken.de</a> (currently internal) to increase the quality of articles and extend the variety of categories. Once we have reached a certain amount of qualified articles we are planning to make the wiki public again.</p>
<p>maybe you want to add some of my experience to your article? <img src='http://www.tehfear.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>however it would be nice to hear from you</p>
<p>best regards<br />
jan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on resize loop disk image by David Precious</title>
		<link>http://www.tehfear.com/2007/10/08/resize-loop-disk-image/comment-page-1/#comment-128</link>
		<dc:creator>David Precious</dc:creator>
		<pubDate>Sun, 26 Oct 2008 14:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.tehfear.com/2007/10/08/resize-loop-disk-image/#comment-128</guid>
		<description>Excellent post, just what I was looking for, thanks! :)</description>
		<content:encoded><![CDATA[<p>Excellent post, just what I was looking for, thanks! <img src='http://www.tehfear.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on resize loop disk image by Linux Virtual Servers</title>
		<link>http://www.tehfear.com/2007/10/08/resize-loop-disk-image/comment-page-1/#comment-105</link>
		<dc:creator>Linux Virtual Servers</dc:creator>
		<pubDate>Sat, 27 Sep 2008 13:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.tehfear.com/2007/10/08/resize-loop-disk-image/#comment-105</guid>
		<description>anybody here know of a good site to find more info on linux virtual servers? I&#039;ve got this site bookmarked and im gonna keep checking it out, but i still would like to find a site that covers linux virtual servers a little more thoroughly..thanks</description>
		<content:encoded><![CDATA[<p>anybody here know of a good site to find more info on linux virtual servers? I&#8217;ve got this site bookmarked and im gonna keep checking it out, but i still would like to find a site that covers linux virtual servers a little more thoroughly..thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

