<?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>Cheat Monk &#187; Windows</title>
	<atom:link href="http://cheatmonk.com/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://cheatmonk.com</link>
	<description>Quick codes, one liners and cheats courtesy of the Monk</description>
	<lastBuildDate>Thu, 29 Dec 2011 18:09:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Convert Videos to MP4 Playable on iTunes/iPhone/iPad</title>
		<link>http://cheatmonk.com/2011/12/convert-videos-to-mp4-playable-on-itunes-iphone-ipad/</link>
		<comments>http://cheatmonk.com/2011/12/convert-videos-to-mp4-playable-on-itunes-iphone-ipad/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 18:08:31 +0000</pubDate>
		<dc:creator>Code Monk</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://cheatmonk.com/?p=46</guid>
		<description><![CDATA[ffmpeg -i original-file.avi -r 30 -vcodec libx264 -threads 0 -ar 48000 -ab 128k -ac 2 -y -crf 21 converted_file.mp4]]></description>
			<content:encoded><![CDATA[<p><code>ffmpeg -i original-file.avi -r 30 -vcodec libx264 -threads 0 -ar 48000 -ab 128k -ac 2 -y -crf 21 converted_file.mp4</code></p>
]]></content:encoded>
			<wfw:commentRss>http://cheatmonk.com/2011/12/convert-videos-to-mp4-playable-on-itunes-iphone-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Retrieve Plesk &#8216;admin&#8217; Password on Windows</title>
		<link>http://cheatmonk.com/2009/11/retrieve-plesk-admin-password-on-windows/</link>
		<comments>http://cheatmonk.com/2009/11/retrieve-plesk-admin-password-on-windows/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 10:24:02 +0000</pubDate>
		<dc:creator>Code Monk</dc:creator>
				<category><![CDATA[Plesk Control Panel]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Parallels]]></category>
		<category><![CDATA[Virtuozzo]]></category>

		<guid isPermaLink="false">http://cheatmonk.com/?p=19</guid>
		<description><![CDATA[If you have forgotten access to your Plesk Control Panel and have physical or remote desktop access to your Windows server here&#8217;s how. From the command prompt browse to you Plesk installation directory i.e. C:\Parallels\Plesk or C:\SWSoft\Plesk then issue the command: admin\bin\plesksrvclient.exe -get A popup should appear listing your password.]]></description>
			<content:encoded><![CDATA[<p>If you have forgotten access to your Plesk Control Panel and have physical or remote desktop access to your Windows server here&#8217;s how.</p>
<p>From the command prompt browse to you Plesk installation directory i.e. C:\Parallels\Plesk or C:\SWSoft\Plesk then issue the command:</p>
<p><code>admin\bin\plesksrvclient.exe -get</code></p>
<p>A popup should appear listing your password.</p>
]]></content:encoded>
			<wfw:commentRss>http://cheatmonk.com/2009/11/retrieve-plesk-admin-password-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

