
<?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>Lead, Follow, or Move &#187; HowTo</title>
	<atom:link href="http://www.leadfollowmove.com/archives/tag/howto/feed" rel="self" type="application/rss+xml" />
	<link>http://www.leadfollowmove.com</link>
	<description>Adam Bell on Deployment, Automation, PowerShell et al</description>
	<lastBuildDate>Thu, 22 Apr 2010 14:34:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Debugging an MDT build that fails to start</title>
		<link>http://www.leadfollowmove.com/archives/deployment/debugging-an-mdt-build-that-fails-to-start</link>
		<comments>http://www.leadfollowmove.com/archives/deployment/debugging-an-mdt-build-that-fails-to-start#comments</comments>
		<pubDate>Mon, 10 Mar 2008 14:37:57 +0000</pubDate>
		<dc:creator>Adam Bell</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Deployment4]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[MDT]]></category>
		<category><![CDATA[Microsoft Deployment Toolkit]]></category>

		<guid isPermaLink="false">http://www.leadfollowmove.com/archives/deployment/debugging-an-mdt-build-that-fails-to-start</guid>
		<description><![CDATA[If you&#8217;ve been using the Microsoft Deployment Toolkit (MDT), aka Deployment4, then you will have probably had the scenario at some point where you PXE boot your client into PE and then the whole process just stops. The giveaway sign here is that you have the command prompt returned to you. This can be a [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve been using the Microsoft Deployment Toolkit (MDT), aka Deployment4, then you will have probably had the scenario at some point where you PXE boot your client into PE and then the whole process just stops.<br />
<a href='http://www.leadfollowmove.com/wp-content/uploads/mdt-nostart.PNG' title='Microsoft Deployment Toolkit (MDT) Non-Starter'><img src='http://www.leadfollowmove.com/wp-content/uploads/mdt-nostart.PNG' alt='Microsoft Deployment Toolkit (MDT) Non-Starter' /></a></p>
<p>The giveaway sign here is that you have the command prompt returned to you.</p>
<p>This can be a bit perplexing, as to what your next move should be in working out what went wrong. During the Beta I was given a helpful hint from the MS guys:</p>
<div class="quickcodenoclick"><code><br />
cscript.exe x:\deploy\scripts\litetouch.wsf /debug:true<br />
</code></div>
<p>This provides a bit more output and has been successful in pointing me in the direction of whatever was causing the grief.<br />
<a href='http://www.leadfollowmove.com/wp-content/uploads/mdt-debug.PNG' title='Microsoft Deployment Toolkit (MDT) Starting with Debugging'><img src='http://www.leadfollowmove.com/wp-content/uploads/mdt-debug.thumbnail.PNG' alt='Microsoft Deployment Toolkit (MDT) Starting with Debugging' /></a><br />
The last line is the important one in this example. The path with &#8220;broken&#8221; in it is showing that I had entered the wrong <strong>BuildID</strong> in the computers <em>details</em> configuration. That would explain why it couldn&#8217;t find the <strong>TaskSequence</strong> in question! ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leadfollowmove.com/archives/deployment/debugging-an-mdt-build-that-fails-to-start/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running Windows Server 2008 for 240 Days without Activation</title>
		<link>http://www.leadfollowmove.com/archives/windows-server-2008/running-windows-server-2008-for-240-days-without-activation</link>
		<comments>http://www.leadfollowmove.com/archives/windows-server-2008/running-windows-server-2008-for-240-days-without-activation#comments</comments>
		<pubDate>Thu, 14 Feb 2008 13:45:13 +0000</pubDate>
		<dc:creator>Adam Bell</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[HowTo]]></category>

		<guid isPermaLink="false">http://www.leadfollowmove.com/archives/server/running-windows-server-2008-for-240-days-without-activation</guid>
		<description><![CDATA[Following on, in my recent trend of joining other people&#8217;s conversation rather than starting my own, I thought I&#8217;d highlight this tip, which I can see will be handy for testing. Announced recently on bink.nu was Microsoft KB article 948472. Basically: Any edition of Windows Server 2008 may be installed without activation, and it may [...]]]></description>
			<content:encoded><![CDATA[<p>Following on, in my recent trend of joining other people&#8217;s conversation rather than starting my own, I thought I&#8217;d highlight this tip, which I can see will be handy for testing.</p>
<p>Announced recently on <a title="Bink.nu: how-to-run-windows-server-2008-for-240-days-without-activation" href="http://bink.nu/news/how-to-run-windows-server-2008-for-240-days-without-activation.aspx">bink.nu</a> was Microsoft KB article <a title="Microsoft Support: KB948472" href="http://support.microsoft.com/kb/948472">948472</a>.</p>
<p>Basically:</p>
<blockquote><p>
Any edition of Windows Server 2008 may be installed without activation, and it may be evaluated for 60 days. Additionally, the 60-day evaluation period may be reset (re-armed) three times. This action extends the original 60-day evaluation period by up to 180 days for a total possible evaluation time of 240 days.
</p></blockquote>
<p>This is achieved, by using the <strong>slmgr.vbs</strong> script shipped in the image, in the System32 folder. The process can be automated through <em>Task Scheduler</em>, using an XML file, the contents of which are in the KB article.</p>
<p>I haven&#8217;t tried this approach yet, but I believe the key here is to <strong>not</strong> let the 60 days elapse! The article makes serveral references to performing the rearm&#8217;s &#8220;<em>just before the end of </em>&#8230;&#8221; each 60-day period.</p>
<p>I&#8217;ll have a closer look over the weekend and do a follow up post with the results.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leadfollowmove.com/archives/windows-server-2008/running-windows-server-2008-for-240-days-without-activation/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu Feisty and a Creative Xmod sound card</title>
		<link>http://www.leadfollowmove.com/archives/linux/ubuntu-feisty-and-a-creative-xmod-sound-card</link>
		<comments>http://www.leadfollowmove.com/archives/linux/ubuntu-feisty-and-a-creative-xmod-sound-card#comments</comments>
		<pubDate>Wed, 08 Aug 2007 20:16:24 +0000</pubDate>
		<dc:creator>Adam Bell</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Tech Talk]]></category>

		<guid isPermaLink="false">http://www.leadfollowmove.com/archives/linux/ubuntu-feisty-and-a-creative-xmod-sound-card</guid>
		<description><![CDATA[I ordered a Creative Xmod USB sound card yesterday. The ear phone jack on my laptop gave out on me a few weeks ago, and I finally let the music withdrawal symptoms get the better of me. At work today one of the guys told me that he&#8217;d had an Xmod and replaced it due [...]]]></description>
			<content:encoded><![CDATA[<p>I ordered a<a title="Creative: Xmod Sound Card" href="http://www.creative.com/products/product.asp?category=209&#038;subcategory=668&#038;product=15913"> Creative Xmod USB sound card</a> yesterday. The ear phone jack on my laptop gave out on me a few weeks ago, and I finally let  the music withdrawal symptoms get the better of me.</p>
<p>At work today one of the guys told me that he&#8217;d had an Xmod and replaced it due to a few hassles. Namely on his 64-bit Windows machine it had caused numerous <a title="wikipedia: Blue Screen Of Death" href="http://en.wikipedia.org/wiki/Blue_Screen_of_Death">BSOD&#8217;s</a>. That would have been sufficient for him to pass it on, but his other two criticisms were that it required external power to run, and drivers installed to get it operational under Windows.</p>
<p>Suffice to say I got home tonight, less than expectant about my new toy. I figured I&#8217;d give it a try on my Ubuntu machine, and if it didn&#8217;t live up to my expectation &#8211; namely no driver hassles, and power drawn off the USB alone, I&#8217;d send it back and pick up a <a title="Terratec: Aureon Sound Card" href="http://sounden.terratec.net/modules.php?op=modload&#038;name=News&#038;file=article&#038;sid=230">Terratec Aureon</a> instead.</p>
<p>Well, my first impression was good. I liked the packaging and the iPod-esque colouring. I&#8217;m not an Apple Fanboy by any stretch, but you have to give them points for style!</p>
<p>First up I connected it to my Windows XP laptop, and sure enough I got the New Hardware dialogue. Not a good sign!</p>
<p>I hooked the unit up to the Ubuntu laptop, and opened up a terminal session to see if the OS recognized the device.<br />
<a href='http://www.leadfollowmove.com/archives/linux/ubuntu-feisty-and-a-creative-xmod-sound-card/attachment/cat-procasoundcards/' rel='attachment wp-att-147' title='cat /proc/asound/cards'><img src='http://www.leadfollowmove.com/wp-content/uploads/asound-cards.thumbnail.png' alt='cat /proc/asound/cards' /></a></p>
<p>Now I&#8217;m not brilliant with configuring sound on Linux &#8211; despite my work mates labeling me as the token tree-hugging-sandal-wearing Nix-Fanboy ;) I do however know how to configure Amarok to use a different card, so this is where I started. Under <em>Settings | Configure Amarok</em> select the <em>Engine</em> settings from the left side of the dialogue, as below.</p>
<p><a href='http://www.leadfollowmove.com/archives/linux/ubuntu-feisty-and-a-creative-xmod-sound-card/attachment/amarok-alsa-device-configuration/' rel='attachment wp-att-148' title='Amarok ALSA Device Configuration'><img src='http://www.leadfollowmove.com/wp-content/uploads/amarok-config.thumbnail.png' alt='Amarok ALSA Device Configuration' /></a></p>
<p>The output from the <strong>cat</strong> command previously gave us the name of the audio device &#8211; <em>Xmod</em>. So this is the name we use.</p>
<p>A quick restart of Amarok, had <em>&#8220;Blink182 &#8211; Feeling This&#8221;</em> pumping down my earphones :)</p>
<p>So far so good, but I still had no system sounds, or any of other other media apps (Totem, or VLC etc). What I needed to do was set the Xmod as the default audio card in the system.</p>
<p>A quick look around the OS, and I found &#8211; <strong>asoundconf</strong>. Typing the command gave us a list of expected switches, of which two looked useful: <strong>list</strong> and <strong>set-default-card<br />
</strong></p>
<p><a href='http://www.leadfollowmove.com/archives/linux/ubuntu-feisty-and-a-creative-xmod-sound-card/attachment/asoundconf-configuring-the-systems-default-audio-card/' rel='attachment wp-att-149' title='asoundconf - configuring the systems default audio card'><img src='http://www.leadfollowmove.com/wp-content/uploads/asoundconf-default.thumbnail.png' alt='asoundconf - configuring the systems default audio card' /></a></p>
<p>As you can see, stepping through the switches appears to have set the Xmod as the default card. A quick reboot, and, I suddenly have system sound, and all the media apps are playing nicely!</p>
<p>Despite my earlier worries, the device works well with by Ubuntu machine. No extra drivers required, no extra power needed, and it even works with the hardware sound control!</p>
<p>Tomorrow, there shall be music :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leadfollowmove.com/archives/linux/ubuntu-feisty-and-a-creative-xmod-sound-card/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Setting up Beryl on Ubuntu (Feisty)</title>
		<link>http://www.leadfollowmove.com/archives/linux/setting-up-beryl-on-ubuntu-feisty</link>
		<comments>http://www.leadfollowmove.com/archives/linux/setting-up-beryl-on-ubuntu-feisty#comments</comments>
		<pubDate>Tue, 08 May 2007 21:37:20 +0000</pubDate>
		<dc:creator>Adam Bell</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.leadfollowmove.com/archives/linux/setting-up-beryl-on-ubuntu-feisty</guid>
		<description><![CDATA[I breathed some new life into my work laptop yesterday. I downloaded Ubuntu (currently 7.04, Feisty Fawn) and I was surprised at how easy it was to setup and configure with Bery as the Window Manager, and to get the transparent cube effect complete with zoom. There&#8217;s probably more than one way to do this, [...]]]></description>
			<content:encoded><![CDATA[<p>I breathed some new life into my work laptop yesterday. I downloaded <a title="Ubuntu: Get Ubuntu" href="http://www.ubuntulinux.org/getubuntu/download">Ubuntu</a> (currently 7.04, Feisty Fawn) and I was surprised at how easy it was to setup and configure  with <a title="The Beryl Project! - Homepage" href="http://www.beryl-project.org/">Bery</a> as the Window Manager, and to get the transparent cube effect complete with zoom.</p>
<p><a href='http://www.leadfollowmove.com/archives/linux/setting-up-beryl-on-ubuntu-feisty/attachment/lead-follow-move-ubuntu-feisty-704-with-beryl-window-manager/' rel='attachment wp-att-121' title='Lead Follow Move - Ubuntu Feisty 7.04 with Beryl Window Manager'><img src='http://www.leadfollowmove.com/wp-content/uploads/lfm-beryl-cube.thumbnail.png' alt='Lead Follow Move - Ubuntu Feisty 7.04 with Beryl Window Manager' /></a></p>
<p>There&#8217;s probably more than one way to do this, and this may not be the best way. These are the steps I took. </p>
<p><strong>Post OS install:</strong><br />
After the Ubuntu install completes and you remove the disk and reboot back into the desktop, enable the <strong>Desktop Effects</strong>, by clicking <em>System &#8211; Preferences &#8211; Desktop Effects </em>. Click the button and tick both boxes.<br />
<a href='http://www.leadfollowmove.com/archives/linux/setting-up-beryl-on-ubuntu-feisty/attachment/desktop-effects-options/' rel='attachment wp-att-108' title='Desktop Effects - Options'><img src='http://www.leadfollowmove.com/wp-content/uploads/desktopeffects-options.thumbnail.png' alt='Desktop Effects - Options' /></a></p>
<p><strong>Install Beryl Applications</strong><br />
Next we want to install the Beryl Manager, and Beryl Settings Manager. This enables us to have much more control over the configuration of the Beryl Window Manager.<br />
Click, <em>Applications &#8211; Add/Remove&#8230;</em>. Make sure the <em>Show:</em> drop-down is set to <em>&#8220;All Available Applications&#8221;</em> and type &#8220;Beryl&#8221; in the <em>Search:</em> box.</p>
<p><a href='http://www.leadfollowmove.com/archives/linux/setting-up-beryl-on-ubuntu-feisty/attachment/addremove-search-for-beryl/' rel='attachment wp-att-109' title='Add/Remove… Search for Beryl'><img src='http://www.leadfollowmove.com/wp-content/uploads/addremove-beryl.thumbnail.png' alt='Add/Remove… Search for Beryl' /></a></p>
<p>Place a tick in the boxes against the two required applications and click OK. Step through the acknowledgment dialogs to get the software installed.</p>
<p>There should now be a red jewel shortcut located under <em>Applications &#8211; System Tools</em>. Clicking on this will cause the Beryl Manager to launch in the tray.<br />
<img src='http://www.leadfollowmove.com/wp-content/uploads/beryl-tray.png' alt='Beryl Manager - launched.' /> </p>
<p>Right-click on the jewel and select the first item in the menu, <em>Beryl Settings Manager</em>.<br />
This is where we want to configure our options. There&#8217;s a lot in here, but in this example we&#8217;re just going to configure the <em>zoom</em>, and <em>transparency</em> options.</p>
<p><strong>Configuring Transparency</strong><br />
Click on the <em>Desktop</em> icon along the top of the window, and from the left pane, select <em>Desktop Cube</em>, and then the <em>Transparency</em> tab.<br />
<a href='http://www.leadfollowmove.com/archives/linux/setting-up-beryl-on-ubuntu-feisty/attachment/bery-settings-manager-transparency/' rel='attachment wp-att-111' title='Bery Settings Manager - Transparency'><img src='http://www.leadfollowmove.com/wp-content/uploads/beryl-transparency.thumbnail.png' alt='Beryl Settings Manager - Transparency' /></a><br />
Place a tick in the box for <em>Transparent Cube</em>.</p>
<p><strong>Configuring Zoom</strong><br />
To get that nice zoom-out effect when you&#8217;re moving between windows, from within the Beryl Settings Manager, make sure you&#8217;re still within the <em>Desktop</em> section, and click <em>Rotate Cube</em> from the left pane.<br />
Expand the <em>General</em> option out and move the <em>zoom slide</em> all the way to the right.<br />
<a href='http://www.leadfollowmove.com/archives/linux/setting-up-beryl-on-ubuntu-feisty/attachment/beryl-settings-manager-zoom/' rel='attachment wp-att-112' title='Beryl Settings Manager - Zoom'><img src='http://www.leadfollowmove.com/wp-content/uploads/beryl-zoom.thumbnail.png' alt='Beryl Settings Manager - Zoom' /></a><br />
Placing a tick in the Zoom Before Rotate, causes the Desktop to zoom away from you when using the keyboard shortcuts, which I think is a nice effect too!</p>
<p><strong>Anything Else?</strong><br />
One last thing to do is to put an entry in under <em>System &#8211; Preferences &#8211;  Sessions &#8211; Startup Programs</em>, so that Beryl will automatically startup when we log in.<br />
<a href='http://www.leadfollowmove.com/archives/linux/setting-up-beryl-on-ubuntu-feisty/attachment/sessions-startup-programs-beryl/' rel='attachment wp-att-113' title='Sessions - Startup Programs - Beryl'><img src='http://www.leadfollowmove.com/wp-content/uploads/sessions-beryl.thumbnail.png' alt='Sessions - Startup Programs - Beryl' /></a></p>
<p>Other nice features to check out are the <em>Caps</em> and <em>Skydome</em> tabs under <em>Desktop &#8211; Desktop Cube</em>, however I was unable to get any of my own images to work there (though to be fair I didn&#8217;t really look into it).</p>
<p><strong>The Result?</strong><br />
<a href='http://www.leadfollowmove.com/wp-content/uploads/lfm-beryl-zoomout.png' title='Lead Follow Move - Ubuntu Desktop with Beryl'><img src='http://www.leadfollowmove.com/wp-content/uploads/lfm-beryl-zoomout.thumbnail.png' alt='Lead Follow Move - Ubuntu Desktop with Beryl' /></a></p>
<p><a href='http://www.leadfollowmove.com/archives/linux/setting-up-beryl-on-ubuntu-feisty/attachment/lead-follow-move-cube-folded-out/' rel='attachment wp-att-115' title='Lead Follow Move - Cube folded out'><img src='http://www.leadfollowmove.com/wp-content/uploads/lfm-beryl-unfold.thumbnail.png' alt='Lead Follow Move - Cube folded out' /></a></p>
<p><a href='http://www.leadfollowmove.com/archives/linux/setting-up-beryl-on-ubuntu-feisty/attachment/lead-follow-move-windows-tiled/' rel='attachment wp-att-116' title='Lead Follow Move - Windows tiled'><img src='http://www.leadfollowmove.com/wp-content/uploads/lfm-beryl-span.thumbnail.png' alt='Lead Follow Move - Windows tiled' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.leadfollowmove.com/archives/linux/setting-up-beryl-on-ubuntu-feisty/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
