<?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 Pario TechnoBlob</title>
	<atom:link href="http://pario.no/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://pario.no</link>
	<description>A cronological documentation test project, nothing serious, really!</description>
	<lastBuildDate>Thu, 09 May 2013 15:50:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on About by angel</title>
		<link>http://pario.no/about/comment-page-1/#comment-294</link>
		<dc:creator>angel</dc:creator>
		<pubDate>Thu, 09 May 2013 15:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://pario.no/about/#comment-294</guid>
		<description><![CDATA[Dont remember anymore why I land here....

Great scripts and tips!!

Angelbar

Reynosa, Mexico]]></description>
		<content:encoded><![CDATA[<p>Dont remember anymore why I land here&#8230;.</p>
<p>Great scripts and tips!!</p>
<p>Angelbar</p>
<p>Reynosa, Mexico</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Clear Read-Only flag on Disk in Windows 7 using Diskpart by FatBoyIgi</title>
		<link>http://pario.no/2011/05/23/clear-read-only-flag-on-disk-in-windows-7-using-diskpart/comment-page-1/#comment-293</link>
		<dc:creator>FatBoyIgi</dc:creator>
		<pubDate>Fri, 03 May 2013 12:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://pario.no/?p=1519#comment-293</guid>
		<description><![CDATA[Just installed Windows 7 yesterday for the first time and all went nice and smooth until this &quot;read-only&quot; problem started to pop-up. I did google the solution and came to this web site and did it like explained - all I can say it thank you big time cause it worked right away with no problems what so ever.]]></description>
		<content:encoded><![CDATA[<p>Just installed Windows 7 yesterday for the first time and all went nice and smooth until this &#8220;read-only&#8221; problem started to pop-up. I did google the solution and came to this web site and did it like explained &#8211; all I can say it thank you big time cause it worked right away with no problems what so ever.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on nslookup-scan of IP-range/subnet by Zerahl</title>
		<link>http://pario.no/2007/09/04/nslookup-scan-of-ip-rangesubnet/comment-page-1/#comment-290</link>
		<dc:creator>Zerahl</dc:creator>
		<pubDate>Mon, 22 Apr 2013 03:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://hhj.no/wordpress/2007/09/04/nslookup-scan-av-ip-rangesubnett/#comment-290</guid>
		<description><![CDATA[#!/bin/bash
# nsscan.sh
# nslookup-scan of IP-range

# Get subnets from arguments
NETS=$@

# Handle lack of arguments
if [ &quot;x$NETS&quot; = &quot;x&quot; ]; then
    echo &quot;Usage example: sh nsscan.sh 192.168.1&quot;
    echo &quot;This would scan 192.168.1.0/24&quot;
    echo &quot;Accepts class C subnets only&quot;
    exit 2
fi

IPRange=&quot;1 254&quot;
for NET in $NETS; do
    for n in $(seq $IPRange); do
        ADDR=${NET}.${n}
        # Only print line if nslookup returns a result
        if [ &quot;x$(nslookup ${ADDR} &#124; awk -F &#039;=&#039; &#039;{ print $2 }&#039;&#124; sed &#039;s/^[ t]*//&#039; &#124; sed &#039;/^$/d&#039; &#124; sed &#039;s/.$//&#039;)&quot; != &quot;x&quot; ]; then
            echo &quot;${ADDR}  `nslookup ${ADDR} &#124; awk -F &quot;=&quot; &#039;{ print $2 }&#039;&#124;sed &#039;s/^[ t]*//&#039; &#124; sed &#039;/^$/d&#039; &#124; sed &#039;s/.$//&#039;`&quot;
        fi
    done
done]]></description>
		<content:encoded><![CDATA[<p>#!/bin/bash<br />
# nsscan.sh<br />
# nslookup-scan of IP-range</p>
<p># Get subnets from arguments<br />
NETS=$@</p>
<p># Handle lack of arguments<br />
if [ "x$NETS" = "x" ]; then<br />
    echo &#8220;Usage example: sh nsscan.sh 192.168.1&#8243;<br />
    echo &#8220;This would scan 192.168.1.0/24&#8243;<br />
    echo &#8220;Accepts class C subnets only&#8221;<br />
    exit 2<br />
fi</p>
<p>IPRange=&#8221;1 254&#8243;<br />
for NET in $NETS; do<br />
    for n in $(seq $IPRange); do<br />
        ADDR=${NET}.${n}<br />
        # Only print line if nslookup returns a result<br />
        if [ "x$(nslookup ${ADDR} | awk -F '=' '{ print $2 }'| sed 's/^[ t]*//&#8217; | sed &#8216;/^$/d&#8217; | sed &#8216;s/.$//&#8217;)&#8221; != &#8220;x&#8221; ]; then<br />
            echo &#8220;${ADDR}  `nslookup ${ADDR} | awk -F &#8220;=&#8221; &#8216;{ print $2 }&#8217;|sed &#8216;s/^[ t]*//&#8217; | sed &#8216;/^$/d&#8217; | sed &#8216;s/.$//&#8217;`&#8221;<br />
        fi<br />
    done<br />
done</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Clear Read-Only flag on Disk in Windows 7 using Diskpart by Hans-Henry Jakobsen</title>
		<link>http://pario.no/2011/05/23/clear-read-only-flag-on-disk-in-windows-7-using-diskpart/comment-page-1/#comment-286</link>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
		<pubDate>Mon, 08 Apr 2013 21:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://pario.no/?p=1519#comment-286</guid>
		<description><![CDATA[You probably know the capacity/size of the disk you are going to modify and choose it.
Try to remove disks if you have several of the same size to avoid working on the wrong disk.]]></description>
		<content:encoded><![CDATA[<p>You probably know the capacity/size of the disk you are going to modify and choose it.<br />
Try to remove disks if you have several of the same size to avoid working on the wrong disk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Clear Read-Only flag on Disk in Windows 7 using Diskpart by Tabrian</title>
		<link>http://pario.no/2011/05/23/clear-read-only-flag-on-disk-in-windows-7-using-diskpart/comment-page-1/#comment-285</link>
		<dc:creator>Tabrian</dc:creator>
		<pubDate>Mon, 08 Apr 2013 19:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://pario.no/?p=1519#comment-285</guid>
		<description><![CDATA[how do you know wich one disk to select??]]></description>
		<content:encoded><![CDATA[<p>how do you know wich one disk to select??</p>
]]></content:encoded>
	</item>
</channel>
</rss>
