<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: To Catch A Snoop: How To Tell If Someone Has Been On Your Computer</title>
	<atom:link href="http://www.makeuseof.com/tag/catch-snoop-computer-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com/tag/catch-snoop-computer-windows/</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Sun, 19 May 2013 20:05:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Tim Lenahan</title>
		<link>http://www.makeuseof.com/tag/catch-snoop-computer-windows/#comment-448321</link>
		<dc:creator>Tim Lenahan</dc:creator>
		<pubDate>Sun, 04 Apr 2010 19:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=39505#comment-448321</guid>
		<description><![CDATA[Thanks for helping here.  I&#039;m not too familiar with Macs and Linux.

Yes, browsing history should be at least similar in the mentioned OSs.]]></description>
		<content:encoded><![CDATA[<p>Thanks for helping here.  I&#8217;m not too familiar with Macs and Linux.</p>
<p>Yes, browsing history should be at least similar in the mentioned OSs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: timmyjohnboy</title>
		<link>http://www.makeuseof.com/tag/catch-snoop-computer-windows/#comment-591283</link>
		<dc:creator>timmyjohnboy</dc:creator>
		<pubDate>Sun, 04 Apr 2010 19:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=39505#comment-591283</guid>
		<description><![CDATA[Thanks for helping here.  I&#039;m not too familiar with Macs and Linux.&lt;br&gt;&lt;br&gt;Yes, browsing history should be at least similar in the mentioned OSs.]]></description>
		<content:encoded><![CDATA[<p>Thanks for helping here.  I&#8217;m not too familiar with Macs and Linux.</p>
<p>Yes, browsing history should be at least similar in the mentioned OSs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Slangen</title>
		<link>http://www.makeuseof.com/tag/catch-snoop-computer-windows/#comment-448171</link>
		<dc:creator>Simon Slangen</dc:creator>
		<pubDate>Sat, 03 Apr 2010 17:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=39505#comment-448171</guid>
		<description><![CDATA[Hi Bob,


For Mac OS X...

You can check &lt;b&gt;recently opened files&lt;/b&gt; and &lt;b&gt;applications&lt;/b&gt; via the Apple menu (top-left) -&gt; Recent Items.

For the most &lt;b&gt;recently modified files&lt;/b&gt;, both Finder and Spotlight aren&#039;t too reliable ; not even all folders are indexed. Instead, run the Terminal (Applications -&gt; Utilities -&gt; Terminal) with the following command: &quot;&lt;i&gt;find ~ -type f -ctime -1 &#124; more&lt;/i&gt;&quot;.

This will look for all files recently adjusted in the specified directory in the terminal - by default, probably, your home folder. For example, &quot;&lt;i&gt;find ~&lt;b&gt;/Documents&lt;/b&gt; -type f -ctime -0 &#124; more&lt;/i&gt;&quot; will then be limited to your Documents folder. Adjust &quot;ctime -1&quot; to specify the number of 24-hour cycles that need to be included.

Checking &lt;b&gt;internet browsing histories&lt;/b&gt; is similar to Windows.

&lt;b&gt;K9 Web Protection&lt;/b&gt; also works on Mac OS X.


Hope this helps. Cheers.]]></description>
		<content:encoded><![CDATA[<p>Hi Bob,</p>
<p>For Mac OS X&#8230;</p>
<p>You can check <b>recently opened files</b> and <b>applications</b> via the Apple menu (top-left) -> Recent Items.</p>
<p>For the most <b>recently modified files</b>, both Finder and Spotlight aren&#8217;t too reliable ; not even all folders are indexed. Instead, run the Terminal (Applications -> Utilities -> Terminal) with the following command: &#8220;<i>find ~ -type f -ctime -1 | more</i>&#8220;.</p>
<p>This will look for all files recently adjusted in the specified directory in the terminal &#8211; by default, probably, your home folder. For example, &#8220;<i>find ~<b>/Documents</b> -type f -ctime -0 | more</i>&#8221; will then be limited to your Documents folder. Adjust &#8220;ctime -1&#8243; to specify the number of 24-hour cycles that need to be included.</p>
<p>Checking <b>internet browsing histories</b> is similar to Windows.</p>
<p><b>K9 Web Protection</b> also works on Mac OS X.</p>
<p>Hope this helps. Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Slangen</title>
		<link>http://www.makeuseof.com/tag/catch-snoop-computer-windows/#comment-591282</link>
		<dc:creator>Simon Slangen</dc:creator>
		<pubDate>Sat, 03 Apr 2010 17:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=39505#comment-591282</guid>
		<description><![CDATA[Hi Bob,&lt;br&gt;&lt;br&gt;&lt;br&gt;For Mac OS X...&lt;br&gt;&lt;br&gt;You can check &lt;b&gt;recently opened files&lt;/b&gt; and &lt;b&gt;applications&lt;/b&gt; via the Apple menu (top-left) -&gt; Recent Items.&lt;br&gt;&lt;br&gt;For the most &lt;b&gt;recently modified files&lt;/b&gt;, both Finder and Spotlight aren&#039;t too reliable ; not even all folders are indexed. Instead, run the Terminal (Applications -&gt; Utilities -&gt; Terminal) with the following command: &quot;&lt;i&gt;find ~ -type f -ctime -1 &#124; more&lt;/i&gt;&quot;.&lt;br&gt;&lt;br&gt;This will look for all files recently adjusted in the specified directory in the terminal - by default, probably, your home folder. For example, &quot;&lt;i&gt;find ~&lt;b&gt;/Documents&lt;/b&gt; -type f -ctime -0 &#124; more&lt;/i&gt;&quot; will then be limited to your Documents folder. Adjust &quot;ctime -1&quot; to specify the number of 24-hour cycles that need to be included.&lt;br&gt;&lt;br&gt;Checking &lt;b&gt;internet browsing histories&lt;/b&gt; is similar to Windows.&lt;br&gt;&lt;br&gt;&lt;b&gt;K9 Web Protection&lt;/b&gt; also works on Mac OS X.&lt;br&gt;&lt;br&gt;&lt;br&gt;Hope this helps. Cheers.]]></description>
		<content:encoded><![CDATA[<p>Hi Bob,</p>
<p>For Mac OS X&#8230;</p>
<p>You can check <b>recently opened files</b> and <b>applications</b> via the Apple menu (top-left) -&gt; Recent Items.</p>
<p>For the most <b>recently modified files</b>, both Finder and Spotlight aren&#8217;t too reliable ; not even all folders are indexed. Instead, run the Terminal (Applications -&gt; Utilities -&gt; Terminal) with the following command: &#8220;<i>find ~ -type f -ctime -1 | more</i>&#8220;.</p>
<p>This will look for all files recently adjusted in the specified directory in the terminal &#8211; by default, probably, your home folder. For example, &#8220;<i>find ~<b>/Documents</b> -type f -ctime -0 | more</i>&#8221; will then be limited to your Documents folder. Adjust &#8220;ctime -1&#8243; to specify the number of 24-hour cycles that need to be included.</p>
<p>Checking <b>internet browsing histories</b> is similar to Windows.</p>
<p><b>K9 Web Protection</b> also works on Mac OS X.</p>
<p>Hope this helps. Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Stromberg</title>
		<link>http://www.makeuseof.com/tag/catch-snoop-computer-windows/#comment-448140</link>
		<dc:creator>Bob Stromberg</dc:creator>
		<pubDate>Sat, 03 Apr 2010 08:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=39505#comment-448140</guid>
		<description><![CDATA[Is there a similar article for the Mac?  For Linux?]]></description>
		<content:encoded><![CDATA[<p>Is there a similar article for the Mac?  For Linux?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Lenahan</title>
		<link>http://www.makeuseof.com/tag/catch-snoop-computer-windows/#comment-447887</link>
		<dc:creator>Tim Lenahan</dc:creator>
		<pubDate>Fri, 02 Apr 2010 06:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=39505#comment-447887</guid>
		<description><![CDATA[This article was intended to find out if snooping has or has not occurred already, as in a situation where security measures should have been taken but weren&#039;t.  

Using &lt;a href=&quot;http://www.makeuseof.com/tags/encryption/&quot; rel=&quot;nofollow&quot;&gt;encryption&lt;/a&gt; and &lt;a href=&quot;http://www.makeuseof.com/tags/password-manager/&quot; rel=&quot;nofollow&quot;&gt;password managers&lt;/a&gt; is a good idea though.  Thanks for the tip.]]></description>
		<content:encoded><![CDATA[<p>This article was intended to find out if snooping has or has not occurred already, as in a situation where security measures should have been taken but weren&#8217;t.  </p>
<p>Using <a href="http://www.makeuseof.com/tags/encryption/" rel="nofollow">encryption</a> and <a href="http://www.makeuseof.com/tags/password-manager/" rel="nofollow">password managers</a> is a good idea though.  Thanks for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: timmyjohnboy</title>
		<link>http://www.makeuseof.com/tag/catch-snoop-computer-windows/#comment-591281</link>
		<dc:creator>timmyjohnboy</dc:creator>
		<pubDate>Fri, 02 Apr 2010 06:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=39505#comment-591281</guid>
		<description><![CDATA[This article was intended to find out if snooping has or has not occurred already, as in a situation where security measures should have been taken but weren&#039;t.  &lt;br&gt;&lt;br&gt;Using &lt;a href=&quot;http://www.makeuseof.com/tags/encryption/&quot; rel=&quot;nofollow&quot;&gt;encryption&lt;/a&gt; and &lt;a href=&quot;http://www.makeuseof.com/tags/password-manager/&quot; rel=&quot;nofollow&quot;&gt;password managers&lt;/a&gt; is a good idea though.  Thanks for the tip.]]></description>
		<content:encoded><![CDATA[<p>This article was intended to find out if snooping has or has not occurred already, as in a situation where security measures should have been taken but weren&#8217;t.  </p>
<p>Using <a href="http://www.makeuseof.com/tags/encryption/" rel="nofollow">encryption</a> and <a href="http://www.makeuseof.com/tags/password-manager/" rel="nofollow">password managers</a> is a good idea though.  Thanks for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa</title>
		<link>http://www.makeuseof.com/tag/catch-snoop-computer-windows/#comment-447885</link>
		<dc:creator>Lisa</dc:creator>
		<pubDate>Fri, 02 Apr 2010 05:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=39505#comment-447885</guid>
		<description><![CDATA[I&#039;m surprised that file encryption programs like True Crypt and password managers like Keepass weren&#039;t mentioned here.  Encrypting sensitive files and managing strong passwords in a secure password vault way would go a long way towards preventing this type of identity theft.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m surprised that file encryption programs like True Crypt and password managers like Keepass weren&#8217;t mentioned here.  Encrypting sensitive files and managing strong passwords in a secure password vault way would go a long way towards preventing this type of identity theft.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: timmyjohnboy</title>
		<link>http://www.makeuseof.com/tag/catch-snoop-computer-windows/#comment-591280</link>
		<dc:creator>timmyjohnboy</dc:creator>
		<pubDate>Fri, 02 Apr 2010 04:06:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=39505#comment-591280</guid>
		<description><![CDATA[If you are in danger of people snooping (PC in a public place in the house), perhaps manually locking it whenever you&#039;re done would be a better bet.]]></description>
		<content:encoded><![CDATA[<p>If you are in danger of people snooping (PC in a public place in the house), perhaps manually locking it whenever you&#8217;re done would be a better bet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.makeuseof.com/tag/catch-snoop-computer-windows/#comment-447832</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 01 Apr 2010 19:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=39505#comment-447832</guid>
		<description><![CDATA[I&#039;m still surprised at how many people leave their computer logged on and auto-fill their passwords. usually all it takes to &quot;hack&quot; someone&#039;s email, facebook, etc. is to walk up to their computer and log in. that&#039;s why everyone should have their computer set to automatically lock after a few minutes of inactivity and if you&#039;re more paranoid tell your browser to prompt you for a password before it auto-fills.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m still surprised at how many people leave their computer logged on and auto-fill their passwords. usually all it takes to &#8220;hack&#8221; someone&#8217;s email, facebook, etc. is to walk up to their computer and log in. that&#8217;s why everyone should have their computer set to automatically lock after a few minutes of inactivity and if you&#8217;re more paranoid tell your browser to prompt you for a password before it auto-fills.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: timmyjohnboy</title>
		<link>http://www.makeuseof.com/tag/catch-snoop-computer-windows/#comment-591279</link>
		<dc:creator>timmyjohnboy</dc:creator>
		<pubDate>Thu, 01 Apr 2010 17:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=39505#comment-591279</guid>
		<description><![CDATA[Scary, isn&#039;t it?  It&#039;s good practice to keep personal stuff out of reach just to keep temptation from those who might take advantage.]]></description>
		<content:encoded><![CDATA[<p>Scary, isn&#8217;t it?  It&#8217;s good practice to keep personal stuff out of reach just to keep temptation from those who might take advantage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ana YourNetBiz Mentor</title>
		<link>http://www.makeuseof.com/tag/catch-snoop-computer-windows/#comment-447798</link>
		<dc:creator>Ana YourNetBiz Mentor</dc:creator>
		<pubDate>Thu, 01 Apr 2010 16:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=39505#comment-447798</guid>
		<description><![CDATA[It came as a shock to me that the worst identity theft offenders are people we know. Can&#039;t we trust anyone these days?

Ana Hoffman]]></description>
		<content:encoded><![CDATA[<p>It came as a shock to me that the worst identity theft offenders are people we know. Can&#8217;t we trust anyone these days?</p>
<p>Ana Hoffman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Traffic Generation Cafe</title>
		<link>http://www.makeuseof.com/tag/catch-snoop-computer-windows/#comment-591278</link>
		<dc:creator>Traffic Generation Cafe</dc:creator>
		<pubDate>Thu, 01 Apr 2010 16:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=39505#comment-591278</guid>
		<description><![CDATA[It came as a shock to me that the worst identity theft offenders are people we know. Can&#039;t we trust anyone these days?&lt;br&gt;&lt;br&gt;Ana Hoffman]]></description>
		<content:encoded><![CDATA[<p>It came as a shock to me that the worst identity theft offenders are people we know. Can&#8217;t we trust anyone these days?</p>
<p>Ana Hoffman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doink @ Designioustimes.com</title>
		<link>http://www.makeuseof.com/tag/catch-snoop-computer-windows/#comment-447763</link>
		<dc:creator>Doink @ Designioustimes.com</dc:creator>
		<pubDate>Thu, 01 Apr 2010 11:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=39505#comment-447763</guid>
		<description><![CDATA[I got my WoW account hacked last year. Since then, i always keep Spybot Search &amp; Destroy open.]]></description>
		<content:encoded><![CDATA[<p>I got my WoW account hacked last year. Since then, i always keep Spybot Search &amp; Destroy open.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (Requested URI is rejected)
Database Caching 1/7 queries in 0.018 seconds using memcached
Object Caching 363/368 objects using memcached
Content Delivery Network via main.makeuseoflimited.netdna-cdn.com

 Served from: www.makeuseof.com @ 2013-05-19 20:07:27 by W3 Total Cache -->