<?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/"
	>

<channel>
	<title>FlipsideReality &#187; script</title>
	<atom:link href="http://flipsidereality.com/blog/tag/script/feed/" rel="self" type="application/rss+xml" />
	<link>http://flipsidereality.com/blog</link>
	<description>Once upon a time, in a land far far away...</description>
	<lastBuildDate>Tue, 24 Aug 2010 22:07:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>For loops in dos batch files.</title>
		<link>http://flipsidereality.com/blog/uncategorized/for-loops-in-dos-batch-files/</link>
		<comments>http://flipsidereality.com/blog/uncategorized/for-loops-in-dos-batch-files/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 09:41:16 +0000</pubDate>
		<dc:creator>wole</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[batch file]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://flipsidereality.com/blog/uncategorized/for-loops-in-dos-batch-files/</guid>
		<description><![CDATA[I was trying to shut down a bunch of servers today, and thought I'd do it with a batch file. It (rather embarrassingly) took me a while to remember how to do this, it's been shuch a long time: @echo off for %i in (01,02,03,04,05,06,07,08,09,10,11,12,13,14) do shutdown -s -t 00 -m \\BL%i I would have [...]]]></description>
		<wfw:commentRss>http://flipsidereality.com/blog/uncategorized/for-loops-in-dos-batch-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lynis, auditing tool for *nix</title>
		<link>http://flipsidereality.com/blog/uncategorized/lynis/</link>
		<comments>http://flipsidereality.com/blog/uncategorized/lynis/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 16:33:58 +0000</pubDate>
		<dc:creator>wole</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[*nix]]></category>
		<category><![CDATA[harden]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://flipsidereality.com/blog/uncategorized/lynis/</guid>
		<description><![CDATA[Lynis is a really cool script for checking your machine for vulns. I use it on every server I deploy. It's not a one stop shop for security, but it does give a little piece of mind that you've not overlooked anything.]]></description>
		<wfw:commentRss>http://flipsidereality.com/blog/uncategorized/lynis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
