<?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 No Tagline</title>
	<atom:link href="http://devlogic.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://devlogic.org</link>
	<description>No purpose, either.</description>
	<lastBuildDate>Mon, 02 Jan 2012 22:52:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Enabling SSH on Dell PowerConnect Switches by devlogic</title>
		<link>http://devlogic.org/2010/09/23/enabling-ssh-on-dell-powerconnect-switches/comment-page-1/#comment-2087</link>
		<dc:creator>devlogic</dc:creator>
		<pubDate>Mon, 02 Jan 2012 22:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://devlogic.org/?p=830#comment-2087</guid>
		<description>Incidentally, if you DO have a aaa server, here&#039;s part of what one of my active configs looks like (the important part, of course):

aaa authentication login default tacacs local 
enable password level 15 123123123123123123 encrypted
username admin password 123123123123123123 level 15 encrypted
ip ssh server
tacacs-server host 1.1.1.1 key i.shared.this


But getting the ssh server to run is just the two commands in the article. Assigning a management IP, setting up user accounts, and any other operational steps are left as exercises for the reader.</description>
		<content:encoded><![CDATA[<p>Incidentally, if you DO have a aaa server, here&#8217;s part of what one of my active configs looks like (the important part, of course):</p>
<p>aaa authentication login default tacacs local<br />
enable password level 15 123123123123123123 encrypted<br />
username admin password 123123123123123123 level 15 encrypted<br />
ip ssh server<br />
tacacs-server host 1.1.1.1 key i.shared.this</p>
<p>But getting the ssh server to run is just the two commands in the article. Assigning a management IP, setting up user accounts, and any other operational steps are left as exercises for the reader.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enabling SSH on Dell PowerConnect Switches by Viktor Andeke</title>
		<link>http://devlogic.org/2010/09/23/enabling-ssh-on-dell-powerconnect-switches/comment-page-1/#comment-2086</link>
		<dc:creator>Viktor Andeke</dc:creator>
		<pubDate>Wed, 21 Dec 2011 19:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://devlogic.org/?p=830#comment-2086</guid>
		<description>Thank you, thank you...</description>
		<content:encoded><![CDATA[<p>Thank you, thank you&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Comic Viewer by devlogic</title>
		<link>http://devlogic.org/2008/08/29/php-comic-viewer/comment-page-1/#comment-2064</link>
		<dc:creator>devlogic</dc:creator>
		<pubDate>Tue, 10 Aug 2010 19:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://devlogic.org/?p=607#comment-2064</guid>
		<description>It&#039;s at the limit of what I wanted to do with it, so I&#039;ve pretty much ceased development on the project. All of the latest source code is on SourceForge CVS/SVN.</description>
		<content:encoded><![CDATA[<p>It&#8217;s at the limit of what I wanted to do with it, so I&#8217;ve pretty much ceased development on the project. All of the latest source code is on SourceForge CVS/SVN.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Comic Viewer by Jay</title>
		<link>http://devlogic.org/2008/08/29/php-comic-viewer/comment-page-1/#comment-2063</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Tue, 27 Jul 2010 17:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://devlogic.org/?p=607#comment-2063</guid>
		<description>Have you abandoned this project? I&#039;d love to use even the base of what you have done.</description>
		<content:encoded><![CDATA[<p>Have you abandoned this project? I&#8217;d love to use even the base of what you have done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I&#8217;m a daddy! by Anne</title>
		<link>http://devlogic.org/2009/08/15/im-a-daddy/comment-page-1/#comment-2055</link>
		<dc:creator>Anne</dc:creator>
		<pubDate>Sun, 16 Aug 2009 02:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://devlogic.org/?p=801#comment-2055</guid>
		<description>She&#039;s so pretty!  I am so happy for you!</description>
		<content:encoded><![CDATA[<p>She&#8217;s so pretty!  I am so happy for you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IPP and mDNS via avahi on Debian by robl</title>
		<link>http://devlogic.org/2007/03/03/ipp-and-mdns-via-avahi-on-debian/comment-page-1/#comment-2054</link>
		<dc:creator>robl</dc:creator>
		<pubDate>Sat, 01 Aug 2009 23:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://devlogic.org/2007/03/03/ipp-and-mdns-via-avahi-on-debian/#comment-2054</guid>
		<description>update: I just discovered, that CUPS nowadays (that is v. 1.3.8) comes with built-in avahi support. So if you specify this

# Enable printer sharing and shared printers.
Browsing On
BrowseOrder allow,deny
BrowseAllow @LOCAL
BrowseAddress @LOCAL
BrowseProtocols dnssd
BrowseLocalProtocols dnssd
BrowseRemoteProtocols dnssd

in your cupsd.conf, all your CUPS printers will get published by default. The downside however is, that if you - like me - have afp netatalk file shares residing on your server, you still have to run a standalone avahi server to publish those. Unfortunately the built-in and the standalone one seem to interfere with each other: if I restart avahi, my cups printers disappear... guess they perturb each other, depending on the time they&#039;ve been started up :&#039;(. Would be sweet if anyone knew how to make them play along, because the natively shared CUPS printers seem to be very tightly integrated, i.e. you don&#039;t even have to install drivers at your side but can use the ones on the server side.</description>
		<content:encoded><![CDATA[<p>update: I just discovered, that CUPS nowadays (that is v. 1.3.8) comes with built-in avahi support. So if you specify this</p>
<p># Enable printer sharing and shared printers.<br />
Browsing On<br />
BrowseOrder allow,deny<br />
BrowseAllow @LOCAL<br />
BrowseAddress @LOCAL<br />
BrowseProtocols dnssd<br />
BrowseLocalProtocols dnssd<br />
BrowseRemoteProtocols dnssd</p>
<p>in your cupsd.conf, all your CUPS printers will get published by default. The downside however is, that if you &#8211; like me &#8211; have afp netatalk file shares residing on your server, you still have to run a standalone avahi server to publish those. Unfortunately the built-in and the standalone one seem to interfere with each other: if I restart avahi, my cups printers disappear&#8230; guess they perturb each other, depending on the time they&#8217;ve been started up :&#8217;(. Would be sweet if anyone knew how to make them play along, because the natively shared CUPS printers seem to be very tightly integrated, i.e. you don&#8217;t even have to install drivers at your side but can use the ones on the server side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IPP and mDNS via avahi on Debian by robl</title>
		<link>http://devlogic.org/2007/03/03/ipp-and-mdns-via-avahi-on-debian/comment-page-1/#comment-2053</link>
		<dc:creator>robl</dc:creator>
		<pubDate>Sat, 01 Aug 2009 22:49:03 +0000</pubDate>
		<guid isPermaLink="false">http://devlogic.org/2007/03/03/ipp-and-mdns-via-avahi-on-debian/#comment-2053</guid>
		<description>Thank you SO much, been wasting 2 full evenings with this... first trying to get it working with netatalk (it didn&#039;t... despite cupsauotadd and such) and after that directly though avahi, which now actually works thanks to you ;). How did you know it was the txt records? They are nowhere explained in detail and I guess you have to know your way around DNS yourself... would love to know what those mean though. Did you change anything in the cupsd.conf?</description>
		<content:encoded><![CDATA[<p>Thank you SO much, been wasting 2 full evenings with this&#8230; first trying to get it working with netatalk (it didn&#8217;t&#8230; despite cupsauotadd and such) and after that directly though avahi, which now actually works thanks to you ;). How did you know it was the txt records? They are nowhere explained in detail and I guess you have to know your way around DNS yourself&#8230; would love to know what those mean though. Did you change anything in the cupsd.conf?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sewing for Guys: Project Equipment &#8211; The Pattern by devlogic</title>
		<link>http://devlogic.org/2009/05/31/sewing-for-guys-project-equipment-the-pattern/comment-page-1/#comment-2033</link>
		<dc:creator>devlogic</dc:creator>
		<pubDate>Mon, 01 Jun 2009 15:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://devlogic.org/?p=718#comment-2033</guid>
		<description>Generally, you cut the pattern pieces out of the tissue before you pin them to the (uncut) fabric. There&#039;s a cutting diagram as part of the instructions, that tells you how to lay the pieces out on the fabric in an efficient manner (to minimize wasted fabric).

Sometimes, if the pattern pieces have multiple sizes on the same physical piece of paper and you want to be able to make a different size in the future (usually there are several slightly different curved lines, one for each size), you&#039;ll cut around the whole lot of &#039;em, leaving a blank margin around the lines where they&#039;re different, mark the lines for the size you want using a chalk wheel and then fold the pattern back before cutting the fabric.</description>
		<content:encoded><![CDATA[<p>Generally, you cut the pattern pieces out of the tissue before you pin them to the (uncut) fabric. There&#8217;s a cutting diagram as part of the instructions, that tells you how to lay the pieces out on the fabric in an efficient manner (to minimize wasted fabric).</p>
<p>Sometimes, if the pattern pieces have multiple sizes on the same physical piece of paper and you want to be able to make a different size in the future (usually there are several slightly different curved lines, one for each size), you&#8217;ll cut around the whole lot of &#8216;em, leaving a blank margin around the lines where they&#8217;re different, mark the lines for the size you want using a chalk wheel and then fold the pattern back before cutting the fabric.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sewing for Guys: Project Equipment &#8211; The Pattern by Katelyn</title>
		<link>http://devlogic.org/2009/05/31/sewing-for-guys-project-equipment-the-pattern/comment-page-1/#comment-2032</link>
		<dc:creator>Katelyn</dc:creator>
		<pubDate>Mon, 01 Jun 2009 13:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://devlogic.org/?p=718#comment-2032</guid>
		<description>Probably a dumb question but I realized I didn&#039;t know after we were going through all those patterns... do you actually cut the tissue paper while you are cutting the fabric? I have watched videos where they do but it seems like such a waste of the pattern... is there a way around that?</description>
		<content:encoded><![CDATA[<p>Probably a dumb question but I realized I didn&#8217;t know after we were going through all those patterns&#8230; do you actually cut the tissue paper while you are cutting the fabric? I have watched videos where they do but it seems like such a waste of the pattern&#8230; is there a way around that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on links for 2009-05-28 by Katelyn</title>
		<link>http://devlogic.org/2009/05/29/links-for-2009-05-28/comment-page-1/#comment-2024</link>
		<dc:creator>Katelyn</dc:creator>
		<pubDate>Fri, 29 May 2009 23:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://devlogic.org/2009/05/29/links-for-2009-05-28/#comment-2024</guid>
		<description>Thanks for sharing the Just Bento link! Helpful</description>
		<content:encoded><![CDATA[<p>Thanks for sharing the Just Bento link! Helpful</p>
]]></content:encoded>
	</item>
</channel>
</rss>

