<?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 Sorressean&#039;s blog</title>
	<atom:link href="http://tds-solutions.net/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://tds-solutions.net/blog</link>
	<description>Sorressean&#039;s ramblings.</description>
	<lastBuildDate>Fri, 13 Jan 2012 00:57:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on DLLs:A brief overview by Brandon McGinty-Carroll</title>
		<link>http://tds-solutions.net/blog/?p=124&#038;cpage=1#comment-1787</link>
		<dc:creator>Brandon McGinty-Carroll</dc:creator>
		<pubDate>Fri, 13 Jan 2012 00:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://tds-solutions.net/blog/?p=124#comment-1787</guid>
		<description>Exelent intro and overview. Concise, simple, well thought out, and well written.</description>
		<content:encoded><![CDATA[<p>Exelent intro and overview. Concise, simple, well thought out, and well written.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on a few updates. by Doc wright</title>
		<link>http://tds-solutions.net/blog/?p=47&#038;cpage=1#comment-1635</link>
		<dc:creator>Doc wright</dc:creator>
		<pubDate>Sun, 10 Jul 2011 07:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://tds-solutions.net/blog/?p=47#comment-1635</guid>
		<description>I am in audio production. If i can help at all when you are ready to create your audio files for your game let me know. Also, How did you contact quentinC? everything I&#039;ve tried bounces back.</description>
		<content:encoded><![CDATA[<p>I am in audio production. If i can help at all when you are ready to create your audio files for your game let me know. Also, How did you contact quentinC? everything I&#8217;ve tried bounces back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Securing SSH by Charles</title>
		<link>http://tds-solutions.net/blog/?p=59&#038;cpage=1#comment-1634</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Tue, 05 Jul 2011 17:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://tds-solutions.net/blog/?p=59#comment-1634</guid>
		<description>You should consider using 2 Factor authentication with your SSH connections. 

http://code.google.com/p/google-authenticator/

I have written a small guide about it on my blog.</description>
		<content:encoded><![CDATA[<p>You should consider using 2 Factor authentication with your SSH connections. </p>
<p><a href="http://code.google.com/p/google-authenticator/" rel="nofollow">http://code.google.com/p/google-authenticator/</a></p>
<p>I have written a small guide about it on my blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Securing SSH by Chris Brannon</title>
		<link>http://tds-solutions.net/blog/?p=59&#038;cpage=1#comment-1620</link>
		<dc:creator>Chris Brannon</dc:creator>
		<pubDate>Fri, 20 May 2011 15:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://tds-solutions.net/blog/?p=59#comment-1620</guid>
		<description>Nice article.

Also, if you wish to require public key authentication, be sure
that ChallengeResponseAuthentication is disabled.
It is sometimes enabled by default.

When I set up a new sshd, I&#039;m also conscientious about testing my config.
E.G., I try logging into the server from an account which does not have
my private key.  This assures me that public key authentication is,
in fact, required by the server.</description>
		<content:encoded><![CDATA[<p>Nice article.</p>
<p>Also, if you wish to require public key authentication, be sure<br />
that ChallengeResponseAuthentication is disabled.<br />
It is sometimes enabled by default.</p>
<p>When I set up a new sshd, I&#8217;m also conscientious about testing my config.<br />
E.G., I try logging into the server from an account which does not have<br />
my private key.  This assures me that public key authentication is,<br />
in fact, required by the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux permissions uncovered by James Scholes</title>
		<link>http://tds-solutions.net/blog/?p=62&#038;cpage=1#comment-1619</link>
		<dc:creator>James Scholes</dc:creator>
		<pubDate>Sun, 15 May 2011 10:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://tds-solutions.net/blog/?p=62#comment-1619</guid>
		<description>&lt;blockquote&gt;The chgrp command takes the syntax chgrp group user.&lt;/blockquote&gt;
Typo.  chgrp group filename is the correct syntax.</description>
		<content:encoded><![CDATA[<blockquote><p>The chgrp command takes the syntax chgrp group user.</p></blockquote>
<p>Typo.  chgrp group filename is the correct syntax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux permissions uncovered by Sorressean</title>
		<link>http://tds-solutions.net/blog/?p=62&#038;cpage=1#comment-1617</link>
		<dc:creator>Sorressean</dc:creator>
		<pubDate>Sun, 15 May 2011 04:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://tds-solutions.net/blog/?p=62#comment-1617</guid>
		<description>chmod 777 and 666 have their purposes, just sort of depends. sometimes you&#039;ll want 666 (readable and writable by all), or 555 (readable and executable by all) more than 777, though.</description>
		<content:encoded><![CDATA[<p>chmod 777 and 666 have their purposes, just sort of depends. sometimes you&#8217;ll want 666 (readable and writable by all), or 555 (readable and executable by all) more than 777, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux permissions uncovered by Storm</title>
		<link>http://tds-solutions.net/blog/?p=62&#038;cpage=1#comment-1616</link>
		<dc:creator>Storm</dc:creator>
		<pubDate>Sun, 15 May 2011 03:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://tds-solutions.net/blog/?p=62#comment-1616</guid>
		<description>This is awesome. I have it bookmarked for a quick reference on permissions. The only thing I would have added is a warning to pretty much never use chmod 777 because it leaves a file wide open to anyone.</description>
		<content:encoded><![CDATA[<p>This is awesome. I have it bookmarked for a quick reference on permissions. The only thing I would have added is a warning to pretty much never use chmod 777 because it leaves a file wide open to anyone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Securing SSH by Kerry Hoath</title>
		<link>http://tds-solutions.net/blog/?p=59&#038;cpage=1#comment-1614</link>
		<dc:creator>Kerry Hoath</dc:creator>
		<pubDate>Sat, 14 May 2011 00:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://tds-solutions.net/blog/?p=59#comment-1614</guid>
		<description>2 small things, fail2ban is worth looking at for resisting brute force attacks however it does require iptables on the machine in question. Also the preferred way to copy an ssh key is to use ssh-copy-id but don&#039;t worry too much I&#039;ve been using ssh for 10 years and found out about this command 2 weeks ago.</description>
		<content:encoded><![CDATA[<p>2 small things, fail2ban is worth looking at for resisting brute force attacks however it does require iptables on the machine in question. Also the preferred way to copy an ssh key is to use ssh-copy-id but don&#8217;t worry too much I&#8217;ve been using ssh for 10 years and found out about this command 2 weeks ago.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vinux: my thoughts on the project. by Sorressean</title>
		<link>http://tds-solutions.net/blog/?p=50&#038;cpage=1#comment-1607</link>
		<dc:creator>Sorressean</dc:creator>
		<pubDate>Mon, 02 May 2011 12:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://tds-solutions.net/blog/?p=50#comment-1607</guid>
		<description>Chris:
If you were serious about this minimalist arch cd, I&#039;d love to help out. Summer starts in about two weeks, if you want any help. I&#039;ll speak to you more on IRC.</description>
		<content:encoded><![CDATA[<p>Chris:<br />
If you were serious about this minimalist arch cd, I&#8217;d love to help out. Summer starts in about two weeks, if you want any help. I&#8217;ll speak to you more on IRC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vinux: my thoughts on the project. by Chris Brannon</title>
		<link>http://tds-solutions.net/blog/?p=50&#038;cpage=1#comment-1606</link>
		<dc:creator>Chris Brannon</dc:creator>
		<pubDate>Mon, 02 May 2011 12:18:57 +0000</pubDate>
		<guid isPermaLink="false">http://tds-solutions.net/blog/?p=50#comment-1606</guid>
		<description>If someone has the time and inclination,
why not create a minimalist live CD with gnome, orca, and all that jazz,
but based around ArchLinux, instead of Ubuntu?
Someone could take the current TalkingArch, such as it is, and build
this kind of environment around it.
The ArchLinux build scripts aren&#039;t too hard to understand,
and the build process for TalkingArch is documented.
Start here:
http://the-brannons.com/tarchblog/building-made-simple.html
And continue with
http://the-brannons.com/README.building
So who wants to work with me?

And yes, I&#039;m definitely a fan of the CLI.  That&#039;s a topic for another
day.  Maybe I should go blog about it on my own blog...</description>
		<content:encoded><![CDATA[<p>If someone has the time and inclination,<br />
why not create a minimalist live CD with gnome, orca, and all that jazz,<br />
but based around ArchLinux, instead of Ubuntu?<br />
Someone could take the current TalkingArch, such as it is, and build<br />
this kind of environment around it.<br />
The ArchLinux build scripts aren&#8217;t too hard to understand,<br />
and the build process for TalkingArch is documented.<br />
Start here:<br />
<a href="http://the-brannons.com/tarchblog/building-made-simple.html" rel="nofollow">http://the-brannons.com/tarchblog/building-made-simple.html</a><br />
And continue with<br />
<a href="http://the-brannons.com/README.building" rel="nofollow">http://the-brannons.com/README.building</a><br />
So who wants to work with me?</p>
<p>And yes, I&#8217;m definitely a fan of the CLI.  That&#8217;s a topic for another<br />
day.  Maybe I should go blog about it on my own blog&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

