<?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>JERVIS DOT WS &#187; Windows</title>
	<atom:link href="http://jervis.ws/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://jervis.ws</link>
	<description>A techie’s thoughts and opinions on anything &#38; everything that comes to mind</description>
	<lastBuildDate>Tue, 15 Feb 2011 20:49:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Annoying Windows Update restart popup</title>
		<link>http://jervis.ws/2010/03/02/annoying-windows-update-restart-popup/</link>
		<comments>http://jervis.ws/2010/03/02/annoying-windows-update-restart-popup/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 19:05:46 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Update]]></category>

		<guid isPermaLink="false">http://www.jervis.ws/?p=214</guid>
		<description><![CDATA[<p>I was working away on my PC today and was getting bugged by the Windows Update restart reminder, having been bitten by its restart in the past I wanted it to leave me alone.</p>
<p>I had stacks of SSH sessions open, web sites and files, it was not the time for a reboot and I didn&#8217;t want [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jervis.ws/wp-content/uploads/windowsupdaterestart.jpg"><img class="alignright size-full wp-image-215" title="windowsupdaterestart" src="http://www.jervis.ws/wp-content/uploads/windowsupdaterestart.jpg" alt="" width="428" height="171" /></a>I was working away on my PC today and was getting bugged by the Windows Update restart reminder, having been bitten by its restart in the past I wanted it to leave me alone.</p>
<p>I had stacks of SSH sessions open, web sites and files, it was not the time for a reboot and I didn&#8217;t want it to decide to restart when I got up to make a drink.</p>
<p>A quick google search helped me out!  Running this command (from a run prompt or from within a command prompt) will stop the message appearing and allow you to continue working, uninterrupted and reboot when your good and ready.</p>
<blockquote><p>sc stop wuauserv</p></blockquote>
<p>Source: <a href="http://lifehacker.com/289998/disable-windows-update-restart-nag" target="_blank">Lifehacker</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jervis.ws/2010/03/02/annoying-windows-update-restart-popup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to clone a VMware Server virtual machine</title>
		<link>http://jervis.ws/2008/06/05/how-to-clone-a-vmware-server-virtual-machine/</link>
		<comments>http://jervis.ws/2008/06/05/how-to-clone-a-vmware-server-virtual-machine/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 19:49:55 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.jervis.ws/?p=43</guid>
		<description><![CDATA[<p>Here is a quick guide on how to clone a VMware Server Virtual Machine and bring it up as a new VM in its own right. This allows you to build one base line image and then produce several separate servers from it, or for example, to clone a production VM to test installing a [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a quick guide on how to clone a VMware Server Virtual Machine and bring it up as a new VM in its own right. This allows you to build one base line image and then produce several separate servers from it, or for example, to clone a production VM to test installing a software upgrade on it.</p>
<p>1. First off, you need to have built your source server<br />
2. Now ensure it is shut down &amp; VMware Server shows it as powered off.<br />
3. Next copy the VM’s folder to a new folder eg: copy c:\Virtual_Machines\CentOS_5.1\ to c:\Virtual_Machines\devel-server\<br />
4. Now we need to rename the VMware config file, change into your new VM’s directory and rename the .vmx file. eg: from centos.vmx to devel-server.vmx<br />
5. You now need to change the name of the VM in the config file. Open the .vmx file in a text editor and edit the display name line as required. Ensure this does not clash with any of your other VMs.<br />
eg: form this: displayName = “centos” to this: displayName = “devel-server”<br />
6. You can also rename the disks if you need to, you will also need to change the disk names in the config file. However, I normally setup the disks myself when i create the machine as disk1 disk2 etc and when I clone the server all its disks are duplicated in the new folder, that way i don’t need to rename them and they are completely seperate servers. Nice and clean way of doing things. If your unsure leave your disk files and their entires in your config file alone.<br />
7. Now open VMware Server Console, and connect to your server<br />
8. Then click on File, Open, Browse and locate your new VMX config file in your new VM’s folder.<br />
9. Now you should be able to power up your new VM.<br />
10. You will now need to tell it to create a new UUID when asked</p>
<p>This also works on linux but your server VM path will be more like: /var/lib/vmware/Virtual Machines</p>
<p>Other things to think about, the hostname of your server, and its IP address. These are the two issues people have once they have cloned a server, if its DHCP, your ok, if its static, boot only one at a time.</p>
<p>The first time you boot your new system (The clone) set its hostname and IP configuration.</p>
<p>Stay tuned for my next post: Delete mail, exim mail queue</p>
]]></content:encoded>
			<wfw:commentRss>http://jervis.ws/2008/06/05/how-to-clone-a-vmware-server-virtual-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows &amp; FOSS</title>
		<link>http://jervis.ws/2008/01/18/windows-foss/</link>
		<comments>http://jervis.ws/2008/01/18/windows-foss/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 19:07:44 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[OpenDisc]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.jervis.ws/?p=95</guid>
		<description><![CDATA[<p>A number of people ask me:</p>

Where is the best place to buy office?
Do you know any good sites to get freeware and shareware?
Where can i get a free app to do…..

<p>So here is my answer to them, they run windows, they don’t know about FOSS, they may never run Linux or even take the time [...]]]></description>
			<content:encoded><![CDATA[<p>A number of people ask me:</p>
<ul>
<li>Where is the best place to buy office?</li>
<li>Do you know any good sites to get freeware and shareware?</li>
<li>Where can i get a free app to do…..</li>
</ul>
<p>So here is my answer to them, they run windows, they don’t know about FOSS, they may never run Linux or even take the time to consider it. Why not start people on the road to a greater understanding about software as well as giving them a great app. <a title="OpenDisc" href="http://theopendisc.com/" target="_blank">OpenDisc<img id="snap_com_shot_link_icon" src="http://i.ixnp.com/images/v6.20.1/t.gif" alt="" /></a> replaces <a href="http://www.theopencd.org/" target="_blank">TheOpenCD<img id="snap_com_shot_link_icon" src="http://i.ixnp.com/images/v6.20.1/t.gif" alt="" /></a> project of days gone by, and its a great thing. One disk packed full of great quality FOSS for Windows.</p>
<p>Don’t just show them one app, give them a disk full of apps, then tell them there is much more where that came from!</p>
<p>OpenDisc also provide a nice list of apps that are on the disk, <a href="http://theopendisc.com/programs/" target="_blank">available here<img id="snap_com_shot_link_icon" src="http://i.ixnp.com/images/v6.20.1/t.gif" alt="" /></a>. Maybe next time you help some one with their PC, or re-load windows for them, see if you can install some or all of these apps. They will thank you in the long term.</p>
]]></content:encoded>
			<wfw:commentRss>http://jervis.ws/2008/01/18/windows-foss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

