<?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 on: Usenet binaries with Linux tutorial</title>
	<atom:link href="http://altbin.net/2005/12/usenet-binaries-with-linux-tutorial.html/feed" rel="self" type="application/rss+xml" />
	<link>http://altbin.net/2005/12/usenet-binaries-with-linux-tutorial.html</link>
	<description>The complete reference about alt.binaries newsgroups on usenet</description>
	<lastBuildDate>Fri, 11 Sep 2009 12:28:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Yahya Bene Dicere</title>
		<link>http://altbin.net/2005/12/usenet-binaries-with-linux-tutorial.html/comment-page-1#comment-57</link>
		<dc:creator>Yahya Bene Dicere</dc:creator>
		<pubDate>Fri, 29 Aug 2008 11:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://altbin.net/usenet-binaries-with-linux-tutorial/#comment-57</guid>
		<description>knewspost 1.1-1 version seems to work fine although i followed some advice from &lt;br/&gt;&lt;br/&gt;http://ubuntuforums.org/showthread.php?t=691892 and found that posting from the command line is really sexy and fast. Same with archiving and many other things.&lt;br/&gt;&lt;br/&gt;You can get knewspost from sourceforge via this http://fr2.rpmfind.net/linux/rpm2html/search.php?query=knewspost</description>
		<content:encoded><![CDATA[<p>knewspost 1.1-1 version seems to work fine although i followed some advice from </p>
<p><a href="http://ubuntuforums.org/showthread.php?t=691892" rel="nofollow">http://ubuntuforums.org/showthread.php?t=691892</a> and found that posting from the command line is really sexy and fast. Same with archiving and many other things.</p>
<p>You can get knewspost from sourceforge via this <a href="http://fr2.rpmfind.net/linux/rpm2html/search.php?query=knewspost" rel="nofollow">http://fr2.rpmfind.net/linux/rpm2html/search.php?query=knewspost</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://altbin.net/2005/12/usenet-binaries-with-linux-tutorial.html/comment-page-1#comment-56</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 20 Aug 2008 02:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://altbin.net/usenet-binaries-with-linux-tutorial/#comment-56</guid>
		<description>hellanzb will do most of that automatically.</description>
		<content:encoded><![CDATA[<p>hellanzb will do most of that automatically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://altbin.net/2005/12/usenet-binaries-with-linux-tutorial.html/comment-page-1#comment-55</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 10 Jul 2008 08:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://altbin.net/usenet-binaries-with-linux-tutorial/#comment-55</guid>
		<description>For linux I recommend the URD package to download binaries. Check out http://www.urdland.com</description>
		<content:encoded><![CDATA[<p>For linux I recommend the URD package to download binaries. Check out <a href="http://www.urdland.com" rel="nofollow">http://www.urdland.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://altbin.net/2005/12/usenet-binaries-with-linux-tutorial.html/comment-page-1#comment-52</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 20 Apr 2008 12:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://altbin.net/usenet-binaries-with-linux-tutorial/#comment-52</guid>
		<description>Oh dear, I boo-booed.&lt;br/&gt;&lt;br/&gt;Please *disregard* my comment (1) in the previous post.&lt;br/&gt;&lt;br/&gt;You should indeed put wildcards in the globbing statement - I must have ended up  repairing more files than I needed to!&lt;br/&gt;&lt;br/&gt;So:&lt;br/&gt;&lt;br/&gt;$ cat filestem.avi.[0-9][0-9][0-9] &gt;filestem.avi&lt;br/&gt;&lt;br/&gt;is quite correct.&lt;br/&gt;&lt;br/&gt;Sorry!</description>
		<content:encoded><![CDATA[<p>Oh dear, I boo-booed.</p>
<p>Please *disregard* my comment (1) in the previous post.</p>
<p>You should indeed put wildcards in the globbing statement &#8211; I must have ended up  repairing more files than I needed to!</p>
<p>So:</p>
<p>$ cat filestem.avi.[0-9][0-9][0-9] >filestem.avi</p>
<p>is quite correct.</p>
<p>Sorry!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://altbin.net/2005/12/usenet-binaries-with-linux-tutorial.html/comment-page-1#comment-51</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 18 Apr 2008 23:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://altbin.net/usenet-binaries-with-linux-tutorial/#comment-51</guid>
		<description>Also:&lt;br/&gt;&lt;br/&gt;1. Concerning joining parts on the commandline:&lt;br/&gt;&lt;br/&gt;I find if all the parts and par files are in their own directory, there&#039;s no need to  put wildcards in the glob expression.  The shell (bash in my case) seems to know I&#039;m talking about numeric globbing only.  So I just do:&lt;br/&gt;&lt;br/&gt;$ cd thatdirectory&lt;br/&gt;$ cat somefile.avi.* &gt;somefile.avi&lt;br/&gt;&lt;br/&gt;Never have any problems - the shell ignores the par2-ending files etc.&lt;br/&gt;&lt;br/&gt;Be sure to put quotes around the filenames if they contain spaces, and use double quotes if these contain parentheses (Windows people will put all kinds of garbage in filenames!).&lt;br/&gt;&lt;br/&gt;2. Concerning parts that are in fact  split rar archive parts:  there seems to be a typo in the article.  &lt;br/&gt;&lt;br/&gt;When rar itself makes split archives, the digits get put between the filestem and the &quot;rar&quot; suffix.  So it&#039;s quite obvious:&lt;br/&gt;&lt;br/&gt;somefile.001.rar&lt;br/&gt;somefile.002.rar&lt;br/&gt;somefile.003.rar&lt;br/&gt;etc&lt;br/&gt;&lt;br/&gt;and not as the author says.  if it looks like somefile.rar.001 etc then the archive was made with rar and subsequently split with something else.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Combine and extract with:&lt;br/&gt;&lt;br/&gt;$ rar x somefile.001.rar&lt;br/&gt;&lt;br/&gt;I recommend using x not e because this will preserve any directory structures/paths inside the archive. Files may have been neatly organized into folders, but you&#039;ll lose all that with e.</description>
		<content:encoded><![CDATA[<p>Also:</p>
<p>1. Concerning joining parts on the commandline:</p>
<p>I find if all the parts and par files are in their own directory, there&#8217;s no need to  put wildcards in the glob expression.  The shell (bash in my case) seems to know I&#8217;m talking about numeric globbing only.  So I just do:</p>
<p>$ cd thatdirectory<br />$ cat somefile.avi.* >somefile.avi</p>
<p>Never have any problems &#8211; the shell ignores the par2-ending files etc.</p>
<p>Be sure to put quotes around the filenames if they contain spaces, and use double quotes if these contain parentheses (Windows people will put all kinds of garbage in filenames!).</p>
<p>2. Concerning parts that are in fact  split rar archive parts:  there seems to be a typo in the article.  </p>
<p>When rar itself makes split archives, the digits get put between the filestem and the &#8220;rar&#8221; suffix.  So it&#8217;s quite obvious:</p>
<p>somefile.001.rar<br />somefile.002.rar<br />somefile.003.rar<br />etc</p>
<p>and not as the author says.  if it looks like somefile.rar.001 etc then the archive was made with rar and subsequently split with something else.</p>
<p>Combine and extract with:</p>
<p>$ rar x somefile.001.rar</p>
<p>I recommend using x not e because this will preserve any directory structures/paths inside the archive. Files may have been neatly organized into folders, but you&#8217;ll lose all that with e.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://altbin.net/2005/12/usenet-binaries-with-linux-tutorial.html/comment-page-1#comment-50</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 18 Apr 2008 23:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://altbin.net/usenet-binaries-with-linux-tutorial/#comment-50</guid>
		<description>A few followup notes:&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;1. I thought rar 4.41 for linux was shareware.  Needs checking, but I have a suspicion there isn&#039;t an obligation to buy.&lt;br/&gt;&lt;br/&gt;2. Pan2 still is lacking in some ways,  but it&#039;s all there really is as a half-decent native binary GUI newsreader for linux. It has got a lot right, so it&#039;s getting there. It&#039;s fine for relatively light use, or if you can get used to its quirks.  It will improve.&lt;br/&gt;&lt;br/&gt;3. Forte Agent runs well under the current wine release in linux.  XNews also runs well under wine but requires the following dlls from a WinXP install to be copied into the XNews root directory: comctl32.dll, ole32.dll, oleaut32.dll, riched20.dll, riched32.dll.  Run winecfg and set those libraries as &#039;native&#039;.&lt;br/&gt;&lt;br/&gt;Forte Agent should be installed in the ~/.wine/drive_c/Program Files directory.  XNews should be installed in ~/.wine/drive_c  (not sure how important that is).&lt;br/&gt;&lt;br/&gt;I&#039;ve heard QuickPar (free) also runs under wine but haven&#039;t tested this. In any event Peter Brian Clements&#039; par2cmdline utilities for linux work very well: &lt;br/&gt;http://parchive.sourceforge.net  There are precompiled binaries in Debian repos and probably elsewhere.&lt;br/&gt;&lt;br/&gt;4. LUCY sucks the sweat off dead donkey balls unfortunately.&lt;br/&gt;&lt;br/&gt;5. Newsmangler (commandline, Python) is fine for posting binaries.</description>
		<content:encoded><![CDATA[<p>A few followup notes:</p>
<p>1. I thought rar 4.41 for linux was shareware.  Needs checking, but I have a suspicion there isn&#8217;t an obligation to buy.</p>
<p>2. Pan2 still is lacking in some ways,  but it&#8217;s all there really is as a half-decent native binary GUI newsreader for linux. It has got a lot right, so it&#8217;s getting there. It&#8217;s fine for relatively light use, or if you can get used to its quirks.  It will improve.</p>
<p>3. Forte Agent runs well under the current wine release in linux.  XNews also runs well under wine but requires the following dlls from a WinXP install to be copied into the XNews root directory: comctl32.dll, ole32.dll, oleaut32.dll, riched20.dll, riched32.dll.  Run winecfg and set those libraries as &#8216;native&#8217;.</p>
<p>Forte Agent should be installed in the ~/.wine/drive_c/Program Files directory.  XNews should be installed in ~/.wine/drive_c  (not sure how important that is).</p>
<p>I&#8217;ve heard QuickPar (free) also runs under wine but haven&#8217;t tested this. In any event Peter Brian Clements&#8217; par2cmdline utilities for linux work very well: <br /><a href="http://parchive.sourceforge.net" rel="nofollow">http://parchive.sourceforge.net</a>  There are precompiled binaries in Debian repos and probably elsewhere.</p>
<p>4. LUCY sucks the sweat off dead donkey balls unfortunately.</p>
<p>5. Newsmangler (commandline, Python) is fine for posting binaries.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThynksDepot</title>
		<link>http://altbin.net/2005/12/usenet-binaries-with-linux-tutorial.html/comment-page-1#comment-48</link>
		<dc:creator>ThynksDepot</dc:creator>
		<pubDate>Wed, 26 Mar 2008 17:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://altbin.net/usenet-binaries-with-linux-tutorial/#comment-48</guid>
		<description>Great Info! Thank you&lt;a HREF=&quot;http://newsdemon.com&quot; REL=&quot;nofollow&quot;&gt;!&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Great Info! Thank you<a HREF="http://newsdemon.com" REL="nofollow">!</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://altbin.net/2005/12/usenet-binaries-with-linux-tutorial.html/comment-page-1#comment-46</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Mon, 25 Feb 2008 04:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://altbin.net/usenet-binaries-with-linux-tutorial/#comment-46</guid>
		<description>Even though PAN and every other Linux nntp reader I know of do not support SSL directly, you can use the daemon `stunnel` to create a pipe. Your stunnel.conf file will look something like:&lt;br/&gt;&lt;br/&gt;---&lt;br/&gt;&lt;br/&gt;client = yes&lt;br/&gt;&lt;br/&gt;[nntp.client]&lt;br/&gt;accept = 127.0.0.1:119&lt;br/&gt;connect = {your nntp server}:563&lt;br/&gt;&lt;br/&gt;---&lt;br/&gt;&lt;br/&gt;Then, you can point your client to localhost, and stunnel will handle the ssl connection to the actual server.</description>
		<content:encoded><![CDATA[<p>Even though PAN and every other Linux nntp reader I know of do not support SSL directly, you can use the daemon `stunnel` to create a pipe. Your stunnel.conf file will look something like:</p>
<p>&#8212;</p>
<p>client = yes</p>
<p>[nntp.client]<br />accept = 127.0.0.1:119<br />connect = {your nntp server}:563</p>
<p>&#8212;</p>
<p>Then, you can point your client to localhost, and stunnel will handle the ssl connection to the actual server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://altbin.net/2005/12/usenet-binaries-with-linux-tutorial.html/comment-page-1#comment-44</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 17 Feb 2008 21:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://altbin.net/usenet-binaries-with-linux-tutorial/#comment-44</guid>
		<description>1. STIC (&#039;some tools for image collectors&#039;) is a set of commandline linux utilities for managing &#039;an unreasonable amount&#039;  of images, including downloading from and posting to usenet with yEnc encoding, and much more.&lt;br/&gt;&lt;br/&gt;Includes an interesting-sounding utility called &#039;similar&#039;, which somehow is supposed to find images that are similar in content (including duplicates).&lt;br/&gt;&lt;br/&gt;I haven&#039;t tried stic (looks much more  than I need), but it might warrant exploration for anyone seriously into usenet images.&lt;br/&gt;&lt;br/&gt;http://stic.sourceforge.net/&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;2. LUCY is a Perl commandline newsreader and poster.&lt;br/&gt;&lt;br/&gt;http://www.geniegate.com/other/lucy/&lt;br/&gt;&lt;br/&gt;Again, I haven&#039;t tried this yet (may do) and post this fyi, since I&#039;m happy with newsmangler for posting.</description>
		<content:encoded><![CDATA[<p>1. STIC (&#8217;some tools for image collectors&#8217;) is a set of commandline linux utilities for managing &#8216;an unreasonable amount&#8217;  of images, including downloading from and posting to usenet with yEnc encoding, and much more.</p>
<p>Includes an interesting-sounding utility called &#8217;similar&#8217;, which somehow is supposed to find images that are similar in content (including duplicates).</p>
<p>I haven&#8217;t tried stic (looks much more  than I need), but it might warrant exploration for anyone seriously into usenet images.</p>
<p><a href="http://stic.sourceforge.net/" rel="nofollow">http://stic.sourceforge.net/</a></p>
<p>2. LUCY is a Perl commandline newsreader and poster.</p>
<p><a href="http://www.geniegate.com/other/lucy/" rel="nofollow">http://www.geniegate.com/other/lucy/</a></p>
<p>Again, I haven&#8217;t tried this yet (may do) and post this fyi, since I&#8217;m happy with newsmangler for posting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://altbin.net/2005/12/usenet-binaries-with-linux-tutorial.html/comment-page-1#comment-43</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 17 Feb 2008 20:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://altbin.net/usenet-binaries-with-linux-tutorial/#comment-43</guid>
		<description>Newsmangler is available here:&lt;br/&gt;&lt;br/&gt;http://www.madcowdisease.org/mcd/newsmangler&lt;br/&gt;&lt;br/&gt;Does work quite well.</description>
		<content:encoded><![CDATA[<p>Newsmangler is available here:</p>
<p><a href="http://www.madcowdisease.org/mcd/newsmangler" rel="nofollow">http://www.madcowdisease.org/mcd/newsmangler</a></p>
<p>Does work quite well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
