<?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>Wilmire.com - Computer Info</title>
	<atom:link href="http://www.wilmire.org/computer-info/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.wilmire.org/computer-info</link>
	<description></description>
	<lastBuildDate>Mon, 07 May 2012 13:51:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Using apt-get behind a proxy</title>
		<link>http://www.wilmire.org/computer-info/?p=96</link>
		<comments>http://www.wilmire.org/computer-info/?p=96#comments</comments>
		<pubDate>Mon, 07 May 2012 13:51:36 +0000</pubDate>
		<dc:creator>cwilmire</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.wilmire.org/computer-info/?p=96</guid>
		<description><![CDATA[Edit your /etc/bash.bashrc file as root. Put these line at the end of your /etc/bash.bashrc file : export HTTP_PROXY=http://username:password@proxyserver.net:port/ export FTP_PROXY=http://username:password@proxyserver.net:port/ Omit the username:password, if your proxy server has no password.]]></description>
			<content:encoded><![CDATA[<p>Edit your /etc/bash.bashrc file as root.</p>
<p>Put these line at the end of your /etc/bash.bashrc file :</p>
<pre>export HTTP_PROXY=http://username:password@proxyserver.net:port/
export FTP_PROXY=http://username:password@proxyserver.net:port/</pre>
<p>Omit the username:password, if your proxy server has no password.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wilmire.org/computer-info/?feed=rss2&#038;p=96</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install LAMP on Ubuntu/Mint with one command</title>
		<link>http://www.wilmire.org/computer-info/?p=88</link>
		<comments>http://www.wilmire.org/computer-info/?p=88#comments</comments>
		<pubDate>Sun, 18 Mar 2012 20:27:10 +0000</pubDate>
		<dc:creator>cwilmire</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.wilmire.org/computer-info/?p=88</guid>
		<description><![CDATA[Open terminal and type the command: sudo apt-get install tasksel Now to install LAMP, type the taskel command in terminal sudo tasksel]]></description>
			<content:encoded><![CDATA[<p>Open terminal and type the command:</p>
<blockquote>
<pre>sudo apt-get install tasksel</pre>
</blockquote>
<p>Now to install LAMP, type the taskel command in terminal</p>
<blockquote>
<pre>sudo tasksel</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.wilmire.org/computer-info/?feed=rss2&#038;p=88</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find inactive computer accounts</title>
		<link>http://www.wilmire.org/computer-info/?p=68</link>
		<comments>http://www.wilmire.org/computer-info/?p=68#comments</comments>
		<pubDate>Fri, 22 Jul 2011 17:57:48 +0000</pubDate>
		<dc:creator>cwilmire</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.wilmire.org/computer-info/?p=68</guid>
		<description><![CDATA[dsquery computer OU=SomeOU,DC=xxx,DC=yyy,DC=zzz -limit 1000 -inactive 6 &#62; inactive.txt]]></description>
			<content:encoded><![CDATA[<p>dsquery computer OU=SomeOU,DC=xxx,DC=yyy,DC=zzz -limit 1000 -inactive 6 &gt; inactive.txt</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wilmire.org/computer-info/?feed=rss2&#038;p=68</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>java.lang.NoClassDefFoundError</title>
		<link>http://www.wilmire.org/computer-info/?p=74</link>
		<comments>http://www.wilmire.org/computer-info/?p=74#comments</comments>
		<pubDate>Sun, 02 Jan 2011 15:19:41 +0000</pubDate>
		<dc:creator>cwilmire</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.wilmire.org/computer-info/?p=74</guid>
		<description><![CDATA[java.lang.NoClassDefFoundError: This occurs because the classpath is not setup or referenced correctly. Executing your program using this command should correct the problem: java -classpath . helloworld where helloworld is the name of your compiled class. This tells java that your classpath is your local directory.]]></description>
			<content:encoded><![CDATA[<p>java.lang.NoClassDefFoundError:</p>
<p>This occurs because the classpath is not setup or referenced correctly.</p>
<p>Executing your program using this command should correct the problem:<br />
java -classpath . helloworld</p>
<p>where helloworld is the name of your compiled class.</p>
<p>This tells java that your classpath is your local directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wilmire.org/computer-info/?feed=rss2&#038;p=74</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shut Down WSUS</title>
		<link>http://www.wilmire.org/computer-info/?p=61</link>
		<comments>http://www.wilmire.org/computer-info/?p=61#comments</comments>
		<pubDate>Tue, 02 Mar 2010 15:45:25 +0000</pubDate>
		<dc:creator>cwilmire</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[WSUS]]></category>

		<guid isPermaLink="false">http://www.wilmire.org/computer-info/?p=61</guid>
		<description><![CDATA[You can stop the service &#8220;Update Services&#8221; from the console. Or from cmd use &#8220;net stop wsusservice&#8221;]]></description>
			<content:encoded><![CDATA[<p>You can stop the service &#8220;Update Services&#8221; from the console.</p>
<p>Or from cmd use &#8220;net stop wsusservice&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wilmire.org/computer-info/?feed=rss2&#038;p=61</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook 2003 Out Of Office Assistant &#8216;command not available&#8217;</title>
		<link>http://www.wilmire.org/computer-info/?p=51</link>
		<comments>http://www.wilmire.org/computer-info/?p=51#comments</comments>
		<pubDate>Mon, 08 Jun 2009 16:36:00 +0000</pubDate>
		<dc:creator>cwilmire</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.wilmire.org/computer-info/?p=51</guid>
		<description><![CDATA[To resolve the problem&#8230; Open Outlook. Click on Help menu. Click on About Microsoft Office Outlook. Click on the Disabled Items button. You will see a Disabled Items window open, with the following information within it: The items below were disabled because they prevented Outlook from functioning correctly. Please note that you may have to [...]]]></description>
			<content:encoded><![CDATA[<p>To resolve the problem<span style="color: #000000;">&#8230;</span></p>
<ul>
<li>Open Outlook.</li>
<li> Click on Help menu.</li>
<li> Click on About Microsoft Office Outlook.</li>
<li> Click on the Disabled Items button.</li>
</ul>
<p>You will see a Disabled Items window open, with the following information within it:</p>
<p>The items below were disabled because they prevented Outlook from functioning correctly.</p>
<p>Please note that you may have to restart Outlook for these changes to take place.</p>
<p>Select the ones you wish to re-enable.</p>
<p>If you see &#8220;Addin: outex.dll (outex.dll)&#8221; listed, click on it to highlight it and then click on the Enable button. Then click on the Close button. Then click on the OK button to close the About Microsoft Office Outlook window.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wilmire.org/computer-info/?feed=rss2&#038;p=51</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remembering Windows 2000</title>
		<link>http://www.wilmire.org/computer-info/?p=49</link>
		<comments>http://www.wilmire.org/computer-info/?p=49#comments</comments>
		<pubDate>Thu, 28 May 2009 15:24:19 +0000</pubDate>
		<dc:creator>cwilmire</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.wilmire.org/computer-info/?p=49</guid>
		<description><![CDATA[Someone brought me a Windows 2000 PC to clean up.Â Usual spyware/virus problems. Some crappy program says the PC is infected.Â If you buy the cleaning program, it will &#8220;remove&#8221; the infections that it created. Booted into Safe Mode. Installed Spybot and AVG 7.5. Scan and clean. Booted normally.Â Updated 2000 to the most &#8220;current&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Someone brought me a Windows 2000 PC to clean up.Â   Usual spyware/virus problems.  Some crappy program says the PC is infected.Â   If you buy the cleaning program, it will &#8220;remove&#8221; the infections that it created.  Booted into Safe Mode.  Installed Spybot and AVG 7.5.  Scan and clean.  Booted normally.Â   Updated 2000 to the most &#8220;current&#8221; updates.  Ran the SP4 w. update rollup patch.  bumped the AVG up to 8.5.  Set everything to run nightly scans.</p>
<p>The PC is a P4 w. 512MB RAM and a 40GB hard drive.  If you don&#8217;t over stress it, W2K runs pretty well.</p>
<p>It is amazing how ancient and archaic Windows 2000 feels.  But you know, it is like riding a bicycle&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wilmire.org/computer-info/?feed=rss2&#038;p=49</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recover lost password in XP</title>
		<link>http://www.wilmire.org/computer-info/?p=38</link>
		<comments>http://www.wilmire.org/computer-info/?p=38#comments</comments>
		<pubDate>Mon, 17 Nov 2008 15:11:58 +0000</pubDate>
		<dc:creator>cwilmire</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wilmire.org/computer-info/?p=38</guid>
		<description><![CDATA[These links will help you recover the password for a local account in NT/2K/XP/Vista. http://www.petri.co.il/forgot_administrator_password.htm http://home.eunet.no/pnordahl/ntpasswd/]]></description>
			<content:encoded><![CDATA[<p>These links will help you recover the password for a local account in NT/2K/XP/Vista.</p>
<p><a href="http://www.petri.co.il/forgot_administrator_password.htm">http://www.petri.co.il/forgot_administrator_password.htm</a></p>
<p><a href="http://home.eunet.no/pnordahl/ntpasswd/">http://home.eunet.no/pnordahl/ntpasswd/</a></p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wilmire.org/computer-info/?feed=rss2&#038;p=38</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add an icon to your web site with favicon.ico</title>
		<link>http://www.wilmire.org/computer-info/?p=33</link>
		<comments>http://www.wilmire.org/computer-info/?p=33#comments</comments>
		<pubDate>Wed, 02 Jul 2008 13:25:01 +0000</pubDate>
		<dc:creator>cwilmire</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.wilmire.org/computer-info/?p=33</guid>
		<description><![CDATA[The custom icons that appear with websites are set using a file called favicon.ico. Â It is a 16&#215;16 or 32&#215;32 icon file that is loaded to the root of your website. Â More info here&#8230; http://msdn.microsoft.com/en-us/library/ms537656(VS.85).aspx http://www.w3.org/2005/10/howto-favicon Icon editing freeware here&#8230; icofx]]></description>
			<content:encoded><![CDATA[<p>The custom icons that appear with websites are set using a file called favicon.ico. Â It is a 16&#215;16 or 32&#215;32 icon file that is loaded to the root of your website. Â More info here&#8230;</p>
<p style="padding-left: 30px;"><a href="http://msdn.microsoft.com/en-us/library/ms537656(VS.85).aspx" target="_blank">http://msdn.microsoft.com/en-us/library/ms537656(VS.85).aspx</a></p>
<p style="padding-left: 30px;"><a href="http://www.w3.org/2005/10/howto-favicon" target="_blank">http://www.w3.org/2005/10/howto-favicon</a></p>
<p>Icon editing freeware here&#8230;</p>
<p style="padding-left: 30px;"><a href="http://icofx.ro/" target="_blank">icofx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wilmire.org/computer-info/?feed=rss2&#038;p=33</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Offline File Sync with Group Policy</title>
		<link>http://www.wilmire.org/computer-info/?p=32</link>
		<comments>http://www.wilmire.org/computer-info/?p=32#comments</comments>
		<pubDate>Mon, 05 May 2008 15:11:40 +0000</pubDate>
		<dc:creator>cwilmire</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://www.wilmire.org/computer-info/?p=32</guid>
		<description><![CDATA[You can disable offline files using Group Policy. Computer Config\Admin Templates\Network\Offline Files Allow or disallow use of offline files feature: Disabled Prohibit user config: Enabled Sync all offline files when logging on: Disabled Sync all offline files before logging off: Disabled Sync offline files before suspend: Disabled Remove &#8216;Make offline&#8217;: Enabled Prevent use of Offline [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Verdana,Arial,Helvetica; color: midnightblue; font-size: x-small;"><span id="msg" class="spnMessageText">You can disable offline files using Group Policy. Computer Config\Admin Templates\Network\Offline Files</p>
<p>Allow or disallow use of offline files feature: Disabled<br />
Prohibit user config: Enabled<br />
Sync all offline files when logging on: Disabled<br />
Sync all offline files before logging off: Disabled<br />
Sync offline files before suspend: Disabled<br />
Remove &#8216;Make offline&#8217;: Enabled<br />
Prevent use of Offline Files folder: Enabled</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wilmire.org/computer-info/?feed=rss2&#038;p=32</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

