<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>InfoTech Notes - IT Consultant Blog</title>
	
	<link>http://www.infotechnotes.com</link>
	<description>Small Business IT Consultant in Chicago</description>
	<lastBuildDate>Sun, 31 Jan 2010 01:00:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/InfotechNotes" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="infotechnotes" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Check a Website for Malware Infections [Tips]</title>
		<link>http://www.infotechnotes.com/2010/01/check-a-website-for-malware-infections-tips/</link>
		<comments>http://www.infotechnotes.com/2010/01/check-a-website-for-malware-infections-tips/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 00:59:24 +0000</pubDate>
		<dc:creator>rachelbaker</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[avg]]></category>
		<category><![CDATA[link scanner]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[spyware]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.infotechnotes.com/?p=140</guid>
		<description><![CDATA[
The most likely cause of a computer to become infected with malware is a visit to an infected website.  We visit websites seen on social media sites, sent to us via email, linked on other websites, found on search engines, etc.  Even websites that look benign to the end user can in the background be [...]


Related posts:<ol><li><a href='http://www.infotechnotes.com/2009/12/five-best-free-malware-removal-tools/' rel='bookmark' title='Permanent Link: Five Best Free Malware Removal Tools [Favorites]'>Five Best Free Malware Removal Tools [Favorites]</a> <small> I honestly don&#8217;t know what some users do to...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.infotechnotes.com/wp-content/uploads/2010/01/avg_linkscanner.jpg"><img class="alignnone size-medium wp-image-142" title="avg_linkscanner" src="http://www.infotechnotes.com/wp-content/uploads/2010/01/avg_linkscanner-300x164.jpg" alt="" width="300" height="164" /></a></p>
<p>The most likely cause of a computer to become infected with malware is a visit to an infected website.  We visit websites seen on social media sites, sent to us via email, linked on other websites, found on search engines, etc.  Even websites that look benign to the end user can in the background be running malicious scripts.</p>
<p>If your current anti-virus doesn&#8217;t have a component built in to scan links automatically for you, consider using the <a href="http://www.avg.com.au/resources/web-page-scanner/">AVG Online Web Page Scanner</a>.  The AVG Online Web Page Scanner also can check links using shortened urls.</p>
<p>AVG also offers <a href="http://linkscanner.avg.com/ww.sals-why-linkscanner.html">LinkScanner as a free software download to Windows</a> users.</p>


<p>Related posts:<ol><li><a href='http://www.infotechnotes.com/2009/12/five-best-free-malware-removal-tools/' rel='bookmark' title='Permanent Link: Five Best Free Malware Removal Tools [Favorites]'>Five Best Free Malware Removal Tools [Favorites]</a> <small> I honestly don&#8217;t know what some users do to...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/InfotechNotes/~4/GYaZyxIphFA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.infotechnotes.com/2010/01/check-a-website-for-malware-infections-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show Hidden Files in OSX [Tips]</title>
		<link>http://www.infotechnotes.com/2010/01/show-hidden-files-in-osx-tips/</link>
		<comments>http://www.infotechnotes.com/2010/01/show-hidden-files-in-osx-tips/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 14:45:41 +0000</pubDate>
		<dc:creator>rachelbaker</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[Finder]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://www.infotechnotes.com/?p=136</guid>
		<description><![CDATA[
There is no way to enable the displaying of hidden files or folders from the graphic user interface on a Mac, but it can be done via Terminal.  To enable the displaying of the hidden files open the Terminal and type:
defaults write com.apple.Finder AppleShowAllFiles TRUE [press enter]
KillAll Finder [press enter]
If you are done viewing the [...]


Related posts:<ol><li><a href='http://www.infotechnotes.com/2009/11/change-default-boot-operating/' rel='bookmark' title='Permanent Link: Change the Default Boot Operating System via GRUB in Ubuntu 9.10 [Tips]'>Change the Default Boot Operating System via GRUB in Ubuntu 9.10 [Tips]</a> <small>If installed Ubuntu 9.10 on a computer that already had...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.infotechnotes.com/wp-content/uploads/2010/01/osxhiddenfiles.jpg"><img class="alignnone size-medium wp-image-137" title="osxhiddenfiles" src="http://www.infotechnotes.com/wp-content/uploads/2010/01/osxhiddenfiles-300x236.jpg" alt="" width="300" height="236" /></a></p>
<p>There is no way to enable the displaying of hidden files or folders from the graphic user interface on a Mac, but it can be done via Terminal.  To enable the displaying of the hidden files open the Terminal and type:</p>
<blockquote><p>defaults write com.apple.Finder AppleShowAllFiles TRUE [press enter]</p></blockquote>
<blockquote><p>KillAll Finder [press enter]</p></blockquote>
<p>If you are done viewing the hidden files and would like to stop viewing them, open the Terminal again and type:</p>
<blockquote><p>defaults write com.apple.Finder AppleShowAllFiles FALSE [press enter]</p>
<p>KillAll Finder [press enter]</p></blockquote>


<p>Related posts:<ol><li><a href='http://www.infotechnotes.com/2009/11/change-default-boot-operating/' rel='bookmark' title='Permanent Link: Change the Default Boot Operating System via GRUB in Ubuntu 9.10 [Tips]'>Change the Default Boot Operating System via GRUB in Ubuntu 9.10 [Tips]</a> <small>If installed Ubuntu 9.10 on a computer that already had...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/InfotechNotes/~4/oxFFFQHEvdc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.infotechnotes.com/2010/01/show-hidden-files-in-osx-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You Hire the Client, Not the Other Way Around [Opinion]</title>
		<link>http://www.infotechnotes.com/2010/01/you-hire-the-client-not-the-other-way-around-opinion/</link>
		<comments>http://www.infotechnotes.com/2010/01/you-hire-the-client-not-the-other-way-around-opinion/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 05:13:52 +0000</pubDate>
		<dc:creator>rachelbaker</dc:creator>
				<category><![CDATA[Opinion]]></category>

		<guid isPermaLink="false">http://www.infotechnotes.com/?p=130</guid>
		<description><![CDATA[
Last Wednesday I went to a Chicago Tech Meetup Group event to hear Jason Fried of 37 signals fame speak.  One of the points he made near the end of his question &#38; answer time was about working with clients when he was a web designer:
Clients tend to think that they hire you, but really [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.infotechnotes.com/wp-content/uploads/2010/01/IT-Consultant-Shirt.jpg"><img class="alignnone size-medium wp-image-131" title="IT Consultant Shirt" src="http://www.infotechnotes.com/wp-content/uploads/2010/01/IT-Consultant-Shirt-300x300.jpg" alt="" width="300" height="300" /></a></p>
<p>Last Wednesday I went to a <a href="http://www.meetup.com/Chicago-Tech-Meetup/calendar/12116736/">Chicago Tech Meetup Group event</a> to hear <a href="http://twitter.com/jasonFried">Jason Fried</a> of <a href="http://37signals.com/">37 signals</a> fame speak.  One of the points he made near the end of his question &amp; answer time was about working with clients when he was a web designer:</p>
<blockquote><p>Clients tend to think that they hire you, but really it is the other way around.  You hire them.</p></blockquote>
<p>This really hit home with me.  It is hard when starting out as a consultant not to take any kind or work that you are offered (to be paid for).  That is not a successful strategy.</p>
<ul>
<li>You need to take on projects/clients that are right for you and your skill set.</li>
<li>Projects/clients that will help lead you to other projects/clients.</li>
<li>Projects/clients that you will proudly be able to cite to future potential clients.</li>
</ul>
<p>The customer is not always right.  You can tell a client that you respectfully disagree with them without coming off as rude.  If you don&#8217;t tell your client why on their website they shouldn&#8217;t use red text on a black background or why they need to have a backup strategy, you are doing a dis-service to your client and to yourself as a professional.  Integrity is your most important asset.  Don&#8217;t lose it over one or two projects/clients.  It is a slippery slope to go down.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/InfotechNotes/~4/GYuWegEZOcA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.infotechnotes.com/2010/01/you-hire-the-client-not-the-other-way-around-opinion/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Five Windows Server Routine Tasks [Tips]</title>
		<link>http://www.infotechnotes.com/2009/12/five-windows-server-routine-tasks/</link>
		<comments>http://www.infotechnotes.com/2009/12/five-windows-server-routine-tasks/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 03:59:46 +0000</pubDate>
		<dc:creator>rachelbaker</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[disk space]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Updates]]></category>

		<guid isPermaLink="false">http://www.infotechnotes.com/?p=123</guid>
		<description><![CDATA[
As an IT Consultant I often get asked to do very minor tasks like setup a new user account or change folder permissions, when accessing the server to preform minor tasks I try to also do a quick little checkup on the server&#8217;s health.  To do this I have this list of five routine tasks [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.infotechnotes.com/wp-content/uploads/2009/12/windows_server_system.jpg"><img class="alignnone size-medium wp-image-124" title="windows_server_system" src="http://www.infotechnotes.com/wp-content/uploads/2009/12/windows_server_system-300x198.jpg" alt="" width="300" height="198" /></a></p>
<p>As an IT Consultant I often get asked to do very minor tasks like setup a new user account or change folder permissions, when accessing the server to preform minor tasks I try to also do a quick little checkup on the server&#8217;s health.  To do this I have this list of five routine tasks I perform:</p>
<ol>
<li>Backups &#8211; Checking the status of backups is always the first thing I do on any server I touch.</li>
<li>Event Viewer &#8211; Making sure to check the Application and System logs for dings.  Doing this can lead to proactively fixing an issue before it becomes a problem.</li>
<li>Software Updates &#8211; Checking updates for both the Operating System, Exchange or SQL, as well as other Line of Business applications.  Updates cannot always be applied on the spot due to requiring reboots, but it is always good to know where the system stands to plan the patching/updating for the near future.</li>
<li>Driver Updates &#8211; Checking for updates for vital components like the NIC(s), RAID controller, etc</li>
<li>Disk Space &#8211; Making sure there is plenty of disk space for ongoing use, especially on the C partition.</li>
</ol>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/InfotechNotes/~4/Bx_fGQtnMrQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.infotechnotes.com/2009/12/five-windows-server-routine-tasks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Control Alt Delete in Remote Desktop [Tips]</title>
		<link>http://www.infotechnotes.com/2009/12/how-to-control-alt-delete-in-remote-desktop-tips/</link>
		<comments>http://www.infotechnotes.com/2009/12/how-to-control-alt-delete-in-remote-desktop-tips/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 21:07:15 +0000</pubDate>
		<dc:creator>rachelbaker</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[task manager]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.infotechnotes.com/?p=119</guid>
		<description><![CDATA[
I use Remote Desktop to access all of the servers I administer.  I can troubleshoot or perform maintenance on the servers without having to visit each client&#8217;s office, not to mention work in my pajamas.
When remotely working on a server, nothing is more panic enducing than a server freezing on you.  If you are in [...]


Related posts:<ol><li><a href='http://www.infotechnotes.com/2009/11/change-listening-port-for-windows-remote-desktop-tip/' rel='bookmark' title='Permanent Link: Change Listening Port for Windows Remote Desktop [Tip]'>Change Listening Port for Windows Remote Desktop [Tip]</a> <small> The default listening port for Microsoft&#8217;s Remote Desktop Connection...</small></li>
<li><a href='http://www.infotechnotes.com/2009/11/determine-processor-64-bit-capable/' rel='bookmark' title='Permanent Link: Determine if your Processor is 64 bit capable from Windows Vista or Windows 7 [Tip]'>Determine if your Processor is 64 bit capable from Windows Vista or Windows 7 [Tip]</a> <small>With 64-bit operating systems being all the rage right now...</small></li>
<li><a href='http://www.infotechnotes.com/2009/12/customize-the-windows-7-logon-screen-background/' rel='bookmark' title='Permanent Link: Customize the Windows 7 Logon Screen Background [Tips]'>Customize the Windows 7 Logon Screen Background [Tips]</a> <small> You can easily change your user picture in Windows...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.infotechnotes.com/wp-content/uploads/2009/12/remotedesktop.jpg"><img class="alignnone size-medium wp-image-120" title="remotedesktop" src="http://www.infotechnotes.com/wp-content/uploads/2009/12/remotedesktop-300x223.jpg" alt="" width="300" height="223" /></a></p>
<p>I use <strong>Remote Desktop</strong> to access all of the servers I administer.  I can troubleshoot or perform maintenance on the servers without having to visit each client&#8217;s office, not to mention work in my pajamas.</p>
<p>When remotely working on a server, nothing is more panic enducing than a server freezing on you.  If you are in front of the server working at console level you would be able to press <strong>control, alt, and delete</strong> keys to bring up the <strong>Logon Information Box</strong> which can take you to the <strong>Task Manager</strong>.</p>
<p>But how do you do that when accessing a machine via<strong> Remote Desktop</strong>:<strong></p>
<p>Control, Alt, and End keys</strong> bring up the Logon Information Box in a Remote Desktop Window</p>
<p>More Remote Desktop Shortcuts (via <a href="http://www.technospot.net/blogs/microsoft-remote-desktop-connection-keyboard-shortcut/">Technospot</a>)</p>
<ul>
<blockquote>
<li>ALT + PAGEUP : Switch between programs left to right.</li>
<li>ALT + PAGEDOWN : Switch between programs  right to left.</li>
<li>ALT + INSERT : Cycle through programs in most recently used order.</li>
<li>ALT + HOME : Display Start Menu.</li>
<li>CTRL + ALT + BREAK : Switch the client computer between a window and full screen.</li>
<li>ALT + DELETE : Displays the windows menu.</li>
<li>CTRL + ALT +  Minus Sign (-) : Place a snapshot of the active window in the client  the terminal server, same as PRINT SCREEN on a local computer.</li>
<li>CTRL + ALT + Plus Sign (+) : Place a snapshot of the entire window in the client the terminal server, same as PRINT SCREEN on a local computer.</li>
</blockquote>
</ul>


<p>Related posts:<ol><li><a href='http://www.infotechnotes.com/2009/11/change-listening-port-for-windows-remote-desktop-tip/' rel='bookmark' title='Permanent Link: Change Listening Port for Windows Remote Desktop [Tip]'>Change Listening Port for Windows Remote Desktop [Tip]</a> <small> The default listening port for Microsoft&#8217;s Remote Desktop Connection...</small></li>
<li><a href='http://www.infotechnotes.com/2009/11/determine-processor-64-bit-capable/' rel='bookmark' title='Permanent Link: Determine if your Processor is 64 bit capable from Windows Vista or Windows 7 [Tip]'>Determine if your Processor is 64 bit capable from Windows Vista or Windows 7 [Tip]</a> <small>With 64-bit operating systems being all the rage right now...</small></li>
<li><a href='http://www.infotechnotes.com/2009/12/customize-the-windows-7-logon-screen-background/' rel='bookmark' title='Permanent Link: Customize the Windows 7 Logon Screen Background [Tips]'>Customize the Windows 7 Logon Screen Background [Tips]</a> <small> You can easily change your user picture in Windows...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/InfotechNotes/~4/jteijImRC34" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.infotechnotes.com/2009/12/how-to-control-alt-delete-in-remote-desktop-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checklist for Solving Head Scratching IT Problems [Favorites]</title>
		<link>http://www.infotechnotes.com/2009/12/checklist-for-solving-head-scratching-it-problems/</link>
		<comments>http://www.infotechnotes.com/2009/12/checklist-for-solving-head-scratching-it-problems/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 20:21:44 +0000</pubDate>
		<dc:creator>rachelbaker</dc:creator>
				<category><![CDATA[Favorites]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.infotechnotes.com/?p=116</guid>
		<description><![CDATA[All IT folks have that problem/issue that you have been unsuccessfully staring at or thinking about for hours.  This has happened to me with everything from simple workgroup networking to writing complex database reports.  The worst part about such problems is that when you finally do have that &#8220;aha moment&#8221; you kick yourself for not [...]


Related posts:<ol><li><a href='http://www.infotechnotes.com/2009/12/five-best-free-malware-removal-tools/' rel='bookmark' title='Permanent Link: Five Best Free Malware Removal Tools [Favorites]'>Five Best Free Malware Removal Tools [Favorites]</a> <small> I honestly don&#8217;t know what some users do to...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>All IT folks have that problem/issue that you have been unsuccessfully staring at or thinking about for hours.  This has happened to me with everything from simple workgroup networking to writing complex database reports.  The worst part about such problems is that when you finally do have that &#8220;aha moment&#8221; you kick yourself for not seeing the resolution sooner.   A list I often find myself referencing in such situations was written by Tom Limoncelli and can be seen on  <a href="http://everythingsysadmin.com">EverythingSysAdmin</a>.</p>
<p><a href="http://everythingsysadmin.com/dumb-things-to-check.html">A List of Dumb Things to Check</a></p>
<blockquote><p><strong>Layer 0 &#8211; PEBKAC</strong></p>
<ol>
<li>Make sure CapsLock is off. (Same for ScrollLock and NumLock)</li>
<li>Type it again (without using cut-and-paste) and see if you get the same results. (good way to find a typo) (or a unicode &#8220;whitespace&#8221; char)</li>
<li>Use cut-and-paste to copy that variable name (or URL, commmand line, etc.) to see if it was entered correctly.</li>
<li>Are the binaries really the ones you think are running? (Did you install in single user mode when /opt wasn&#8217;t mounted? Can you check the md5 or sha1 checksum vs. a machine that is running properly?)</li>
<li>Check the file permissions.</li>
<li>Are you really on the host you think you are?</li>
<li>Are you doing the test from the right machine? Would the test be more effective from a different machine?</li>
<li>Does your test gear test what you think it tests? What happens when you run the exact same test on a known-good and a known-bad element? Do you get the results you expect both ways?</li>
<li>Is that a file, a directory, a hard link, a symbolic link, or a mountpoint?</li>
<li>Is the filename extention right? Should it be .php instead of .html?</li>
<li>Is the screen paused via Ctrl-S? (press CTRL-Q to find out)</li>
<li>You can get to the web site? Are you working in &#8220;off-line&#8221; mode?</li>
</ol>
<p><strong>Layer 1 &#8211; Physical</strong></p>
<ol>
<li>Are both ends of the (power/network/video/etc.) cable plugged in?</li>
<li>Is the cable plugged into the right jack? (Some jacks look the same: AUI and video, Some Sun&#8217;s have a &#8217;stealth&#8217; video jack that you aren&#8217;t supposed to use, etc.)</li>
<li>Did you unplug and re-plug in the cable to make sure its in right?</li>
<li>It&#8217;s too easy to answer &#8220;yes&#8221; when asked, &#8220;Is it plugged in.&#8221; It&#8217;s better to ask them to power it off, then power it back on OR ask them to &#8220;check both ends of the power cable&#8221; OR ask them if the power light is on, off, or blinking. (and if it&#8217;s blinking&#8230; RUN!)</li>
<li>Does plugging a lamp into that outlet make it light up? (If you use a radio, be careful of radios with battery backups)</li>
<li>Is the laptop running off battery? (therefore obscuring a power problem)</li>
<li>Is the device driver you&#8217;re trying to install for the device you actually have?</li>
</ol>
<p><strong>Layer 2 &#8211; Data Link</strong></p>
<ol>
<li>Is there a rogue DHCP server on the network messing with you?</li>
</ol>
<p><strong>Layer 3 &#8211; Network</strong></p>
<ol>
<li>Is the default route set? Is the netmask set correctly?</li>
<li> <a href="http://www.psc.edu/%7Emathis/MTU/index.html">http://www.psc.edu/~mathis/MTU/index.html </a>: Six classes of bugs limit network performance.
<ul>
<li>packet losses, corruption, congestion, bad hardware</li>
<li>IP Routing, long round trip times</li>
<li>Packet reordering</li>
<li>Inappropriate buffer space</li>
<li>Inappropriate packet sizes</li>
<li>Inefficient applications</li>
</ul>
</li>
<li>Is someone else also at that IP address? (Unplug the network cable and ping the address)</li>
<li>(firewall ruleset issues) If you move the machine to another IP address does it still happen? If you move the machine to a different subnet does it still happen? If you put a different machine at that IP address does it still happen? If you boot the same machine on a different OS (like a CD-ROM based Linux or FreeBSD) does it still happen?</li>
<li>Does the same thing happen when you specify the IP address instead of the hostname? (Hint: the lmhost or /etc/hosts may be overriding)</li>
</ol>
<p><strong>Layer 4 &#8211; Transport</strong></p>
<ol>
<li>Traceroute from A to B. Traceroute B to A. Do they match up?</li>
</ol>
<p><strong>Layer 5 &#8211; Session</strong></p>
<ol>
<li> <em>SSH, SCP, L2TP, PPTP</em></li>
</ol>
<p><strong>Layer 6 &#8211; Presentation</strong></p>
<ol>
<li>Is the program reading the last line of the file? Is it being processed right?</li>
<li>Is there a (invisible) CTRL-M at the end of each line in the text file?</li>
<li>Does the text file end with a newline?</li>
</ol>
<p><strong>Layer 7 &#8211; Application</strong></p>
<ol>
<li>Is DNS configured right? Misconfigured DNS masks other problems and appears as bizarre problems that will send you looking everywhere except /etc/resolv.conf</li>
<li>Check the environment variables (Use &#8220;strings&#8221; on the binary to find out what they really are supposed to be).</li>
<li>Are you running the same copy of the script that you are editing?</li>
<li>Is the software looking for the same copy of the configuration file that you are? (Does the new release look in /etc/example2/example.conf instead of the old /etc/example.conf location?)</li>
</ol>
<p><strong>Layer 8 &#8211; User/Political</strong></p>
<ol>
<li>Is the user pressing RETURN when you think they are? (Are they pressing it at all?)</li>
<li>Is the user typing a &#8220;/&#8221; or a &#8220;\&#8221;?</li>
<li>Does the user know which is the lessthan (&lt;) and which is the greaterthan (&gt;) symbol?</li>
<li>&#8220;Did you get permission to run crack against that password file?&#8221; &#8230; &#8220;Is it in writing?&#8221;</li>
</ol>
<p><strong>If All Else Fails</strong></p>
<li>Did you remember to check this list?</li>
</blockquote>


<p>Related posts:<ol><li><a href='http://www.infotechnotes.com/2009/12/five-best-free-malware-removal-tools/' rel='bookmark' title='Permanent Link: Five Best Free Malware Removal Tools [Favorites]'>Five Best Free Malware Removal Tools [Favorites]</a> <small> I honestly don&#8217;t know what some users do to...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/InfotechNotes/~4/9aHtJjZc5OM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.infotechnotes.com/2009/12/checklist-for-solving-head-scratching-it-problems/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Customize the Windows 7 Logon Screen Background [Tips]</title>
		<link>http://www.infotechnotes.com/2009/12/customize-the-windows-7-logon-screen-background/</link>
		<comments>http://www.infotechnotes.com/2009/12/customize-the-windows-7-logon-screen-background/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 19:41:01 +0000</pubDate>
		<dc:creator>rachelbaker</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[background image]]></category>
		<category><![CDATA[screen background]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[windows logon screen]]></category>

		<guid isPermaLink="false">http://www.infotechnotes.com/?p=105</guid>
		<description><![CDATA[
You can easily change your user picture in Windows 7 from the control panel, but there is no GUI way to change the background image to the Windows logon screen.  Thoosje released the Windows 7 Logon Screen Editor to easily allow you to change the background image, and even preview it before committing the change.
For [...]


Related posts:<ol><li><a href='http://www.infotechnotes.com/2009/11/change-listening-port-for-windows-remote-desktop-tip/' rel='bookmark' title='Permanent Link: Change Listening Port for Windows Remote Desktop [Tip]'>Change Listening Port for Windows Remote Desktop [Tip]</a> <small> The default listening port for Microsoft&#8217;s Remote Desktop Connection...</small></li>
<li><a href='http://www.infotechnotes.com/2009/12/how-to-control-alt-delete-in-remote-desktop-tips/' rel='bookmark' title='Permanent Link: How to Control Alt Delete in Remote Desktop [Tips]'>How to Control Alt Delete in Remote Desktop [Tips]</a> <small> I use Remote Desktop to access all of the...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-106" title="Windows7_Logonscreen" src="http://www.infotechnotes.com/wp-content/uploads/2009/12/Windows7_Logonscreen-300x231.jpg" alt="Windows7_Logonscreen" width="300" height="231" /></p>
<p>You can easily change your <a href="http://malektips.com/windows-7-account-picture.html">user picture in Windows 7 from the control panel</a>, but <a href="http://www.winhelponline.com/blog/windows-7-lets-you-change-the-logon-background-image/">there is no GUI way to change the background image to the Windows logon screen</a>.  Thoosje released the <a title="Window 7 Logon Screen Editor" href="http://www.thoosje.com/windows-7-logon-screen-editor.html">Windows 7 Logon Screen Editor</a> to easily allow you to change the background image, and even preview it before committing the change.</p>
<p>For a customized background to be available it must be located in the <strong>C:\Program Files (x86)\Thoosje Logon Editor\Library</strong> directory.  I suggest using a background image that is the same resolution as your monitor.</p>
<p><img class="alignnone size-medium wp-image-107" title="Thoosje_Library" src="http://www.infotechnotes.com/wp-content/uploads/2009/12/Thoosje_Library-300x225.jpg" alt="Thoosje_Library" width="300" height="225" /></p>
<p><a href="http://www.thoosje.com/windows-7-logon-screen-editor.html">Thoosje Windows 7 Logon Screen Editor</a></p>


<p>Related posts:<ol><li><a href='http://www.infotechnotes.com/2009/11/change-listening-port-for-windows-remote-desktop-tip/' rel='bookmark' title='Permanent Link: Change Listening Port for Windows Remote Desktop [Tip]'>Change Listening Port for Windows Remote Desktop [Tip]</a> <small> The default listening port for Microsoft&#8217;s Remote Desktop Connection...</small></li>
<li><a href='http://www.infotechnotes.com/2009/12/how-to-control-alt-delete-in-remote-desktop-tips/' rel='bookmark' title='Permanent Link: How to Control Alt Delete in Remote Desktop [Tips]'>How to Control Alt Delete in Remote Desktop [Tips]</a> <small> I use Remote Desktop to access all of the...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/InfotechNotes/~4/ucCyzQ5fFyQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.infotechnotes.com/2009/12/customize-the-windows-7-logon-screen-background/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Assign a Process or a Program to a CPU in Windows 7 [Tip]</title>
		<link>http://www.infotechnotes.com/2009/12/assign-a-process-or-a-program-to-a-cpu-in-windows/</link>
		<comments>http://www.infotechnotes.com/2009/12/assign-a-process-or-a-program-to-a-cpu-in-windows/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 18:25:03 +0000</pubDate>
		<dc:creator>rachelbaker</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[dual core]]></category>
		<category><![CDATA[processors]]></category>
		<category><![CDATA[task manager]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.infotechnotes.com/?p=100</guid>
		<description><![CDATA[In Windows 7 on a dual-core or multiprocessor system, after a program is already running there is an easy way to assign the program or process to a specific processor.  Windows normally decides which processor to use automatically, but you may want to reassure yourself.

Bring up the Task Manager
Right click on the process and select [...]


Related posts:<ol><li><a href='http://www.infotechnotes.com/2009/11/determine-processor-64-bit-capable/' rel='bookmark' title='Permanent Link: Determine if your Processor is 64 bit capable from Windows Vista or Windows 7 [Tip]'>Determine if your Processor is 64 bit capable from Windows Vista or Windows 7 [Tip]</a> <small>With 64-bit operating systems being all the rage right now...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>In Windows 7 on a dual-core or multiprocessor system, after a program is already running there is an easy way to assign the program or process to a specific processor.  Windows normally decides which processor to use automatically, but you may want to reassure yourself.</p>
<ol>
<li>Bring up the <strong>Task Manager</strong></li>
<li>Right click on the process and select <strong>Set Affinity<br />
</strong><img class="alignnone size-medium wp-image-101" title="taskmanager_affinity" src="http://www.infotechnotes.com/wp-content/uploads/2009/12/taskmanager_affinity-269x300.png" alt="taskmanager_affinity" width="269" height="300" /></li>
<li>Check or uncheck the processors based on  your preference.  Leaving all the processors and <strong>&lt;All Processors&gt;</strong> checked will allow Windows to manage this for you.<br />
<img class="alignnone size-medium wp-image-102" title="processor_affinity" src="http://www.infotechnotes.com/wp-content/uploads/2009/12/processor_affinity-292x300.jpg" alt="processor_affinity" width="292" height="300" /></li>
</ol>
<p><span id="ctl00_MainContentPlaceholder_ctl01_ctl00_lblEntry"></span></p>


<p>Related posts:<ol><li><a href='http://www.infotechnotes.com/2009/11/determine-processor-64-bit-capable/' rel='bookmark' title='Permanent Link: Determine if your Processor is 64 bit capable from Windows Vista or Windows 7 [Tip]'>Determine if your Processor is 64 bit capable from Windows Vista or Windows 7 [Tip]</a> <small>With 64-bit operating systems being all the rage right now...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/InfotechNotes/~4/XAtEdS7ILrc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.infotechnotes.com/2009/12/assign-a-process-or-a-program-to-a-cpu-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Bootable Windows 7 USB Drive From an ISO File [Downloads]</title>
		<link>http://www.infotechnotes.com/2009/12/create-a-bootable-windows-7-usb-drive/</link>
		<comments>http://www.infotechnotes.com/2009/12/create-a-bootable-windows-7-usb-drive/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 20:40:23 +0000</pubDate>
		<dc:creator>rachelbaker</dc:creator>
				<category><![CDATA[Downloads]]></category>

		<guid isPermaLink="false">http://www.infotechnotes.com/?p=86</guid>
		<description><![CDATA[Windows Only: I needed to create a USB boot device for an Asus netbook that was getting a clean install of Windows 7.  I found this easy utility to make the USB drive bootable from the ISO image of the operating system disk. I would assume this also works with ISO images of Linux as [...]


Related posts:<ol><li><a href='http://www.infotechnotes.com/2009/11/autoruns-examine-startup-programs/' rel='bookmark' title='Permanent Link: Use Autoruns to Examine Startup Programs and Plugins [Downloads]'>Use Autoruns to Examine Startup Programs and Plugins [Downloads]</a> <small> Autoruns is a free Microsoft Sysinternals program that puts...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Windows Only: I needed to create a USB boot device for an Asus netbook that was getting a clean install of Windows 7.  I found this easy utility to make the USB drive bootable from the ISO image of the operating system disk. I would assume this also works with ISO images of Linux as well, but I haven&#8217;t tried it.</p>
<ol>
<li>Download the<a href="http://wudt.codeplex.com/"> Windows 7 USB/DVD Download Tool</a> and install the program.</li>
<li> Run the software and choose the location of the ISO file<br />
<img class="alignnone size-medium wp-image-88" title="Windows7_usbtool1" src="http://www.infotechnotes.com/wp-content/uploads/2009/12/Windows7_usbtool1-300x158.jpg" alt="Windows7_usbtool1" width="300" height="158" /></li>
<li>Chose USB Device as the media type<br />
<img class="alignnone size-medium wp-image-89" title="Windows7_usbtool2" src="http://www.infotechnotes.com/wp-content/uploads/2009/12/Windows7_usbtool2-300x158.jpg" alt="Windows7_usbtool2" width="300" height="158" /></li>
<li>Insert your USB drive into the computer, make sure the drive is at least 4gb<br />
<img class="alignnone size-medium wp-image-90" title="Windows7_usbtool3" src="http://www.infotechnotes.com/wp-content/uploads/2009/12/Windows7_usbtool3-300x158.jpg" alt="Windows7_usbtool3" width="300" height="158" /></li>
<li>The Windows 7 USB/DVD Download Tool software will format your USB drive (and erase any files already on the drive), make the drive bootable, and then copy the files onto the USB drive.<br />
<img class="alignnone size-medium wp-image-91" title="Windows7_usbtool4" src="http://www.infotechnotes.com/wp-content/uploads/2009/12/Windows7_usbtool4-300x158.jpg" alt="Windows7_usbtool4" width="300" height="158" /></li>
</ol>


<p>Related posts:<ol><li><a href='http://www.infotechnotes.com/2009/11/autoruns-examine-startup-programs/' rel='bookmark' title='Permanent Link: Use Autoruns to Examine Startup Programs and Plugins [Downloads]'>Use Autoruns to Examine Startup Programs and Plugins [Downloads]</a> <small> Autoruns is a free Microsoft Sysinternals program that puts...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/InfotechNotes/~4/jPx1aBcyXo0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.infotechnotes.com/2009/12/create-a-bootable-windows-7-usb-drive/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Workaround for Exchange Distribution Lists on iPhone [Tips]</title>
		<link>http://www.infotechnotes.com/2009/12/workaround-exchange-distribution-lists-on-iphone/</link>
		<comments>http://www.infotechnotes.com/2009/12/workaround-exchange-distribution-lists-on-iphone/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 23:21:43 +0000</pubDate>
		<dc:creator>rachelbaker</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[ActiveSync]]></category>
		<category><![CDATA[distribution list]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://www.infotechnotes.com/?p=73</guid>
		<description><![CDATA[
The iPhone uses the ActiveSync technology to sync and view your email, calendars, and contacts.  A drawback of the ActiveSync technology is that it does not support distribution groups.  However, if you have taken the time to setup a distribution list in your Outlook, I have a workaround for you:

Find an email that was previously [...]


Related posts:<ol><li><a href='http://www.infotechnotes.com/2009/11/hard-reset-an-iphone-tips/' rel='bookmark' title='Permanent Link: Hard Reset an iPhone [Tips]'>Hard Reset an iPhone [Tips]</a> <small>Thanksgiving evening my iPhone was stuck at the Apple logo...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-74" title="msexchange_iphone" src="http://www.infotechnotes.com/wp-content/uploads/2009/12/msexchange_iphone.jpg" alt="msexchange_iphone" width="300" height="235" /></p>
<p>The iPhone uses the ActiveSync technology to sync and view your email, calendars, and contacts.  A drawback of the ActiveSync technology is that it does not support distribution groups.  However, if you have taken the time to setup a distribution list in your Outlook, I have a workaround for you:</p>
<ul>
<li>Find an email that was previously sent to the distribution group in your sent items</li>
<li>Click <strong>reply all</strong> from that older email</li>
<li>Delete out all the body and subject content in the email message</li>
<li>Save this cleaned email to your <strong>Drafts</strong> folder</li>
<li>The email template containing your distribution list will now sync to your iPhone</li>
</ul>


<p>Related posts:<ol><li><a href='http://www.infotechnotes.com/2009/11/hard-reset-an-iphone-tips/' rel='bookmark' title='Permanent Link: Hard Reset an iPhone [Tips]'>Hard Reset an iPhone [Tips]</a> <small>Thanksgiving evening my iPhone was stuck at the Apple logo...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/InfotechNotes/~4/ZFrFzQ-n79Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.infotechnotes.com/2009/12/workaround-exchange-distribution-lists-on-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic page generated in 1.552 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-03-03 15:08:22 -->
