<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>admin password</title>
	<atom:link href="http://adminpassword.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://adminpassword.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 07 Oct 2009 17:28:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='adminpassword.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>admin password</title>
		<link>http://adminpassword.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://adminpassword.wordpress.com/osd.xml" title="admin password" />
	<atom:link rel='hub' href='http://adminpassword.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Simple Script &#8211; Loop with Execute</title>
		<link>http://adminpassword.wordpress.com/2009/06/19/simple-script-loop-with-execute/</link>
		<comments>http://adminpassword.wordpress.com/2009/06/19/simple-script-loop-with-execute/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 19:56:54 +0000</pubDate>
		<dc:creator>adminpassword</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adminpassword.wordpress.com/?p=63</guid>
		<description><![CDATA[simple unix loop for mv in first second third; do echo `date &#124; awk {'print $1'}` $mv; done Fri first Fri second Fri third Another one for monitoring the size of a file: while :; do ls -l myfile.txt &#124; nawk '{if ($5 &#62; 70000) print $5 "\a" }'; sleep 5; done<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adminpassword.wordpress.com&amp;blog=7699567&amp;post=63&amp;subd=adminpassword&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
simple unix loop</p>
<pre>
for mv in first second third; do echo `date | awk {'print $1'}` $mv; done</pre>
</div>
<p>Fri first<br />
Fri second<br />
Fri third</p>
<p>Another one for monitoring the size of a file:</p>
<pre>
while :; do ls -l myfile.txt | nawk '{if ($5 &gt; 70000) print $5 "\a"  }'; sleep 5; done
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/adminpassword.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/adminpassword.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/adminpassword.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/adminpassword.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/adminpassword.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/adminpassword.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/adminpassword.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/adminpassword.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/adminpassword.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/adminpassword.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/adminpassword.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/adminpassword.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/adminpassword.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/adminpassword.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adminpassword.wordpress.com&amp;blog=7699567&amp;post=63&amp;subd=adminpassword&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://adminpassword.wordpress.com/2009/06/19/simple-script-loop-with-execute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/efeac46fb1151cd340509086dd1c5c67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">adminpassword</media:title>
		</media:content>
	</item>
		<item>
		<title>Remove Empty Directories</title>
		<link>http://adminpassword.wordpress.com/2009/06/15/remove-empty-directories/</link>
		<comments>http://adminpassword.wordpress.com/2009/06/15/remove-empty-directories/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 03:35:06 +0000</pubDate>
		<dc:creator>adminpassword</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[commandlinekungfu pauldotcom]]></category>

		<guid isPermaLink="false">http://adminpassword.wordpress.com/?p=50</guid>
		<description><![CDATA[Back to commandlinekungfu.  This was a great exercise that I won&#8217;t even bother explaining since their blog already has a better explanation than I could ever come up with. http://blog.commandlinekungfu.com/2009/06/episode-45-removing-empty-directories.html c:\for /F "delims=?" %i in ('"dir /aD /s /b . &#124; sort /r"') do @rmdir "%i" $ find . -type d -empty -delete<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adminpassword.wordpress.com&amp;blog=7699567&amp;post=50&amp;subd=adminpassword&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Back to commandlinekungfu.  This was a great exercise that I won&#8217;t even bother explaining since their blog already has a better explanation than I could ever come up with.  </p>
<p><a title="http://blog.commandlinekungfu.com/2009/06/episode-45-removing-empty-directories.html" href="http://blog.commandlinekungfu.com/2009/06/episode-45-removing-empty-directories.html">http://blog.commandlinekungfu.com/2009/06/episode-45-removing-empty-directories.html</a></p>
<pre>c:\for /F "delims=?" %i in ('"dir /aD /s /b . | sort /r"') do @rmdir "%i" </pre>
<pre>$ find . -type d -empty -delete </pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/adminpassword.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/adminpassword.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/adminpassword.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/adminpassword.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/adminpassword.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/adminpassword.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/adminpassword.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/adminpassword.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/adminpassword.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/adminpassword.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/adminpassword.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/adminpassword.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/adminpassword.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/adminpassword.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adminpassword.wordpress.com&amp;blog=7699567&amp;post=50&amp;subd=adminpassword&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://adminpassword.wordpress.com/2009/06/15/remove-empty-directories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/efeac46fb1151cd340509086dd1c5c67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">adminpassword</media:title>
		</media:content>
	</item>
		<item>
		<title>Policies?</title>
		<link>http://adminpassword.wordpress.com/2009/06/12/policies/</link>
		<comments>http://adminpassword.wordpress.com/2009/06/12/policies/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 18:32:07 +0000</pubDate>
		<dc:creator>adminpassword</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://adminpassword.wordpress.com/?p=46</guid>
		<description><![CDATA[On, the FIRST Podcast interview with Jeff Crume http://media.first.org/podcasts/first_podcast_ep5.mp3, it was mentioned that the IT security groups need to understand the business needs and develop secure solutions for those needs.  The argument was that the user will bypass IT security if we simply say “NO”. Although I basically agree with the premise, I disagree with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adminpassword.wordpress.com&amp;blog=7699567&amp;post=46&amp;subd=adminpassword&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>On, the FIRST Podcast interview with Jeff Crume <a href="http://media.first.org/podcasts/first_podcast_ep5.mp3">http://media.first.org/podcasts/first_podcast_ep5.mp3</a>, it was mentioned that the IT security groups need to understand the business needs and develop secure solutions for those needs.  The argument was that the user will bypass IT security if we simply say “NO”.</p>
<p>Although I basically agree with the premise, I disagree with the expectation that users will do what they want without asking for IT security help.  OK, that might happen a few times.  However, if there is a policy, and the user bypasses security by ignoring the policy, fire them!  If they have management support, fire them too.</p>
<p>It won’t take long until people realize that the policies are expected to be followed.  On the other hand, if you have a policy and individuals violate the policy with no consequences, then that creates an environment where policy is voluntary. </p>
<p>So, is the policy voluntary or not?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/adminpassword.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/adminpassword.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/adminpassword.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/adminpassword.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/adminpassword.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/adminpassword.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/adminpassword.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/adminpassword.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/adminpassword.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/adminpassword.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/adminpassword.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/adminpassword.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/adminpassword.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/adminpassword.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adminpassword.wordpress.com&amp;blog=7699567&amp;post=46&amp;subd=adminpassword&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://adminpassword.wordpress.com/2009/06/12/policies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://media.first.org/podcasts/first_podcast_ep5.mp3" length="29743907" type="audio/mpeg" />
	
		<media:content url="http://0.gravatar.com/avatar/efeac46fb1151cd340509086dd1c5c67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">adminpassword</media:title>
		</media:content>
	</item>
		<item>
		<title>OpenOtto</title>
		<link>http://adminpassword.wordpress.com/2009/05/31/openotto/</link>
		<comments>http://adminpassword.wordpress.com/2009/05/31/openotto/#comments</comments>
		<pubDate>Sun, 31 May 2009 03:24:00 +0000</pubDate>
		<dc:creator>adminpassword</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[openotto security justice]]></category>

		<guid isPermaLink="false">http://adminpassword.wordpress.com/?p=41</guid>
		<description><![CDATA[Security Justice, http://securityjustice.com/archives/62, has a great interview with Tiffany Rad on hacking your car.  The OnStar discussions were very interesting especially the comments regarding law enforcement being able to listen to private conversations even when OnStar is not active.  At least not active in the sense that the owner is paying for the service.   Of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adminpassword.wordpress.com&amp;blog=7699567&amp;post=41&amp;subd=adminpassword&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Security Justice, <a href="http://securityjustice.com/archives/62">http://securityjustice.com/archives/62</a>, has a great interview with Tiffany Rad on hacking your car.  The OnStar discussions were very interesting especially the comments regarding law enforcement being able to listen to private conversations even when OnStar is not active.  At least not active in the sense that the owner is paying for the service.   Of course a warrant is required. </p>
<p>The meat of the interview was about OpenOtto.  As always, anything good, can be used for bad.  Imagine this:  Suppose a bad guy wants to take care of his wife/girlfriend/enemy, whatever. Suppose their car is setup so that when it goes above 60 MPH, the cruise control engages to a speed of 100 MPH.  At the same time, the disk brakes apply slight pressure on the driver side wheels and locks at that level veering toward ongoing traffic.  Finally the air bags are deployed.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/adminpassword.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/adminpassword.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/adminpassword.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/adminpassword.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/adminpassword.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/adminpassword.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/adminpassword.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/adminpassword.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/adminpassword.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/adminpassword.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/adminpassword.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/adminpassword.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/adminpassword.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/adminpassword.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adminpassword.wordpress.com&amp;blog=7699567&amp;post=41&amp;subd=adminpassword&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://adminpassword.wordpress.com/2009/05/31/openotto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/efeac46fb1151cd340509086dd1c5c67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">adminpassword</media:title>
		</media:content>
	</item>
		<item>
		<title>dumpsec</title>
		<link>http://adminpassword.wordpress.com/2009/05/25/dumpsec/</link>
		<comments>http://adminpassword.wordpress.com/2009/05/25/dumpsec/#comments</comments>
		<pubDate>Mon, 25 May 2009 21:13:33 +0000</pubDate>
		<dc:creator>adminpassword</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dumpsec security tools]]></category>

		<guid isPermaLink="false">http://adminpassword.wordpress.com/?p=31</guid>
		<description><![CDATA[Dumpsec is a simple utility by Somarsoft to evaluate permissions and users on a Windows PCs. The GUI is very helpful.  The Report menu displays the different reports available with Dumpsec. Once you are familiar with the different reports, you can then use the command line utility to automate those reports.  Below are a couple [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adminpassword.wordpress.com&amp;blog=7699567&amp;post=31&amp;subd=adminpassword&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-34" title="dumpsec" src="http://adminpassword.files.wordpress.com/2009/05/dumpsec1.jpg?w=76&#038;h=70" alt="dumpsec" width="76" height="70" />Dumpsec is a simple utility by Somarsoft to evaluate permissions and users on a Windows PCs.</p>
<p>The GUI is very helpful.  The Report menu displays the different reports available with Dumpsec.<br />
Once you are familiar with the different reports, you can then use the command line utility to automate those reports.  Below are a couple of examples for the command line.</p>
<p>dumpsec.exe /rpt=allsharedirs /outfile=c:\myfile.txt /saveas=tsv<br />
dumpsec.exe /computer=\\127.0.0.1 /rpt=users /outfile=c:\myfile.txt /saveas=csv</p>
<p>Notice that the saveas can be tsv or csv depending on your next step.<br />
Also, notice that the second includes a computer using 127.0.0.1.  Obviously this is analyzing itself but it can be used on a remote computer.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/adminpassword.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/adminpassword.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/adminpassword.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/adminpassword.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/adminpassword.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/adminpassword.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/adminpassword.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/adminpassword.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/adminpassword.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/adminpassword.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/adminpassword.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/adminpassword.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/adminpassword.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/adminpassword.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adminpassword.wordpress.com&amp;blog=7699567&amp;post=31&amp;subd=adminpassword&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://adminpassword.wordpress.com/2009/05/25/dumpsec/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/efeac46fb1151cd340509086dd1c5c67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">adminpassword</media:title>
		</media:content>

		<media:content url="http://adminpassword.files.wordpress.com/2009/05/dumpsec1.jpg" medium="image">
			<media:title type="html">dumpsec</media:title>
		</media:content>
	</item>
		<item>
		<title>Favorite New Website</title>
		<link>http://adminpassword.wordpress.com/2009/05/14/favorite-new-website/</link>
		<comments>http://adminpassword.wordpress.com/2009/05/14/favorite-new-website/#comments</comments>
		<pubDate>Thu, 14 May 2009 04:46:37 +0000</pubDate>
		<dc:creator>adminpassword</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[commandlinekungfu pauldotcom]]></category>

		<guid isPermaLink="false">http://adminpassword.wordpress.com/?p=24</guid>
		<description><![CDATA[http://blog.commandlinekungfu.com Day 1 &#8211; This was an easy one.  I included an extra that does the same thing.  It&#8217;s been a while since I ran into this problem but if you need to convert a DOS/Win file to a Unix file, this is fairly easy. tr &#8216;\r&#8217; &#8216;\n&#8217; &#60; file.txt &#62; file.txt sed &#8216;s/.$//&#8217; tr [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adminpassword.wordpress.com&amp;blog=7699567&amp;post=24&amp;subd=adminpassword&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.commandlinekungfu.com">http://blog.commandlinekungfu.com</a></p>
<p>Day 1 &#8211; This was an easy one.  I included an extra that does the same thing.  It&#8217;s been a while since I ran into this problem but if you need to convert a DOS/Win file to a Unix file, this is fairly easy.</p>
<p>tr &#8216;\r&#8217; &#8216;\n&#8217; &lt; file.txt &gt; file.txt<br />
sed &#8216;s/.$//&#8217;</p>
<p>tr is great for converting case as well.<br />
tr &#8220;[a-z]&#8221; &#8220;[A-Z]&#8221; &lt; file.txt</p>
<p>A good site specifically for sed one liners, <a href="http://sed.sourceforge.net/sed1line.txt">http://sed.sourceforge.net/sed1line.txt</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/adminpassword.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/adminpassword.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/adminpassword.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/adminpassword.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/adminpassword.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/adminpassword.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/adminpassword.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/adminpassword.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/adminpassword.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/adminpassword.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/adminpassword.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/adminpassword.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/adminpassword.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/adminpassword.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adminpassword.wordpress.com&amp;blog=7699567&amp;post=24&amp;subd=adminpassword&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://adminpassword.wordpress.com/2009/05/14/favorite-new-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/efeac46fb1151cd340509086dd1c5c67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">adminpassword</media:title>
		</media:content>
	</item>
		<item>
		<title>“Cultural Intelligence”</title>
		<link>http://adminpassword.wordpress.com/2009/05/13/is-%e2%80%9ccultural-intelligence%e2%80%9d-a-new-buzzword/</link>
		<comments>http://adminpassword.wordpress.com/2009/05/13/is-%e2%80%9ccultural-intelligence%e2%80%9d-a-new-buzzword/#comments</comments>
		<pubDate>Wed, 13 May 2009 03:10:49 +0000</pubDate>
		<dc:creator>adminpassword</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cultural intelligence]]></category>

		<guid isPermaLink="false">http://adminpassword.wordpress.com/?p=12</guid>
		<description><![CDATA[Since I typically focus on the bits and bytes of technology, today was the first time I heard of Cultural Intelligence (and other related subjects; cultural synergy, cultural IQ, cultural awareness). At first I thought it was about corporate culture or a superset of group dynamics, but that’s only a small part. This is expanded [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adminpassword.wordpress.com&amp;blog=7699567&amp;post=12&amp;subd=adminpassword&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Since I typically focus on the bits and bytes of technology, today was the first time I heard of Cultural Intelligence (and other related subjects; cultural synergy, cultural IQ, cultural awareness). At first I thought it was about corporate culture or a superset of group dynamics, but that’s only a small part. This is expanded to global cultures.</p>
<p>Considering the world is flat (thanks T.L. Friedman), there <strong>is</strong> a need to expand our knowledge of different cultures. In the context where cultural awareness was discussed, the focus was on business partners.  But we need a more global cultural awareness for life.</p>
<p>I’m reminded of the book from the late 80s, Cultural Literacy. We need Cultural Literacy expanded beyond just an American point of view. I can see several books coming out,<br />
“Cultural Literacy of <em>Pick your country/religion/social group</em>”</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/adminpassword.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/adminpassword.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/adminpassword.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/adminpassword.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/adminpassword.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/adminpassword.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/adminpassword.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/adminpassword.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/adminpassword.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/adminpassword.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/adminpassword.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/adminpassword.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/adminpassword.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/adminpassword.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adminpassword.wordpress.com&amp;blog=7699567&amp;post=12&amp;subd=adminpassword&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://adminpassword.wordpress.com/2009/05/13/is-%e2%80%9ccultural-intelligence%e2%80%9d-a-new-buzzword/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/efeac46fb1151cd340509086dd1c5c67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">adminpassword</media:title>
		</media:content>
	</item>
		<item>
		<title>admin password</title>
		<link>http://adminpassword.wordpress.com/2009/05/11/admin-password/</link>
		<comments>http://adminpassword.wordpress.com/2009/05/11/admin-password/#comments</comments>
		<pubDate>Mon, 11 May 2009 14:16:53 +0000</pubDate>
		<dc:creator>adminpassword</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cultural intelligence]]></category>
		<category><![CDATA[culture]]></category>

		<guid isPermaLink="false">http://adminpassword.wordpress.com/?p=8</guid>
		<description><![CDATA[If your administrator password is password, you may want to change it.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adminpassword.wordpress.com&amp;blog=7699567&amp;post=8&amp;subd=adminpassword&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If your administrator password is <strong>password</strong>, you may want to change it.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/adminpassword.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/adminpassword.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/adminpassword.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/adminpassword.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/adminpassword.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/adminpassword.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/adminpassword.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/adminpassword.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/adminpassword.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/adminpassword.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/adminpassword.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/adminpassword.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/adminpassword.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/adminpassword.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adminpassword.wordpress.com&amp;blog=7699567&amp;post=8&amp;subd=adminpassword&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://adminpassword.wordpress.com/2009/05/11/admin-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/efeac46fb1151cd340509086dd1c5c67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">adminpassword</media:title>
		</media:content>
	</item>
		<item>
		<title>Hilarious!!</title>
		<link>http://adminpassword.wordpress.com/2009/05/11/hilarious/</link>
		<comments>http://adminpassword.wordpress.com/2009/05/11/hilarious/#comments</comments>
		<pubDate>Mon, 11 May 2009 03:58:00 +0000</pubDate>
		<dc:creator>adminpassword</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Hilarious]]></category>

		<guid isPermaLink="false">http://adminpassword.wordpress.com/?p=3</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adminpassword.wordpress.com&amp;blog=7699567&amp;post=3&amp;subd=adminpassword&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<span class='embed-youtube' style='text-align:center; display:block;'><object width='510' height='317'><param name='movie' value='http://www.youtube.com/v/3KANI2dpXLw?version=3&rel=1&fs=1&showsearch=0&showinfo=1&iv_load_policy=1' /> <param name='allowfullscreen' value='true' /> <param name='wmode' value='opaque' /> <embed src='http://www.youtube.com/v/3KANI2dpXLw?version=3&rel=1&fs=1&showsearch=0&showinfo=1&iv_load_policy=1' type='application/x-shockwave-flash' allowfullscreen='true' width='510' height='317' wmode='opaque'></embed> </object></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/adminpassword.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/adminpassword.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/adminpassword.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/adminpassword.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/adminpassword.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/adminpassword.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/adminpassword.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/adminpassword.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/adminpassword.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/adminpassword.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/adminpassword.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/adminpassword.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/adminpassword.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/adminpassword.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adminpassword.wordpress.com&amp;blog=7699567&amp;post=3&amp;subd=adminpassword&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://adminpassword.wordpress.com/2009/05/11/hilarious/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/efeac46fb1151cd340509086dd1c5c67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">adminpassword</media:title>
		</media:content>
	</item>
	</channel>
</rss>
