<?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>LinuxNut.org &#187; Windows</title>
	<atom:link href="http://linuxnut.org/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxnut.org</link>
	<description>Nuts about Linux and Stuff...</description>
	<lastBuildDate>Fri, 09 Apr 2010 15:52:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Remotely shutdown a Windows PC from Linux</title>
		<link>http://linuxnut.org/2008/08/remotely-shutdown-a-windows-pc-from-linux/</link>
		<comments>http://linuxnut.org/2008/08/remotely-shutdown-a-windows-pc-from-linux/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 10:35:12 +0000</pubDate>
		<dc:creator>Bryce</dc:creator>
				<category><![CDATA[How-Tos]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Remote]]></category>
		<category><![CDATA[Shutdown]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://admin.linuxnut.org/?p=27</guid>
		<description><![CDATA[A remote Windows PC can easily be shutdown, assuming you have Samba installed on your Linux box, and you have a user account on the Windows PC that has the necessary rights.
Just enter the following command, where &#8216;thehostname&#8217; is the hostname of the remote PC, and &#8216;theusername&#8217; is a valid user account on the remote [...]]]></description>
			<content:encoded><![CDATA[<p>A remote Windows PC can easily be shutdown, assuming you have Samba installed on your Linux box, and you have a user account on the Windows PC that has the necessary rights.</p>
<p><span id="more-27"></span>Just enter the following command, where &#8216;thehostname&#8217; is the hostname of the remote PC, and &#8216;theusername&#8217; is a valid user account on the remote PC:</p>
<pre>net rpc shutdown -S thehostname -U theusername</pre>
<p>If the hostname is not known, or cannot be resolved, then use the following instead, where &#8216;123.123.123.123&#8242; is the IP address of the remote PC:</p>
<pre>net rpc shutdown -I 123.123.123.123 -U theusername</pre>
<p>For more information on the command, just enter the following:</p>
<pre>net help shutdown</pre>
<p>Additionally, the parameters that can be used with Windows&#8217; own shutdown command such as &#8216;-f&#8217; to force or &#8216;-t&#8217; to set a timeout, can also be applied to the net rpc shutdown command as well. For example the following will wait 60 seconds, and then force all running programs to terminate before shutting down:</p>
<pre>net rpc shutdown -S thehostname -U theusername -f -t 60</pre>
]]></content:encoded>
			<wfw:commentRss>http://linuxnut.org/2008/08/remotely-shutdown-a-windows-pc-from-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux is Not Windows</title>
		<link>http://linuxnut.org/2008/08/linux-is-not-windows/</link>
		<comments>http://linuxnut.org/2008/08/linux-is-not-windows/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 09:56:08 +0000</pubDate>
		<dc:creator>Bryce</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://admin.linuxnut.org/?p=29</guid>
		<description><![CDATA[OneAndOneIs2 has an article that gives some reasons on why &#8216;Linux is Not Windows&#8217;.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://linux.oneandoneis2.org/">OneAndOneIs2</a> has an article that gives some reasons on why <a href="http://linux.oneandoneis2.org/LNW.htm">&#8216;Linux is Not Windows&#8217;</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxnut.org/2008/08/linux-is-not-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
