<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Chris Jakeway</title>
	<atom:link href="http://chrisjakeway.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrisjakeway.wordpress.com</link>
	<description>A place to remember things so that I don&#039;t have to.</description>
	<lastBuildDate>Fri, 09 Dec 2011 14:34:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='chrisjakeway.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Chris Jakeway</title>
		<link>http://chrisjakeway.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://chrisjakeway.wordpress.com/osd.xml" title="Chris Jakeway" />
	<atom:link rel='hub' href='http://chrisjakeway.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Ubuntu 10.04 &#8211; Enable core dumps</title>
		<link>http://chrisjakeway.wordpress.com/2011/12/09/ubuntu-10-04-enable-core-dumps/</link>
		<comments>http://chrisjakeway.wordpress.com/2011/12/09/ubuntu-10-04-enable-core-dumps/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 14:34:54 +0000</pubDate>
		<dc:creator>Chris Jakeway</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[System Admin]]></category>

		<guid isPermaLink="false">http://chrisjakeway.wordpress.com/?p=326</guid>
		<description><![CDATA[By default, core dumps are disabled in Ubuntu. To enable core dumps, for the current user, and for the root user: gedit /etc/security/limits.conf Enable the lines: * soft core 2000000 root soft core 2000000 Reboot. Use the command ulimits -c to verify that the maximum core dump size has been adjusted. (Optional) For security reasons, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisjakeway.wordpress.com&amp;blog=9879646&amp;post=326&amp;subd=chrisjakeway&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>By default, core dumps are disabled in Ubuntu. To enable core dumps, for the current user, and for the root user:</p>
<ol>
<li>gedit /etc/security/limits.conf</li>
<li>Enable the lines:<br />
* soft core 2000000<br />
root soft core 2000000</li>
<li>Reboot.</li>
<li>Use the command ulimits -c to verify that the maximum core dump size has been adjusted.</li>
</ol>
<p>(Optional) For security reasons, Ubuntu separately enables core dumps for setuid applications:</p>
<ol>
<li>gedit /etc/sysctl.conf</li>
<li>Add the line:<br />
fs.suid_dumpable = 1</li>
<li>sysctl -p</li>
</ol>
<p>(Optional) To re-direct and rename core files use a core pattern:</p>
<ol>
<li>gedit /etc/sysctl.conf</li>
<li>Add the lines:<br />
kernel.core_pattern = /var/crash/core.%e.%u.%t<br />
kernel.core_uses_pid = 1</li>
<li>sysctl -p</li>
</ol>
<p>References:</p>
<ul>
<li><a title="https://bugs.launchpad.net/ubuntu/+source/pam/+bug/65244" href="https://bugs.launchpad.net/ubuntu/+source/pam/+bug/65244">https://bugs.launchpad.net/ubuntu/+source/pam/+bug/65244</a></li>
<li>Man page for limits.conf: <a href="http://linux.die.net/man/5/limits.conf">http://linux.die.net/man/5/limits.conf</a></li>
<li>Man page for suid_dumpable: <a href="http://man.he.net/man5/proc">http://man.he.net/man5/proc</a></li>
<li>Man page for kernel.core_pattern:<a href="https://www.kernel.org/doc/man-pages/online/pages/man5/core.5.html"> https://www.kernel.org/doc/man-pages/online/pages/man5/core.5.html</a></li>
<li><a href="//serverfault.com/questions/173981/no-coredumps-for-daemons-started-at-boot-by-init-d-on-ubuntu">http://serverfault.com/questions/173981/no-coredumps-for-daemons-started-at-boot-by-init-d-on-ubuntu</a></li>
<li><a href="https://wiki.ubuntu.com/Apport">https://wiki.ubuntu.com/Apport</a></li>
</ul>
<br />Filed under: <a href='http://chrisjakeway.wordpress.com/category/linux/'>Linux</a>, <a href='http://chrisjakeway.wordpress.com/category/system-admin/'>System Admin</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chrisjakeway.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chrisjakeway.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chrisjakeway.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chrisjakeway.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chrisjakeway.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chrisjakeway.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chrisjakeway.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chrisjakeway.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chrisjakeway.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chrisjakeway.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chrisjakeway.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chrisjakeway.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chrisjakeway.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chrisjakeway.wordpress.com/326/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisjakeway.wordpress.com&amp;blog=9879646&amp;post=326&amp;subd=chrisjakeway&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chrisjakeway.wordpress.com/2011/12/09/ubuntu-10-04-enable-core-dumps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">chrisjakeway</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows: Removing a Plug and Play driver from the driver store.</title>
		<link>http://chrisjakeway.wordpress.com/2011/11/21/windows-removing-a-plug-and-play-driver-from-the-driver-store/</link>
		<comments>http://chrisjakeway.wordpress.com/2011/11/21/windows-removing-a-plug-and-play-driver-from-the-driver-store/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 20:35:12 +0000</pubDate>
		<dc:creator>Chris Jakeway</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://chrisjakeway.wordpress.com/?p=312</guid>
		<description><![CDATA[When an OEM kernel driver is installed in Windows, driver files are typically installed to the following locations: \Windows\inf\ &#8211; the .inf file is renamed to oem#.inf \Windows\System32\drivers\ To remove a particular .inf file and related files, see the following article: http://support.microsoft.com/kb/813449 On Vista and later, the driver is also added to the Windows Driver [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisjakeway.wordpress.com&amp;blog=9879646&amp;post=312&amp;subd=chrisjakeway&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When an OEM kernel driver is installed in Windows, driver files are typically installed to the following locations:</p>
<ul>
<li><em>\Windows\inf\</em> &#8211; the .inf file is renamed to oem#.inf</li>
<li><em>\Windows\System32\drivers\</em></li>
</ul>
<p>To remove a particular .inf file and related files, see the following article:</p>
<ul>
<li><a href="http://support.microsoft.com/kb/813449">http://support.microsoft.com/kb/813449</a></li>
</ul>
<p>On Vista and later, the driver is also added to the Windows Driver Store located in:</p>
<ul>
<li><em>\Windows\System32\DriverStore</em></li>
</ul>
<p>The oem.inf filename for a particular driver can be found by enumerating all of the OEM drivers in the Driver Store.</p>
<p>To enumerate the plug-and-play drivers, from a Windows cmd prompt opened in administrator mode, run:</p>
<ul>
<li><strong>pnputil.exe –e</strong></li>
</ul>
<p>To remove a particular OEM driver from the driver store use:</p>
<ul>
<li><strong>pnputil.exe -d oem#.inf</strong></li>
</ul>
<p>Reference:</p>
<ul>
<li><a href="http://technet.microsoft.com/en-us/library/cc730875.aspx">http://technet.microsoft.com/en-us/library/cc730875.aspx</a></li>
</ul>
<br />Filed under: <a href='http://chrisjakeway.wordpress.com/category/programming/'>Programming</a>, <a href='http://chrisjakeway.wordpress.com/category/windows/'>Windows</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chrisjakeway.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chrisjakeway.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chrisjakeway.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chrisjakeway.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chrisjakeway.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chrisjakeway.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chrisjakeway.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chrisjakeway.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chrisjakeway.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chrisjakeway.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chrisjakeway.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chrisjakeway.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chrisjakeway.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chrisjakeway.wordpress.com/312/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisjakeway.wordpress.com&amp;blog=9879646&amp;post=312&amp;subd=chrisjakeway&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chrisjakeway.wordpress.com/2011/11/21/windows-removing-a-plug-and-play-driver-from-the-driver-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">chrisjakeway</media:title>
		</media:content>
	</item>
		<item>
		<title>Link: Optimizing software in C++</title>
		<link>http://chrisjakeway.wordpress.com/2011/09/24/link-optimizing-software-in-c/</link>
		<comments>http://chrisjakeway.wordpress.com/2011/09/24/link-optimizing-software-in-c/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 14:25:35 +0000</pubDate>
		<dc:creator>Chris Jakeway</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://chrisjakeway.wordpress.com/?p=306</guid>
		<description><![CDATA[A set of articles related to software optimization: http://www.agner.org/optimize/ Particularly relevant is the article on C++ optimization: http://www.agner.org/optimize/optimizing_cpp.pdf These links were recently highlighted in Microsoft&#8217;s MSDN enews.  Interestingly enough, for obvious reasons, the C++ optimization article is pretty clear in recommending that you avoid .NET and Java for anything requiring performance. Filed under: Programming<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisjakeway.wordpress.com&amp;blog=9879646&amp;post=306&amp;subd=chrisjakeway&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A set of articles related to software optimization:<br />
<a href="http://www.agner.org/optimize/">http://www.agner.org/optimize/</a><br />
Particularly relevant is the article on C++ optimization:<br />
<a href="http://www.agner.org/optimize/optimizing_cpp.pdf">http://www.agner.org/optimize/optimizing_cpp.pdf</a></p>
<p>These links were recently highlighted in Microsoft&#8217;s MSDN enews.  Interestingly enough, for obvious reasons, the C++ optimization article is pretty clear in recommending that you avoid .NET and Java for anything requiring performance.</p>
<br />Filed under: <a href='http://chrisjakeway.wordpress.com/category/programming/'>Programming</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chrisjakeway.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chrisjakeway.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chrisjakeway.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chrisjakeway.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chrisjakeway.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chrisjakeway.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chrisjakeway.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chrisjakeway.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chrisjakeway.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chrisjakeway.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chrisjakeway.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chrisjakeway.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chrisjakeway.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chrisjakeway.wordpress.com/306/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisjakeway.wordpress.com&amp;blog=9879646&amp;post=306&amp;subd=chrisjakeway&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chrisjakeway.wordpress.com/2011/09/24/link-optimizing-software-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">chrisjakeway</media:title>
		</media:content>
	</item>
		<item>
		<title>Six phases of a big project</title>
		<link>http://chrisjakeway.wordpress.com/2011/09/05/six-phases-of-a-big-project/</link>
		<comments>http://chrisjakeway.wordpress.com/2011/09/05/six-phases-of-a-big-project/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 15:02:10 +0000</pubDate>
		<dc:creator>Chris Jakeway</dc:creator>
				<category><![CDATA[Humour]]></category>

		<guid isPermaLink="false">http://chrisjakeway.wordpress.com/?p=310</guid>
		<description><![CDATA[This one has been around for generations, it still makes me smile.  A good Project Manager is definitely needed to keep expectations realistic and to keep the project moving productively. The six phases of a big project: 1. Enthusiasm, 2. Disillusionment, 3. Panic and hysteria, 4. Search for the guilty, 5. Punishment of the innocent, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisjakeway.wordpress.com&amp;blog=9879646&amp;post=310&amp;subd=chrisjakeway&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This one has been around for generations, it still makes me smile.  A good Project Manager is definitely needed to keep expectations realistic and to keep the project moving productively.</p>
<p>The six phases of a big project:</p>
<p>1. Enthusiasm,<br />
2. Disillusionment,<br />
3. Panic and hysteria,<br />
4. Search for the guilty,<br />
5. Punishment of the innocent, and<br />
6. Praise and honor for the nonparticipants.</p>
<p>Reference:</p>
<ul>
<li><a href="https://secure.wikimedia.org/wikipedia/en/wiki/Six_phases_of_a_big_project"> https://secure.wikimedia.org/wikipedia/en/wiki/Six_phases_of_a_big_project</a></li>
</ul>
<br />Filed under: <a href='http://chrisjakeway.wordpress.com/category/humour/'>Humour</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chrisjakeway.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chrisjakeway.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chrisjakeway.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chrisjakeway.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chrisjakeway.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chrisjakeway.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chrisjakeway.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chrisjakeway.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chrisjakeway.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chrisjakeway.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chrisjakeway.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chrisjakeway.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chrisjakeway.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chrisjakeway.wordpress.com/310/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisjakeway.wordpress.com&amp;blog=9879646&amp;post=310&amp;subd=chrisjakeway&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chrisjakeway.wordpress.com/2011/09/05/six-phases-of-a-big-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">chrisjakeway</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows: Importing a certificate for a service</title>
		<link>http://chrisjakeway.wordpress.com/2011/04/30/windows-importing-a-certificate-for-a-service/</link>
		<comments>http://chrisjakeway.wordpress.com/2011/04/30/windows-importing-a-certificate-for-a-service/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 18:50:43 +0000</pubDate>
		<dc:creator>Chris Jakeway</dc:creator>
				<category><![CDATA[System Admin]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://chrisjakeway.wordpress.com/?p=293</guid>
		<description><![CDATA[Windows has several different certificate stores.  Using certmgr.msc allows a certificate to be installed for the current user. However; to make a certificate available to services and other process that run under the Local System or Local Service accounts, you must import the certificate into the the Local Computer store. To import the certificate, set [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisjakeway.wordpress.com&amp;blog=9879646&amp;post=293&amp;subd=chrisjakeway&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Windows has several different certificate stores.  Using <em>certmgr.msc</em> allows a certificate to be installed for the current user.</p>
<p>However; to make a certificate available to services and other process that run under the Local System or Local Service accounts, you must import the certificate into the the Local Computer store.</p>
<p>To import the certificate, set up a connection the the local computer&#8217;s certificate store:</p>
<p>1. Start -&gt; Run: <em>mmc.exe</em><br />
2. Menu: File -&gt; <em>Add/Remove Snap-in&#8230;</em><br />
3. Under <em>Available snap-ins</em>, select <em>Certificates</em> and press Add&gt;.<br />
4. Select <em>Computer Account</em> for the certificates to manage.  Press Next.<br />
5. Select <em>Local Computer</em> and press Finish.<br />
6. Press OK to return to the management console.</p>
<p>Then, import the certificate:<br />
1. Select: <em>Console Root</em> -&gt;<em> Certificates (Local Computer)</em><br />
2. Continue and select: <em>Trusted Root Certification Authorities</em> -&gt; <em>Certificates</em>.<br />
3. Right click on <em>Certificates</em> and select <em>All Tasks -&gt; Import&#8230;</em><br />
4. Follow the import wizard and import your certificate normally.</p>
<p>References:</p>
<ul>
<li><a href="http://technet.microsoft.com/en-us/library/cc754431.aspx">http://technet.microsoft.com/en-us/library/cc754431.aspx</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/ms788967.aspx">http://msdn.microsoft.com/en-us/library/ms788967.aspx</a></li>
</ul>
<br />Filed under: <a href='http://chrisjakeway.wordpress.com/category/system-admin/'>System Admin</a>, <a href='http://chrisjakeway.wordpress.com/category/windows/'>Windows</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chrisjakeway.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chrisjakeway.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chrisjakeway.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chrisjakeway.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chrisjakeway.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chrisjakeway.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chrisjakeway.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chrisjakeway.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chrisjakeway.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chrisjakeway.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chrisjakeway.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chrisjakeway.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chrisjakeway.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chrisjakeway.wordpress.com/293/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisjakeway.wordpress.com&amp;blog=9879646&amp;post=293&amp;subd=chrisjakeway&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chrisjakeway.wordpress.com/2011/04/30/windows-importing-a-certificate-for-a-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">chrisjakeway</media:title>
		</media:content>
	</item>
		<item>
		<title>Debian: Building a Linux Kernel from Git</title>
		<link>http://chrisjakeway.wordpress.com/2011/03/06/debian-building-a-linux-kernel-from-git/</link>
		<comments>http://chrisjakeway.wordpress.com/2011/03/06/debian-building-a-linux-kernel-from-git/#comments</comments>
		<pubDate>Sun, 06 Mar 2011 14:58:43 +0000</pubDate>
		<dc:creator>Chris Jakeway</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://chrisjakeway.wordpress.com/?p=279</guid>
		<description><![CDATA[Building within Debian; steps for building a custom kernel directly from Linus&#8217; Git repository. Requires Git: apt-get install git Compiler and build tools:  apt-get install build-essential ncurses library for menuconfig:  apt-get install libncurses5-dev Download the Kernel Source Download the linux git repository to your ~/linux-2.6.git directory. cd ~ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git linux-2.6.git cd linux-2.6.git Check [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisjakeway.wordpress.com&amp;blog=9879646&amp;post=279&amp;subd=chrisjakeway&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Building within Debian; steps for building a custom kernel directly from Linus&#8217; Git repository.</p>
<p><strong>Requires</strong></p>
<ul>
<li>Git: apt-get install git</li>
<li>Compiler and build tools:  apt-get install build-essential</li>
<li>ncurses library for menuconfig:  apt-get install libncurses5-dev</li>
</ul>
<p><strong>Download the Kernel Source</strong></p>
<p>Download the linux git repository to your ~/linux-2.6.git directory.</p>
<blockquote><p>cd ~<br />
git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git linux-2.6.git<br />
cd linux-2.6.git</p></blockquote>
<p><strong>Check out a particular kernel version</strong></p>
<p>To list the available kernel version tags:</p>
<blockquote><p>git tag</p></blockquote>
<p>Check-out a particular kernel version to compile:</p>
<blockquote><p>git checkout -b AcerAspire_v2.6.35 v2.6.35</p></blockquote>
<p><strong>Configure the Kernel</strong></p>
<p>Select the desired kernel options:</p>
<blockquote><p>make menuconfig</p></blockquote>
<p>The resulting config file is saved to .config.</p>
<p>Note:  Unless you know your hardware very well, creating a .config file from scratch is a very daunting task.  It is much better to start with an existing .config file from your existing kernel version source package or from another platform that is as close as possible to your desired configuration.</p>
<p>Save a copy of the config file in your repository so that you don&#8217;t lose it:</p>
<blockquote><p>cp .config AcerAspire.config<br />
git add AcerAspire.config<br />
git commit -m &#8220;Save custom kernel config file.&#8221;</p></blockquote>
<p><strong>Compile the kernel for use with Debian:</strong></p>
<blockquote><p>make clean<br />
make KDEB_PKGVERSION=custom.1.0  deb-pkg</p></blockquote>
<p><strong>Install the kernel</strong></p>
<blockquote><p>cd ..<br />
ls -al *.deb<br />
dpkg -i linux-image-2.6.35*.deb<br />
update-grub</p></blockquote>
<p>Reboot to try the new kernel.</p>
<p><strong>Clean up:</strong></p>
<p>Clean out build files:</p>
<blockquote><p>make clean</p></blockquote>
<p>Clean out all generated files including the .config file:</p>
<blockquote><p>make distclean</p></blockquote>
<p>References:</p>
<ul>
<li><a href="http://linux.yyz.us/git-howto.html">http://linux.yyz.us/git-howto.html</a></li>
<li><a href="http://kernel-handbook.alioth.debian.org/ch-common-tasks.html">http://kernel-handbook.alioth.debian.org/ch-common-tasks.html</a></li>
</ul>
<br />Filed under: <a href='http://chrisjakeway.wordpress.com/category/linux/'>Linux</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chrisjakeway.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chrisjakeway.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chrisjakeway.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chrisjakeway.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chrisjakeway.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chrisjakeway.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chrisjakeway.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chrisjakeway.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chrisjakeway.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chrisjakeway.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chrisjakeway.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chrisjakeway.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chrisjakeway.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chrisjakeway.wordpress.com/279/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisjakeway.wordpress.com&amp;blog=9879646&amp;post=279&amp;subd=chrisjakeway&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chrisjakeway.wordpress.com/2011/03/06/debian-building-a-linux-kernel-from-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">chrisjakeway</media:title>
		</media:content>
	</item>
		<item>
		<title>Firefox Settings</title>
		<link>http://chrisjakeway.wordpress.com/2011/02/28/firefox-setup/</link>
		<comments>http://chrisjakeway.wordpress.com/2011/02/28/firefox-setup/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 00:36:10 +0000</pubDate>
		<dc:creator>Chris Jakeway</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://chrisjakeway.wordpress.com/?p=262</guid>
		<description><![CDATA[Plugins Adblock Plus NoScript HTTPS-Everywhere Caching Type about:cache into the Firefox address bar to view a cache summary. Edit cache settings: Menu: Edit-&#62;Preferences or Menu: Tools-&#62;Options&#8230; Button: Advanced Tab: Network Adjust Offline Storage setting. Internal Settings Typing about:config in the Firefox address bar to view and edit internal settings. network.prefetch-next &#8211; set to false to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisjakeway.wordpress.com&amp;blog=9879646&amp;post=262&amp;subd=chrisjakeway&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em>Plugins</em></p>
<ul>
<li>Adblock Plus</li>
<li>NoScript</li>
<li>HTTPS-Everywhere</li>
</ul>
<p><em>Caching</em></p>
<p>Type <em>about:cache</em> into the Firefox address bar to view a cache summary.</p>
<p>Edit cache settings:</p>
<ul>
<li>Menu: Edit-&gt;Preferences or Menu: Tools-&gt;Options&#8230;</li>
<li>Button: Advanced</li>
<li>Tab: Network</li>
<li>Adjust Offline Storage setting.</li>
</ul>
<p><em>Internal Settings</em></p>
<p>Typing <em>about:config</em> in the Firefox address bar to view and edit internal settings.</p>
<ul>
<li>network.prefetch-next &#8211; set to false to disable pre-fetching of pages.</li>
</ul>
<p>References:</p>
<ul>
<li><a href="https://www.eff.org/https-everywhere">https://www.eff.org/https-everywhere</a></li>
<li><a href="http://kb.mozillazine.org/Network.prefetch-next">http://kb.mozillazine.org/Network.prefetch-next</a></li>
</ul>
<br />Filed under: <a href='http://chrisjakeway.wordpress.com/category/linux/'>Linux</a>, <a href='http://chrisjakeway.wordpress.com/category/windows/'>Windows</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chrisjakeway.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chrisjakeway.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chrisjakeway.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chrisjakeway.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chrisjakeway.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chrisjakeway.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chrisjakeway.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chrisjakeway.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chrisjakeway.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chrisjakeway.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chrisjakeway.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chrisjakeway.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chrisjakeway.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chrisjakeway.wordpress.com/262/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisjakeway.wordpress.com&amp;blog=9879646&amp;post=262&amp;subd=chrisjakeway&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chrisjakeway.wordpress.com/2011/02/28/firefox-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">chrisjakeway</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows &#8211; Software List</title>
		<link>http://chrisjakeway.wordpress.com/2010/10/29/windows-software-list/</link>
		<comments>http://chrisjakeway.wordpress.com/2010/10/29/windows-software-list/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 05:42:24 +0000</pubDate>
		<dc:creator>Chris Jakeway</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://chrisjakeway.wordpress.com/?p=247</guid>
		<description><![CDATA[Depending on the task, here is a partial list of software that I consider for a rebuild on Windows.   (*) indicates frequently used items.  The list will change as time goes on and as my preferences change. Utilities: (*) 7-zip (Open Source) &#8211; File compression utility.  Don&#8217;t need anything else. ISO Recorder (Free/Closed Source) &#8211; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisjakeway.wordpress.com&amp;blog=9879646&amp;post=247&amp;subd=chrisjakeway&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Depending on the task, here is a partial list of software that I consider for a rebuild on Windows.   (*) indicates frequently used items.  The list will change as time goes on and as my preferences change.</p>
<p>Utilities:</p>
<ul>
<li>(*) <a href="http://www.7-zip.org/" target="_blank">7-zip</a> (Open Source) &#8211; File compression utility.  Don&#8217;t need anything else.</li>
<li><a href="http://isorecorder.alexfeinman.com/isorecorder.htm" target="_blank">ISO Recorder</a> (Free/Closed Source) &#8211; Image existing CD&#8217;s and DVD&#8217;s.  Copy .iso&#8217;s to new disks. It&#8217;s surprising that this functionality isn&#8217;t built natively into Windows.</li>
<li><a href="http://ttssh2.sourceforge.jp/" target="_blank">TeraTerm</a> (Open Source) &#8211; Terminal program.  Replaces Hyperterminal and Procomm.  Used for SSH and old serial port stuff.</li>
</ul>
<p>Editors:</p>
<ul>
<li>(*) <a href="http://notepad-plus-plus.org/" target="_blank">Notepad++</a> (Open Source) &#8211; Excellent text editor with Syntatic highlighting.</li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?familyid=72d6aa49-787d-4118-ba5f-4f30fe913628" target="_blank">XML Notepad</a> (Open Source) &#8211; XML editor and viewer.</li>
</ul>
<p>Graphics:</p>
<ul>
<li><a href="http://www.getpaint.net/download.html" target="_blank">Paint.Net</a> (Open Source) &#8211; Paint and photo editing.</li>
</ul>
<p>System:</p>
<ul>
<li>(*) <a href="http://technet.microsoft.com/en-us/sysinternals/default.aspx" target="_blank">SysInternals</a> (Free/Closed Source) &#8211; Excellent set of tools for watching system calls, monitoring processes, walking Active Directory, etc.  Can&#8217;t live without Process Explorer and Process Monitor.</li>
</ul>
<p>Networking:</p>
<ul>
<li>(*) <a href="http://www.wireshark.org/" target="_blank">Wireshark</a> (Open Source) &#8211; Network captures and analysis.</li>
</ul>
<p>Programming:</p>
<ul>
<li>(*) <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c4a25ab9-649d-4a1b-b4a7-c9d8b095df18&amp;displaylang=en" target="_blank">Application Verifier</a> (Free/Closed Source) &#8211; Essential for catching exceptions and memory problems.  Run it all the time.</li>
<li><a href="http://pencil.evolus.vn/en-US/Home.aspx" target="_blank">Pencil Project </a>(Open Source) &#8211; Rapid Dialog and Screen Prototyping.</li>
<li>(*) <a href="http://www.stack.nl/~dimitri/doxygen/" target="_blank">Doxygen</a> (Open Source) &#8211; Auto document generation.</li>
<li>(*) <a href="http://jenkins-ci.org/">Jenkins</a> (Open Source) &#8211; Web based build machine and build farm server.</li>
<li>(*) <a href="http://winmerge.org/" target="_blank">WinMerge</a> (Open Source) &#8211; Diff and Merge tool.</li>
<li><a href="http://www.dependencywalker.com/" target="_blank">Dependency Walker</a> (Free/Closed Source) &#8211; Viewer for executable and .DLL dependencies.</li>
<li><a href="http://www.redmine.org" target="_blank">Redmine</a> (Open Source) &#8211; Bug tracking and project maintenance for a small project.</li>
<li><a href="http://www.atlassian.com/software/jira/" target="_blank">JIRA</a> (Commercial/Open Source) &#8211; Bug tracking and project management.</li>
<li><a href="http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx" target="_blank">WinDbg</a> (Free/Closed Source) &#8211; Windows debugger.  The last word in debugging, when Visual Studio can&#8217;t hack it.  Its interface is rough, but for driver debugging and 64-bit crash dump analysis, it&#8217;s all we&#8217;ve got.</li>
<li>(*) <a href="http://msdn.microsoft.com/en-us/vstudio/default.aspx" target="_blank">Visual Studio</a> (Commercial) &#8211; Absolutely the best IDE on Windows for C/C++.  Debugging is light years ahead of everything else.  Eclipse and others don&#8217;t even come close.</li>
<li><a href="http://mercurial.selenic.com/">Mercurial</a> (Open Source) &#8211; Distributed source control.</li>
</ul>
<p>Web Clients:</p>
<ul>
<li>(*) <a href="http://www.mozilla.com/en-US/thunderbird/" target="_blank">Thunderbird</a> (Open Source) &#8211; E-mail client.  Beats Outlook for junk mail filtering.</li>
<li>(*) <a href="http://www.mozilla.com/firefox" target="_blank">Firefox</a> (Open Source) &#8211; Web browser.  The NoScript plugin is highly recommended.</li>
</ul>
<p>Backups:</p>
<ul>
<li>(*) <a href="http://www.acronis.com/" target="_blank">Acronis TrueImage</a> (Commercial) &#8211; Can&#8217;t live without it.  Have performed full system restores 3 times now and it has saved my bacon each time.</li>
</ul>
<p>Antivirus:</p>
<ul>
<li>(*) <a href="http://www.microsoft.com/security_essentials/" target="_blank">Microsoft Security Essentials</a> (Commercial) &#8211; Antivirus from Microsoft.  Free for home use.  Way better than Symantec and McAfee.  Avast and AVG are okay in my opinion.</li>
</ul>
<br />Filed under: <a href='http://chrisjakeway.wordpress.com/category/windows/'>Windows</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chrisjakeway.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chrisjakeway.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chrisjakeway.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chrisjakeway.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chrisjakeway.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chrisjakeway.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chrisjakeway.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chrisjakeway.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chrisjakeway.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chrisjakeway.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chrisjakeway.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chrisjakeway.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chrisjakeway.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chrisjakeway.wordpress.com/247/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisjakeway.wordpress.com&amp;blog=9879646&amp;post=247&amp;subd=chrisjakeway&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chrisjakeway.wordpress.com/2010/10/29/windows-software-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">chrisjakeway</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows: Internet Explorer fails to print with preview.js errors.</title>
		<link>http://chrisjakeway.wordpress.com/2010/10/28/windows-internet-explorer-fails-to-print-with-preview-js-errors/</link>
		<comments>http://chrisjakeway.wordpress.com/2010/10/28/windows-internet-explorer-fails-to-print-with-preview-js-errors/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 05:22:57 +0000</pubDate>
		<dc:creator>Chris Jakeway</dc:creator>
				<category><![CDATA[System Admin]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://chrisjakeway.wordpress.com/?p=237</guid>
		<description><![CDATA[Symptoms:  Attempting to print from Internet Explorer returns the error: An error has occurred in the script on this page. Line: 1507  (or whatever) &#8230; URL: res://ieframe.dll/preview.js See attached screen shot: Other symptoms include, missing menu items, or menu items that don&#8217;t do anything when selected. Cause:  Some other application wrote to the wrong location [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisjakeway.wordpress.com&amp;blog=9879646&amp;post=237&amp;subd=chrisjakeway&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Symptoms:  Attempting to print from Internet Explorer returns the error:</p>
<blockquote><p>An error has occurred in the script on this page.<br />
Line: 1507  (or whatever)<br />
&#8230;<br />
URL: res://ieframe.dll/preview.js</p></blockquote>
<p>See attached screen shot:</p>
<p><a href="http://chrisjakeway.files.wordpress.com/2010/10/ie_print1.png"><img class="alignnone size-medium wp-image-240" title="ie_print" src="http://chrisjakeway.files.wordpress.com/2010/10/ie_print1.png?w=300&#038;h=192" alt="" width="300" height="192" /></a></p>
<p>Other symptoms include, missing menu items, or menu items that don&#8217;t do anything when selected.</p>
<p>Cause:  Some other application wrote to the wrong location or un-registered .dll&#8217;s that it wasn&#8217;t supposed to during install or uninstall.  Which application? Who knows.</p>
<p>Fix:  As described in the references below, you&#8217;ll have to re-register the IE libraries and components.   But first:</p>
<ol>
<li>Ensure that your printer actually works.  Print a test page from Notepad, or Word or whatever.  Printer not working?  The rest of these steps won&#8217;t help you.  Fix your printer.</li>
<li>Reset IE to ensure that other add-ons aren&#8217;t causing you grief.
<ol>
<li>Start Internet Explorer</li>
<li>Press the ALT key to bring up the menu.</li>
<li>From the menu select:  Tools -&gt; Internet Options  (this is reachable from the Windows control panel as well)</li>
<li>Tab:  Advanced</li>
<li>Press the button:  Reset&#8230;</li>
<li>Press the button: Reset</li>
<li>Restart IE</li>
<li>Attempt to print from IE.  Does printing work now?  If yes, you&#8217;re done.  If not, continue.</li>
</ol>
</li>
<li>Re-register your IE libraries.  In the references below, you can do it the Microsoft way and make your own script or use the ready made script from iefaq.  I used the ready made script after reviewing it.
<ol>
<li>From iefaq listed in the references section, download the script that matches your machine type.  I&#8217;m running Windows 7 32-bit so I downloaded <em>ie8-rereg.zip</em>.</li>
<li>Start the Windows File Explorer.  Start -&gt; All Programs -&gt; Accessories -&gt; Windows Explorer</li>
<li>Find the file that you downloaded.  Computer -&gt; Your disk (C:) -&gt; Temp   (or wherever you downloaded the files to.)</li>
<li>Right click on the .zip file you downloaded and select Extract&#8230;</li>
<li>Extract the files somewhere reasonable.  Example: c:\temp\ie_fix\</li>
<li>Find the extracted files.  Navigate down the directories until you find the .cmd file.  In my case the file I wanted was <em>ie-rereg.cmd</em></li>
<li>(Optional) Open the .cmd file in Notepad to see what it&#8217;s going to do.  We&#8217;re all curious right?</li>
<li>Right click on the .cmd file and select: Run as administrator.  (No, Run as administrator?  Select Open instead&#8230; and consider updating your OS one day.)</li>
<li>The command file will run for a moment and then report an error at the end.  Something about failing to update the registry.  Doesn&#8217;t matter, that&#8217;s a Windows XP fix that is only necessary if you&#8217;re running XP.</li>
<li>Reboot your computer.</li>
<li>Start IE and attempt to print.  Fixed?  Worked for me.</li>
</ol>
</li>
</ol>
<p>References:</p>
<ul>
<li><a href="http://support.microsoft.com/gp/pc_ie_advtroubleshooting1000">http://support.microsoft.com/gp/pc_ie_advtroubleshooting1000</a></li>
<li><a href="http://iefaq.info/index.php?action=artikel&amp;cat=42&amp;id=133&amp;artlang=en">http://iefaq.info/index.php?action=artikel&amp;cat=42&amp;id=133&amp;artlang=en</a></li>
</ul>
<br />Filed under: <a href='http://chrisjakeway.wordpress.com/category/system-admin/'>System Admin</a>, <a href='http://chrisjakeway.wordpress.com/category/windows/'>Windows</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chrisjakeway.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chrisjakeway.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chrisjakeway.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chrisjakeway.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chrisjakeway.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chrisjakeway.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chrisjakeway.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chrisjakeway.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chrisjakeway.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chrisjakeway.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chrisjakeway.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chrisjakeway.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chrisjakeway.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chrisjakeway.wordpress.com/237/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisjakeway.wordpress.com&amp;blog=9879646&amp;post=237&amp;subd=chrisjakeway&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chrisjakeway.wordpress.com/2010/10/28/windows-internet-explorer-fails-to-print-with-preview-js-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">chrisjakeway</media:title>
		</media:content>

		<media:content url="http://chrisjakeway.files.wordpress.com/2010/10/ie_print1.png?w=300" medium="image">
			<media:title type="html">ie_print</media:title>
		</media:content>
	</item>
		<item>
		<title>RFC 1925 &#8211; The Twelve Networking Truths</title>
		<link>http://chrisjakeway.wordpress.com/2010/09/23/rfc-1925-the-twelve-networking-truths/</link>
		<comments>http://chrisjakeway.wordpress.com/2010/09/23/rfc-1925-the-twelve-networking-truths/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 20:05:06 +0000</pubDate>
		<dc:creator>Chris Jakeway</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">https://chrisjakeway.wordpress.com/2010/09/23/rfc-1925-the-twelve-networking-truths/</guid>
		<description><![CDATA[A classic, from April 1996, RFC 1925 &#8211; The Twelve Networking Truths. My favorites: (5) It is always possible to aglutenate multiple separate problems into a single complex interdependent solution. In most cases this is a bad idea. and (12) In protocol design, perfection has been reached not when there is nothing left to add, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisjakeway.wordpress.com&amp;blog=9879646&amp;post=235&amp;subd=chrisjakeway&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A classic, from April 1996, RFC 1925 &#8211; <em>The Twelve Networking Truths</em>.</p>
<p>My favorites:</p>
<pre>   (5)  It is always possible to aglutenate multiple separate problems
        into a single complex interdependent solution. In most cases
        this is a bad idea.</pre>
<p>and</p>
<pre>   (12) In protocol design, perfection has been reached not when there
        is nothing left to add, but when there is nothing left to take
        away.</pre>
<p> </p>
<p>Reference:</p>
<ul>
<li><a href="http://www.faqs.org/rfcs/rfc1925.html">http://www.faqs.org/rfcs/rfc1925.html</a> </li>
</ul>
<br />Filed under: <a href='http://chrisjakeway.wordpress.com/category/programming/'>Programming</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chrisjakeway.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chrisjakeway.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chrisjakeway.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chrisjakeway.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chrisjakeway.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chrisjakeway.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chrisjakeway.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chrisjakeway.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chrisjakeway.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chrisjakeway.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chrisjakeway.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chrisjakeway.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chrisjakeway.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chrisjakeway.wordpress.com/235/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisjakeway.wordpress.com&amp;blog=9879646&amp;post=235&amp;subd=chrisjakeway&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chrisjakeway.wordpress.com/2010/09/23/rfc-1925-the-twelve-networking-truths/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">chrisjakeway</media:title>
		</media:content>
	</item>
	</channel>
</rss>
