<?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 The Glenbot</title>
	<atom:link href="http://theglenbot.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://theglenbot.com</link>
	<description>Code and other thoughts about geeky stuff</description>
	<lastBuildDate>Wed, 02 May 2012 16:37:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Sleep and Wake Scripting OSX by Linda H</title>
		<link>http://theglenbot.com/sleep-and-wake-scripting-osx/#comment-520</link>
		<dc:creator>Linda H</dc:creator>
		<pubDate>Wed, 02 May 2012 16:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://theglenbot.com/?p=317#comment-520</guid>
		<description>&quot;I’ll add those points to the tutorial and describe what is going on.&quot;

That would be great. Thank you :)

Linda</description>
		<content:encoded><![CDATA[<p>&#8220;I’ll add those points to the tutorial and describe what is going on.&#8221;</p>
<p>That would be great. Thank you <img src='http://theglenbot.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Linda</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sleep and Wake Scripting OSX by glenbot</title>
		<link>http://theglenbot.com/sleep-and-wake-scripting-osx/#comment-519</link>
		<dc:creator>glenbot</dc:creator>
		<pubDate>Wed, 02 May 2012 16:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://theglenbot.com/?p=317#comment-519</guid>
		<description>I stopped before 5, 6, and 7 because I assumed that if anyone wanted to start sleepwatcher on boot they could do it on their own. I was wrong! Thanks for the input. I&#039;ll add those points to the tutorial and describe what is going on.

&quot;Am I right in thinking the way you have it set up, if I reboot my mac I’ll have to manually launch the SleepWatcher daemon again and launchd would automatically launch it?&quot; 
Yes, you are correct in thinking the way I have it set up you have to re-enable sleepwatcher on boot. I initially enabled it that way on my computer because I was testing and not ready to have it launch on boot/login.

&quot;Oh and one more question, is the best way to stop the SleepWatcher daemon to use the command ..&quot;
Yes, that is a valid way to kill a daemon. If the daemon is designed correctly it looks for the SIGTERM posix command that is sent by killall or kill and will finish up its tasks before completely shutting down. Since sleepwatcher doesn&#039;t have a start/stop command this is the correct way to stop the process.</description>
		<content:encoded><![CDATA[<p>I stopped before 5, 6, and 7 because I assumed that if anyone wanted to start sleepwatcher on boot they could do it on their own. I was wrong! Thanks for the input. I&#8217;ll add those points to the tutorial and describe what is going on.</p>
<p>&#8220;Am I right in thinking the way you have it set up, if I reboot my mac I’ll have to manually launch the SleepWatcher daemon again and launchd would automatically launch it?&#8221;<br />
Yes, you are correct in thinking the way I have it set up you have to re-enable sleepwatcher on boot. I initially enabled it that way on my computer because I was testing and not ready to have it launch on boot/login.</p>
<p>&#8220;Oh and one more question, is the best way to stop the SleepWatcher daemon to use the command ..&#8221;<br />
Yes, that is a valid way to kill a daemon. If the daemon is designed correctly it looks for the SIGTERM posix command that is sent by killall or kill and will finish up its tasks before completely shutting down. Since sleepwatcher doesn&#8217;t have a start/stop command this is the correct way to stop the process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sleep and Wake Scripting OSX by Linda H</title>
		<link>http://theglenbot.com/sleep-and-wake-scripting-osx/#comment-518</link>
		<dc:creator>Linda H</dc:creator>
		<pubDate>Wed, 02 May 2012 15:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://theglenbot.com/?p=317#comment-518</guid>
		<description>Hi Glen

Thanks for your very helpful tutorial on SleepWatcher. Without out your tutorial Terminal beginners like me would be stumped. And I wouldn&#039;t have been able to fix the wake-every-2-hours issue that comes with enabling Wake for network access.

I have a question that i&#039;d be grateful if you could answer

When I compare your tutorial to the the SleepWatcher 2.2 ReadMe [under the &quot;Installation for new SleepWatcher users&quot;], your tutorial stops before addressing points 5, 6 and 7. 

Those points refer to configuring launchd for SleepWatcher. Would you be able to add those points to your tutorial and explain what they are for and why you didn&#039;t cover them originally?

Am I right in thinking the way you have it set up, if I reboot my mac I&#039;ll have to manually launch the SleepWatcher daemon again and launchd  would automatically launch it?

Thanks again for the tutorial

Linda H

Oh and one more question, is the best way to stop the SleepWatcher daemon to use the command  
sudo killall sleepwatcher</description>
		<content:encoded><![CDATA[<p>Hi Glen</p>
<p>Thanks for your very helpful tutorial on SleepWatcher. Without out your tutorial Terminal beginners like me would be stumped. And I wouldn&#8217;t have been able to fix the wake-every-2-hours issue that comes with enabling Wake for network access.</p>
<p>I have a question that i&#8217;d be grateful if you could answer</p>
<p>When I compare your tutorial to the the SleepWatcher 2.2 ReadMe [under the "Installation for new SleepWatcher users"], your tutorial stops before addressing points 5, 6 and 7. </p>
<p>Those points refer to configuring launchd for SleepWatcher. Would you be able to add those points to your tutorial and explain what they are for and why you didn&#8217;t cover them originally?</p>
<p>Am I right in thinking the way you have it set up, if I reboot my mac I&#8217;ll have to manually launch the SleepWatcher daemon again and launchd  would automatically launch it?</p>
<p>Thanks again for the tutorial</p>
<p>Linda H</p>
<p>Oh and one more question, is the best way to stop the SleepWatcher daemon to use the command<br />
sudo killall sleepwatcher</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSH to AWS using Fabric (python) by Arindam</title>
		<link>http://theglenbot.com/ssh-to-aws-using-fabric-python/#comment-507</link>
		<dc:creator>Arindam</dc:creator>
		<pubDate>Tue, 27 Mar 2012 05:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://theglenbot.com/?p=153#comment-507</guid>
		<description>Thank you indeed!</description>
		<content:encoded><![CDATA[<p>Thank you indeed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Git Cheat Sheet by nerdfiles</title>
		<link>http://theglenbot.com/git-cheat-sheet/#comment-482</link>
		<dc:creator>nerdfiles</dc:creator>
		<pubDate>Tue, 20 Dec 2011 22:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://theglenbot.com/?p=252#comment-482</guid>
		<description>Nice shwag. I&#039;ll pass it around.</description>
		<content:encoded><![CDATA[<p>Nice shwag. I&#8217;ll pass it around.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a custom Http403 exception in Django by glenbot</title>
		<link>http://theglenbot.com/creating-a-custom-http403-exception-in-django/#comment-463</link>
		<dc:creator>glenbot</dc:creator>
		<pubDate>Tue, 01 Nov 2011 18:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://glenbot/?p=7#comment-463</guid>
		<description>That&#039;s a tricky one. You might want to try overriding the views using get_urls in the ModelAdmin:

https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.get_urls. 

Once you override it you can do your own permission checks and then call the parent view. Start there and dig deeper. In my case we hardly ever used the Django Admin.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a tricky one. You might want to try overriding the views using get_urls in the ModelAdmin:</p>
<p><a href="https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.get_urls" rel="nofollow">https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.get_urls</a>. </p>
<p>Once you override it you can do your own permission checks and then call the parent view. Start there and dig deeper. In my case we hardly ever used the Django Admin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a custom Http403 exception in Django by Siva</title>
		<link>http://theglenbot.com/creating-a-custom-http403-exception-in-django/#comment-462</link>
		<dc:creator>Siva</dc:creator>
		<pubDate>Mon, 31 Oct 2011 15:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://glenbot/?p=7#comment-462</guid>
		<description>If I don&#039;t have permission in django admin, it will throw plain &quot;Permission Denied&quot; page. Can I use the above solution for customizing that also?</description>
		<content:encoded><![CDATA[<p>If I don&#8217;t have permission in django admin, it will throw plain &#8220;Permission Denied&#8221; page. Can I use the above solution for customizing that also?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSH to AWS using Fabric (python) by Martin</title>
		<link>http://theglenbot.com/ssh-to-aws-using-fabric-python/#comment-435</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 19 Sep 2011 06:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://theglenbot.com/?p=153#comment-435</guid>
		<description>Saved the day! Many thanks.</description>
		<content:encoded><![CDATA[<p>Saved the day! Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a custom Http403 exception in Django by cocobuster</title>
		<link>http://theglenbot.com/creating-a-custom-http403-exception-in-django/#comment-432</link>
		<dc:creator>cocobuster</dc:creator>
		<pubDate>Sat, 03 Sep 2011 17:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://glenbot/?p=7#comment-432</guid>
		<description>Usefull thanks</description>
		<content:encoded><![CDATA[<p>Usefull thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Import MySQL database with progress bar in shell script by glenbot</title>
		<link>http://theglenbot.com/import-mysql-database-with-progress-bar-in-shell-script/#comment-426</link>
		<dc:creator>glenbot</dc:creator>
		<pubDate>Thu, 28 Jul 2011 12:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://theglenbot.com/?p=188#comment-426</guid>
		<description>Thanks for catching that. Updated.</description>
		<content:encoded><![CDATA[<p>Thanks for catching that. Updated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 1.994 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-19 04:28:52 -->

