<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for EvilLawnGnome.com</title>
	<link>http://www.evillawngnome.com</link>
	<description>Home of the Mischievous Gnome</description>
	<pubDate>Thu, 29 Jul 2010 20:24:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0</generator>

	<item>
		<title>Comment on Using X10 Home Automation and Linux to manage your home internet connection by ghostmachine</title>
		<link>http://www.evillawngnome.com/2007/06/20/using-x10-home-automation-and-linux-to-manage-your-home-internet-connection/#comment-34093</link>
		<pubDate>Mon, 06 Oct 2008 17:39:42 +0000</pubDate>
		<guid>http://www.evillawngnome.com/2007/06/20/using-x10-home-automation-and-linux-to-manage-your-home-internet-connection/#comment-34093</guid>
					<description>Great tutorial!  I was not able to do all the stuff with the X10 and such, plus I have cable.  I ran across this when I was looking for a way to reboot my modem.  I am not very good with bash, but I borrowed your connectivity test for my script.  It ejects the CD-ROM drive which has a paper clip stuck to it and hits the reset button :)  The reason I am using it though is to change my IP address if need be.  Your script is endlessly adaptable though, which is why I like it.  I have it test for connectivity before it changes the MAC address so I can make sure that the computer hit the button.  Otherwise my internet dies :(  I do appreciate the in-depth explanation a lot as I don't otherwise know what any of that means!  Anybody else who wants to use this portion is welcome to it.  All this does is check the internet.  You can then do whatever.  All credit to Brian though; all I did was cut and paste :p
Kudos!


#!/bin/bash
ERRORS=0
      ping -q -c1 -W1 74.125.47.99 &amp;#38;&amp;#62; /dev/null
      let &quot;ERRORS = $ERRORS + $?&quot;
      ping -q -c1 -W1 65.214.39.56 &amp;#38;&amp;#62; /dev/null
      let &quot;ERRORS = $ERRORS + $?&quot;
      ping -q -c1 -W1 206.190.60.37 &amp;#38;&amp;#62; /dev/null
      let &quot;ERRORS = $ERRORS + $?&quot;
      ping -q -c1 -W1 68.1.17.9 &amp;#38;&amp;#62; /dev/null
      let &quot;ERRORS = $ERRORS + $?&quot;
      ping -q -c1 -W1 1.1.1.1 &amp;#38;&amp;#62; /dev/null
      let &quot;ERRORS = $ERRORS + $?&quot;

 if [ $ERRORS -eq 4 ]; then
echo Modem Reboot Successful Change MAC
echo ./change_ip
else
echo Connectivity Remains do not change MAC!
echo Die
fi</description>
		<content:encoded><![CDATA[<p>Great tutorial!  I was not able to do all the stuff with the X10 and such, plus I have cable.  I ran across this when I was looking for a way to reboot my modem.  I am not very good with bash, but I borrowed your connectivity test for my script.  It ejects the CD-ROM drive which has a paper clip stuck to it and hits the reset button <img src='http://www.evillawngnome.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   The reason I am using it though is to change my IP address if need be.  Your script is endlessly adaptable though, which is why I like it.  I have it test for connectivity before it changes the MAC address so I can make sure that the computer hit the button.  Otherwise my internet dies <img src='http://www.evillawngnome.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   I do appreciate the in-depth explanation a lot as I don&#8217;t otherwise know what any of that means!  Anybody else who wants to use this portion is welcome to it.  All this does is check the internet.  You can then do whatever.  All credit to Brian though; all I did was cut and paste :p<br />
Kudos!</p>
<p>#!/bin/bash<br />
ERRORS=0<br />
      ping -q -c1 -W1 74.125.47.99 &amp;&gt; /dev/null<br />
      let &#8220;ERRORS = $ERRORS + $?&#8221;<br />
      ping -q -c1 -W1 65.214.39.56 &amp;&gt; /dev/null<br />
      let &#8220;ERRORS = $ERRORS + $?&#8221;<br />
      ping -q -c1 -W1 206.190.60.37 &amp;&gt; /dev/null<br />
      let &#8220;ERRORS = $ERRORS + $?&#8221;<br />
      ping -q -c1 -W1 68.1.17.9 &amp;&gt; /dev/null<br />
      let &#8220;ERRORS = $ERRORS + $?&#8221;<br />
      ping -q -c1 -W1 1.1.1.1 &amp;&gt; /dev/null<br />
      let &#8220;ERRORS = $ERRORS + $?&#8221;</p>
<p> if [ $ERRORS -eq 4 ]; then<br />
echo Modem Reboot Successful Change MAC<br />
echo ./change_ip<br />
else<br />
echo Connectivity Remains do not change MAC!<br />
echo Die<br />
fi
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Using X10 Home Automation and Linux to manage your home internet connection by Deb Reppenhagen</title>
		<link>http://www.evillawngnome.com/2007/06/20/using-x10-home-automation-and-linux-to-manage-your-home-internet-connection/#comment-13210</link>
		<pubDate>Wed, 09 Jan 2008 21:00:42 +0000</pubDate>
		<guid>http://www.evillawngnome.com/2007/06/20/using-x10-home-automation-and-linux-to-manage-your-home-internet-connection/#comment-13210</guid>
					<description>Can anyone translate this for use with a plain old windows (XP) PC?   

I have COMCAST cable internet.   I have it hooked up to my LYNKSIS wireless router.  The router has never had a problem.  The modem needs to be restarted several times a day on some days but on the average only several times a week.  A few times,  the modem ran for weeks without a problem.   I've tried different Modems without result.  Calling Comcast does no good.  I don't think they even log these kinds of issues; they're out of the picture if restarting the modem gets you running again.  This has been going on for years.</description>
		<content:encoded><![CDATA[<p>Can anyone translate this for use with a plain old windows (XP) PC?   </p>
<p>I have COMCAST cable internet.   I have it hooked up to my LYNKSIS wireless router.  The router has never had a problem.  The modem needs to be restarted several times a day on some days but on the average only several times a week.  A few times,  the modem ran for weeks without a problem.   I&#8217;ve tried different Modems without result.  Calling Comcast does no good.  I don&#8217;t think they even log these kinds of issues; they&#8217;re out of the picture if restarting the modem gets you running again.  This has been going on for years.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Contact by Larry</title>
		<link>http://www.evillawngnome.com/contact/#comment-12614</link>
		<pubDate>Wed, 26 Dec 2007 20:37:40 +0000</pubDate>
		<guid>http://www.evillawngnome.com/contact/#comment-12614</guid>
					<description>Hello Evil One!

First: Mea Culpa! -- In August 2007 you posted a comment on my blog at http://www.birdsong.org/ ... specifically: http://www.birdsong.org/node/6#comment-25

Alas, I only today found your comment. Because comment moderation is &quot;ON&quot;, it was not visible to others. I've moderated it &quot;approved&quot; and it is now visible, just in case you are intersted.

Happy Holidays and warm regards from costal Washington USA.

/lorenzo</description>
		<content:encoded><![CDATA[<p>Hello Evil One!</p>
<p>First: Mea Culpa! &#8212; In August 2007 you posted a comment on my blog at <a href='http://www.birdsong.org/' rel='nofollow'>http://www.birdsong.org/</a> &#8230; specifically: <a href='http://www.birdsong.org/node/6#comment-25' rel='nofollow'>http://www.birdsong.org/node/6#comment-25</a></p>
<p>Alas, I only today found your comment. Because comment moderation is &#8220;ON&#8221;, it was not visible to others. I&#8217;ve moderated it &#8220;approved&#8221; and it is now visible, just in case you are intersted.</p>
<p>Happy Holidays and warm regards from costal Washington USA.</p>
<p>/lorenzo
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on HOW-TO: Microsoft Shadowrun in XP by Baal</title>
		<link>http://www.evillawngnome.com/2007/07/11/how-to-microsoft-shadowrun-in-xp/#comment-8857</link>
		<pubDate>Tue, 09 Oct 2007 11:41:14 +0000</pubDate>
		<guid>http://www.evillawngnome.com/2007/07/11/how-to-microsoft-shadowrun-in-xp/#comment-8857</guid>
					<description>if you get an error in the game.

that your exe is crashed, dont care about.
just klick the game in the bar and go ahead with playing. it makes no difference ingame.

me and a friend get these error after 4minutes playing lan game and nothing changes. you only have to go back to the game and let the error stay in the background.

faithfully
Baal</description>
		<content:encoded><![CDATA[<p>if you get an error in the game.</p>
<p>that your exe is crashed, dont care about.<br />
just klick the game in the bar and go ahead with playing. it makes no difference ingame.</p>
<p>me and a friend get these error after 4minutes playing lan game and nothing changes. you only have to go back to the game and let the error stay in the background.</p>
<p>faithfully<br />
Baal
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on HOW-TO: Microsoft Shadowrun in XP by pete</title>
		<link>http://www.evillawngnome.com/2007/07/11/how-to-microsoft-shadowrun-in-xp/#comment-6658</link>
		<pubDate>Thu, 26 Jul 2007 21:10:44 +0000</pubDate>
		<guid>http://www.evillawngnome.com/2007/07/11/how-to-microsoft-shadowrun-in-xp/#comment-6658</guid>
					<description>They have updated shadowrun and now the error says that Reggetvaluew can not be found. any info yet?</description>
		<content:encoded><![CDATA[<p>They have updated shadowrun and now the error says that Reggetvaluew can not be found. any info yet?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on HOW-TO: Microsoft Shadowrun in XP by Brian</title>
		<link>http://www.evillawngnome.com/2007/07/11/how-to-microsoft-shadowrun-in-xp/#comment-6558</link>
		<pubDate>Sun, 15 Jul 2007 04:50:30 +0000</pubDate>
		<guid>http://www.evillawngnome.com/2007/07/11/how-to-microsoft-shadowrun-in-xp/#comment-6558</guid>
					<description>Lasse:
From the other sites i've read, this is fairly common. I've not had this problem, so i can't speak to it's solution. I would encourage you to keep trying - possibly re-install directx.</description>
		<content:encoded><![CDATA[<p>Lasse:<br />
From the other sites i&#8217;ve read, this is fairly common. I&#8217;ve not had this problem, so i can&#8217;t speak to it&#8217;s solution. I would encourage you to keep trying - possibly re-install directx.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on HOW-TO: Microsoft Shadowrun in XP by Lasse</title>
		<link>http://www.evillawngnome.com/2007/07/11/how-to-microsoft-shadowrun-in-xp/#comment-6554</link>
		<pubDate>Sat, 14 Jul 2007 20:46:56 +0000</pubDate>
		<guid>http://www.evillawngnome.com/2007/07/11/how-to-microsoft-shadowrun-in-xp/#comment-6554</guid>
					<description>I had the same problems as you, but thanks to you i fixed it :) But now the game chrashes every 5 min... is there something i can do about it?</description>
		<content:encoded><![CDATA[<p>I had the same problems as you, but thanks to you i fixed it <img src='http://www.evillawngnome.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  But now the game chrashes every 5 min&#8230; is there something i can do about it?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on IMMA CHARGIN&#8217; MAH LASER by jake</title>
		<link>http://www.evillawngnome.com/2007/05/08/imma-chargin-mah-laser/#comment-6538</link>
		<pubDate>Wed, 11 Jul 2007 23:17:07 +0000</pubDate>
		<guid>http://www.evillawngnome.com/2007/05/08/imma-chargin-mah-laser/#comment-6538</guid>
					<description>this is funny stuff  Royal Rainbow</description>
		<content:encoded><![CDATA[<p>this is funny stuff  Royal Rainbow
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Using X10 Home Automation and Linux to manage your home internet connection by muffin</title>
		<link>http://www.evillawngnome.com/2007/06/20/using-x10-home-automation-and-linux-to-manage-your-home-internet-connection/#comment-6504</link>
		<pubDate>Tue, 26 Jun 2007 21:27:04 +0000</pubDate>
		<guid>http://www.evillawngnome.com/2007/06/20/using-x10-home-automation-and-linux-to-manage-your-home-internet-connection/#comment-6504</guid>
					<description>I have a similar problem with my SBC DSL connection (that I am quite happy with, best upload rate for the price). It seems that before the connection crap out entirely it goes though a &quot;fuzzy&quot; period where anything bigger than text only Google is too mangled to be read. Images time out 90% of the time but text will still pop through. IMHO wget-ing something like the Google banner or your local weather stations radar images would be a better test of connectivity than pings. Nice idea though, they should just send one of these out along with the modem.</description>
		<content:encoded><![CDATA[<p>I have a similar problem with my SBC DSL connection (that I am quite happy with, best upload rate for the price). It seems that before the connection crap out entirely it goes though a &#8220;fuzzy&#8221; period where anything bigger than text only Google is too mangled to be read. Images time out 90% of the time but text will still pop through. IMHO wget-ing something like the Google banner or your local weather stations radar images would be a better test of connectivity than pings. Nice idea though, they should just send one of these out along with the modem.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Using X10 Home Automation and Linux to manage your home internet connection by Insolence</title>
		<link>http://www.evillawngnome.com/2007/06/20/using-x10-home-automation-and-linux-to-manage-your-home-internet-connection/#comment-6502</link>
		<pubDate>Mon, 25 Jun 2007 20:04:06 +0000</pubDate>
		<guid>http://www.evillawngnome.com/2007/06/20/using-x10-home-automation-and-linux-to-manage-your-home-internet-connection/#comment-6502</guid>
					<description>Commenting on carlton's recommendation, I actually did this 4-5 years ago for a client who's DSL would die about once a week and require me to drive for a hour to mindlessly unplug it for a minute and plug it back up.  I used a existing linux server there that was sharing SMB and was their gateway, and made a simple parallel relay.  I just wrote a simple script to run every 5 minutes in cron that pinged random reliable sources on the internet (google, msn, etc.) if one failed, it would try two other reliable sources, and if those failed, it would power off the DSL modem for a minute and power it back on.  The project in all cost me less than 9 bucks from a local electronics store.  :)  Nice quick and dirty hack.  :)

 - I</description>
		<content:encoded><![CDATA[<p>Commenting on carlton&#8217;s recommendation, I actually did this 4-5 years ago for a client who&#8217;s DSL would die about once a week and require me to drive for a hour to mindlessly unplug it for a minute and plug it back up.  I used a existing linux server there that was sharing SMB and was their gateway, and made a simple parallel relay.  I just wrote a simple script to run every 5 minutes in cron that pinged random reliable sources on the internet (google, msn, etc.) if one failed, it would try two other reliable sources, and if those failed, it would power off the DSL modem for a minute and power it back on.  The project in all cost me less than 9 bucks from a local electronics store.  <img src='http://www.evillawngnome.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Nice quick and dirty hack.  <img src='http://www.evillawngnome.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p> - I
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
