<?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: Generate Random Passwords on the Linux Command Line</title>
	<atom:link href="http://tuxtraining.com/2008/09/01/generate-random-passwords-on-the-linux-command-line/feed" rel="self" type="application/rss+xml" />
	<link>http://tuxtraining.com/2008/09/01/generate-random-passwords-on-the-linux-command-line</link>
	<description></description>
	<lastBuildDate>Mon, 03 Aug 2009 07:34:04 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: B Alexander</title>
		<link>http://tuxtraining.com/2008/09/01/generate-random-passwords-on-the-linux-command-line/comment-page-1#comment-1485</link>
		<dc:creator>B Alexander</dc:creator>
		<pubDate>Fri, 05 Sep 2008 12:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtraining.com/?p=467#comment-1485</guid>
		<description>Great tip. Depending on your requirements, a better command line might be 

head -c8 /dev/random &#124; uuencode -m - &#124; sed -n &#039;2s/=*$//;2p&#039;

since this also includes special characters.</description>
		<content:encoded><![CDATA[<p>Great tip. Depending on your requirements, a better command line might be </p>
<p>head -c8 /dev/random | uuencode -m &#8211; | sed -n &#8216;2s/=*$//;2p&#8217;</p>
<p>since this also includes special characters.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
