<?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>MakeUseOf &#187; event monitoring</title>
	<atom:link href="http://www.makeuseof.com/tags/event-monitoring/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Fri, 10 Feb 2012 21:31:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Free Server Uptime Check and Status Monitoring With Cloudkick</title>
		<link>http://www.makeuseof.com/tag/free-server-uptime-check-status-monitoring-cloudkick/</link>
		<comments>http://www.makeuseof.com/tag/free-server-uptime-check-status-monitoring-cloudkick/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 16:30:20 +0000</pubDate>
		<dc:creator>Dave Drager</dc:creator>
				<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[event monitoring]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[tracking tools]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[webmaster tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=64086</guid>
		<description><![CDATA[If you run any servers &#8211; either your own personal home server or for a business &#8211; you should be keeping tabs on the health and availability of your systems. A dead server is a useless server, so making sure you are aware of any outages is an important part to running one. Cloudkick was [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/cloudkick-logo.png" /><img style="border: 0px none;margin-left:20px;float:right;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/cloudkick-logo.png?323f2c" alt="free server monitoring software" />If you run any servers &#8211; either your own personal home server or for a business &#8211; you should be keeping tabs on the health and availability of your systems. A dead server is a useless server, so making sure you are aware of any outages is an important part to running one. </p>
<p><a href="https://www.cloudkick.com/">Cloudkick</a> was one of the hottest startups of 2010 and was acquired by <a href="http://www.rackspace.com/index.php">Rackspace</a> in December. Their whole business model is system monitoring as a service, with a lightweight client installed on the server reporting back to their monitoring servers operating in several different datacenters in the U.S. </p>
<p><span id="more-64086"></span><br />
The Cloudkick platform works on Windows and Linux (Ubuntu, CentOS and Redhat) and also comes with easy configuration for several providers such as Amazon EC2, Linode, Rackspace and other VPS/Cloud providers. </p>
<p>Is Cloudkick a good option for you to monitor your system(s)? Let&#8217;s go over the setup and what you get from the Cloudkick platform.</p>
<h2>Setting Up The Cloudkick Agent</h2>
<p>The first thing you will do is <a href="https://www.cloudkick.com/accounts/signup/developer/">sign up for a developer account</a> on the Cloudkick website. They have several paid options available as well but the developer account will allow you to have one server with comprehensive monitoring: CPU, memory and more; and also unlimited basic checks on an unlimited number of servers which include HTTP/S checks, Ping, SSH, DNS and TCP Header check (regular expression check). </p>
<p><img style="border: 0px none;margin-left:20px;float:right;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/cloudkick-providers.png?323f2c" alt="free server monitoring software" />Installing the Cloudkick agent is <a href="https://support.cloudkick.com/Setting_up_Cloudkick_with_Physical_Servers">detailed on their wiki</a> for all platforms. We will go over the Redhat/CentOS platform for the purposes of this article, but it is mostly the same for all other operating systems.</p>
<p>First add the Cloudkick yum repository to /etc/yum.repos.d/cloudkick.repo:</p>
<pre>[cloudkick]
name=Cloudkick
baseurl=http://packages.cloudkick.com/redhat/$basearch
gpgcheck=0</pre>
<p>Install the Cloudkick packages: </p>
<pre>yum check-update; yum install cloudkick-agent</pre>
<p>and then run the configuration utility:</p>
<pre>[07:38][root@server:~]$ cloudkick-config
Welcome to the Cloudkick configuration utility. This will securely
use your Cloudkick username and password to generate an API key
for the Cloudkick Agent.

Username: username
Password: **********
Writing configuration to /etc/cloudkick.conf
All done!</pre>
<p>You will then probably want to edit /etc/cloudkick.conf to add your server name. Create a new line and add the following text, using your server name in place of serverXX:</p>
<pre>name serverXX</pre>
<p>Finally, enable the cloudkick agent to run on startup:</p>
<pre>[07:41][root@server:~]$ chkconfig cloudkick-agent on
[07:42][root@server:~]$ service cloudkick-agent start
Starting cloudkick-agent: [  OK  ]</pre>
<p>That is all you need to do from your end to install and register your system in the Cloudkick system. </p>
<h2>Setting up Monitors</h2>
<p>The next time you log into the Cloudkick dashboard, you will see that this new server has been added to the system automatically. You will then need to set up alerts (also called Monitors) to go along with your server. </p>
<p>For the free checks, we will add a basic availability check on our server(s). We will check SSH availability as well as PING response times just for demo purposes. You can use any of the &#8216;basic&#8217; checks or one or more of the standard checks depending on what type of account that you have signed up for.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/cloudkick-monitors.png?323f2c" alt="server monitoring software"/></p>
<p>After adding these monitors, it will start collecting data for your system. The Cloudkick interface has a lot of graphing options, allowing you to monitor these services over time and give you an idea as to how responsive your server is. </p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/cloudkick-graphs1.png?323f2c" alt="free server monitoring software" /></p>
<p>In addition to the pretty graphs and charts, you will also have alerts sent to you if any of the services go down. You can set it up so that it will trigger an alert after 1-3 errors and can also have it alert you just once or on a continuing basis. For extra bonus points, you can set it up so that it will text you on outages or also pipe it to a push service such as <a href="http://boxcar.io">Boxcar</a>. </p>
<h2>Will Cloudkick Work For You?</h2>
<p>Cloudkick is great if you have a small number of servers and you are looking for basic monitoring. The pricetag is certainly right for this type of uptime and health monitoring. However once you start adding servers with full checks to your account, the price quickly goes up. There is some great free server monitoring software available out there which are open source and free such as <a href="http://www.nagios.org/">Nagios</a> and <a href="http://zabbix.com">Zabbix</a>, and both would be compelling alternatives if you are looking for more detailed checks on multiple servers and are willing and able to set up the infrastructure for doing so. But for a personal home server or even a couple of servers for businesses, Cloudkick is a useful service to sign up for and it is very easy to get started with. Check it out and let us know what you think!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/free-server-uptime-check-status-monitoring-cloudkick/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Create an Intelligent Online News Filter Using GreatNews</title>
		<link>http://www.makeuseof.com/tag/create-intelligent-online-news-filter-greatnews/</link>
		<comments>http://www.makeuseof.com/tag/create-intelligent-online-news-filter-greatnews/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 23:31:20 +0000</pubDate>
		<dc:creator>Ryan Dube</dc:creator>
				<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[event monitoring]]></category>
		<category><![CDATA[feeds]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=47378</guid>
		<description><![CDATA[In an investigative organization that I work with, we conduct a great deal of research and release news articles on our findings. Often we need to monitor the Internet for reactions and additional leads, and of course one of the best methods to do this is through the magic of RSS feeds. However, when you [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/06/info.jpg"><img class="align-left" style="border: 0px none;margin-left:20px;margin-top:5px;float:right;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/06/info.jpg?323f2c" alt="news filter">In an investigative organization that I work with, we conduct a great deal of research and release news articles on our findings. Often we need to monitor the Internet for reactions and additional leads, and of course one of the best methods to do this is through the magic of RSS feeds.</p>
<p>However, when you consider how many thousands of website, blog and even comment RSS feeds there are on the net, the task of reading through all of those RSS information streams and extracting important information is a very daunting one. Information on the Internet is so vast that if you want to collect and analyze any meaningful information, you really need to have a system where you can add as many input data streams as possible, and then use a news filter to automatically analyze, sort and respond to only the relevant and important information.</p>
<p><span id="more-47378"></span><br />
I&#8217;ve found that the <a href="http://www.curiostudio.com/download.html">GreatNews</a> &#8220;Intelligent RSS Reader&#8221; is just that &#8211; intelligent. With the amount of research and writing that I have to do on so many topics every month, I really don&#8217;t have time to &#8220;Google&#8221; the Internet and sift through thousands of search results. Instead, I create customized RSS feeds inside the GreatNews desktop application to aggregate all newly published information on a broad topic, and then configure GreatNews as a news filter to search through and isolate only those articles that matter to me.</p>
<h2>Turn GreatNews Into Your Own Private Intelligence Analyst</h2>
<p>Most major news organizations have folks back at the office who are &#8220;data miners.&#8221; These are people who specialize in digging through records and information and eventually turning up information that&#8217;s relevant to what you&#8217;re researching. If you are an expert in a given field and want to remain updating on specific niche topics that you&#8217;re interested in, I&#8217;m going to show you how you can transform GreatNews into your own private data-miner.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-47379" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/06/greatnews1.jpg?323f2c" alt="news filter" width="554" height="421" /></p>
<p style="text-align: left;">When you first install the GreatNews desktop app, it appears as shown above. There are default feeds and topics already on the left &#8220;feed&#8221; menu, and the center window is essentially your feed display &#8211; and it also doubles as a built-in browser that you can use to open the links and read the articles on their actual websites.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-47380" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/06/greatnews1b.jpg?323f2c" alt="filter rss feeds" width="484" height="409" /></p>
<p style="text-align: left;">For your purpose of scouring the web for information, you&#8217;re not actually interested in subscribing to specific individual feeds as you would with a normal feed reader. Instead, you&#8217;re going to create &#8220;search feeds&#8221; that conducts Internet searches and returns the RSS feed of articles that match your query.</p>
<h2>Adding Incoming Data Feeds For GreatNews</h2>
<p style="text-align: left;">You set this up by clicking on &#8220;<em>Feed</em>&#8221; in the menu and then drilling down to <em>Add -&gt; Search Feed</em>.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-47381" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/06/greatnews2.jpg?323f2c" alt="filter rss feeds" width="516" height="349" /></p>
<p style="text-align: left;">Let&#8217;s say you want to monitor all new Internet stories that are published on a specific person&#8217;s name. This may be a relative, a friend or someone that you&#8217;re investigating for a news story. Internet blogs are often a very valuable source of important information about any topic. Private citizens publish content every day on a huge assortment of topics, and being able to gather &#8220;public intelligence&#8221; on any keyword topic of your choice offers tremendous insight. It could also offer you a critical lead for a breaking story within your industry or field of study.</p>
<p style="text-align: left;">You can create &#8220;RSS Search Feeds&#8221; with MSN, Flickr, or Google Blogs as a source. You just trigger the feed to conduct the search and update the feed with any changes. Now, the data source list may feel somewhat limiting. What if you&#8217;d like to know about new articles published and appearing in a standard Google search? This is what <a href="http://www.google.com/alerts">Google Alerts</a> is for. Abhijeet previously <a href="http://www.makeuseof.com/tag/7-ways-to-stay-informed-and-up-to-date-online/">covered Google Alerts</a>, and Saikat wrote up a <a href="http://www.makeuseof.com/tag/10-uses-of-google-alerts-for-a-freelancer/">fantastic review</a> of the service. Within Google Alerts, you can set up search queries for specific keywords, and in the &#8220;<em>Deliver to</em>&#8221; field, you can change the delivery method from &#8220;Email&#8221; to &#8220;Feed.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-47382" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/06/greatnews4.jpg?323f2c" alt="filter rss feeds" width="506" height="171" /></p>
<p style="text-align: left;">When you do this and click &#8220;<em>Create Alert</em>,&#8221; Google Alerts creates a customized RSS search feed for you based on results from a standard Google search for that keyword phrase. Your feed will update anytime anything new appears within Google search listings for that keyword phrase. To add this as another valuable data stream to your GreatNews information analysis system, simply highlight and copy the feed URL from Alerts, and paste it into the Feed URL field when you create a new GreatNews feed.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/06/greatnews5.jpg?323f2c" alt="organize rss feeds" width="514" height="382" /></p>
<p>It&#8217;s a very good idea to take the time to go through and set up as many search feeds as you can, so that you have as much incoming data as possible. Now that you&#8217;ve set up your data sources from throughout the Internet, it&#8217;s time to configure GreatNews to analyze and sort that information for you.</p>
<h2>Turn GreatNews Into A News Filter</h2>
<p>If you have a feed reader, than you&#8217;ve probably experienced &#8220;information overload&#8221; from all of the feeds you&#8217;ve set up. There&#8217;s so much information about things you don&#8217;t care about that it&#8217;s easy to miss the articles about the things you do. So, first you&#8217;re going to organize all of your feeds using the GreatNews news filter, based on the keyword topics you&#8217;re interested in monitoring.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-47384" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/06/greatnews6.jpg?323f2c" alt="organize rss feeds" width="388" height="227" /></p>
<p style="text-align: left;">In the left menu, right click &#8220;<em>All Labels</em>&#8221; and select <em>Add -&gt; Feed Group</em>. Type in the topic or phrase that you are monitoring, and then click and drag all of the feeds you created into that Feed Group.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-47385" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/06/greatnews7.jpg?323f2c" alt="organize rss feeds" width="341" height="321" /></p>
<p style="text-align: left;">Now you&#8217;ve organized all of your incoming data feeds by search topic. When you left click on the group, you&#8217;ll see feed listings from all of the feeds you&#8217;ve added. If you wanted to, you could simply scan through these for titles that interest you and then click on &#8220;<em>Label This</em>&#8221; to pick off the specific stories that interest you.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-47386" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/06/greatnews8.jpg?323f2c" alt="" width="411" height="277" /></p>
<p style="text-align: left;">You can create a new label for the sub-topic that title falls into. For  example if you&#8217;re monitoring all articles about Microsoft, you may find a  story about Bill Gates, so you&#8217;d create a label called &#8220;<em>Microsoft: Bill  Gates</em>.&#8221;  This lets you click set aside important stories into &#8220;folders&#8221;  that you can go back and read later.</p>
<p style="text-align: left;">The thing is &#8211; I&#8217;m much too busy to scroll through and pick off those topics manually. Wouldn&#8217;t it be better to have GreatNews do it for you? You can do this by right clicking on the Feed Group you created for a particular search term, and select <em>Add -&gt; News Watch</em>.&#8221;</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-47387" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/06/greatnews9.jpg?323f2c" alt="" width="522" height="293" /></p>
<p style="text-align: left;">This is where it gets really cool. In this window, you can identify more specific keywords that you want GreatNews to use to pluck out stories that really interest you. For example, in a case we&#8217;re investigating, I&#8217;m looking for any new reports about a specific person that references the term &#8220;stolen valor.&#8221; So I will configure a &#8220;News Watch&#8221; that will flag all titles which cover that aspect of this topic.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-47388" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/06/greatnews10.jpg?323f2c" alt="" width="483" height="474" /></p>
<p style="text-align: left;">Now, when you open up GreatNews, you can go directly to your special &#8220;News Watches&#8221; area and check those specific topics that you are monitoring for any new articles or news reports that were recently published.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-47389" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/06/greatnews11.jpg?323f2c" alt="news filter" width="550" height="284" /></p>
<p style="text-align: left;">In this example, I just had GreatNews automatically sift through hundreds of news articles on a general topic that I&#8217;m investigating, and then I had it pluck out specific articles that cover sub-topics I&#8217;ve defined as very important to me. Now, instead of scrolling through hundreds of titles, you can open up GreatNews and it will serve you the article that you wanted on a silver platter &#8211; no manual searching required on your part!</p>
<p style="text-align: left;">Have you ever tried using GreatNews to cut down on information overload? Give it a shot and report back what you think of the service in the comments section below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/create-intelligent-online-news-filter-greatnews/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Monitor Activity On Your PC with Elite Keylogger [MakeUseOf Giveaway]</title>
		<link>http://www.makeuseof.com/tag/monitor-activity-pc-elite-keylogger-makeuseof-giveaway/</link>
		<comments>http://www.makeuseof.com/tag/monitor-activity-pc-elite-keylogger-makeuseof-giveaway/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 15:30:20 +0000</pubDate>
		<dc:creator>Jackson Chung</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[event monitoring]]></category>
		<category><![CDATA[giveaway]]></category>
		<category><![CDATA[keylogger]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=46727</guid>
		<description><![CDATA[Does this sound familiar? That&#8217;s because we&#8217;ve featured Elite Keylogger in a previous giveaway. The app was so popular that we had to have it make a second appearance. This time, we&#8217;re bumping up the prize by giving out 20 copies of Widestep Security&#8217;s Elite Keylogger 4.7 PRO worth $1980 (Windows 2000/XP/Vista/7 32-bit compatible). This [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/giveawayelitekey.png" /><img style="border: 0px none;margin-left:20px;float:right;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/giveawayelitekey.png?323f2c" />Does this sound familiar? That&#8217;s because we&#8217;ve featured Elite Keylogger in a <a href="http://www.makeuseof.com/tag/review-elite-keylogger-46/">previous giveaway</a>. The app was so popular that we had to have it make a second appearance. </p>
<p>This time, we&#8217;re bumping up the prize by giving out <strong>20 copies of Widestep Security&#8217;s Elite Keylogger 4.7 PRO worth $1980</strong> (Windows 2000/XP/Vista/7 32-bit compatible). </p>
<p>This giveaway post and walkthrough is based on Elite Keylogger 4.6 PRO. But rest assured, the software will operate similiarly. So, let&#8217;s dive in and find out what you&#8217;ll be getting.</p>
<p><span id="more-46727"></span><br />
Have you ever wanted to ensure your children aren&#8217;t giving out personal information online? Even if you&#8217;ve had a lengthy discussion with them about staying safe online, a child may not realize just how much information they&#8217;re giving out. Or are you an employer who wants to monitor the work habits of your employees? These are possibly two of the most common uses for a keystroke recorder. </p>
<p>Before we begin, MakeUseOf would like to state that we do not condone the use of key-loggers for malicious purposes. This giveaway is to support its use in the business environment i.e. monitoring employees or supervising your child&#8217;s internet activity and the like.</p>
<p><a href="http://widestep.com/elite-keystroke-recorder-info">Elite Keylogger 4.7 PRO</a> comes with all the features you could need for monitoring a user&#8217;s actions on your computer and it does it with a simple interface. You can set it to record every keystroke typed, what programs were used, which web sites are visited and even take screenshots at a set interval.</p>
<p style="text-align: center;"><img style="border: 0pt none;" class="aligncenter size-full wp-image-38664" title="Elite Keylogger Full-Screen" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/review3-muo.png?323f2c" alt="Elite Keylogger Full-Screen" width="520" height="425" /></p>
<p>Elite Keylogger hides from the user&#8217;s view completely. It doesn&#8217;t show in the taskbar, control panel, or processes. In my tests, it even bypassed virus scanners. If I didn&#8217;t install it myself, I wouldn&#8217;t know it was on my system. After installation, you are given instructions on how to unhide the program for configuration.</p>
<p style="text-align: center;"><img style="border: 0pt none;" class="aligncenter size-full wp-image-38079" title="Elite Keylogger Instructions" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/keylogger1.png?323f2c" alt="Elite Keylogger Instructions" width="425" height="366" /></p>
<p>After following these instructions, the program loads for you to set the options.</p>
<p style="text-align: center;"><img style="border: 0pt none;" class="size-full wp-image-38080  aligncenter" title="Keylogger configuration" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/keylogger2.png?323f2c" alt="" width="520" height="338" /></p>
<p style="text-align: left;">On the right menu you can select the date for the logs you want to see. After that, you select which type of log (keystrokes, screenshots, etc.) to view. The keylogger can email the logs to you privately. The program logs all keystrokes, including passwords, so be aware of this when sending any information over email.</p>
<p style="text-align: center;"><img style="border: 0pt none;" class="aligncenter size-full wp-image-38081" title="Elite Keylogger Options" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/keylogger3.png?323f2c" alt="" width="501" height="365" /></p>
<p style="text-align: left;">You&#8217;re able to select specific items to track and set it for specific users. Even when recording keystrokes and taking screen-shots every 20 seconds, I didn&#8217;t notice any drop in speed or extra RAM usage on my 3 year old laptop, so the software does a nice job of running efficiently.</p>
<p style="text-align: center;"><img style="border: 0pt none;" title="Keylogger Application Log" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/keylogger5.png?323f2c" alt="" width="504" height="230" /></p>
<p>As shown above, the software also keeps track of what applications are used and even the specific times they are launched and closed.</p>
<p style="text-align: center;"><img style="border: 0pt none;" class="aligncenter size-full wp-image-38082" title="Keylogger Screenshot Gallery" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/keylogger4.png?323f2c" alt="" width="487" height="243" /></p>
<p style="text-align: left;">Screenshot tracking alone can tell you a lot about a person&#8217;s computer use. If you take frequent screenshots, I recommend lowering the snapshot quality to 8-bit to preserve disk space. All screenshots are shown in an easy-to-view thumbnail gallery and can be enlarged with a click.</p>
<p style="text-align: left;">If you&#8217;re looking for an undetectable, low resource, and easy to use keystroke tracker, I highly recommend <a href="http://widestep.com/elite-keystroke-recorder-info">Elite Keylogger 4.7 PRO</a>. Download the <a href="http://widestep.com/elite-keystroke-recorder-info">fully-functional 7-day trial</a> and check it out for yourself.</p>
<p style="text-align: left;">If you don&#8217;t mind your users knowing that they&#8217;re being watched, try out their free <a href="http://widestep.com/keylogger-quick-info">Quick Keylogger</a>.</p>
<p style="text-align: center;"><img style="border: 0pt none;" class="aligncenter size-full wp-image-38665" title="Free Keylogger Full-Screen" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/quick_review2-muo.png?323f2c" alt="Free Keylogger Full-Screen" width="520" height="357" /></p>
<p style="text-align: left;">The free version is visible in the taskbar and easily detected by virus/trojan scanners. You can password-protect the logs, but users can shut down the program if they see it. The free keylogger has fewer options compared to its big brother, but if you&#8217;re just looking to record keystrokes then this can do the job.</p>
<h2>How do I win a copy?</h2>
<p>It&#8217;s simple, just follow the instructions.</p>
<hr />
<table border="0" cellspacing="20">
<tbody>
<tr>
<th colspan="2" align="left"><span style="text-decoration: underline;">STEP 1</span></th>
</tr>
<tr>
<td colspan="4" style="vertical-align:top;padding-left:10px;">Join our Facebook page by clicking the <strong>Like</strong> button or you can <strong>follow us</strong> on Twitter, if you prefer. If you&#8217;re already following us, you may skip this step.
</td>
</tr>
<tr>
<td width="280" align="middle" style="vertical-align:top;padding-left:10px;"><iframe src="http://www.facebook.com/plugins/likebox.php?id=27517455413&amp;width=250&amp;connections=0&amp;stream=false&amp;header=false" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:250px; height:70px"></iframe><br /><small>If you can&#8217;t see the fanbox, click on <a href="http://facebook.com/makeuseof/" target="_blank">this link</a>.</small></td>
<td></td>
<td></td>
<td width="160" align="middle" valign="center"><iframe src="http://api.tweetmeme.com/v2/follow.js?screen_name=makeuseof&#038;style=normal" frameborder="0" height="70" width="160"></iframe></td>
</tr>
</tbody>
</table>
<hr />
<table border="0" cellspacing="20">
<tbody>
<tr>
<th align="left"><span style="text-decoration: underline;">STEP 2</span></th>
</tr>
<td style="vertical-align:top;padding-left:10px;">Here&#8217;s our new giveaway form. Please fill it in accurately. Be sure to enter your <strong>real name and email address</strong> so that we can get in touch if you are chosen as a winner. <a href="#" onclick="window.open('https://muo.wufoo.com/forms/z7x1k3/',  null, 'height=343, width=680, toolbar=0, location=0, status=1, scrollbars=1,resizable=1'); return false" title="WideStep Elite Keylogger">Click here if you can&#8217;t view the form.</a>
</td>
</tr>
<tr>
<td style="vertical-align:top;padding-left:10px;">
<iframe height="343" allowTransparency="true" frameborder="0" scrolling="no" style="width:100%;border:none"  src="https://muo.wufoo.com/embed/z7x1k3/"><a href="https://muo.wufoo.com/forms/z7x1k3/" title="WideStep Elite Keylogger" rel="nofollow">Fill out my Wufoo form!</a></iframe>
</td>
</tr>
</tbody>
</table>
<hr />
<table border="0" cellspacing="20">
<tbody>
<tr>
<th colspan="2" align="left"><span style="text-decoration: underline;">STEP 3</span></th>
</tr>
<tr>
<td colspan="2" style="vertical-align:top;padding-left:10px;">You&#8217;re almost done. Now, all that&#8217;s left to do is to <strong>share the post</strong>. There are 2 options to choose from or you can do both!</td>
</tr>
<td width="240" align="middle" style="vertical-align:top;padding-left:10px;">
<p><strong>Share it on Facebook</strong>
<p><a title="Share on Facebook" onclick="window.open('http://www.facebook.com/sharer.php?u=http://www.makeuseof.com/tag/monitor-activity-on-your-pc-with-elite-keylogger-makeuseof-giveaway','popup','width=800,height=500,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=200,top=100'); return false;"><img style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/facebook.png?323f2c" alt="" /></a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></td>
<td width="240" align="middle" style="vertical-align:top;padding-left:10px;">
<p><strong>Or on Twitter</strong></p>
<p><a title="Share on Twitter" onclick="window.open('http://twitter.com/home/?status=I%27ve+just+entered+%40makeuseof%27s+giveaway+to+win+a+FREE+copy+of+Elite+Keylogger+PRO+http%3A%2F%2Fmuo%2Efm%2Fdd4SKY','popup','width=880,height=500,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=200,top=100'); return false;"><img style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/twitterbutton.png?323f2c" /></a></td>
</tr>
<tr>
<td colspan="2" style="vertical-align:top;padding-left:10px;">And that&#8217;s it! You&#8217;re done!</td>
</tbody>
</table>
<hr />
<p>&#32;</p>
<p>This giveaway begins now and ends <strong>Friday, 25th June at 2100hrs PST</strong>. The winners will be selected at random and announced via email the next day.</p>
<p>Spread the word to your friends and have fun!</p>
<p><em>MakeUseOf would like to thank <a href="http://widestep.com/">Amy from WideStep</a> for her generosity while participating in this giveaway. Interesting in sponsoring? We&#8217;d love to hear from you. Get in touch with us via <a href="mailto:jackson@makeuseof.com?subject=Giveaways&amp;cc=aibek@makeuseof.com">email</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/monitor-activity-pc-elite-keylogger-makeuseof-giveaway/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Goodbye Mundane Tasks, Hello Hazel [MakeUseOf Giveaway]</title>
		<link>http://www.makeuseof.com/tag/goodbye-mundane-tasks-hello-hazel/</link>
		<comments>http://www.makeuseof.com/tag/goodbye-mundane-tasks-hello-hazel/#comments</comments>
		<pubDate>Mon, 17 May 2010 15:30:23 +0000</pubDate>
		<dc:creator>Jackson Chung</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[automate]]></category>
		<category><![CDATA[event monitoring]]></category>
		<category><![CDATA[giveaway]]></category>
		<category><![CDATA[organization tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=43528</guid>
		<description><![CDATA[Who doesn&#8217;t appreciate a little automation every once in a while? If there is ever a way to let things get done by themselves, I&#8217;m all for it. Why bother going through the hassle of performing a menial, random task if it can be done automatically? Hazel is your Mac&#8217;s personal housekeeper. It works quietly [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/giveawayhazel2.png" /><img class="align-left" style="border: 0px none;margin-left:20px;float:right;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/giveawayhazel2.png?323f2c" />Who doesn&#8217;t appreciate a little automation every once in a while? If there is ever a way to let things get done by themselves, I&#8217;m all for it. Why bother going through the hassle of performing a menial, random task if it can be done automatically?</p>
<p><a href="http://www.noodlesoft.com/hazel.php">Hazel</a> is your Mac&#8217;s personal housekeeper. It works quietly and cleverly in the background, completing the tasks which were set for it; using hardly any resources at all. This week, we&#8217;re giving away <strong>10 licenses worth USD$220</strong> in total.</p>
<p>Find out how you can get one to make your life so much easier.</p>
<p><span id="more-43528"></span><br />
Once installed, Hazel finds its home in System Preferences. Here&#8217;s how it works. First, you need to add the folders which you&#8217;ll want to Hazel to monitor.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/hazel1.png?323f2c" /></p>
<p>Then, for each folder and depending on their content; you will need to state a set of prerequisites that should be fulfilled. In the example below, I&#8217;ve set the pre-requisite to be video files. As long as a video file lands in this folder, it will automatically be transferred to my Movies folder.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/hazel2.png?323f2c" /></p>
<p>I often download a tonne of RAR and segmented RAR files &#8212; and it&#8217;s a freaking hassle to extract them individually. Hazel takes all of that headache away. If a RAR file ever finds its way to the target folder, it will automatically be extracted &#8212; the original RAR files will be Trashed.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/hazel3.png?323f2c" /></p>
<p>What if a target contains several folders? Do we need to add the same set of rules for every nested folder? Nope &#8212; Hazel is smart. All I need to do is add one more rule to dictate that if a folder is present, the rule should be run on its contents. As long as that rule is present, it doesn&#8217;t matter how many folder levels there are.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/hazel4.png?323f2c" /></p>
<p>Besides that, Hazel can also keep your Mac spick and span by automatically emptying your Trash, removing associated files when you drag an application to the Trash, labelling and archiving old files, etc. To get a full list of Hazel&#8217;s features, visit its <a href="http://www.noodlesoft.com/features.php">homepage</a>.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/hazel5.png?323f2c" /></p>
<p>I&#8217;ve used Hazel for a while now and I have to say that I&#8217;m glad I have it. Most of the menial task which I hate to do are already done for me. It&#8217;s perfect!</p>
<h2><strong>How do I win a copy?</strong></h2>
<p>We have just implemented a <strong>new giveaway form</strong>, please take the time to read the instructions. It&#8217;s still simple. Just follow the steps.</p>
<hr />
<table border="0" cellspacing="20">
<tbody>
<tr>
<th colspan="2" align="left"><span style="text-decoration: underline;">STEP 1</span></th>
</tr>
<tr>
<td colspan="4" style="vertical-align:top;padding-left:10px;">Join our Facebook page by clicking the <strong>Like</strong> button or you can <strong>follow us</strong> on Twitter, if you prefer. If you&#8217;re already following us, you may skip this step.
</td>
</tr>
<tr>
<td width="280" align="middle" style="vertical-align:top;padding-left:10px;"><iframe src="http://www.facebook.com/plugins/likebox.php?id=27517455413&amp;width=250&amp;connections=0&amp;stream=false&amp;header=false" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:250px; height:70px"></iframe><br /><small>If you can&#8217;t see the fanbox, click on <a href="http://facebook.com/makeuseof/" target="_blank">this link</a>.</small></td>
<td></td>
<td></td>
<td width="160" align="middle" valign="center"><iframe src="http://api.tweetmeme.com/v2/follow.js?screen_name=makeuseof&#038;style=normal" frameborder="0" height="70" width="160"></iframe></td>
</tr>
</tbody>
</table>
<hr />
<table border="0" cellspacing="20">
<tbody>
<tr>
<th align="left"><span style="text-decoration: underline;">STEP 2</span></th>
</tr>
<td style="vertical-align:top;padding-left:10px;">Here&#8217;s our new giveaway form. Please fill it in accurately. Be sure to enter your <strong>real name and email address</strong> so that we can get in touch if you are chosen as a winner. Entries with invalid Twitter/Facebook links will be disregarded. <a href="#" onclick="window.open('https://muo.wufoo.com/forms/w7x3z9/',  null, 'height=363, width=680, toolbar=0, location=0, status=1, scrollbars=1,resizable=1'); return false" title="Hazel Giveaway">Click here if you can&#8217;t view the form.</a>
</td>
</tr>
<tr>
<td style="vertical-align:top;padding-left:10px;">
<iframe height="363" allowTransparency="true" frameborder="0" scrolling="no" style="width:100%;border:none"  src="https://muo.wufoo.com/embed/w7x3z9/"><a href="https://muo.wufoo.com/forms/w7x3z9/" title="Hazel Giveaway" rel="nofollow">Fill out my Wufoo form!</a></iframe>
</td>
</tr>
</tbody>
</table>
<hr />
<table border="0" cellspacing="20">
<tbody>
<tr>
<th colspan="2" align="left"><span style="text-decoration: underline;">STEP 3</span></th>
</tr>
<tr>
<td colspan="2" style="vertical-align:top;padding-left:10px;">You&#8217;re almost done. Now, all that&#8217;s left to do is to share the post. There are 2 options to choose from or you can do both!</td>
</tr>
<td width="240" align="middle" style="vertical-align:top;padding-left:10px;">
<p><strong>Share it on Facebook</strong>
<p><a title="Share on Facebook" onclick="window.open('http://www.facebook.com/sharer.php?u=http://www.makeuseof.com/tag/goodbye-mundane-tasks-hello-hazel/','popup','width=625,height=330,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=200,top=100'); return false" href="http://www.facebook.com/sharer.php?u=http://www.makeuseof.com/tag/goodbye-mundane-tasks-hello-hazel/"><img style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/facebook.png?323f2c" alt="" /></a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></td>
<td width="240" align="middle" style="vertical-align:top;padding-left:10px;">
<p><strong>Or on Twitter</strong></p>
<p><script type="text/javascript">
tweetmeme_style = 'compact';
</script><br />
<script src="http://tweetmeme.com/i/scripts/button.js" type="text/javascript"></script></td>
</tr>
<tr>
<td colspan="2" style="vertical-align:top;padding-left:10px;">And that&#8217;s it! You&#8217;re done!</td>
</tbody>
</table>
<hr />
<p>&#32;</p>
<p>This giveaway begins now and will end on <strong>Friday, 21st May at 2100hrs PST</strong>. The winners will be selected at random and announced via email.</p>
<p>Spread the word to your friends and have fun!</p>
<p><em>MakeUseOf would like to thank <a href="http://www.noodlesoft.com">Paul from Noodlesoft</a> for his generosity while participating in this giveaway. Interesting in sponsoring? We&#8217;d love to hear from you. Get in touch with us via <a href="mailto:jackson@makeuseof.com?subject=Giveaways&amp;cc=aibek@makeuseof.com">email</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/goodbye-mundane-tasks-hello-hazel/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Monitor Just About Any Webpage For Changes with Diphur</title>
		<link>http://www.makeuseof.com/tag/diphur-bookmark-tool-lets-site-updates-favorite-sites/</link>
		<comments>http://www.makeuseof.com/tag/diphur-bookmark-tool-lets-site-updates-favorite-sites/#comments</comments>
		<pubDate>Fri, 14 May 2010 23:31:33 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[browsing tools]]></category>
		<category><![CDATA[event monitoring]]></category>
		<category><![CDATA[tracking tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=43307</guid>
		<description><![CDATA[There are many ways to keep ourselves abreast of what&#8217;s where on the web. Bookmarks are the oldest. But bookmarks by nature are static links. I was searching for a bookmarking web app that would let me know all of the changes in a site. I finally came across Diphur which makes bookmarks more active. [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/01/bookmark.jpg" /><img class="align-left" style="border: 0px none;margin-left:20px;margin-top:5px;float:right;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/01/bookmark.jpg?323f2c" alt="" width="240" height="180" />There are many ways to keep ourselves abreast of what&#8217;s where on the web. Bookmarks are the oldest.</p>
<p>But bookmarks by nature are static links. I was searching for a bookmarking web app that would let me know all of the changes in a site. I finally came across <strong>Diphur</strong> which makes bookmarks more active.</p>
<p><a href="http://www.diphur.com/">Diphur</a> monitors all sites which you bookmark using it and it lets you know when new content gets added to the site. If Diphur&#8217;s core function is sounding more like what RSS feeds do, then take a pause here.</p>
<p>Diphur can be compared to RSS feeds but it is different in many other ways.</p>
<p><span id="more-43307"></span><br />
Just like RSS feeds, Diphur gives us the new stuff. But unlike a RSS feed which gives you <em>everything</em> that&#8217;s new, Diphur gives you lots of other controls to get what you want and when you want. Then there are many sites that do not have RSS feeds. With Diphur, you can cover them as well.</p>
<p>Diphur can be set up to grab any kind of updates. Think of the <a href="http://www.makeuseof.com/tags/giveaway">Giveaways</a> you might be missing on our site. You can set up Diphur to notify you in real time when one gets announced. Just like an early bird, you can come and participate.</p>
<p>Looking out for any content that gets published with a <a href="http://www.makeuseof.com/tag-cloud/">specific tag</a>; Diphur can get that for you. The same goes with any other data that you might be monitoring on a periodic basis.</p>
<p>Now let&#8217;s see how Diphur catches anything that changes on a website you have bookmarked and how you can set it up to hit the target.</p>
<h3><strong>Diphur Works Through ChangeUps</strong></h3>
<p>Diphur calls the webpage updates <strong>ChangeUp(s)</strong>. It is the hourly difference in content that occurs on the webpage that you have bookmarked. While performing the check and bringing the ChangeUp to you, Diphur does not consider elements like ads which get regularly updated. Images and linked content are also given a miss.</p>
<p>There are two ways you can see the ChangeUps. <em>First</em>, you get notified with an email. <em>Second</em>, you can log into your Diphur account and click on the ChangeUp link below each bookmarked site.</p>
<h3><strong>Let&#8217;s See A ChangeUp In Action</strong></h3>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/Diphur01.png?323f2c" alt="" width="580" height="280" /></p>
<p>I should warn you that the interface is nothing to write home about and is purely functional.</p>
<p>So let&#8217;s jump into the site with a registration and a log in. If you decide to add a fresh bookmark, the next page is where it all comes together.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/Diphur02.png?323f2c" alt="" width="580" height="353" /></p>
<p>All the fields are pretty well explained. Help is prompt with a click on the little blue query icon. For example, take the first field where you have to enter the URL of the site you want to bookmark. The explanation is concise and clear.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/Diphur03.png?323f2c" alt="" width="556" height="355" /></p>
<p>The first place where you can really fine tune the utility of this site is the field where you set the time range and size of the changes. You can set Diphur to monitor the website &#8220;“ <em>hourly, daily, weekly</em>, or <em>monthly</em>.</p>
<p>There are a few percentages to choose from in the adjoining dropdown. Percentages are about the number of updates you want to know about. For instance, 1 percent will let you know of that many changes and not all that have taken place. <em>Any Change</em> is the default option.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/Diphur04.png?323f2c" alt="" width="552" height="496" /></p>
<p><em>Keywords</em> and <em>Exact Phrase</em> act like filters which allow you to get only the kind of content you are interested in. For instance, adding a keyword like <em>technology</em> will filter out those changes which do not have the word in them. You can take any of a site&#8217;s tags and put them in as keywords. Diphur will update you when the posts with that keyword or tag get published.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/Diphur05.png?323f2c" alt="" width="552" height="263" /></p>
<h3><strong>Your Bookmarks</strong></h3>
<p>The personal bookmarks page looks like this&#8221;¦</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/Diphur06.png?323f2c" alt="" width="580" height="355" /></p>
<p>You can keep on adding fresh bookmarks or help yourself from the ones that are already there in the <em>Popular</em> section, or those you can get with a search.</p>
<p>Bookmarks can be arranged according to a few <em>Views</em> and also kept to be read later with a click on the <em>Add to read later</em> icon.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/Diphur07.png?323f2c" alt="" width="580" height="145" /></p>
<h3><strong>Now, What Does A ChangeUp Look Like?</strong></h3>
<p>You will receive the ChangeUp notification in your email. You can directly click from there or you can log on to your account.</p>
<p>The <em>My ChangeUp</em> page is where the motherlode of information comes in. You can see that the information gets arranged according to the level of changes in the individual articles. You can click on the links to go directly to the source page. The <em>View</em> filters again and lets you play around with what you want to display on this page.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/Diphur08.png?323f2c" alt="" width="580" height="380" /></p>
<p>Diphur could be a viable sidekick to your trusty RSS reader. I especially liked the keywords function which allows me to target information related to my interests. A good thing if you want to keep tabs on a huge website or blog and get selective information.</p>
<p>Of course, one thing I miss is a browser bookmarklet which can let me add a bookmark without visiting Diphur. Perhaps that&#8217;s around the corner.</p>
<p>But where do you place <a href="http://www.diphur.com">Diphur</a> in your scheme of things? Is it a good webpage monitoring and update alert tool?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/diphur-bookmark-tool-lets-site-updates-favorite-sites/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Monitor User Activity On your PC with Elite Keylogger [MakeUseOf Giveaway]</title>
		<link>http://www.makeuseof.com/tag/review-elite-keylogger-46/</link>
		<comments>http://www.makeuseof.com/tag/review-elite-keylogger-46/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 15:30:23 +0000</pubDate>
		<dc:creator>Jonathan Bennett</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[event monitoring]]></category>
		<category><![CDATA[giveaway]]></category>
		<category><![CDATA[keylogger]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=38078</guid>
		<description><![CDATA[Have you ever wanted to ensure your children aren&#8217;t giving out personal information online? Even if you&#8217;ve had a lengthy discussion with them about staying safe online, a child may not realize just how much information they&#8217;re giving out. Or are you an employer who wants to monitor the work habits of your employees? These [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border: 0px none;margin-right:20px;margin-top:20px;margin-bottom:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/giveawayelitekey.png?323f2c" vspace="5" align="left" />Have you ever wanted to ensure your children aren&#8217;t giving out personal information online? Even if you&#8217;ve had a lengthy discussion with them about staying safe online, a child may not realize just how much information they&#8217;re giving out. Or are you an employer who wants to monitor the work habits of your employees? These are possibly two of the most common uses for a keystroke recorder. </p>
<p>This week, we&#8217;re giving away <strong>10 copies of Widestep Security&#8217;s Elite Keylogger 4.6 PRO worth $990</strong> (Windows 2000/XP/Vista/7 32-bit compatible). Let&#8217;s take a look at what this fantastic app can do for you.</p>
<p><span id="more-38078"></span><br />
Before we begin, MakeUseOf would like to state that we do not condone the use of key-loggers for malicious purposes. This giveaway is to support its use in the business environment i.e. monitoring employees or supervising your child&#8217;s internet activity and the like.</p>
<p><a href="http://widestep.com/elite-keystroke-recorder-info">Elite Keylogger 4.6 PRO</a> comes with all the features you could need for monitoring a user&#8217;s actions on your computer and it does it with a simple interface. You can set it to record every keystroke typed, what programs were used, which web sites are visited and even take screenshots at a set interval.</p>
<p style="text-align: center;"><img style="border: 0pt none;" class="aligncenter size-full wp-image-38664" title="Elite Keylogger Full-Screen" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/review3-muo.png?323f2c" alt="Elite Keylogger Full-Screen" width="520" height="425" /></p>
<p>Elite Keylogger hides from the user&#8217;s view completely. It doesn&#8217;t show in the taskbar, control panel, or processes. In my tests, it even bypassed virus scanners. If I didn&#8217;t install it myself, I wouldn&#8217;t know it was on my system. After installation, you are given instructions on how to unhide the program for configuration.</p>
<p style="text-align: center;"><img style="border: 0pt none;" class="aligncenter size-full wp-image-38079" title="Elite Keylogger Instructions" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/keylogger1.png?323f2c" alt="Elite Keylogger Instructions" width="425" height="366" /></p>
<p>After following these instructions, the program loads for you to set the options.</p>
<p style="text-align: center;"><img style="border: 0pt none;" class="size-full wp-image-38080  aligncenter" title="Keylogger configuration" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/keylogger2.png?323f2c" alt="" width="520" height="338" /></p>
<p style="text-align: left;">On the right menu you can select the date for the logs you want to see. After that, you select which type of log (keystrokes, screenshots, etc.) to view. The keylogger can email the logs to you privately. The program logs all keystrokes, including passwords, so be aware of this when sending any information over email.</p>
<p style="text-align: center;"><img style="border: 0pt none;" class="aligncenter size-full wp-image-38081" title="Elite Keylogger Options" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/keylogger3.png?323f2c" alt="" width="501" height="365" /></p>
<p style="text-align: left;">You&#8217;re able to select specific items to track and set it for specific users. Even when recording keystrokes and taking screen-shots every 20 seconds, I didn&#8217;t notice any drop in speed or extra RAM usage on my 3 year old laptop, so the software does a nice job of running efficiently.</p>
<p style="text-align: center;"><img style="border: 0pt none;" title="Keylogger Application Log" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/keylogger5.png?323f2c" alt="" width="504" height="230" /></p>
<p>As shown above, the software also keeps track of what applications are used and even the specific times they are launched and closed.</p>
<p style="text-align: center;"><img style="border: 0pt none;" class="aligncenter size-full wp-image-38082" title="Keylogger Screenshot Gallery" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/keylogger4.png?323f2c" alt="" width="487" height="243" /></p>
<p style="text-align: left;">Screenshot tracking alone can tell you a lot about a person&#8217;s computer use. If you take frequent screenshots, I recommend lowering the snapshot quality to 8-bit to preserve disk space. All screenshots are shown in an easy-to-view thumbnail gallery and can be enlarged with a click.</p>
<p style="text-align: left;">If you&#8217;re looking for an undetectable, low resource, and easy to use keystroke tracker, I highly recommend <a href="http://widestep.com/elite-keystroke-recorder-info">Elite Keylogger 4.6 PRO</a>. Download the <a href="http://widestep.com/elite-keystroke-recorder-info">fully-functional 7-day trial</a> and check it out for yourself.</p>
<p style="text-align: left;">If you don&#8217;t mind your users knowing that they&#8217;re being watched, try out their free <a href="http://widestep.com/keylogger-quick-info">Quick Keylogger</a>.</p>
<p style="text-align: center;"><img style="border: 0pt none;" class="aligncenter size-full wp-image-38665" title="Free Keylogger Full-Screen" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/quick_review2-muo.png?323f2c" alt="Free Keylogger Full-Screen" width="520" height="357" /></p>
<p style="text-align: left;">The free version is visible in the taskbar and easily detected by virus/trojan scanners. You can password-protect the logs, but users can shut down the program if they see it. The free keylogger has fewer options compared to its big brother, but if you&#8217;re just looking to record keystrokes then this can do the job.</p>
<h2><strong>How do I become a winner?</strong></h2>
<p>It&#8217;s simple. Just follow the steps.</p>
<hr />
<table border="0" cellspacing="20">
<tbody>
<tr>
<th colspan=2 align="left">STEP 1</th>
</tr>
<tr>
<td width="250" align="middle" valign="center"><script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script><script type="text/javascript">FB.init("8ac25c7e080e1d2db91fed7391552f2a");</script><fb:fan profile_id="27517455413" stream="0" connections="0" logobar="1" width="250"></fb:fan>
<div style="font-size:8px; padding-left:10px"></td>
<td valign="center">Join our Facebook page by clicking on the <strong>Become a Fan</strong> button on the left. If you can&#8217;t see the fanbox, click on <a href="http://facebook.com/makeuseof/" target="_blank">this link</a>.</p>
<p><em>If you&#8217;re already a fan, skip this step</em>.</p>
</td>
</tr>
</tbody>
</table>
<hr />
<table border="0" cellspacing="20">
<tbody>
<tr>
<th colspan=2 align="left">STEP 2</th>
</tr>
<tr>
<td width="250" align="middle" valign="center"><a title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.makeuseof.com/tag/review-elite-keylogger-46/" onclick="window.open('http://www.facebook.com/sharer.php?u=http://www.makeuseof.com/tag/review-elite-keylogger-46/','popup','width=625,height=300,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=200,top=100'); return false"><img style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/facebook.png?323f2c"/></a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></td>
<td valign="center">Share this post with your friends by clicking on the <strong>Share</strong> button on the left.</td>
</tr>
</tbody>
</table>
<hr />
<table border="0" cellspacing="20">
<tbody>
<tr>
<th colspan=2 align="left">STEP 3</th>
</tr>
<tr>
<td valign="center" width="250"><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/facebookprofilelink.png?323f2c" style="border: 0pt none;" /></td>
<td valign="center">In the comments section below, fill in your name, email address, paste the <strong>link to your Facebook profile in the URL field</strong> and tell us why you&#8217;d like to win.</strong></p>
<p>Make sure to enter your <strong>real email address</strong> so that we can contact you if you win!</p>
</td>
</tr>
</tbody>
</table>
<hr />
<p>&#32;</p>
<p>This giveaway begins now and will end on <strong>Friday at 2100hrs PST</strong>. The winners will be selected at random and announced the following day.</p>
<p>This is a rare opportunity to get a $99 application for FREE so join the giveaway now!</p>
<p><em>MakeUseOf would like to thank <a href="http://widestep.com/">Amy from WideStep</a> for her generosity while participating in this giveaway. Interesting in sponsoring? We&#8217;d love to hear from you. Get in touch with us via <a href="mailto:jackson@makeuseof.com?subject=Giveaways&amp;cc=aibek@makeuseof.com">email</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/review-elite-keylogger-46/feed/</wfw:commentRss>
		<slash:comments>145</slash:comments>
		</item>
		<item>
		<title>4 Methods To Monitor Running Processes on Mac</title>
		<link>http://www.makeuseof.com/tag/four-free-tools-to-monitor-manipulate-running-processes-mac/</link>
		<comments>http://www.makeuseof.com/tag/four-free-tools-to-monitor-manipulate-running-processes-mac/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 16:31:22 +0000</pubDate>
		<dc:creator>Jeffry Thurana</dc:creator>
				<category><![CDATA[Cool Mac Apps & Tips]]></category>
		<category><![CDATA[activity monitor]]></category>
		<category><![CDATA[event monitoring]]></category>
		<category><![CDATA[system monitor]]></category>
		<category><![CDATA[task manager]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=32685</guid>
		<description><![CDATA[Have you ever wondered why there are times where your computer suddenly runs slower even though you have only opened one or two applications? It seems that the phrase &#8220;more than meets the eye&#8221; applies not only to a bunch of transforming robots, but also very true to describe the running processes on a Mac. [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/00-play-pause.jpg?323f2c" border="0" alt="00 play pause.jpg" vspace="5" align="left" />Have you ever wondered why there are times where your computer suddenly runs slower even though you have only opened one or two applications? It seems that the phrase &#8220;more than meets the eye&#8221; applies not only to a bunch of transforming robots, but also very true to describe the running processes on a Mac. There are many things unknown that lurk behind the scenes.</p>
<p>The ability to monitor everything that&#8217;s happening inside is especially useful for those with slower machines. They need all the juice they can get. Running applications &#8211; even if they are in the background waiting &#8211; eat up system resources.</p>
<p>Hours are wasted everyday just waiting for the computer to repeatedly get back to its senses. It would be very nice if you could know all the running processes on a Mac, pause the ones that you currently don&#8217;t need, and force some of them to quit if you need to.</p>
<p><span id="more-32685"></span></p>
<h3><strong>An Ounce Of Prevention Is Better Than A Pound Of Cure</strong></h3>
<p>Sometimes people think they know what&#8217;s best for us. That&#8217;s why there are applications that take the liberty to add themselves to the startup list even though the users do not ask them to. What&#8217;s even worse, some do this quietly without letting the users know.</p>
<p>So it&#8217;s no surprise if there are suddenly tons of applications appearing at start up.</p>
<p>The first step in taking control of the running processes on a Mac is to filter these self-added applications. You can do this in Mac by going to the <strong>Accounts Preference</strong> pane. Open <em>System Preferences &gt; Accounts &gt; Login Items</em> and you can delete the ones that you don&#8217;t need by selecting them and press the minus (-) button.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/01-Accounts-PrefPane.jpg?323f2c" border="0" alt="running processes on a mac" width="550" height="400" /></p>
<h3><strong>Monitor The Madness</strong></h3>
<p>Mac OS X also provide its users with tools to monitor all the running applications called <strong>Activity Monitor</strong> (<em>Applications &gt; Utilities &gt; Activity Monitor</em>).</p>
<p>Upon opening, you&#8217;ll see everything, along with other necessary information like the amount of memory used, percentage of utilized CPU power, number of threads, etc.</p>
<p>This is the window display when I consciously open only one application &#8211; Firefox.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/02a-Activity-Monitor-1.jpg?323f2c" border="0" alt="running processes on a mac" width="455" height="550" /></p>
<h3><strong>Quickly Quit Or Pause</strong></h3>
<p>Quitting an application is simply pressing &#8220;<em>Command + Q</em>&#8221; or going to the &#8220;<em>Quit</em>&#8221; menu. But as a last resort &#8211; when your system has become unresponsive with all the open applications, you could force some applications to quit using Activity Monitor. Just select them from the list and press the &#8220;<em>Quit Process</em>&#8221; button.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/02b-Activity-Monitor-Quit-Process.jpg?323f2c" border="0" alt="02b Activity Monitor - Quit Process.jpg" width="480" height="151" /></p>
<p>You could also terminate major applications via <strong>Force Quit Applications</strong> window. Press &#8220;<em>Command + Option + Escape</em>&#8221; to summon the window.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/03-Force-Quit-Applications-2.jpg?323f2c" border="0" alt="view running processes on a mac" width="346" height="290" /></p>
<p>But forcing the application to quit is not always the only answer. You can also try to pause the inactive applications and give the computational power to the applications that you are currently use. Later on, when you want to use those halted apps, you can easily activate them again.</p>
<p>This method is perfect for applications that take up a large amount of system resources, but you need them all the time and the process of quitting and relaunching them will take too long. Something like Firefox with lots of open tabs.</p>
<p>I couldn&#8217;t find any native Mac OS X way to pause/unpause applications. But I found an application called <a href="http://www.sdunster.com/projects/pauser/"><strong>Pauser</strong></a> that can do it. It&#8217;s an old application, but it works just fine under Snow Leopard.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/04a-Pauser-1.jpg?323f2c" border="0" alt="04a Pauser-1.jpg" width="183" height="176" /></p>
<p>Pauser will reside in the menu bar. To pause any application, click on the icon and choose the application from the list. Clicking the item again from Pauser list will unpause it. The paused application will be in the not-responding state and take zero amount of CPU processing power. Unfortunately, pausing an application will not free the memory used by it.</p>
<p>Here are the comparisons beween active and paused Firefox.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/04b-Firefox-active.jpg?323f2c" border="0" alt="running processes mac" width="550" height="151" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/04c-Firefox-paused.jpg?323f2c" border="0" alt="running processes mac" width="550" height="151" /></p>
<p>Here are a couple of articles related to Activity Monitor you might want to check out: <a href="http://www.makeuseof.com/tag/macnifying-os-x-learning-to-utilize-activity-monitor/">Macnifying OS X: Learning To Utilize Activity Monitor on Mac</a> and <a href="http://www.makeuseof.com/tag/atmonitor-a-system-monitor-on-steroids-mac/">atMonitor &#8220;“ A System Monitor On Steroids [Mac]</a>.</p>
<p>If you know another alternative to Pauser, please share using the comments below.</p>
<p><small>Image Credit: <a rel="nofollow" href="http://www.flickr.com/photos/andresrueda/2901065823/">andresrueda</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/four-free-tools-to-monitor-manipulate-running-processes-mac/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>atMonitor &#8211; A System Monitor On Steroids [Mac]</title>
		<link>http://www.makeuseof.com/tag/atmonitor-a-system-monitor-on-steroids-mac/</link>
		<comments>http://www.makeuseof.com/tag/atmonitor-a-system-monitor-on-steroids-mac/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 20:01:19 +0000</pubDate>
		<dc:creator>Jackson Chung</dc:creator>
				<category><![CDATA[Cool Mac Apps & Tips]]></category>
		<category><![CDATA[activity monitor]]></category>
		<category><![CDATA[CPU]]></category>
		<category><![CDATA[event monitoring]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[system monitor]]></category>
		<category><![CDATA[task manager]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=27833</guid>
		<description><![CDATA[If you own a Mac, you should know that one of the most useful tools is Activity Monitor, found in the Utilities folder. If you haven&#8217;t used it before, get introduced to it; it will help get you out of sticky situations when your Mac isn&#8217;t responding properly. Activity Monitor is basically Mac&#8217;s version of [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/10/atmonitor-1.png?323f2c" alt="" vspace="5" align="left" />If you own a Mac, you should know that one of the most useful tools is Activity Monitor, found in the Utilities folder. If you haven&#8217;t used it before, <a href="http://www.makeuseof.com/tag/macnifying-os-x-learning-to-utilize-activity-monitor/">get introduced to it</a>; it will help get you out of sticky situations when your Mac isn&#8217;t responding properly. Activity Monitor is basically Mac&#8217;s version of Window&#8217;s Task Manager, albeit slightly more concise.</p>
<p>Today, I&#8217;ll be featuring a tool that takes the functions of Activity Monitor and pushes them into overdrive. The tool in question is called <a href="http://www.atpurpose.com/atMonitor/">atMonitor</a> and it&#8217;s like Activity Monitor on a ton of steroids. The interface is almost the same. One of the many noticeable differences, though, is the addition of an information panel in the Top Window.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/10/atmonitorfull.jpg?323f2c" alt="" /></p>
<p>If you find that a particular runaway process, let&#8217;s say for example, ATSServer, is constantly using up 100% CPU power in Activity Monitor; the standard response is to perform a Google search and determine whether or not it&#8217;s safe to quit the process. Not required in atMonitor. That&#8217;s where the information panel comes in. It will display all the necessary information about every process or application that&#8217;s selected and allows you to make a judgement on the spot.<br />
<span id="more-27833"></span></p>
<p style="text-align: center;"><img class="aligncenter" style="border:1px solid black" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/10/usereventagent.png?323f2c" alt="" /></p>
<p>If an application is selected, it will query <a href="http://osx.iusethis.com">osx.iusethis.com</a> for its description and latest version. It will then compare the latest version against the version installed on your Mac and tell you if an update is available. Besides that, there&#8217;s a Version column which displays the current version of every app/process running and an icon next to it that symbolizes if it&#8217;s up to date.</p>
<p>If there&#8217;s an app which is outdated, just click on its icon in the information panel and you&#8217;ll be taken directly to the app&#8217;s web page. How cool is that?</p>
<p style="text-align: center;"><img class="aligncenter" style="border:1px solid black" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/10/things-update.png?323f2c" alt="" /></p>
<p>Another awesome feature is Reveal. Let&#8217;s say you find a fishy rogue process running in atMonitor, you can use the Information Panel to read more about it. Subsequently, let&#8217;s assume that you decide that it shouldn&#8217;t be running because it belongs to an app which you&#8217;ve deleted; you can easily kill the process, then use the Reveal button to display the particular file in Finder &#8211; then Trash it!</p>
<p>Another cool function is Renice Process. atMonitor allows you to alter the processing priority of particular apps. You can increase or decrease the priority, providing more CPU power to more important apps. This function will definitely come in handy while performing CPU-intensive tasks like applying layers in Photoshop or encoding video.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/10/reniceprocess.png?323f2c" alt="" /></p>
<p>atMonitor comes in three different forms of view: in the menu bar (essentially replacing a few of the monitoring menu bar apps I know), a floating window and a Dock icon (can only monitor one parameter). These three views provide you with real-time monitoring and reporting so that you have a general idea of what&#8217;s going on and can easily scan for the most memory- and CPU-intensive apps. To be absolutely honest, I&#8217;m a creature of habit and I already use <a href="http://www.makeuseof.com/tag/11-tiny-and-useful-free-menubar-applications-for-mac/">iStat Menus</a> and couldn&#8217;t be bothered to switch. However, that doesn&#8217;t mean that you shouldn&#8217;t try atMonitor&#8217;s menu bar view. Personally, I prefer using Top Window because it resembles Activity Monitor.</p>
<p>Those are just a few of atMonitor&#8217;s features, there are several advanced functions I haven&#8217;t tapped into yet. Triggers, for example, allows you to set up and run a certain script whenever a particular parameter (CPU, RAM, Temp) reaches a predefined level. Just think of the possibilities!</p>
<p><a href="http://www.atpurpose.com/atMonitor/">atMonitor</a> is available for free and runs on Mac OS X 10.5 and higher (Snow Leopard supported). Download it and give it a try. Do you think that it has potential to replace Activity Monitor?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/atmonitor-a-system-monitor-on-steroids-mac/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>RegFromApp Monitors &amp; Reports On Registry Changes Instantly</title>
		<link>http://www.makeuseof.com/tag/regfromapp-monitors-reports-on-registry-changes-instantly/</link>
		<comments>http://www.makeuseof.com/tag/regfromapp-monitors-reports-on-registry-changes-instantly/#comments</comments>
		<pubDate>Fri, 29 May 2009 19:00:56 +0000</pubDate>
		<dc:creator>Karl L. Gechlik</dc:creator>
				<category><![CDATA[Cool Windows Apps & Tricks]]></category>
		<category><![CDATA[event monitoring]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[registry scanner]]></category>
		<category><![CDATA[system monitor]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=18225</guid>
		<description><![CDATA[> I write about software applications on a regular basis so I know (better than most people) how applications modify the registry. They write serial numbers, file paths and configurations and you usually have no idea what or where they are changing. Now, this little NirSoft portable application can watch and report what changes your [...]]]></description>
			<content:encoded><![CDATA[<p>><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" title="Security_Head" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/05/security-head-thumb1.png?323f2c" border="0" alt="Security_Head" width="129" height="161" align="left" /> I write about software applications on a regular basis so I know (better than most people) how applications modify the registry. They write serial numbers, file paths and configurations and you usually have no idea what or where they are changing.</p>
<p>Now, this little NirSoft <a href="http://www.makeuseof.com/tag/portable-software-usb/">portable application</a> can watch and report what changes your new applications or even Windows is making to your registry.</p>
<p>I&#8217;ll teach you how it works but first, you&#8217;ll need to download RegFromApp from <a href="http://www.nirsoft.net/utils/reg_file_from_application.html">the Nirsoft website here</a>. It is a portable application so no installation is necessary. Next, you would want to launch the new application or installer that you want to monitor. Then, start up RegFromApp and choose the process.<br />
<span id="more-18225"></span></p>
<p><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="RegFromApp1" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/05/regfromapp1.png?323f2c" border="0" alt="RegFromApp1" width="569" height="426" /></p>
<p>I decided that <strong>I want to see what changes are made when I modify folder options in Windows Explorer</strong>.</p>
<p>I choose to monitor Explorer.exe to see what changes are made:</p>
<p><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="image" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/05/image-thumb106.png?323f2c" border="0" alt="image" width="499" height="446" /></p>
<p>Next, I opened up Windows Explorer and choose Folder Options:</p>
<p><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="image" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/05/image-thumb107.png?323f2c" border="0" alt="image" width="390" height="472" /></p>
<p>As soon as I did that, data flowed into my registry monitoring app:</p>
<p><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="image" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/05/image-thumb108.png?323f2c" border="0" alt="image" width="466" height="476" /></p>
<p>I still hadn&#8217;t changed anything. So let&#8217;s see what happens when I do this:</p>
<p><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="image" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/05/image-thumb109.png?323f2c" border="0" alt="image" width="390" height="472" /></p>
<p>I unchecked all the top check boxes in Folder Options and instantly, RegFromApp reported my changes:</p>
<p><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="image" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/05/image-thumb110.png?323f2c" border="0" alt="image" width="474" height="416" /></p>
<p>To you or me, this information does not mean much, but we can export the changes as a .reg file so we can import it into our registry on another machine to duplicate the changes. This is really simple. I stopped the recording by hitting the red square or stop button. And then, hit File Save as.</p>
<p><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="image" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/05/image-thumb111.png?323f2c" border="0" alt="image" width="473" height="414" /></p>
<p><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="image" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/05/image-thumb112.png?323f2c" border="0" alt="image" width="567" height="416" /></p>
<p>And I saved the changes to a file called FileOptions.reg. Now, I took this file and ran it on another computer. I instantly got a pop up box asking me if I want to import the settings into the registry. I chose OK and then opened up my Folder Options and bam:</p>
<p><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="image" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/05/image-thumb109.png?323f2c" border="0" alt="image" width="390" height="472" /></p>
<p>I can see this program coming in VERY handy for lots of things! Do you use a registry monitoring program? If you do share with us in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/regfromapp-monitors-reports-on-registry-changes-instantly/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Specto: Get Instant Notifications In Your Linux Machine</title>
		<link>http://www.makeuseof.com/tag/specto-get-instant-notification-in-your-linux-machine/</link>
		<comments>http://www.makeuseof.com/tag/specto-get-instant-notification-in-your-linux-machine/#comments</comments>
		<pubDate>Wed, 27 May 2009 17:00:30 +0000</pubDate>
		<dc:creator>Damien Oh</dc:creator>
				<category><![CDATA[Cool Linux Apps & Tips]]></category>
		<category><![CDATA[event monitoring]]></category>
		<category><![CDATA[notifications]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=17955</guid>
		<description><![CDATA[If you want to monitor a blog for new article update, a great way is to subscribe to its RSS feed and get notified instantly when it updates its content. What if you want to monitor more than just a blog, such as a static website, your email account, a file and you are a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="display: inline" title="notify-osd compliance" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/05/notifyosdcompliance.png?323f2c" alt="notify-osd compliance" width="259" height="129" /> If you want to monitor a blog for new article update, a great way is to subscribe to its RSS feed and get notified instantly when it updates its content. What if you want to monitor more than just a blog, such as a static website, your email account, a file and you are a Linux user? In that case, Specto could come in handy.</p>
<p><a href="http://specto.sourceforge.net/" target="_blank">Specto</a> is a Linux-based desktop application that allows you to watch for configurable events and get notified instantly when updates are available. Things that you can monitor include <strong>websites</strong>, <strong>emails</strong>, <strong>files/folders</strong>, <strong>system processes</strong> and <strong>connection ports</strong>.</p>
<p>The way Specto works is very easy. If you are monitoring a particular website, like your <a href="http://www.makeuseof.com/tags/facebook/">Facebook</a> account for new messages on your wall, Specto grabs the file size of that site at regular interval and compares it with the previous version. If there are any changes, it will notify you via an unobtrusive popup at the corner of the system taskbar. You can define an error margin so that Specto won&#8217;t notify you for small changes to the site (such as rotating ads).<br />
<span id="more-17955"></span></p>
<p>Specto is available as a package in the software repository of most Linux distro, so Linux users shouldn&#8217;t have much difficulty in installing it in your system.</p>
<p>After you have installed it, you can easily add events via its interface window. There are only several simple configurations so anyone, even if you have no technical knowledge, can use it easily.</p>
<p>To monitor a website, you just have to enter the name of the event, the update interval and the website&#8217;s URL. As mentioned above, you can set the error margin at the bottom of the window.</p>
<p style="text-align: center;"><img style="display: inline" title="specto-add-watch" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/05/spectoaddwatch.jpg?323f2c" alt="specto-add-watch" width="329" height="418" /></p>
<p>Specto comes with native support for Gmail, which means you can simply enter your username and password and have it notify you when new mails arrived. If you are using other email accounts, you will have to configure the POP3 or IMAP account accordingly.</p>
<p style="text-align: center;"><img style="display: inline" title="specto-add-email" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/05/spectoaddemail.jpg?323f2c" alt="specto-add-email" width="332" height="438" /></p>
<p>If you want to monitor a particular file/folder, system processes or ports, the configuration process is the same as the above steps.</p>
<p>Whenever there is an update to the event that you are watching, Specto will popup a notification message just below its icon at the task bar. If you are using Ubuntu Jaunty, it also support the NotifyOSD feature.</p>
<h2>Import/Export feature</h2>
<p>What if you are using multiple computers but want to maintain the same setting and watch the same events throughout every computer? Specto comes with the import/export feature where you can easily and quickly export your configuration file in one machine and import it in another machine.</p>
<h2>Conclusion</h2>
<p>This may not be the &#8220;˜<em>must-have</em>&#8216; application in your Linux machine, but if you are currently spending a lot of time monitoring some mundane but important stuff on the Web or your network files, you can be sure that <a href="http://specto.sourceforge.net/">Specto</a> is going to make your life much easier.</p>
<p>What do you currently have Specto or any other applications monitoring? Let us know how you did it, in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/specto-get-instant-notification-in-your-linux-machine/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</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/46 queries in 0.065 seconds using apc
Object Caching 721/826 objects using disk: basic
Content Delivery Network via main.makeuseoflimited.netdna-cdn.com

Served from: www.makeuseof.com @ 2012-02-10 22:14:29 -->
