<?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>david winter &#187; cli</title>
	<atom:link href="http://davidwinter.me.uk/articles/tag/cli/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidwinter.me.uk</link>
	<description>you were expecting someone else?</description>
	<lastBuildDate>Mon, 28 Jun 2010 20:37:42 +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>Remove startup scripts on Ubuntu</title>
		<link>http://davidwinter.me.uk/articles/2009/10/20/remove-startup-scripts-on-ubuntu/</link>
		<comments>http://davidwinter.me.uk/articles/2009/10/20/remove-startup-scripts-on-ubuntu/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 19:55:40 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://davidwinter.me.uk/articles/2009/10/20/remove-startup-scripts-on-ubuntu/</guid>
		<description><![CDATA[sudo update-rc.d -f script_name remove]]></description>
			<content:encoded><![CDATA[<pre><code>sudo update-rc.d -f script_name remove
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://davidwinter.me.uk/articles/2009/10/20/remove-startup-scripts-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merge video files with mencoder</title>
		<link>http://davidwinter.me.uk/articles/2008/05/17/merge-video-files-with-mencoder/</link>
		<comments>http://davidwinter.me.uk/articles/2008/05/17/merge-video-files-with-mencoder/#comments</comments>
		<pubDate>Sat, 17 May 2008 19:48:04 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mencoder]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://davidwinter.me.uk/?p=95</guid>
		<description><![CDATA[To merge video files together with mencoder is simple: mencoder -oac copy -ovc copy file1.avi file2.avi file3.avi -o full_movie.avi]]></description>
			<content:encoded><![CDATA[<p>To merge video files together with <code>mencoder</code> is simple:</p>

<pre><code>mencoder -oac copy -ovc copy file1.avi file2.avi file3.avi -o full_movie.avi
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://davidwinter.me.uk/articles/2008/05/17/merge-video-files-with-mencoder/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
