<?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>artykul8 &#187; Windows Server</title>
	<atom:link href="http://artykul8.com/category/windows-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://artykul8.com</link>
	<description>ar·tic·u·late (v.) to make clear or effective</description>
	<lastBuildDate>Thu, 01 Sep 2011 16:50:18 +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>Moving Browser Cache Folder in IE, Firefox, Chrome, Opera, and Safari</title>
		<link>http://artykul8.com/2011/06/moving-browser-cache-folder/</link>
		<comments>http://artykul8.com/2011/06/moving-browser-cache-folder/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 22:18:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://artykul8.com/?p=258</guid>
		<description><![CDATA[Having recently replaced OS partition hard-drives with solid-state drives on my desktop and two laptops, I decided to tweak a few settings on my Windows in order to reduce the number of unnecessary write operations to SSD. Amongst the candidates for the move from more expensive SSD space to spinning hard-drives, I selected temporary Windows [...]]]></description>
			<content:encoded><![CDATA[<p>Having recently replaced OS partition hard-drives with solid-state drives on my desktop and two laptops, I decided to tweak a few settings on my Windows in order to reduce the number of unnecessary write operations to SSD. Amongst the candidates for the move from more expensive SSD space to spinning hard-drives, I selected temporary Windows folder and browsers cache folders. Moving temporary Windows folder turned out to be one step operation &#8211; changing Environment variables in Computer &#8211; Advanced system settings dialog.</p>
<p><a href="http://artykul8.com/media/2011/06/Temp-Windows.gif"><img src="http://artykul8.com/media/2011/06/Temp-Windows-600x349.gif" alt="" width="600" height="349" class="alignnone size-medium wp-image-477" /></a></p>
<p>However, after this quick success moving my browsers cache away from SSD turned out to be not the most trivial task due to a large number of different browsers and their very different approach to storing configuration settings. Here is my experience and instructions on how to do it in various browsers.</p>
<h3>Internet Explorer:</h3>
<p>IE offers the easiest and most convenient way to change a new folder for cache.</p>
<p>Tools &#8211; Internet Options &#8211; under &#8216;Browsing History&#8217; section choose &#8216;Settings&#8217;<br />
Click &#8216;Move folder&#8230;&#8217; and provide the new location, e.g. d:\Temp\IE</p>
<p>Heads up: After providing a new temp folder and clicking OK to save new settings, IE/Windows forcefully closes current user session, and logs the user off.</p>
<p><a href="http://artykul8.com/media/2011/06/Temp-IE.gif"><img src="http://artykul8.com/media/2011/06/Temp-IE-600x414.gif" alt="" title="Temp-IE" width="600" height="414" class="alignnone size-medium wp-image-484" /></a></p>
<h3>Firefox:</h3>
<p>In the URL type: <strong>about:config</strong><br />
Create a new string preference: <strong>browser.cache.disk.parent_directory</strong><br />
and specify a path to your cache folder, e.g.: d:\Temp\Firefox</p>
<p><a href="http://kb.mozillazine.org/Browser.cache.disk.parent_directory">Mozilla Zine: Browser.cache.disk.parent directory</a></p>
<p><a href="http://artykul8.com/media/2011/06/Temp-FireFox.gif"><img src="http://artykul8.com/media/2011/06/Temp-FireFox-600x247.gif" alt="" title="Temp-FireFox" width="600" height="247" class="alignnone size-medium wp-image-478" /></a></p>
<h3>Chrome:</h3>
<p>The only way to change location of the cache folder is through the command prompt arguments:<br />
<strong>C:\&#8230;\Application\chrome.exe &#8211;disk-cache-dir=&#8221;d:\Temp\Chrome&#8221; &#8211;disk-cache-size=75000000</strong></p>
<p>Where <strong>&#8211;disk-cache-dir</strong> points to your custom cache folder, and <strong>&#8211;disk-cache-size</strong> specifies the maximum cache size in bytes.</p>
<p>Here is a full list of Chrome&#8217;s command line switches<a href="http://src.chromium.org/svn/trunk/src/chrome/common/chrome_switches.cc">http://src.chromium.org/svn/trunk/src/chrome/common/chrome_switches.cc</a>. Surprisingly, source code seems to be the only official documentation from Google.</p>
<p>Additionally, Chrome doesn&#8217;t expose that parameter in its configuration settings in a fashion similar to FireFox. If you navigate to <strong>about:flags</strong> in the Chrome, it provides some under the hood settings, but no cache configuration.</p>
<p><a href="http://www.webtlk.com/2010/12/10/how-to-turn-on-disable-gpu-hardware-acceleration-on-google-chrome/">How to Turn On/ Disable GPU Hardware Acceleration on Google Chrome</a>.</p>
<p><a href="http://artykul8.com/media/2011/06/Temp-Chrome.gif"><img src="http://artykul8.com/media/2011/06/Temp-Chrome-600x366.gif" alt="" title="Temp-Chrome" width="600" height="366" class="alignnone size-medium wp-image-481" /></a></p>
<h3>Opera:</h3>
<p>Review the location of the current cache folder by typing in the URL: <code>opera:about</code> or from Menu &#8211; Help &#8211; About Opera.</p>
<p>To modify the settings type the URL: <strong>opera:config</strong></p>
<p>Navigate to &#8220;User Prefs&#8221; tab and modify its cache folder: <strong>Cache Directory4</strong> =d:\Temp\Opera\<br />
(alternative quick jump link: opera:config#UserPrefs|CacheDirectory4)</p>
<p>Additionally you can modify temporary download folder for Opera as well, through another key:<br />
 <strong>Temporary Download Directory</strong> = d:\Temp\Opera</p>
<p><a href="http://www.opera.com/support/usingopera/operaini/">Opera&#8217;s Settings File Explained</a></p>
<p><a href="http://artykul8.com/media/2011/06/Temp-Opera.gif"><img src="http://artykul8.com/media/2011/06/Temp-Opera-600x267.gif" alt="" title="Temp-Opera" width="600" height="267" class="alignnone size-medium wp-image-486" /></a></p>
<h3>Safari:</h3>
<p>Safari unfortunately does not provide any way to change the location of its cache directory, just like it does not provide any way to change its advanced settings in a comprehensive way.</p>
<p><a href="http://en.wikipedia.org/wiki/About_URI_scheme">about URI scheme</a><br />
<br/></p>
]]></content:encoded>
			<wfw:commentRss>http://artykul8.com/2011/06/moving-browser-cache-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deleting GTP and EFI Partitions on Windows 7/Server 2008/Vista</title>
		<link>http://artykul8.com/2011/01/deleting-gtp-and-efi-partitions-on-windows-7server-2008vista/</link>
		<comments>http://artykul8.com/2011/01/deleting-gtp-and-efi-partitions-on-windows-7server-2008vista/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 22:51:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://artykul8.com/?p=303</guid>
		<description><![CDATA[If you are trying to delete GTP or EFI partition on your hard drive under Windows Server 2008/7/Vista using management console are you out of luck. However, here is the easiest way to get around it: Start command prompt and run diskpart.exe in command prompt issuing these commands as per illustration below: d:\path>diskpart.exe DISKPART> list [...]]]></description>
			<content:encoded><![CDATA[<p>If you are trying to delete GTP or EFI partition on your hard drive under Windows Server 2008/7/Vista using management console are you out of luck. However, here is the easiest way to get around it:</p>
<p>Start command prompt and run diskpart.exe in command prompt issuing these commands as per illustration below:<br />
d:\path><strong>diskpart.exe</strong><br />
DISKPART><strong> list disk</strong><br />
DISKPART><strong> select disk <em>x</em></strong><br />
DISKPART><strong> clean</strong></p>
<p>Please note, the reason for using &#8216;clean&#8217; command instead of &#8216;delete volume&#8217; is that &#8216;delete volume&#8217; crashes diskpart utility when attempting to delete GTP/EFI partitions. Also outdated <a href="http://blogs.msdn.com/b/amitjet/archive/2009/04/17/disk-partitioning-offset.aspx">diskpar.exe</a> utilitiy, which is frequently used for aligning physical partitions and is still quite popular for SSD optimization, cannot even read disk layout containing GTP or EFI partitions.</p>
<p><a href="http://artykul8.com/media/2010/10/diskpart.gif"><img src="http://artykul8.com/media/2010/10/diskpart-393x450.gif" alt="" title="diskpart" width="393" height="450" class="alignnone size-medium wp-image-304" /></a><br />
<br/><br />
Great post: <a href="http://pitumbo.com/how-delete-gpt-partition-or-efi-mac-hard-disks-vista-or-xp">How to Delete GPT Partition or EFI from Mac Hard Disks In Vista or XP</a><br />
Reference: <a href="http://support.microsoft.com/kb/300415">A Description of the Diskpart Command-Line Utility</a><br />
Diskpar &#038; Diskpart in server environment: <a href="http://blogs.msdn.com/b/amitjet/archive/2009/04/17/disk-partitioning-offset.aspx">Disk Partitioning Offset</a><br />
Disk partitioning Alignment: <a href="http://msdn.microsoft.com/en-us/library/dd758814.aspx">Disk Partition Alignment Best Practices for SQL Server</a><br />
SSD Optimization guide: <a href="http://www.ocztechnologyforum.com/forum/showthread.php?55238-Guide-for-Win-Xp-installation-with-Diskpar-%28alignment%29-nLite-Ramdrive-Page-file-Tweaks-Browser-Tweaks-My-Doc-folder-move-and-Print-Spooler-on-Vertex">OCZ Technology Forum</a><br />
<br/></p>
<p><a href="http://artykul8.com/media/2010/10/BayAdelaideCentre.jpg"><img src="http://artykul8.com/media/2010/10/BayAdelaideCentre-600x399.jpg" alt="" title="BayAdelaideCentre" width="600" height="399" class="alignnone size-medium wp-image-307" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://artykul8.com/2011/01/deleting-gtp-and-efi-partitions-on-windows-7server-2008vista/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Converting Physical x64 Machine to Virtual (Windows 7/Server 2008 R2): Microsoft &#8211; 1 : VMware &#8211; 0</title>
		<link>http://artykul8.com/2010/04/converting-physical-x64-machine-to-virtual/</link>
		<comments>http://artykul8.com/2010/04/converting-physical-x64-machine-to-virtual/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 14:36:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VM]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://artykul8.com/?p=220</guid>
		<description><![CDATA[Being an old fan of VMware products (in particular, the fact that I can run VMware VMs on my MacBook, as well as on Wintel desktop), I found myself utterly disappointed this week, when I tried to convert my physical Windows Server 2008 R2 x64 into a virtual instance. The latest version of VMware Converter [...]]]></description>
			<content:encoded><![CDATA[<p>Being an old fan of VMware products (in particular, the fact that I can run VMware VMs on my MacBook, as well as on Wintel desktop), I found myself utterly disappointed this week, when I tried to convert my physical Windows Server 2008 R2 x64 into a virtual instance.</p>
<p>The latest version of <strong>VMware Converter</strong> kept crashing on me at the start of the conversion process with the error: <strong>&#8220;Unable to create a VSS snapshot of the source volume(s).&#8221;</strong><br />
More disappointingly, even according to press releases <a href="http://www.vmware.com/products/converter/">VMware vCenter Converter</a> &#8211; the latest and greatest version of VMware Converter, officially doesn&#8217;t support Windows 7 or Windows Server 2008 R2 editions (its latest version at the moment is <a href="http://www.vmware.com/support/converter/doc/releasenotes_conv401.html">4.0.1</a> and dated 2009-12-08).</p>
<p>After a few failed attempts with VMware, I decided to look at Microsoft offerings. Even though, I couldn&#8217;t find an official Microsoft converter product, I found something better &#8211; a <strong>Sysinternals utility <a href="http://technet.microsoft.com/en-us/sysinternals/ee656415.aspx">Disk2vhd</a></strong>, which can create a virtual hard disk (VHD) out of running physical image.</p>
<p>The most impressive part that the whole process of converting my running 60G RAID-0 hard drive array took only a couple of minutes, with minimal configuration effort &#8211; no heavy installation or complex user-interface interactions. All I had to do is select a check box with the volume(s), which needs to be converted and that&#8217;s it. Systinternals delivered an impressive utility once again! Kudos to Microsoft for keeping Sysinternals brand alive and bringing new useful tools.</p>
<p><a href="http://artykul8.com/media/2010/04/disk2vhd.png"><img src="http://artykul8.com/media/2010/04/disk2vhd.png" alt="" title="disk2vhd" width="525" height="444" class="alignnone size-full wp-image-226" /></a></p>
<p>Links:</p>
<ul>
<li><a href="http://technet.microsoft.com/en-us/sysinternals/default.aspx">Sysinternals</a></li>
<li><a href="http://blogs.technet.com/markrussinovich/default.aspx">Mark Russinovich&#8217;s Blog</a></li>
<li><a href="http://download.sysinternals.com/Files/Disk2vhd.zip">Download Disk2vhd</a></li>
<li><a href="http://live.sysinternals.com/Disk2vhd.exe">Run Disk2vhd from Live.Sysinternals.com</a></li>
</ul>
<p><a href="http://artykul8.com/media/2010/04/PaintItBlack.jpg"><img src="http://artykul8.com/media/2010/04/PaintItBlack-600x431.jpg" alt="" title="PaintItBlack" width="600" height="431" class="alignnone size-medium wp-image-227" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://artykul8.com/2010/04/converting-physical-x64-machine-to-virtual/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

