<?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>TechnoHolics &#187; Tweak</title>
	<atom:link href="http://www.prashanthpai.com/blog/category/tweak/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.prashanthpai.com/blog</link>
	<description>PP writes</description>
	<lastBuildDate>Sat, 19 Nov 2011 15:30:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Free Public DNS (Domain Name Servers)</title>
		<link>http://www.prashanthpai.com/blog/free-public-dns-domain-name-servers/</link>
		<comments>http://www.prashanthpai.com/blog/free-public-dns-domain-name-servers/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 12:10:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Tweak]]></category>
		<category><![CDATA[DNS IP Address]]></category>
		<category><![CDATA[Fast DNS Servers]]></category>
		<category><![CDATA[Free DNS Servers]]></category>
		<category><![CDATA[Free Public DNS Servers]]></category>

		<guid isPermaLink="false">http://www.prashanthpai.com/blog/?p=1214</guid>
		<description><![CDATA[The Domain Name System (DNS) translates human-friendly computer hostnames into IP addresses. For example, the hostname &#8216;prashanthpai.com&#8217; is translated into the IP address &#8217;173.192.205.230&#8242;. Here is a list of Free Public DNS servers that are a lot better,faster and safer than DNS servers of your ISP. OpenDNS 208.67.222.222 208.67.220.220 or 208.67.222.220 208.67.220.222 Google Public DNS [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Domain_Name_System">The Domain Name System (DNS)</a> translates human-friendly computer hostnames into IP addresses. For example, the hostname &#8216;prashanthpai.com&#8217; is translated into the IP address &#8217;173.192.205.230&#8242;.</p>
<p>Here is a list of Free Public DNS servers that are a lot better,faster and safer than DNS servers of your ISP.</p>
<p><a href="http://www.opendns.com/">OpenDNS</a><br />
208.67.222.222<br />
208.67.220.220<br />
or<br />
208.67.222.220<br />
208.67.220.222</p>
<p><a href="http://code.google.com/speed/public-dns/">Google Public DNS</a><br />
8.8.8.8<br />
8.8.4.4</p>
<p><a href="http://www.dnsadvantage.com/">DNS Advantage</a><br />
156.154.70.1<br />
156.154.71.1</p>
<p><a href="http://www.nortondns.com/">Norton DNS</a><br />
198.153.192.1<br />
198.153.194.1</p>
<p><a href="http://www.scrubit.com/">ScrubIT</a><br />
67.138.54.100<br />
207.225.209.66</p>
<p><strong>Help :</strong><br />
<a href="https://store.opendns.com/setup/computer/">How to change your DNS</a><br />
<a href="http://code.google.com/speed/public-dns/docs/using.html">Changing DNS server settings</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.prashanthpai.com/blog/free-public-dns-domain-name-servers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Run A Process As NT AUTHORITY\SYSTEM</title>
		<link>http://www.prashanthpai.com/blog/run-a-process-as-nt-authoritysystem/</link>
		<comments>http://www.prashanthpai.com/blog/run-a-process-as-nt-authoritysystem/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 01:30:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Tweak]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[NT AUTHORITY\SYSTEM]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[Superuser]]></category>

		<guid isPermaLink="false">http://www.prashanthpai.com/blog/?p=170</guid>
		<description><![CDATA[Who is NT AUTHORITY\SYSTEM ? It is a built-in user account that is run on a Windows OS. It has powers even more than the Administrator account ! Using that account, one can gain complete control over everything. You can kill any stubborn process, make system wide changes etc. But, one cannot log in as [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Who is NT AUTHORITY\SYSTEM ?</strong></p>
<p>
It is a built-in user account that is run on a Windows OS. It has powers even more than the Administrator account ! Using that account, one can gain complete control over everything. You can kill any stubborn process, make system wide changes etc. But, one cannot log in as <em>NT AUTHORITY\SYSTEM</em>. Windows doesn&#8217;t allow this and for a good reason coz malicious programs if run as <em>NT AUTHORITY\SYSTEM</em>, then it would be nothing less than a disaster! </p>
<p><strong>Why should I become the NT AUTHORITY\SYSTEM ?</strong></p>
<p>
There are many rare instances when you will need to become the <em>NT AUTHORITY\SYSTEM</em> like in case you cannot end a virus process using Task Manager or from command line using <strong>taskkill</strong> even when the <strong>/f</strong> switch is used.</p>
<p><strong>How can I become NT AUTHORITY\SYSTEM ?</strong></p>
<p>
Here is a little trick that allows you to gain system wide access as NT AUTHORITY\SYSTEM in XP. This won&#8217;t work in Vista.<span id="more-170"></span></p>
<blockquote><ol>
<li>You must be logged in as an Administrator</li>
<li>Make sure that &#8220;Task Scheduler&#8221; service is running. If not, start it using <strong>services.msc</strong> or using command line by typing <code>net start "Task Scheduler"</code></li>
<li>Now, you need to schedule a task using the at command as show below. Here&#8217;s the general command syntax.<br />
<code><br />
at one_minute_more_than_current_time /interactive file_path<br />
</code><br />
And here&#8217;s an example. Consider that the current time in your system tray clock is <strong>21:21</strong>. Here&#8217;s the command that you need to enter to run the <strong>cmd.exe</strong> as <em>NT AUTHORITY\SYSTEM</em>.<br />
<code><br />
at 21:22 /interactive C:\WINDOWS\system32\cmd.exe<br />
</code><br />
You must specify the time one or two minutes more than the current time in system tray clock <strong>in 24 hour format</strong>.<br />
<div id="attachment_310" class="wp-caption aligncenter" style="width: 532px"><img src="http://www.prashanthpai.com/blog/wp-content/uploads/2009/04/schedule.png" alt="Schedule a task" title="Schedule a task" width="522" height="235" class="size-full wp-image-310" /><p class="wp-caption-text">Schedule a task</p></div></p>
</li>
<li>When the time is elapsed, a new Command Prompt appears which is running as NT AUTHORITY\SYSTEM. <strong>All programs, GUI programs, commands etc launched from this Command Prompt also runs as <em>NT AUTHORITY\SYSTEM</em></strong>. For example, the Task Manager (taskmgr.exe) started from this Command Prompt can end any process. Be careful while playing around with this trick <img src='http://www.prashanthpai.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
</ol>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.prashanthpai.com/blog/run-a-process-as-nt-authoritysystem/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>RegSwitch, TaskmgrSwitch, cmdSwitch VB Scripts</title>
		<link>http://www.prashanthpai.com/blog/regswitch-taskmgrswitch-cmdswitch-vb-scripts/</link>
		<comments>http://www.prashanthpai.com/blog/regswitch-taskmgrswitch-cmdswitch-vb-scripts/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 01:30:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tweak]]></category>
		<category><![CDATA[cmdSwitch]]></category>
		<category><![CDATA[Command Prompt Disabled]]></category>
		<category><![CDATA[Registry Disabled]]></category>
		<category><![CDATA[RegSwitch]]></category>
		<category><![CDATA[Task Manager Disabled]]></category>
		<category><![CDATA[TaskmgrSwitch]]></category>

		<guid isPermaLink="false">http://www.prashanthpai.com/blog/?p=157</guid>
		<description><![CDATA[A virus or trojan usually disables or blocks access to regedit, taskmgr and cmd. Whenever you access these disabled components, you&#8217;ll get a dialog box with messages like these : &#8220;Registry editing has been disabled by your administrator&#8221; or &#8220;Task Manager has been disabled by your administrator&#8221; or &#8220;The command prompt has been disabled by [...]]]></description>
			<content:encoded><![CDATA[<p>A virus or trojan usually disables or blocks access to regedit, taskmgr and cmd. Whenever you access these disabled components, you&#8217;ll get a dialog box with messages like these :<br />
<strong>&#8220;Registry editing has been disabled by your administrator&#8221;</strong> or<br />
<strong>&#8220;Task Manager has been disabled by your administrator&#8221;</strong> or<br />
<strong>&#8220;The command prompt has been disabled by your administrator&#8221;</strong></p>
<p><div id="attachment_255" class="wp-caption aligncenter" style="width: 359px"><img src="http://www.prashanthpai.com/blog/wp-content/uploads/2009/04/regeditdisabled.png" alt="Registry editing has been disabled by your administrator" title="regedit Disabled" width="349" height="125" class="size-full wp-image-255" /><p class="wp-caption-text">Registry editing has been disabled by your administrator</p></div><br />
<span id="more-157"></span><br />
<div id="attachment_259" class="wp-caption aligncenter" style="width: 349px"><img src="http://www.prashanthpai.com/blog/wp-content/uploads/2009/04/taskmanagerdisabled.png" alt="Task Manager has been disabled by your administrator" title="taskmgr Disabled" width="339" height="122" class="size-full wp-image-259" /><p class="wp-caption-text">Task Manager has been disabled by your administrator</p></div></p>
<div id="attachment_254" class="wp-caption aligncenter" style="width: 499px"><img src="http://www.prashanthpai.com/blog/wp-content/uploads/2009/04/cmddisabled.png" alt="The command prompt has been disabled by your administrator" title="cmd Disabled" width="489" height="124" class="size-full wp-image-254" /><p class="wp-caption-text">The command prompt has been disabled by your administrator</p></div>
<p>Well, here are my first VB Scripts that are damn useful to fix these problems. I did borrow the idea from another similar script. But these scripts have more features.</p>
<ul>
<li>
<strong><u>RegSwitch</u></strong><br />
You can use this to turn on/off registry editing access i.e to block or unblock regedit.<br />
<img src="http://www.prashanthpai.com/blog/wp-content/uploads/2009/04/regswitch3.png" alt="regswitch3" title="regswitch3" width="280" height="124" class="alignnone size-full wp-image-257" /><img src="http://www.prashanthpai.com/blog/wp-content/uploads/2009/04/regswitch2.png" alt="regswitch2" title="regswitch2" width="279" height="124" class="alignnone size-full wp-image-256" />
</li>
<li>
<strong><u>TaskmgrSwitch</u></strong><br />
You can use this to turn on/off Task Manager i.e to block or unblock taskmgr access.<br />
<img src="http://www.prashanthpai.com/blog/wp-content/uploads/2009/04/taskmgr2.png" alt="taskmgr2" title="taskmgr2" width="279" height="124" class="alignnone size-full wp-image-260" /><img src="http://www.prashanthpai.com/blog/wp-content/uploads/2009/04/taskmgr3.png" alt="taskmgr3" title="taskmgr3" width="279" height="123" class="alignnone size-full wp-image-261" />
</li>
<li>
<strong><u>cmdSwitch</u></strong><br />
Similar to the above two, this will enable/disable Command Prompt access.
</li>
</ul>
<p>All the above scripts first check for existence of regedit.exe/taskmgr.exe/cmd.exe and also log events to the Event Log. </p>
<p><img src="http://www.prashanthpai.com/blog/wp-content/uploads/2009/04/regswitch.png" alt="regswitch" title="regswitch" width="367" height="132" class="aligncenter size-full wp-image-258" /></p>
<p>Just run the scripts again to <strong>toggle between on and off</strong>. The scripts have been tested successfully on <strong>XP SP3</strong> and <strong>Vista SP1</strong>. Please let me know if there are any bugs. You can view the source code of the script by opening it with notepad <img src='http://www.prashanthpai.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.prashanthpai.com/archive/scripts/vbs/RegSwitch.vbs">Download RegSwitch</a><br />
<a href="http://www.prashanthpai.com/archive/scripts/vbs/TaskmgrSwitch.vbs">Download TaskmgrSwitch</a><br />
<a href="http://www.prashanthpai.com/archive/scripts/vbs/cmdSwitch.vbs">Download cmdSwitch</a></p>
<p><strong>P.S :</strong> These scripts were initially posted by me at <a href="http://www.raymond.cc/forum/latest-releases/8094-regswitch-and-taskmgrswitch-scripts.html#post48717">Raymond.cc Forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.prashanthpai.com/blog/regswitch-taskmgrswitch-cmdswitch-vb-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automate FTP Upload Using Commandline</title>
		<link>http://www.prashanthpai.com/blog/automate-ftp-upload-using-commandline/</link>
		<comments>http://www.prashanthpai.com/blog/automate-ftp-upload-using-commandline/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 14:42:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Tweak]]></category>
		<category><![CDATA[Automate FTP]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[Upload]]></category>

		<guid isPermaLink="false">http://www.prashanthpai.com/blog/?p=62</guid>
		<description><![CDATA[Here&#8217;s an an example. Consider that you need to automate uploading any file(s) to your site, say prashanthpai.com. You&#8217;ll require this if you need to update the same file(s) very frequently. Open notepad and type the following and save it as &#8220;upload.ftp&#8220;. You can save it with any name and any extension. Don&#8217;t save it [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an an example. Consider that you need to automate uploading any file(s) to your site, say <em>prashanthpai.com</em>. You&#8217;ll require this if you need to update the same file(s) very frequently.</p>
<ol>
<li>Open notepad and type the following and save it as &#8220;<strong>upload.ftp</strong>&#8220;. You can save it with <strong>any name</strong> and<strong> any extension</strong>. Don&#8217;t save it as txt file. It works perfectly but others can open and see the ftp username and password easily.<br />
<blockquote><p>open prashanthpai.com<br />
username<br />
password<br />
cd public_html/downloads<br />
put C:MySitego.exe<br />
bye</p></blockquote>
</li>
<ul>
<li>First line will make connection to ftp server at <em>prashanthpai.com</em></li>
<li>Don&#8217;t forget to replace <em>prashanthpai.com</em> with your site name or IP address.</li>
<li>Enter you ftp username and password in second and third line respectively.</li>
<p><span id="more-62"></span></p>
<li>Next is you&#8217;ve got type the path on your server where you need to upload the files. When you login to ftp, usually you are in the <em>root</em> direcrory or &#8220;<strong></strong>&#8220;. In case of linux(like cPanel) the path would be <strong>public_html</strong> and in case of windows(like Plesk), path will be <strong>httpdocs</strong>.</li>
<li>The <strong>put</strong> command uploads the file. You need to give the full path of the file to upload.</li>
<li>In the last line, <strong>bye</strong> command terminates the ftp session.</li>
</ul>
<li>
Next you need to create a batch file in the same directory where you&#8217;ve created &#8220;<strong>upload.ftp</strong>&#8220;. Open notepad and type the following code. Save it with any name with .bat extension like &#8220;<strong>Auto_FTP.bat</strong>&#8220;.</p>
<blockquote><p>@echo off<br />
ftp -s:&#8221;upload.ftp&#8221; >> ftplog.log</p></blockquote>
<p>The above batch script will tell ftp utility to load the commands from the file &#8220;<strong>upload.ftp</strong>&#8220;. To check the file transaction, a log file named &#8220;<strong>ftplog.log</strong>&#8221; is created. You can remove &#8220;<em> >> ftplog.log</em>&#8221; from the script if you don&#8217;t want the log file.</li>
<li>Run the Auto_FTP.bat. Your file will be uploaded to the destination folder on your site <img src='http://www.prashanthpai.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ol>
<hr />
<p>
<strong>Note:</strong> If you want to upload multiple files, you need to change the <strong>upload.ftp</strong> file code as</p>
<blockquote><p>open prashanthpai.com<br />
username<br />
password<br />
cd public_html/downloads<br />
mput C:MySite*.exe<br />
bye</p></blockquote>
<p>Note the <strong>mput</strong> command instead of <strong>put</strong>. Change the batch script as</p>
<blockquote><p>@echo off<br />
ftp -i -s:&#8221;upload.ftp&#8221; >> ftplog.log</p></blockquote>
<p>Note the extra <strong>-i</strong> switch in the above code. This will upload all files from <em>C:MySite</em> having <strong>.exe</strong> extension.</p>
<p><strong>P.S:</strong> This tutorial was first posted by me at <a href="http://www.raymond.cc/forum/tutorials/11013-automate-ftp-uploads-using-commandline.html">Raymond.cc forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.prashanthpai.com/blog/automate-ftp-upload-using-commandline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create File Templates in XP using TweakUI</title>
		<link>http://www.prashanthpai.com/blog/create-file-templates-in-xp-using-tweakui/</link>
		<comments>http://www.prashanthpai.com/blog/create-file-templates-in-xp-using-tweakui/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 14:18:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Tweak]]></category>
		<category><![CDATA[File Template]]></category>
		<category><![CDATA[New File]]></category>
		<category><![CDATA[TweakUI]]></category>

		<guid isPermaLink="false">http://www.prashanthpai.com/blog/?p=46</guid>
		<description><![CDATA[What are file templates ? When you right-click on the desktop and select the &#8216;New&#8216;, you’ll notice a series of file types (templates) to create a new file. Here&#8217;s something that lets you have your own file template to make things easier. We can create file templates using the MS Powertoy called &#8220;TweakUI&#8221;. Most of [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What are file templates ?</strong><br />
When you right-click on the desktop and select the &#8216;<strong>New</strong>&#8216;, you’ll notice a series of file types (templates) to create a new file.</p>
<div id="attachment_10" class="wp-caption aligncenter" style="width: 390px"><img src="http://www.prashanthpai.com/blog/wp-content/uploads/2009/04/createfiletemplates2.png" alt="Create File Templates in XP using TweakUI" title="Create File Templates in XP using TweakUI" width="380" height="365" class="size-full wp-image-10" /><p class="wp-caption-text">Create File Templates in XP using TweakUI</p></div>
<p>Here&#8217;s something that lets you have your own file template to make things easier.<span id="more-46"></span></p>
<ol>
<li>We can create file templates using the MS Powertoy called &#8220;TweakUI&#8221;. Most of you are familiar with this utility. <a href="http://www.microsoft.com/windowsxp/Downloads/powertoys/Xppowertoys.mspx">Download TweakUI</a> (147 KB)</li>
<li>
Install and run TweakUI. Select &#8220;<strong>Templates</strong>&#8221; in the left pane. Now you can see the available templates. You can delete any already present template or create a new one. If you don&#8217;t want to permanently delete a template, you can <em>uncheck</em> the box to <strong>disable</strong> that from appearing in &#8220;<strong>New</strong>&#8220;.</li>
<div id="attachment_9" class="wp-caption aligncenter" style="width: 578px"><img src="http://www.prashanthpai.com/blog/wp-content/uploads/2009/04/createfiletemplates1.png" alt="Create File Templates in XP using TweakUI" title="Create File Templates in XP using TweakUI" width="568" height="490" class="size-full wp-image-9" /><p class="wp-caption-text">Create File Templates in XP using TweakUI</p></div>
<li>
Select &#8220;<strong>Create</strong>&#8221; and give the path of the file (template). You can place the file anywhere but you might accidentally delete it. So it&#8217;s recommended that you place your template file in any of these directories -<br />
<code>"C:Documents and SettingsAdministratorTemplates" - just for you<br />
or "C:Documents and SettingsAll UsersTemplates" - for all users</code>
</li>
</ol>
<p>
<strong>How and why to create file templates ?</strong><br />
Let&#8217;s say you need to create a .html file or .C file and every time you create one, you&#8217;ll have to type the same &#8216;structure/backbone&#8217; of the code.</p>
<p>
For example, in html file, you need to type the basic tags.<br />
<code></p>
<pre>
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Prashanth Pai&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;/body&gt;
&lt;/html&gt;
</pre>
<p></code><br />
Personally, while using C, I prefer to type code in notepad rather than the DOS mode Turbo compiler. Generally, you need to include header files etc in all codes.</p>
<p><code>
<pre>#include<stdio.h>
#include<conio.h>
#include<string.h>
#include<ctype.h>
#include
<math.h>
main()
{
clrscr();

getch();
}</pre>
<p></code></p>
<p>
You wouldn&#8217;t have to spend your time typing the basic backbone of code if it is present in the newly created file. That&#8217;s why we create file templates. You can create file templates for any application as long as there is valid file association of that file extension to the parent software.</p>
<p>
For example, if you work with Flash files (.fla), then you can Open Adobe Flash > Create a new file > Make necessary changes and then save the .fla file and then you can use it as flash file template. The same goes for other softwares like Audacity, SketchUp, AutoIt, Office docs etc.
</p>
<blockquote><p><strong>Note :</strong><br />
There is no TweakUI for Vista. But you can try this. Download the TweakUI setup file for XP. Extract it using 7Zip or WinRAR. Run the extracted executable in Compatibility Mode (XP SP2). TwealUI may not be fully functional in Vista.</p></blockquote>
<p><strong>P.S: </strong>This tutorial was first posted by me at <a href="http://www.raymond.cc/forum/tutorials/10919-how-to-create-file-templates-in-xp.html">Raymond.cc forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.prashanthpai.com/blog/create-file-templates-in-xp-using-tweakui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

