<?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>Make Tech Easier&#187; system</title>
	<atom:link href="http://maketecheasier.com/tag/system/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 25 May 2012 23:58:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to Monitor Your Linux Performance With Sysstat</title>
		<link>http://maketecheasier.com/monitor-linux-performance-with-sysstat/2012/05/15</link>
		<comments>http://maketecheasier.com/monitor-linux-performance-with-sysstat/2012/05/15#comments</comments>
		<pubDate>Tue, 15 May 2012 23:58:03 +0000</pubDate>
		<dc:creator>Chuck Romano</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[sysstat]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=49524</guid>
		<description><![CDATA[Sysstat is a powerful logging and monitoring tool for Linux/Unix systems. It can be used to monitor system performance and troubleshoot problems. Though many distros have GUI based monitoring applications and API’s, sysstat is a go-to for power users and can log and track pretty much everything going on within... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/monitor-linux-performance-with-sysstat/2012/05/15&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/monitor-linux-performance-with-sysstat/2012/05/15" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/monitor-linux-performance-with-sysstat/2012/05/15" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/monitor-linux-performance-with-sysstat/2012/05/15" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/monitor-linux-performance-with-sysstat/2012/05/15&amp;title=How+to+Monitor+Your+Linux+Performance+With+Sysstat&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/monitor-linux-performance-with-sysstat/2012/05/15" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/monitor-linux-performance-with-sysstat/2012/05/15">How to Monitor Your Linux Performance With Sysstat</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2012/05/tux-main.jpg" alt="tux-main" title="tux-main" class="alignleft size-full wp-image-49761" />Sysstat is a powerful logging and monitoring tool for Linux/Unix systems. It can be used to monitor system performance and troubleshoot problems. Though many distros have GUI based monitoring applications and API’s, sysstat is a go-to for power users and can log and track pretty much everything going on within your Linux box.<br />
<span id="more-49524"></span></p>
<h2>Installation</h2>
<p>To install sysstat on a RedHat based variant using yum:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">yum <span style="color: #660033;">-y</span> <span style="color: #c20cb9; font-weight: bold;">install</span> sysstat</pre></div></div>

<p>To install on a Debian based variant using apt:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> sysstat</pre></div></div>

<p>If you are using a Ubuntu-based distro, you should be able to find sysstat in the software manager.</p>
<p><img src="http://imagecdn.maketecheasier.com/2012/05/sysstat-mint-software-manager.png" alt="sysstat-mint-software-manager" title="sysstat-mint-software manager" class="aligncenter size-full wp-image-49551" /></p>
<p>After the installation, you will need to edit the configuration file to run the daemon. </p>
<p>In the terminal:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">gksu gedit <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>default<span style="color: #000000; font-weight: bold;">/</span>sysstat</pre></div></div>

<p>and set the &#8220;sadc&#8221; variable to true by changing the line to <code>ENABLED="true"</code>. </p>
<p><img src="http://imagecdn.maketecheasier.com/2012/05/sysstat-enable-logging.png" alt="sysstat-enable-logging" title="sysstat-enable logging" class="aligncenter size-full wp-image-49540" /></p>
<p>Save and close the file. Finally, start the daemon:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>sysstat start</pre></div></div>

<h2>Common usage of Sysstat</h2>
<p>The sysstat suite is obviously a collection of very extensive and detailed application. Here are some basic ways to use the tools in  order to gain a feel for its troubleshooting guidance.</p>
<h3>Check CPU usage</h3>
<p>To check CPU usage stats for the current day (by default sar tracks the data every 10 minutes):</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">sar <span style="color: #660033;">-u</span></pre></div></div>

<p>To display real-time CPU usage for a given amount of time, you can specify the intervals in seconds followed by how many entries you want to report. For example: the following will report total CPU usage every 2 seconds for a total of 10 times:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">sar <span style="color: #660033;">-u</span> <span style="color: #000000;">2</span> <span style="color: #000000;">10</span></pre></div></div>

<p><img src="http://imagecdn.maketecheasier.com/2012/05/sysstat-sar-u-output.png" alt="sysstat-sar-u-output" title="sysstat-sar-u output" class="aligncenter size-full wp-image-49541" /></p>
<p>Most PCs have multiple cores nowadays. To view the activity of each specific core use the &#8220;<code>-P ALL</code>&#8221; flag.  The following shows a real-time snapshot of the 4 cores in my PC (same intervals and output parameters apply, below is 1 second 1 time):</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">sar <span style="color: #660033;">-P</span> ALL <span style="color: #000000;">1</span> <span style="color: #000000;">1</span></pre></div></div>

<p><img src="http://imagecdn.maketecheasier.com/2012/05/sysstat-sar-P-ALL-output.png" alt="sysstat-sar-P-ALL-output" title="sysstat-sar-P ALL output" class="aligncenter size-full wp-image-49542" /></p>
<p>Want to see how much memory is currently being used? Use <code>sar -r</code> as follows to show real-time memory usage every 2 seconds for 10 times:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">sar <span style="color: #660033;">-r</span> <span style="color: #000000;">2</span> <span style="color: #000000;">10</span></pre></div></div>

<p><img src="http://imagecdn.maketecheasier.com/2012/05/sysstat-sar-r-output.png" alt="sysstat-sar-r-output" title="sysstat-sar-r output" class="aligncenter size-full wp-image-49543" /></p>
<h3>Display device report</h3>
<p>To display a device report showing transfers per second (tps) and data read and write stats, showing data in real-time every 2 seconds, for 10 reports, type:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">iostat <span style="color: #660033;">-d</span> <span style="color: #000000;">2</span> <span style="color: #000000;">10</span></pre></div></div>

<p><img src="http://imagecdn.maketecheasier.com/2012/05/sysstat-iostat-d-results.png" alt="sysstat-iostat-d results" title="sysstat-iostat-d results" class="aligncenter size-full wp-image-49544" /></p>
<p>Note:
<ul>
<li>tps = transfers per second</li>
<li>Blk_read/s = amount of data read in blocks per second</li>
<li>Blk_wrtn/s = amount of data written in blocks per second</li>
<li>Blk_read = total blocks read</li>
<li>Blk_wrtn = total blocks written</li>
</ul>
<p>For extended I/O stats:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">iostat <span style="color: #660033;">-x</span> <span style="color: #000000;">2</span> <span style="color: #000000;">5</span></pre></div></div>

<p><img src="http://imagecdn.maketecheasier.com/2012/05/sysstat-iostat-x-results.png" alt="sysstat-iostat-x-results" title="sysstat-iostat-x results" class="aligncenter size-full wp-image-49545" /></p>
<h3>Get information regarding running process</h3>
<p>Use <code>pidstat</code> to report information regarding running process.  The <code>-d</code> flag will list all processes on the machine:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">pidstat <span style="color: #660033;">-d</span></pre></div></div>

<p><img src="http://imagecdn.maketecheasier.com/2012/05/sysstat-pidstat-d-results.png" alt="sysstat-pidstat-d-results" title="sysstat-pidstat-d results" class="aligncenter size-full wp-image-49546" /></p>
<p>To see real-time results of running processes, you can use the following, where like the above examples, the first number is the second interval and the second number is how many times to report:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">pidstat - d <span style="color: #000000;">2</span> <span style="color: #000000;">5</span></pre></div></div>

<p><img src="http://imagecdn.maketecheasier.com/2012/05/sysstat-pidstat-d25-results.png" alt="sysstat-pidstat-d25-results" title="sysstat-pidstat-d25 results" class="aligncenter size-full wp-image-49547" /></p>
<p>Another useful command is to use <code>pidstat</code> with the <code>-r</code> flag to analyze memory usage with particular processes:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">pidstat <span style="color: #660033;">-r</span> <span style="color: #000000;">2</span> <span style="color: #000000;">5</span></pre></div></div>

<p><img src="http://imagecdn.maketecheasier.com/2012/05/sysstat-pidstat-r-results.png" alt="sysstat-pidstat-r-results" title="sysstat-pidstat-r results" class="aligncenter size-full wp-image-49548" /></p>
<h2>Conclusion</h2>
<p>Sysstat is a very powerful monitoring tool for Linux and it is particularly useful in a server environment where there is no GUI available. The above mentioned only touch the surface of what sysstat is capable. If you have used sysstat in your PC/server, feel free to share with us the various ways you use it to monitor your system performance.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/increase-screen-resolution-beyond-its-default-settings-linux/2012/04/13' title='How to Increase Your Screen Resolution Beyond Its Default Settings [Linux]'>How to Increase Your Screen Resolution Beyond Its Default Settings [Linux]</a></li>
<li><a href='http://maketecheasier.com/fix-low-battery-power-and-overheating-issue-in-ubuntu-oneiric/2012/03/02' title='How to Fix Low Battery Power And Overheating Issue In Ubuntu 11.10'>How to Fix Low Battery Power And Overheating Issue In Ubuntu 11.10</a></li>
<li><a href='http://maketecheasier.com/knowing-linux-system-via-the-command-line/2012/02/23' title='Knowing Your Linux System Via the Command Line'>Knowing Your Linux System Via the Command Line</a></li>
<li><a href='http://maketecheasier.com/linux-running-too-slow-heres-how-to-find-the-cause/2011/09/29' title='Linux Running Too Slow?  Here&#8217;s How to Find the Cause'>Linux Running Too Slow?  Here&#8217;s How to Find the Cause</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/monitor-linux-performance-with-sysstat/2012/05/15&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/monitor-linux-performance-with-sysstat/2012/05/15" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/monitor-linux-performance-with-sysstat/2012/05/15" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/monitor-linux-performance-with-sysstat/2012/05/15" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/monitor-linux-performance-with-sysstat/2012/05/15&amp;title=How+to+Monitor+Your+Linux+Performance+With+Sysstat&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/monitor-linux-performance-with-sysstat/2012/05/15" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/monitor-linux-performance-with-sysstat/2012/05/15">How to Monitor Your Linux Performance With Sysstat</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/monitor-linux-performance-with-sysstat/2012/05/15/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Knowing Your Linux System Via the Command Line</title>
		<link>http://maketecheasier.com/knowing-linux-system-via-the-command-line/2012/02/23</link>
		<comments>http://maketecheasier.com/knowing-linux-system-via-the-command-line/2012/02/23#comments</comments>
		<pubDate>Fri, 24 Feb 2012 00:58:40 +0000</pubDate>
		<dc:creator>Adrien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=45809</guid>
		<description><![CDATA[Every Linux user will tell you the same thing: know your computer. Mine always works not because there are no bugs, but because I know enough to identify their sources every time and correct them. And one of the best ways to monitor your system is through the command line.... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/knowing-linux-system-via-the-command-line/2012/02/23&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/knowing-linux-system-via-the-command-line/2012/02/23" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/knowing-linux-system-via-the-command-line/2012/02/23" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/knowing-linux-system-via-the-command-line/2012/02/23" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/knowing-linux-system-via-the-command-line/2012/02/23&amp;title=Knowing+Your+Linux+System+Via+the+Command+Line&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/knowing-linux-system-via-the-command-line/2012/02/23" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/knowing-linux-system-via-the-command-line/2012/02/23">Knowing Your Linux System Via the Command Line</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class=" wp-image-45805 alignleft" title="system_command_line-top" src="http://imagecdn.maketecheasier.com/2012/02/system_command_line-top.jpg" alt="system_command_line-top" />Every Linux user will tell you the same thing: know your computer. Mine always works not because there are no bugs, but because I know enough to identify their sources every time and correct them. And one of the best ways to monitor your system is through the command line. There are some great GUI for this, but the command line has the advantage of working on every computer, and it can easily be put into a script.<br />
<span id="more-45809"></span><br />
I propose to you five great commands for:</p>
<ol>
<li>Knowing your kernel</li>
<li>Finding hidden processes</li>
<li>Listing running modules</li>
<li>Checking disk usage</li>
<li>Locating binaries and configuration files</li>
</ol>
<h2>1. Knowing your kernel</h2>
<p>The kernel is the core of your Linux system. It is frequently updated, and knowing its version may be important for compatibility reasons. Certain programs may require a certain version in order to work properly. It may also be important for some peripherals and modules. As an example, my Ubuntu is based on the official kernel 3.0.0. So far, the latest version is 3.2.5.</p>
<p>To know exactly what kernel you are using, its version, and your computer architecture, use the command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">uname</span> <span style="color: #660033;">-mrs</span></pre></div></div>

<p><img class="size-full wp-image-45806 aligncenter" title="system_command_line-uname_mrs" src="http://imagecdn.maketecheasier.com/2012/02/system_command_line-uname_mrs.jpg" alt="system_command_line-uname_mrs" /></p>
<p>With this example, we can clearly see that I am using the official kernel, version 3.0.0. The <em>i686</em> stands for my computer architecture. Here it means that I am using a 32-bit computer. On the other hand, <em>x86_64</em> would have indicated a 64-bit architecture.</p>
<h2>2. Finding hidden processes</h2>
<p>To know what processes are currently running on your machine, most people would recommend the command &#8220;<em>top</em>&#8220;. Joshua wrote a very good article about it last year at <a title="Linux Running Too Slow? Here's How to Find the Cause" href="http://maketecheasier.com/linux-running-too-slow-heres-how-to-find-the-cause/2011/09/29" target="_blank">Linux Running Too Slow? Here&#8217;s How to Find the Cause</a>. Personally, I find this command very useful, and as Joshua explains, it can even be used to monitor the RAM usage.</p>
<p>However, I am sometimes too lazy to search in the list provided by &#8220;<em>top</em>&#8220;, and if I already know the name of the program running, I recommend the combination:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">ps</span> aux <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>name of the program<span style="color: #7a0874; font-weight: bold;">&#93;</span></pre></div></div>

<p>This will have the effect of listing all the current processes, even the smallest ones that will not be picked up immediately by &#8220;<em>top</em>&#8220;, and then filtering them according to your keywords.</p>
<p><img class="size-full wp-image-45804 aligncenter" title="system_command_line-ps_aux_grep" src="http://imagecdn.maketecheasier.com/2012/02/system_command_line-ps_aux_grep.jpg" alt="system_command_line-ps_aux_grep" /></p>
<p>This method will instantly give you the name of the user responsible for this process, the PID number, the CPU usage percentage, the memory usage, the name of the process, etc.</p>
<p>As a side note, if you don&#8217;t know how to kill a running process:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">kill</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>PID number<span style="color: #7a0874; font-weight: bold;">&#93;</span></pre></div></div>

<p>OR</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">killall</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>name of the process<span style="color: #7a0874; font-weight: bold;">&#93;</span></pre></div></div>

<h2>3. Listing running modules</h2>
<p>Modules appeared in version 2.0 of the Linux kernel. They are very useful, and you can consider them as drivers that you can load and remove from the memory. As an example, if you are using a laptop, you probably have a WiFi card. The corresponding modules for that card are probably loaded automatically at start up. If you want to save some battery, you may want to stop the card when you are not using the Internet. Removing the corresponding driver from the memory will then give you a little bit more memory (and you will also be sure that your card is disabled).</p>
<p>But first you need to know which modules are currently running. The command for that is</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">lsmod</span></pre></div></div>

<p>This command is simply the combination of &#8220;<em>ls</em>&#8221; for listing files in a directory and &#8220;<em>mod </em>&#8221; for module (I know, what a surprise).</p>
<p><img class="size-full wp-image-45803 aligncenter" title="system_command_line-lsmod" src="http://imagecdn.maketecheasier.com/2012/02/system_command_line-lsmod.jpg" alt="system_command_line-lsmod" /></p>
<p>As a complement to your knowledge, you can add modules with the command</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">modprobe <span style="color: #7a0874; font-weight: bold;">&#91;</span>name of the module<span style="color: #7a0874; font-weight: bold;">&#93;</span></pre></div></div>

<p>and remove them via</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">rmmod <span style="color: #7a0874; font-weight: bold;">&#91;</span>name of the module<span style="color: #7a0874; font-weight: bold;">&#93;</span></pre></div></div>

<p>These two commands have to be launched by a super-user.</p>
<h2>4. Checking disk usage</h2>
<p>Keeping an eye on your system&#8217;s volumes can save you a lot of trouble. You may want to be sure that there is always enough room in /root, and remember to periodically clean your /tmp. For that purpose, there are two great commands:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">lsblk</pre></div></div>

<p> and</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">df</span> <span style="color: #660033;">-h</span></pre></div></div>

<p><em>lsblk</em> displays a tree representation of the partitions of your computer. It also gives you some useful information about the size of these partitions, their type, and their mountpoint.</p>
<p><img class="size-full wp-image-45802 aligncenter" title="system_command_line-lsblk" src="http://imagecdn.maketecheasier.com/2012/02/system_command_line-lsblk.jpg" alt="system_command_line-lsblk" /></p>
<p>However, even if <em>lsblk</em> is more visual, I still prefer to use <em>df -h</em>. The latter gives you more information about the remaining space, the size of the partitions, and the percentage of memory in use.</p>
<p><img class="size-full wp-image-45801 aligncenter" title="system_command_line-dfh" src="http://imagecdn.maketecheasier.com/2012/02/system_command_line-dfh.jpg" alt="system_command_line-dfh" /></p>
<p>You may have noticed that the command <em>df</em> alone will give you the size in bytes, which might be very hard to interpret. The option <em>-h</em> stands for <em>human readable</em> and gives you the amount of data in gigabytes, megabytes, or whatever is the easiest for a human to understand.</p>
<h2>5. Locating binaries and configuration files</h2>
<p>One of the first things that confused me when I left Windows a few years ago was that the file system was completely different on Linux. There is no such thing as <em>Program Files</em>, or a single directory for all the configuration files. But it may be very useful to know where these binaries are. For that purpose, the command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">whereis</span></pre></div></div>

<p>is among the best. Similarly to</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">whoami</span></pre></div></div>

<p>which gives you the name of the current user, or</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">whatis</span></pre></div></div>

<p>which explains a command quickly, <em>whereis</em> can locate binaries, manual entries, and various configuration files. Its syntax is also very simple:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">whereis</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>name<span style="color: #7a0874; font-weight: bold;">&#93;</span></pre></div></div>

<p><img class="size-full wp-image-45807 aligncenter" title="system_command_line-whereis" src="http://imagecdn.maketecheasier.com/2012/02/system_command_line-whereis.jpg" alt="system_command_line-whereis" /></p>
<p>In the example above, I asked where Firefox was, and the command returned the location for its binary and various directories, as well as the manual page.</p>
<p>But one of the greatest strengths of <em>whereis</em> is its ability to locate standalone configuration files. Here is another example, where I was searching for <em>rc</em> configuration files:</p>
<p><img class="size-full wp-image-45808 aligncenter" title="system_command_line-whereis_config" src="http://imagecdn.maketecheasier.com/2012/02/system_command_line-whereis_config.jpg" alt="system_command_line-whereis_config" /></p>
<p>Such options can become very useful, especially if you are not using Ubuntu but another distribution like Archlinux which requires a serious amount of time to edit these files.</p>
<h2>Conclusion</h2>
<p>With these commands in your pocket, you will be able to see a little more of what is going on in your system. If you still prefer to have a GUI for that, I would still recommend things like Baobab for the files and Gnome System Monitor in general.</p>
<p>Are you using other commands? Other GUIs? Let us know in the comments.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/fix-low-battery-power-and-overheating-issue-in-ubuntu-oneiric/2012/03/02' title='How to Fix Low Battery Power And Overheating Issue In Ubuntu 11.10'>How to Fix Low Battery Power And Overheating Issue In Ubuntu 11.10</a></li>
<li><a href='http://maketecheasier.com/install-a-minimal-ubuntu-on-old-laptop/2012/02/24' title='How to Install A Minimal (And Non-Bloated) Ubuntu On Your Old Laptop'>How to Install A Minimal (And Non-Bloated) Ubuntu On Your Old Laptop</a></li>
<li><a href='http://maketecheasier.com/change-terminal-hostname-in-ubuntu/2012/01/27' title='How to Change Your Terminal Hostname in Ubuntu [Quick Tips]'>How to Change Your Terminal Hostname in Ubuntu [Quick Tips]</a></li>
<li><a href='http://maketecheasier.com/10-useful-tools-websites-tricks-to-master-linux-command/2010/11/09' title='10 Useful Tools, Websites And Tricks to Help You Master Linux Command'>10 Useful Tools, Websites And Tricks to Help You Master Linux Command</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/knowing-linux-system-via-the-command-line/2012/02/23&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/knowing-linux-system-via-the-command-line/2012/02/23" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/knowing-linux-system-via-the-command-line/2012/02/23" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/knowing-linux-system-via-the-command-line/2012/02/23" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/knowing-linux-system-via-the-command-line/2012/02/23&amp;title=Knowing+Your+Linux+System+Via+the+Command+Line&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/knowing-linux-system-via-the-command-line/2012/02/23" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/knowing-linux-system-via-the-command-line/2012/02/23">Knowing Your Linux System Via the Command Line</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/knowing-linux-system-via-the-command-line/2012/02/23/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>A Guide to the KDE Notification System</title>
		<link>http://maketecheasier.com/a-guide-to-kde-notification-system/2011/11/11</link>
		<comments>http://maketecheasier.com/a-guide-to-kde-notification-system/2011/11/11#comments</comments>
		<pubDate>Sat, 12 Nov 2011 00:58:43 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[knotify]]></category>
		<category><![CDATA[launch feedback]]></category>
		<category><![CDATA[notification]]></category>
		<category><![CDATA[popup]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[system bell]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=41021</guid>
		<description><![CDATA[KDE offers one of the most comprehensive and flexible notification systems (KNotify). In addition to system notifications, nearly every program has notification settings that are integrated into the larger desktop environment. Moreover, KDE’s notification system is configurable for just about any type of user, including those who need specific accessibility... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/a-guide-to-kde-notification-system/2011/11/11&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/a-guide-to-kde-notification-system/2011/11/11" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/a-guide-to-kde-notification-system/2011/11/11" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/a-guide-to-kde-notification-system/2011/11/11" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/a-guide-to-kde-notification-system/2011/11/11&amp;title=A+Guide+to+the+KDE+Notification+System&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/a-guide-to-kde-notification-system/2011/11/11" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/a-guide-to-kde-notification-system/2011/11/11">A Guide to the KDE Notification System</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-41024" title="knotify" src="http://imagecdn.maketecheasier.com/2011/11/knotify.png" alt="KDE notification icon" width="128" height="128" />KDE offers one of the most comprehensive and flexible notification systems (KNotify). In addition to system notifications, nearly every program has notification settings that are integrated into the larger desktop environment.  Moreover, KDE’s notification system is configurable for just about any type of user, including those who need specific accessibility features.<br />
<span id="more-41021"></span></p>
<h2>Standard Notifications</h2>
<p>By default KDE’s notifications pop up from the &#8220;Notifications&#8221; widget, which is found in the panel next to the system tray. Whenever a system or application event occurs, the notification will briefly appear in a Plasma popup over this area. Once the popup disappears, you can click the icon at any time to see past notifications.</p>
<p><img class="aligncenter size-full wp-image-41028" title="KDE power notification" src="http://imagecdn.maketecheasier.com/2011/11/kde-notifications-power-nq8.png" alt="KDE power notification" width="336" height="108" /></p>
<h2>Notification Widget Settings</h2>
<p>The notification widget has a few settings that can change the way it displays notifications for you. To reach the settings, right click on the widget icon and click &#8220;Notification Settings&#8221;. The first section labeled &#8220;Pop Up Notices&#8221; allows you to select some basic notification categories: &#8220;Application notifications&#8221; and &#8220;File transfers and other jobs&#8221;. The last setting labeled &#8220;Automatically hide&#8221; determines if notifications disappear after a short time.</p>
<p><img class="aligncenter size-full wp-image-41025" title="KDE notifications settings" src="http://imagecdn.maketecheasier.com/2011/11/kde-notifications-settings-nq8.png" alt="KDE notifications settings" width="453" height="242" /></p>
<h2>Notification Configuration</h2>
<p>More extensive KDE notifications are available in System Settings in the &#8220;Application and System Notifications&#8221; section. The first pane called &#8220;Manage Notifications&#8221; allows you to configure system and application notifications.</p>
<p>&#8220;Event source&#8221; refers to the system or application that will send the notification. The &#8220;State&#8221; column tells you which types of notifications are enabled for a particular event. KDE gives you five options for this:</p>
<ol>
<li>Play a sound &#8211; Choose any supported audio file you want.</li>
<li>Show a message in a popup &#8211; the standard method</li>
<li>Log to a file &#8211; useful if you want to keep track of how often an event occurs</li>
<li>Mark taskbar entry &#8211; The taskbar will change colors to alert you of the event</li>
<li>Run command &#8211; With this you can enable more advanced responses to notifications. When a certain event finishes, it can spawn a program that starts another.</li>
</ol>
<p><img class="aligncenter size-full wp-image-41026" title="kde notification management" src="http://imagecdn.maketecheasier.com/2011/11/kde-notifications-manage-nq8.png" alt="kde notification management" width="600" height="500" /></p>
<p>As an example, suppose you want to change the way KTorrent notifies you when a torrent has finished downloading to automatically start your video player. By default, it will only show a popup and possibly play a sound if the KDE sound system is enabled. To change this, do the following:</p>
<ol>
<li>Click the dropdown menu next to &#8220;event source&#8221; and choose KTorrent</li>
<li>Choose the last event in the list &#8220;Torrent has finished downloading&#8221;</li>
<li>Check the &#8220;Run command&#8221; box</li>
<li>Type in the command /usr/bin/dragon (or whichever video player you use).</li>
</ol>
<p>To change the way KDE plays system sounds, click the next tab labeled &#8220;Player Settings&#8221;. This allows you to adjust the volume, use an external player (such as &#8220;play&#8221; or &#8220;mplayer&#8221;), or disable audio output completely.</p>
<h2>Other Notifications</h2>
<p>One of the more annoying features that I have always disabled in KDE is the bouncing &#8220;busy cursor&#8221;. If you share my disdain for it, you can disable it by clicking the &#8220;Launch Feedback&#8221; button and choosing &#8220;No Busy Cursor&#8221; from the dropdown menu. In order to still get some type of notification when a program is launched or demands attention, leave &#8220;enable taskbar notification&#8221; enabled. The &#8220;startup indication timeout&#8221; option determines how long the notification stays in the taskbar even after a program fails to start.</p>
<p><img class="aligncenter size-full wp-image-41027" title="KDE busy cursor settings" src="http://imagecdn.maketecheasier.com/2011/11/kde-notifications-manage2-nq8.png" alt="KDE busy cursor settings" width="386" height="195" /></p>
<p>KDE’s notification system can make use of the accessibility system bell to provide better notification for people who are not easily alerted by the standard notifications.  Click the &#8220;System Bell&#8221; button and check &#8220;use system bell instead of system notification&#8221; to enable this feature.</p>
<h2>Ultimate Flexibility</h2>
<p>KDE now has the ability to interpret GTK notifications, resulting in better integration of KDE and non-KDE apps.  The KDE nofitication system can be as active or as passive as you want. You can even detach a notification popup and move it to a different location. It provides the ultimate flexibility for all types of users.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/give-kde-desktop-ubuntu-makeover/2011/11/23' title='How to Give Any KDE Desktop An Ubuntu Makeover'>How to Give Any KDE Desktop An Ubuntu Makeover</a></li>
<li><a href='http://maketecheasier.com/get-great-looking-fonts-in-kde/2011/10/26' title='How to Get Great Looking Fonts in KDE'>How to Get Great Looking Fonts in KDE</a></li>
<li><a href='http://maketecheasier.com/5-more-intriguing-kde-apps/2011/03/30' title='5 More Intriguing KDE Apps'>5 More Intriguing KDE Apps</a></li>
<li><a href='http://maketecheasier.com/kde46-review-full-of-awesomeness/2011/02/02' title='KDE 4.6 Review: It’s Full Of Awesomeness'>KDE 4.6 Review: It’s Full Of Awesomeness</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/a-guide-to-kde-notification-system/2011/11/11&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/a-guide-to-kde-notification-system/2011/11/11" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/a-guide-to-kde-notification-system/2011/11/11" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/a-guide-to-kde-notification-system/2011/11/11" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/a-guide-to-kde-notification-system/2011/11/11&amp;title=A+Guide+to+the+KDE+Notification+System&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/a-guide-to-kde-notification-system/2011/11/11" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/a-guide-to-kde-notification-system/2011/11/11">A Guide to the KDE Notification System</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/a-guide-to-kde-notification-system/2011/11/11/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two Free Tools To Synchronize Any Folder To Dropbox [Mac]</title>
		<link>http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02</link>
		<comments>http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02#comments</comments>
		<pubDate>Wed, 02 Mar 2011 21:58:43 +0000</pubDate>
		<dc:creator>Jeffry Thurana</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[symlink]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=30397</guid>
		<description><![CDATA[If I had to list down the most useful tools that I&#8217;ve used in my computer life, Dropbox would be one of the top name on the list. It&#8217;s more than just a simple backup tool. The combination of desktop apps, web service and supports from tons of third-party applications,... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02&amp;title=Two+Free+Tools+To+Synchronize+Any+Folder+To+Dropbox+%5BMac%5D&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02">Two Free Tools To Synchronize Any Folder To Dropbox [Mac]</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://imagecdn.maketecheasier.com/2011/03/MacDropAny.jpg" alt="MacDropAny" width="200" height="200" />If I had to list down the most useful tools that I&#8217;ve used in my computer life, Dropbox would be one of the top name on the list. It&#8217;s more than just a simple backup tool. The combination of desktop apps, web service and supports from tons of third-party applications, open up possibilities that I&#8217;ve never thought before: from collaborating on a novel, to triggering download from faraway computer, to running other local task remotely.</p>
<p>But Dropbox&#8217;s biggest strength is also its weakness. While the simple concept of synchronizing everything inside one Dropbox folder is the factor that keeps it above its competitors, this simplicity also means that it&#8217;s (almost) impossible to synchronize everything else outside that folder.<br />
<span id="more-30397"></span></p>
<h3>Meet Symlink</h3>
<p>If you are a Mac user who doesn&#8217;t like the idea of moving everything to Dropbox folder for the sake of synchronizing the content, there&#8217;s another way to achieve that. Basically, what we do is utilizing &#8220;<em>symbolic link</em>&#8221; (symlink) to create a reference to a folder and  then place the symlink inside Dropbox folder. Anything that happens to the folder will be mirrored by the symlink and vice versa. So, symlink is a perfect solution to the problem of synchronizing outside folder to Dropbox.</p>
<p>You could create symlink via command line in Terminal, but common computer users are &#8220;allergic&#8221; to command line. So here are two free and simple tools that you can use to create symlink without having to touch any command line.</p>
<h3>1. <a href="http://seiryu.home.comcast.net/~seiryu/symboliclinker.html">SymbolicLinker</a></h3>
<p>SymbolicLinker is a tiny contextual menu plugin (for Puma through Leopard users) and software service (for Snow Leopard &amp; later users) that, once installed, allows any user to create symbolic links to files inside the Finder. SymbolicLinker does this by adding a contextual menu item to the Finder that generates symbolic links to the selected files.</p>
<p>To use SymbolicLinker, download the compressed installer file. There are two important files there: SymbolicLinker.service for Snow Leopard (and later) users, and SymbolicLinker.plugin for Leopard (and previous version of Mac OS X) users. There&#8217;s also the installation instructions that will give you all the details.</p>
<p><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2011/03/MacDropAny-Finder-Symlink.jpg" alt="Finder  Symlink" width="580" height="225" /></p>
<p>The usage is also simple. Create a symlink of a folder (either by right clicking or by using Service), then place the symlink inside your Dropbox folder.</p>
<p><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2011/03/MacDropAny-Finder-Service.jpg" alt="Finder  Service" width="580" height="300" /></p>
<h3>2. <a href="http://wiki.dropbox.com/DropboxAddons/MacDropAny">MacDropAny</a></h3>
<p>MacDropAny is a tool built specifically to create symlink for Dropbox. The first time you open the application, it will ask you to choose which folder that you want to sync via Dropbox.</p>
<p><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2011/03/MacDropAny-Choose-a-Folder.jpg" alt="Choose a Folder" width="537" height="400" /></p>
<p>Then the next step is choosing where in the Dropbox folder do you want to put the symlink. This option gives you the ability to organize those symlinks into a specific folder inside Dropbox. You could name the folder &#8220;External links&#8221; or something else according to your preferences.</p>
<p><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2011/03/MacDropAny-Choose-Dropbox.jpg" alt="01b Choose Dropbox" width="537" height="400" /></p>
<p>The last step is to assign name to the Symlink. To avoid confusion, it&#8217;s advisable to name the symlink similar to the original folder.</p>
<p><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2011/03/MacDropAny-Link.jpg" alt="MacDropAny  Link" width="360" height="149" /></p>
<p>MacDropAny will offer you to open the newly made symlink.</p>
<p><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2011/03/MacDropAny-succcess.jpg" alt="Success" width="360" height="113" /></p>
<h3>Testing Time</h3>
<p>Then it&#8217;s time to test the result. I dragged a text file into the symlink inside Dropbox folder.</p>
<p><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2011/03/MacDropAny-Result.jpg" alt="Result" width="500" height="300" /></p>
<p>The text file appears on the original folder that I placed in the Desktop. Then I made changes into the text and saved. I checked the synchronized text on another computer, and it was updated. So the conclusion: the system works fine.</p>
<p><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2011/03/MacDropAny-Original-Location.jpg" alt="Original Location" width="500" height="300" /></p>
<p>Words of warning though, it&#8217;s not advisable to sync folders with too many items inside &#8211; something like the Applications and Pictures folders &#8211; since Dropbox tends to behave erroneously when it tries to sync too many files. Read more about this in the <a href="http://wiki.dropbox.com/KnownIssues">Known Issues</a> page.</p>
<p>This two tools are the simplest solution that I could find to synchronized folders outside Dropbox. If you have other alternatives, please share them using the comment below.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/run-multiple-dropbox-accounts-in-mac-and-linux/2010/05/24' title='How to Run Multiple Dropbox Accounts in Mac and Linux'>How to Run Multiple Dropbox Accounts in Mac and Linux</a></li>
<li><a href='http://maketecheasier.com/bodega-a-great-alternative-to-mac-app-store/2012/05/21' title='Bodega &#8211; A Great Alternative to Mac App Store'>Bodega &#8211; A Great Alternative to Mac App Store</a></li>
<li><a href='http://maketecheasier.com/4-photography-apps-for-busy-photographers-mac/2012/05/19' title='4 Photography Apps For Busy Photographers [Mac]'>4 Photography Apps For Busy Photographers [Mac]</a></li>
<li><a href='http://maketecheasier.com/a-comprehensive-guide-to-itunes-u-ios/2012/05/17' title='A Comprehensive Guide to iTunes U [iOS]'>A Comprehensive Guide to iTunes U [iOS]</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02&amp;title=Two+Free+Tools+To+Synchronize+Any+Folder+To+Dropbox+%5BMac%5D&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02">Two Free Tools To Synchronize Any Folder To Dropbox [Mac]</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Create A System Repair Disc in Windows 7</title>
		<link>http://maketecheasier.com/create-system-repair-disc-in-windows-7/2010/11/30</link>
		<comments>http://maketecheasier.com/create-system-repair-disc-in-windows-7/2010/11/30#comments</comments>
		<pubDate>Tue, 30 Nov 2010 22:00:02 +0000</pubDate>
		<dc:creator>Angel Luis</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[repair cd]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=25090</guid>
		<description><![CDATA[I don’t know when you are going to have your next computer disaster but I’m sure you are going to have one. You can be sure that eventually you are going to suffer from one of the following issues: An electrical failure A virus infection A fault in your operating... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/create-system-repair-disc-in-windows-7/2010/11/30&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/create-system-repair-disc-in-windows-7/2010/11/30" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/create-system-repair-disc-in-windows-7/2010/11/30" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/create-system-repair-disc-in-windows-7/2010/11/30" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/create-system-repair-disc-in-windows-7/2010/11/30&amp;title=How+To+Create+A+System+Repair+Disc+in+Windows+7&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/create-system-repair-disc-in-windows-7/2010/11/30" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/create-system-repair-disc-in-windows-7/2010/11/30">How To Create A System Repair Disc in Windows 7</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-25204" title="recoverycd-epair Disc" src="http://imagecdn.maketecheasier.com/2010/11/recoverycd-epair-Disc.png" alt="recoverycd-epair-Disc" width="200" height="197" /> I don’t know when you are going to have your next computer disaster but I’m sure you are going to have one.</p>
<p>You can be sure that eventually you are going to suffer from one of the following issues:</p>
<ul>
<li>An electrical failure</li>
<li>A virus infection</li>
<li>A fault in your operating system</li>
<li>A faulty driver</li>
</ul>
<p>Any of these can change a system file or setting, which could make your system’s behaviour unstable. For this reason, we need to create backup and repair tools. Backup tools create copies of your system while repair utilities try to fix your system.</p>
<p>Since you won&#8217;t be backing up every minutes of the time, there might be some changes that are not captured by the last backup, thus it is always important to first attempt to repair the computer. Only when it fails, then you proceed to restore your backup (and lose some of the unsaved changes).</p>
<p>We won&#8217;t go into the detail of backing up your system since Tanmay has covered <a href="http://maketecheasier.com/create-a-backup-system-image-in-windows-7/2010/02/03">how to create a backup system image in Windows 7</a> in great detail. What we will do is to go through the steps you need to do to create a system repair disc that you can use to repair your system.<br />
<span id="more-25090"></span></p>
<h3>Creating A System Repair Disc</h3>
<p><strong>Note</strong>: <em>The System Repair utility is included in the Windows 7 installer DVD. This tutorial is useful for those who don&#8217;t own the installer DVD (the OS is pre-installed in your system) and want to create a separate system repair CD.</em></p>
<p>Before you proceed, insert a blank CD/DVD into your CDROM in order for the system to create a system repair disk.</p>
<p>Go to the Start menu and type &#8220;<em>repair</em>&#8221; (without the quotes) in the search field. Select &#8220;Create a System Repair Disk&#8221;</p>
<p><img class="size-full wp-image-25205 aligncenter" title="recoverycd-reate a System Repair Disc Finder" src="http://imagecdn.maketecheasier.com/2010/11/recoverycd-reate-a-System-Repair-Disc-Finder.png" alt="Search for System Repair Disc" width="411" height="485" /></p>
<p>You will see the following image. Select <em>Create Disc</em>.</p>
<p><img class="aligncenter size-full wp-image-25210" title="recoverycd-reate a System Repair Disc Select Drive" src="http://imagecdn.maketecheasier.com/2010/11/recoverycd-reate-a-System-Repair-Disc-Select-Drive.png" alt="create Disk" width="459" height="288" /></p>
<p>Windows 7 will start to prepare the necessary files.</p>
<p><img class="aligncenter size-full wp-image-25209" title="recoverycd-reate aSystem REpair Disc Preparing files" src="http://imagecdn.maketecheasier.com/2010/11/recoverycd-reate-aSystem-REpair-Disc-Preparing-files.png" alt="System-REpair-Disc-Preparing-files" width="459" height="288" /></p>
<p>And proceed to create the disc.</p>
<p><img class="aligncenter size-full wp-image-25211" title="recoverycd-reate A System Repair Disc Creating Disc" src="http://imagecdn.maketecheasier.com/2010/11/recoverycd-reate-A-System-Repair-Disc-Creating-Disc.png" alt="System-Repair-Disc-Creating-Disc" width="459" height="288" /></p>
<p>Windows will show you a window asking you to label the disc. Press Close.</p>
<p><img class="aligncenter size-full wp-image-25212" title="recoverycd-reate A System Repair Disc Label" src="http://imagecdn.maketecheasier.com/2010/11/recoverycd-reate-A-System-Repair-Disc-Label.png" alt="System-Repair-Disc-Label" width="366" height="245" /></p>
<h3>How To Use A System Repair CD</h3>
<p>To use the system repair CD, you have to boot your system from it. You will have to make sure that your BIOS is configured to boot from the CD.</p>
<p>To start your BIOS, use the F2 key or Insert or Del (some motherboards might come with different BIOS hotkey). Once you are in the BIOS menu select the Boot Tab:</p>
<p><img class="aligncenter size-full wp-image-25213" title="recoverycd- Boot Settings" src="http://imagecdn.maketecheasier.com/2010/11/recoverycd-Boot-Settings.png" alt="recoverycd-Boot-Settings" width="577" height="432" /></p>
<p>These screenshots are from an old BIOS but you should see something similar. Select CD/DVD Drives as first boot device:</p>
<p><img class="aligncenter size-full wp-image-25216" title="recoverycd-onfiguration changes and exit setup" src="http://imagecdn.maketecheasier.com/2010/11/recoverycd-onfiguration-changes-and-exit-setup.png" alt="recoverycd-onfiguration-changes-and-exit-setup" width="577" height="432" /></p>
<p>Then the CD will start, select<em> Windows Setup</em> and press <strong>Enter</strong>.</p>
<p><img class="aligncenter size-full wp-image-25217" title="recoverycd-ystem Repair Disc Windows Boot Manager" src="http://imagecdn.maketecheasier.com/2010/11/recoverycd-ystem-Repair-Disc-Windows-Boot-Manager.png" alt="" width="577" height="320" /></p>
<p>Windows will ask for your keyboard language, press <strong>Next</strong> when you are done.</p>
<p><img class="aligncenter size-full wp-image-25218" title="recoverycd-very Options Press Next" src="http://imagecdn.maketecheasier.com/2010/11/recoverycd-very-Options-Press-Next.png" alt="recoverycd-very-Options-Press-Next" width="359" height="220" /></p>
<p>In the next step, it will search for Windows Installations:</p>
<p><img class="aligncenter size-full wp-image-25220" title="recoverycd-very Options Searching Windows Installations" src="http://imagecdn.maketecheasier.com/2010/11/recoverycd-very-Options-Searching-Windows-Installations.png" alt="Searching-Windows-Installations" width="388" height="290" /></p>
<p>Windows 7 will then show the findings:</p>
<p><img class="aligncenter size-full wp-image-25221" title="recoverycd-ystem Recovery Options Use recovery tools" src="http://imagecdn.maketecheasier.com/2010/11/recoverycd-ystem-Recovery-Options-Use-recovery-tools.png" alt="" width="389" height="294" /></p>
<p>Finally you will find a list of tools:</p>
<p><img class="aligncenter size-full wp-image-25222" title="recoverycd-ystem REcovery Options Recovery Tool" src="http://imagecdn.maketecheasier.com/2010/11/recoverycd-ystem-REcovery-Options-Recovery-Tool.png" alt="" width="485" height="363" /></p>
<ul>
<li> <strong>Startup Repair</strong>: This is the first thing to do if your computer won’t start up. Windows 7 will do several check and fixes that can solve the problems. This is done automatically without your interaction.</li>
<li><strong>System Restore</strong>: If you have installed some new hardware or an application and your computer is not capable of start you can revert your system to a previous state.</li>
<li><strong>System Image Recovery</strong> If you have done a system image you can revert those files.</li>
<li><strong>Windows Memory Diagnostic</strong>. This will restart your computer and look for memory problems. More common than you think.</li>
<li><strong>Command Prompt</strong>: Designed for people that want to do advanced recovery. This will let you do a check of your disk for example, the famous Windows XP command chkdsk.</li>
</ul>
<p>What other ways do you use to repair your system?<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/improve-windows-performance-with-mz7-optimizier/2010/10/13' title='Improve Your Windows Performance With Mz 7 Optimizier'>Improve Your Windows Performance With Mz 7 Optimizier</a></li>
<li><a href='http://maketecheasier.com/monitor-linux-performance-with-sysstat/2012/05/15' title='How to Monitor Your Linux Performance With Sysstat'>How to Monitor Your Linux Performance With Sysstat</a></li>
<li><a href='http://maketecheasier.com/use-filerfrog-to-organzie-your-files-folders-in-flash-windows/2012/04/03' title='Use FilerFrog To Organzie Your Files &amp; Folders In Flash! [Windows]'>Use FilerFrog To Organzie Your Files &#038; Folders In Flash! [Windows]</a></li>
<li><a href='http://maketecheasier.com/knowing-linux-system-via-the-command-line/2012/02/23' title='Knowing Your Linux System Via the Command Line'>Knowing Your Linux System Via the Command Line</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/create-system-repair-disc-in-windows-7/2010/11/30&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/create-system-repair-disc-in-windows-7/2010/11/30" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/create-system-repair-disc-in-windows-7/2010/11/30" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/create-system-repair-disc-in-windows-7/2010/11/30" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/create-system-repair-disc-in-windows-7/2010/11/30&amp;title=How+To+Create+A+System+Repair+Disc+in+Windows+7&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/create-system-repair-disc-in-windows-7/2010/11/30" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/create-system-repair-disc-in-windows-7/2010/11/30">How To Create A System Repair Disc in Windows 7</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/create-system-repair-disc-in-windows-7/2010/11/30/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Improve Your Windows Performance With Mz 7 Optimizier</title>
		<link>http://maketecheasier.com/improve-windows-performance-with-mz7-optimizier/2010/10/13</link>
		<comments>http://maketecheasier.com/improve-windows-performance-with-mz7-optimizier/2010/10/13#comments</comments>
		<pubDate>Wed, 13 Oct 2010 19:00:52 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=22833</guid>
		<description><![CDATA[Previously, when I tried out the TweakNow PowerPack, I though that it is the most comprehensive tweak application around. How wrong was I. It is only when I tried out Mz 7 Optimizier did I  realize that it is more powerful than TweakNow. In short, Mz 7 Optimizer is a... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/improve-windows-performance-with-mz7-optimizier/2010/10/13&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/improve-windows-performance-with-mz7-optimizier/2010/10/13" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/improve-windows-performance-with-mz7-optimizier/2010/10/13" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/improve-windows-performance-with-mz7-optimizier/2010/10/13" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/improve-windows-performance-with-mz7-optimizier/2010/10/13&amp;title=Improve+Your+Windows+Performance+With+Mz+7+Optimizier&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/improve-windows-performance-with-mz7-optimizier/2010/10/13" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/improve-windows-performance-with-mz7-optimizier/2010/10/13">Improve Your Windows Performance With Mz 7 Optimizier</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2010/10/mz7-logo.png" alt="mz7-logo" title="mz7-logo" width="208" height="59" class="alignleft size-full wp-image-22845" />Previously, when I tried out the <a href="http://maketecheasier.com/tweaknow-powerpack2010-for-windows/2010/06/17">TweakNow PowerPack</a>, I though that it is the most comprehensive tweak application around. How wrong was I. It is only when I tried out Mz 7 Optimizier did I  realize that it is more powerful than TweakNow.</p>
<p>In short, <a href="http://www.mztweak.com/mz7optimizer.html" target="_blank">Mz 7 Optimizer</a> is a very sophisticated tweaking application for Windows. It is also the most complete system optimization suite around to help you improve the performance of your Windows PC.<br />
<span id="more-22833"></span><br />
On the first run, it will prompt you to backup your registry. It is best that you follow the instruction and backup your registry (you never know when your computer going to break).</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/10/mz7-backup.png" alt="mz7-backup" title="mz7-backup" width="463" height="161" class="aligncenter size-full wp-image-22836" /></p>
<p>The software is divided into 5 main sections and each section contains numerous tweak options.</p>
<h3>1. Performance Tweaks</h3>
<p>The performance tweak is where you tweak the settings of the hardware to get better performance. Things that you can tweak include the CPU, Hard Disk and Memory</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/10/mz7-cpu-tweak.png" alt="mz7-cpu-tweak" title="mz7-cpu-tweak" width="588" height="431" class="aligncenter size-full wp-image-22837" /></p>
<p><img src="http://imagecdn.maketecheasier.com/2010/10/mz7-hdd-tweak.png" alt="mz7-hdd-tweak" title="mz7-hdd-tweak" width="579" height="421" class="aligncenter size-full wp-image-22865" /></p>
<p><img src="http://imagecdn.maketecheasier.com/2010/10/mz7-memory-tweak.png" alt="mz7-memory-tweak" title="mz7-memory-tweak" width="590" height="424" class="aligncenter size-full wp-image-22866" /></p>
<h3>2. Windows Tweaks</h3>
<p>The next section is the tweaking of the operating system itself. To improve the responsiveness of the OS, this is where you want to spend the most time tweaking. Things that you can tweak include the core system tweaks, startup and shutdown tweaks.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/10/mz7-windows-tweak.png" alt="mz7-windows-tweak" title="mz7-windows-tweak" width="590" height="425" class="aligncenter size-full wp-image-22838" /></p>
<p><img src="http://imagecdn.maketecheasier.com/2010/10/mz7-startup-tweak.png" alt="mz7-startup-tweak" title="mz7-startup-tweak" width="580" height="418" class="aligncenter size-full wp-image-22867" /></p>
<p><img src="http://imagecdn.maketecheasier.com/2010/10/mz7-shutdown-tweak.png" alt="mz7-shutdown-tweak" title="mz7-shutdown-tweak" width="583" height="420" class="aligncenter size-full wp-image-22868" /></p>
<h3>3. Internet Tweaks</h3>
<p>Since you are spending most of the time on the Web, it makes sense to be able to tweak the internet connection. You can do the network tweak and Internet Explorer and Firefox tweaks. No Google Chrome or any other browsers tweak for the time being.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/10/mz7-internet-tweak.png" alt="mz7-internet-tweak" title="mz7-internet-tweak" width="589" height="430" class="aligncenter size-full wp-image-22839" /></p>
<p><img src="http://imagecdn.maketecheasier.com/2010/10/mz7-ie-tweak.png" alt="mz7-ie-tweak" title="mz7-ie-tweak" width="580" height="422" class="aligncenter size-full wp-image-22870" /></p>
<h3>4. Customization Tweaks</h3>
<p>The customization tweak is divided between the taskbar, aero effects and the context menu. The taskbar tweaks allow you to change the size of the taskbar icon and also the time for the jumplist to appear. The Aero tweaks give you the option to enable/disable each Aero effects. Lastly, the context menu tweaks allow you to add custom command to your context menu. You might also be interested to know about <a href="http://maketecheasier.com/4-tools-edit-context-menu-windows/2010/10/07">4 other tools to edit the context menu</a>. </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/10/mz7-customization-tweak.png" alt="mz7-customization-tweak" title="mz7-customization-tweak" width="587" height="427" class="aligncenter size-full wp-image-22841" /></p>
<p><img src="http://imagecdn.maketecheasier.com/2010/10/mz7-aero-tweak.png" alt="mz7-aero-tweak" title="mz7-aero-tweak" width="580" height="431" class="aligncenter size-full wp-image-22871" /></p>
<p><img src="http://imagecdn.maketecheasier.com/2010/10/mz7-context-tweak.png" alt="mz7-context-tweak" title="mz7-context-tweak" width="583" height="424" class="aligncenter size-full wp-image-22872" /></p>
<h3>5. Security Tweaks</h3>
<p>This is also one important part that you don&#8217;t want to miss. The security tweaks covers area including the networking and the system security. It also provides a shortcut to the UAC control panel.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/10/mz7-security-tweak.png" alt="mz7-security-tweak" title="mz7-security-tweak" width="585" height="421" class="aligncenter size-full wp-image-22840" /></p>
<p><img src="http://imagecdn.maketecheasier.com/2010/10/mz7-system-security-tweak.png" alt="mz7-system-security-tweak" title="mz7-system-security-tweak" width="582" height="419" class="aligncenter size-full wp-image-22873" /></p>
<h3>Automatic Optimization</h3>
<p>For those who don&#8217;t like to meddle with the various optimization options, you can use the &#8220;Automatic Optimization&#8221; feature to quickly optimize your system. </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/10/mz7-auto-optimize.png" alt="mz7-auto-optimize" title="mz7-auto-optimize" width="577" height="350" class="aligncenter size-full wp-image-22843" /></p>
<p>This will give you a quick and easy way to optimize your system.</p>
<h3>Conclusion</h3>
<p>Mz 7 Optimizer is a powerful system optimization tool. Casual users might find some of the options an overkill, but regular and expert users will come to appreciate the usefulness of this application.</p>
<p><a href="http://www.mztweak.com/mz7optimizer.html" target="_blank">Download Mz 7 Optimizer</a><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/create-system-repair-disc-in-windows-7/2010/11/30' title='How To Create A System Repair Disc in Windows 7'>How To Create A System Repair Disc in Windows 7</a></li>
<li><a href='http://maketecheasier.com/tweaknow-powerpack2010-for-windows/2010/06/17' title='TweakNow PowerPack 2010: A Comprehensive Tweaker Applications for Windows'>TweakNow PowerPack 2010: A Comprehensive Tweaker Applications for Windows</a></li>
<li><a href='http://maketecheasier.com/tweak-your-windows-with-ultimate-windows-tweaker/2009/05/14' title='Tweak Your Windows With Ultimate Windows Tweaker'>Tweak Your Windows With Ultimate Windows Tweaker</a></li>
<li><a href='http://maketecheasier.com/monitor-linux-performance-with-sysstat/2012/05/15' title='How to Monitor Your Linux Performance With Sysstat'>How to Monitor Your Linux Performance With Sysstat</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/improve-windows-performance-with-mz7-optimizier/2010/10/13&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/improve-windows-performance-with-mz7-optimizier/2010/10/13" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/improve-windows-performance-with-mz7-optimizier/2010/10/13" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/improve-windows-performance-with-mz7-optimizier/2010/10/13" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/improve-windows-performance-with-mz7-optimizier/2010/10/13&amp;title=Improve+Your+Windows+Performance+With+Mz+7+Optimizier&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/improve-windows-performance-with-mz7-optimizier/2010/10/13" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/improve-windows-performance-with-mz7-optimizier/2010/10/13">Improve Your Windows Performance With Mz 7 Optimizier</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/improve-windows-performance-with-mz7-optimizier/2010/10/13/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TweakNow PowerPack 2010: A Comprehensive Tweaker Applications for Windows</title>
		<link>http://maketecheasier.com/tweaknow-powerpack2010-for-windows/2010/06/17</link>
		<comments>http://maketecheasier.com/tweaknow-powerpack2010-for-windows/2010/06/17#comments</comments>
		<pubDate>Thu, 17 Jun 2010 21:00:09 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Registry cleanup]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=17092</guid>
		<description><![CDATA[While there are plenty of tweak applications out there for the Windows OS, the TweakNow PowerPack 2010 has got to be the most comprehensive tweak app that I have ever come across. Other than the simple tasks cleaning tool, it also allows you to configure plenty of internal settings which... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/tweaknow-powerpack2010-for-windows/2010/06/17&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/tweaknow-powerpack2010-for-windows/2010/06/17" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/tweaknow-powerpack2010-for-windows/2010/06/17" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/tweaknow-powerpack2010-for-windows/2010/06/17" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/tweaknow-powerpack2010-for-windows/2010/06/17&amp;title=TweakNow+PowerPack+2010%3A+A+Comprehensive+Tweaker+Applications+for+Windows&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/tweaknow-powerpack2010-for-windows/2010/06/17" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/tweaknow-powerpack2010-for-windows/2010/06/17">TweakNow PowerPack 2010: A Comprehensive Tweaker Applications for Windows</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2010/06/tweaknow-icon.png" alt="tweaknow-icon" title="tweaknow-icon" width="134" height="138" class="alignleft size-full wp-image-17108" />While there are plenty of tweak applications out there for the Windows OS, the <a href="http://www.tweaknow.com/powerPack.php" target="_blank">TweakNow PowerPack 2010</a> has got to be the most comprehensive tweak app that I have ever come across. Other than the simple tasks cleaning tool, it also allows you to configure plenty of internal settings which would otherwise require you to access the registry to configure it. We have previously included it as one of the top download in our <a href="http://maketecheasier.com/100-free-windows-software-for-your-daily-use/2010/01/28">100 windows applications</a> list, but I guess it deserves a full review article of its own.<br />
<span id="more-17092"></span><br />
When you first run TweakNow PowerPack 2010, you will be presented with the registry cleaning options on the main screen. On the left pane are all the other tweaking options.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/tweaknow-home.png" alt="tweaknow-home" title="tweaknow-home" width="577" height="387" class="aligncenter size-full wp-image-17095" /></p>
<p>You can click the <em>Analyze</em> button to scan your registry for duplicate and issues. It also checks your Internet activity for redundant files and traces of your privacy records. Once it has finished scanning, you can then click the &#8220;<em>Fix and Clean</em>&#8221; button to clean it up. </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/tweaknow-fixnclean.png" alt="tweaknow-fix-n-clean" title="tweaknow-fixnclean" width="328" height="282" class="aligncenter size-full wp-image-17096" /></p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/tweaknow-clean-completed.png" alt="tweaknow-clean-completed" title="tweaknow-clean-completed" width="348" height="248" class="aligncenter size-full wp-image-17097" /></p>
<h3>Miscellaneous Tools</h3>
<p>The Miscellaneous Tools section contains some of the most useful tools that you will ever need to tweak your system for best performance and efficiency.</p>
<p><strong> Auto Shutdown</strong> &#8211; Allows you to set a timer to log off/shutdown/hibernate your computer. </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/tweaknow-misc-tools.png" alt="tweaknow-misc-tools" title="tweaknow-misc-tools" width="577" height="359" class="aligncenter size-full wp-image-17115" /></p>
<p><strong>CD Autorun</strong> &#8211; Have you ever hated the autorun popup whenever you insert a CD? Well, you can now disable the autorun feature. Other than that, you can also change the default CD and DVD player.</p>
<p><strong>Process Manager</strong> &#8211; Allows you to view the running processes and kill those that are not in use. You can also set priority for each task.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/tweaknow-set-priority.png" alt="tweaknow-set-priority" title="tweaknow-set-priority" width="350" height="350" class="aligncenter size-full wp-image-17116" /></p>
<p><strong>TweakNow Shortcut</strong> &#8211; With TweakNow Shortcut, you can create a custom shortcut for a CPU intensive application. When you activate this shortcut, it will prioritize the application startup and free up extra RAM for the application. This is useful in the situation when you are already running several applications and you need to open another CPU-intensive application.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/tweaknow-shortcut.png" alt="tweaknow-shortcut" title="tweaknow-shortcut" width="577" height="349" class="aligncenter size-full wp-image-17118" /></p>
<p><strong>RAM Optimizer</strong> &#8211; An useful tool that will free up RAM whenever they are not in use. </p>
<p><strong>Virtual Desktop</strong> &#8211; Enable up to 4 virtual desktop for your Windows desktop</p>
<h3>System Information</h3>
<p>Here is where you can find out plenty of information for your system, from the motherboard, hard disk, CPU, network, video to the version of Windows that you are using.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/tweaknow-system-info.png" alt="tweaknow-system-info" title="tweaknow-system-info" width="577" height="376" class="aligncenter size-full wp-image-17099" /></p>
<h3>Windows Cleaner</h3>
<p>There are several things that you can clean up in this area. You can clean your Hard Drive, clean up the startup items, clean up the registry, defragment the registry, uninstall an application or even analyze your hard disk for the folder that take up the most space. </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/tweaknow-windows-cleaner.png" alt="tweaknow-windows-cleaner" title="tweaknow-windows-cleaner" width="577" height="311" class="aligncenter size-full wp-image-17100" /></p>
<h3>Windows Secret</h3>
<p>The title doesn&#8217;t really tell you what this tool does. Well, it allows you to configure the options for some of the popular and frequently accessed applications. There is a whole big bunch of things that you can tweak, from the windows login screen to the default search engine in Internet Explorer, and even <a href="http://maketecheasier.com/add-custom-logo-to-your-pc/2008/04/25">setting your own logo for OEM manufacturer</a>. </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/tweaknow-windows-secret.png" alt="tweaknow-windows-secret" title="tweaknow-windows-secret" width="242" height="328" class="aligncenter size-full wp-image-17101" /></p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/tweaknow-app-settings.png" alt="tweaknow-application-settings" title="tweaknow-app-settings" width="577" height="450" class="aligncenter size-full wp-image-17102" /></p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/tweaknow-misc-settings.png" alt="tweaknow-misc-settings" title="tweaknow-misc-settings" width="483" height="457" class="aligncenter size-full wp-image-17104" /></p>
<h3>Conclusion</h3>
<p>As I mentioned from the start, this is easily the most comprehensive tweak application that I have ever come across. Unless you like hacking into the registry all the time, this tool is going to be very useful to you.</p>
<p><a href="http://www.tweaknow.com/powerPack.php" target="_blank">Download TweakNow PowerPack </a><br />
<!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/3-free-system-optimization-tools-for-windows/2011/12/03' title='3 Free System Optimization Tools to Keep Your Windows In Good Shape'>3 Free System Optimization Tools to Keep Your Windows In Good Shape</a></li>
<li><a href='http://maketecheasier.com/improve-windows-performance-with-mz7-optimizier/2010/10/13' title='Improve Your Windows Performance With Mz 7 Optimizier'>Improve Your Windows Performance With Mz 7 Optimizier</a></li>
<li><a href='http://maketecheasier.com/create-a-backup-system-image-in-windows-7/2010/02/03' title='How to Create a Backup System Image in Windows 7'>How to Create a Backup System Image in Windows 7</a></li>
<li><a href='http://maketecheasier.com/use-registry-defrag-to-clean-up-the-windows-registry/2009/02/19' title='Use Registry Defrag to Clean up the Windows Registry'>Use Registry Defrag to Clean up the Windows Registry</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/tweaknow-powerpack2010-for-windows/2010/06/17&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/tweaknow-powerpack2010-for-windows/2010/06/17" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/tweaknow-powerpack2010-for-windows/2010/06/17" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/tweaknow-powerpack2010-for-windows/2010/06/17" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/tweaknow-powerpack2010-for-windows/2010/06/17&amp;title=TweakNow+PowerPack+2010%3A+A+Comprehensive+Tweaker+Applications+for+Windows&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/tweaknow-powerpack2010-for-windows/2010/06/17" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/tweaknow-powerpack2010-for-windows/2010/06/17">TweakNow PowerPack 2010: A Comprehensive Tweaker Applications for Windows</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/tweaknow-powerpack2010-for-windows/2010/06/17/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create a Backup System Image in Windows 7</title>
		<link>http://maketecheasier.com/create-a-backup-system-image-in-windows-7/2010/02/03</link>
		<comments>http://maketecheasier.com/create-a-backup-system-image-in-windows-7/2010/02/03#comments</comments>
		<pubDate>Wed, 03 Feb 2010 13:00:35 +0000</pubDate>
		<dc:creator>Tanmay</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=11669</guid>
		<description><![CDATA[Even the tallest building in the World will come crashing down one day, not to mention your vulnerable operating system. The question is: when your system crashed, do you have the required backup to get it up and running again? In Windows 7, there is this feature that allows you... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/create-a-backup-system-image-in-windows-7/2010/02/03&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/create-a-backup-system-image-in-windows-7/2010/02/03" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/create-a-backup-system-image-in-windows-7/2010/02/03" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/create-a-backup-system-image-in-windows-7/2010/02/03" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/create-a-backup-system-image-in-windows-7/2010/02/03&amp;title=How+to+Create+a+Backup+System+Image+in+Windows+7&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/create-a-backup-system-image-in-windows-7/2010/02/03" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/create-a-backup-system-image-in-windows-7/2010/02/03">How to Create a Backup System Image in Windows 7</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-11693" title="windows-7-system-image-clone" src="http://imagecdn.maketecheasier.com/2010/02/windows-7-system-image-clone.jpg" alt="windows-7-system-image-clone" width="200" height="161" />Even the tallest building in the World will come crashing down one day, not to mention your vulnerable operating system. The question is: when your system crashed, do you have the required backup to get it up and running again?</p>
<p>In Windows 7, there is this feature that allows you to clone your system to an image file so you can restore from it in the event some disasters happened. In this article, we are going to show you how to clone your system drive in Windows 7 and restore your system from that.<br />
<span id="more-11669"></span></p>
<h3>Cloning your system</h3>
<p>1. In the Start menu search box, type <em>“backup and restore”</em> and press <em>“Enter”</em>. It will open the Backup and Restore window in control panel. Now Click on <em>“Create a system image”</em> from left side of the window.</p>
<p><img class="aligncenter size-full wp-image-11671" title="windows-7-backup-control-panel" src="http://imagecdn.maketecheasier.com/2010/02/windows-7-backup-control-panel.gif" alt="windows-7-backup-control-panel" width="584" height="323" /></p>
<p>2. Once the <em>“Create a System image”</em> window appears, choose “<em>On a hard disk</em>”  option and locate the drive where you want to save the backup. You can also  choose DVDs option, but be forewarned that it will require more than one DVD to complete the backup. Using an external hard disk would be a better choice.</p>
<p><img class="aligncenter size-full wp-image-11673" title="windows-7-backup-location" src="http://imagecdn.maketecheasier.com/2010/02/windows-7-backup-location1.gif" alt="windows-7-backup-location1" width="555" height="378" /></p>
<p>3. After confirming the backup location, you can click on the <em>“Next”</em> button to  proceed in the next step. Here is where you choose the drive to backup. The system drive (C:) is checked by default. For other drives, simply check the box beside them to include them in your backup.</p>
<p><img class="aligncenter size-full wp-image-11674" title="Windows-7-include-drive" src="http://imagecdn.maketecheasier.com/2010/02/windows-7-include-drive.gif" alt="Windows-7-include-drive" width="512" height="382" /></p>
<p>4. In this step, you have to confirm whether you have selected the right location of backup and the correct drives which you want to backup. Click the<em> “Start backup”</em> button once you have checked everything is correct.</p>
<p><img class="aligncenter size-full wp-image-11675" title="windows-7-start-backup" src="http://imagecdn.maketecheasier.com/2010/02/windows-7-start-backup.gif" alt="windows-7-start-backup" width="513" height="385" /></p>
<p>5. The backup process will take some time to finish. You can go for your coffee break for now.</p>
<p><img class="aligncenter size-full wp-image-11676" title="Windows-7-system-image-complete" src="http://imagecdn.maketecheasier.com/2010/02/windows-7-system-image-complete.gif" alt="Windows-7-system-image-complete" width="541" height="290" /></p>
<p>After the backup is completed, you can now remove your external hard drive and keep the backup image file in a safe place.</p>
<h3>Restoring from the backup image</h3>
<p>To restore your PC from the backup image, you can either boot it up from the startup screen (if your OS cannot be booted up anymore) or restore from the control panel (when you just want to revert back to an older setting).</p>
<p><strong>Restore from Control Panel</strong></p>
<p>1. Type <em>“backup and restore”</em> in the Start menu search box to open <em>Backup and Restore</em> window.</p>
<p>2. Click on “<em>Recover system settings or your computer</em>”.</p>
<p><img class="aligncenter size-full wp-image-11677" title="windows-7-restore-control-panel" src="http://imagecdn.maketecheasier.com/2010/02/windows-7-restore-control-panel.gif" alt="windows-7-restore-control-panel" width="516" height="264" /></p>
<p>3. Click on<em> “Advanced recovery methods”</em>.</p>
<p><img class="aligncenter size-full wp-image-11678" title="windows-7-advanced-recovery" src="http://imagecdn.maketecheasier.com/2010/02/windows-7-advanced-recovery.gif" alt="windows-7-advanced-recovery" width="499" height="214" /></p>
<p>4. Choose the option <em>“Use a system image you created earlier to recover your  computer”</em>.</p>
<p><img class="aligncenter size-full wp-image-11679" title="windows-7-advanced-recovery-menu" src="http://imagecdn.maketecheasier.com/2010/02/windows-7-advanced-recovery-menu.gif" alt="windows-7-advanced-recovery-menu" width="483" height="293" /></p>
<p>5. Now you’ll get a option to back up the files like documents, pictures, music, located in the current system drive. You can skip this process by clicking the <em>“Skip”</em> button.</p>
<p><img class="aligncenter size-full wp-image-11681" title="windows-7-advanced-recovery-backup" src="http://imagecdn.maketecheasier.com/2010/02/windows-7-advanced-recovery-backup.gif" alt="windows-7-advanced-recovery-backup" width="531" height="192" /></p>
<p>6. Hit the<em> “Restart”</em> button. When your computer starts again, just choose the location of the backup image file and proceed.</p>
<p><strong>Restore from startup screen</strong></p>
<p>1. Restart you computer, hold down the F8 key when booting to enter the advanced boot option menu.</p>
<p>2. Select your preferred keyboard layout. Click <em>Next</em> to proceed.</p>
<p>3. Put a user name and password, click OK.</p>
<p>4. Choose <em>&#8220;System Image Recovery&#8221;</em> from the System Recovery option menu and follow the instructions.</p>
<p>That&#8217;s all to create a backup system image and restore your system from it. Do let us know if you use any other ways to backup/restore your PC.</p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/schedule-backup-and-synchronization-tasks-in-windows/2012/05/22' title='How To Schedule Backup And Synchronization Tasks In Windows'>How To Schedule Backup And Synchronization Tasks In Windows</a></li>
<li><a href='http://maketecheasier.com/recover-windows-product-key/2012/02/03' title='How to Recover Your Windows Product Key'>How to Recover Your Windows Product Key</a></li>
<li><a href='http://maketecheasier.com/3-ways-to-backup-user-profile-in-windows-7/2011/06/11' title='3 Ways To Backup User Profile In Windows 7'>3 Ways To Backup User Profile In Windows 7</a></li>
<li><a href='http://maketecheasier.com/titanium-backup-the-best-backup-app-for-android-power-users/2011/03/29' title='Titanium Backup: The Best Backup App For Android Power Users'>Titanium Backup: The Best Backup App For Android Power Users</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/create-a-backup-system-image-in-windows-7/2010/02/03&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/create-a-backup-system-image-in-windows-7/2010/02/03" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/create-a-backup-system-image-in-windows-7/2010/02/03" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/create-a-backup-system-image-in-windows-7/2010/02/03" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/create-a-backup-system-image-in-windows-7/2010/02/03&amp;title=How+to+Create+a+Backup+System+Image+in+Windows+7&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/create-a-backup-system-image-in-windows-7/2010/02/03" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/create-a-backup-system-image-in-windows-7/2010/02/03">How to Create a Backup System Image in Windows 7</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/create-a-backup-system-image-in-windows-7/2010/02/03/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>5 System Administration Tools for KDE</title>
		<link>http://maketecheasier.com/5-system-administration-tools-for-kde/2009/11/02</link>
		<comments>http://maketecheasier.com/5-system-administration-tools-for-kde/2009/11/02#comments</comments>
		<pubDate>Mon, 02 Nov 2009 12:54:12 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kde 4]]></category>
		<category><![CDATA[kinfocenter]]></category>
		<category><![CDATA[ksysguard]]></category>
		<category><![CDATA[ksystemlog]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=8096</guid>
		<description><![CDATA[Keeping any computer system running can be some work. It would be nice if we never had to do any type of maintenance or troubleshooting, but no operating system has reached that point. Many desktop Linux users have server administration experience and are quite comfortable dropping to the command line... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/5-system-administration-tools-for-kde/2009/11/02&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/5-system-administration-tools-for-kde/2009/11/02" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/5-system-administration-tools-for-kde/2009/11/02" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/5-system-administration-tools-for-kde/2009/11/02" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/5-system-administration-tools-for-kde/2009/11/02&amp;title=5+System+Administration+Tools+for+KDE&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/5-system-administration-tools-for-kde/2009/11/02" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/5-system-administration-tools-for-kde/2009/11/02">5 System Administration Tools for KDE</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-8097" src="http://imagecdn.maketecheasier.com/2009/11/kdesys-preferences.jpg" alt="preferences-system" width="128" height="128" />Keeping any computer system running can be some work. It would be nice if we never had to do any type of maintenance or troubleshooting, but no operating system has reached that point. Many desktop Linux users have server administration experience and are quite comfortable dropping to the command line and tinkering with their system. Not only do they know how to do this, it is the method that makes them comfortable.</p>
<p>For those users who use a desktop operating system and expect a graphical experience, opening a terminal window is not a normal thing to do. That does not mean they are incapable of learning it. They are just more comfortable with a visual interface.</p>
<p>There are many control panel tools and settings dialogs in KDE that make it easier for graphical-minded users to get things done. Here are five stand-alone applications that will help you stay informed about your computer&#8217;s status and health.<br />
<span id="more-8096"></span></p>
<h3>1. KInfoCenter</h3>
<p>It is just what it says. It provides users with information about their systems. There are categories for graphics cards, PCI devices, memory, CPU, and many others. If you are ever unsure about what devices you have or what system settings you currently have, KInfoCenter is a good place to start.</p>
<p><img class="aligncenter size-full wp-image-8098" src="http://imagecdn.maketecheasier.com/2009/11/kdesys-infocenter.jpg" alt="kinfocenter" width="570" height="522" /></p>
<h3>2. KDiskFree</h3>
<p>This is a very useful tool for those of us who manage to fill up our hard drives rather quickly. You can monitor disk usage on both fixed drives and currently connected removable ones.</p>
<p><img class="aligncenter size-full wp-image-8099" src="http://imagecdn.maketecheasier.com/2009/11/kdesys-diskfree.jpg" alt="kdiskfree" width="570" height="289" /></p>
<h3>3.  KDE Partition Manager</h3>
<p>Need to format a drive, resize a partition, or create a swap partition? KDE Partition Manager can do it all. It depends on the trusted disk &#8220;Parted&#8221; libraries, so users can know they are getting reliable results</p>
<p><img class="aligncenter size-full wp-image-8100" src="http://imagecdn.maketecheasier.com/2009/11/kdesys-partition-manager.jpg" alt="KDE-partition-manager" width="570" height="349" /></p>
<h3>4. KSystemLog</h3>
<p>Linux documents every major occurrence on your system. You just have to know where to look for that documentation. For convenience, KSystemLog will collect that information for you and display it in a window, all with the click of a button.  KSystemLog monitors your log files, updating them periodically. It currently supports system log, kernel log, authentication log, daemons&#8217; logs, CUPS (printer) log, X.org log, and others.</p>
<p><img class="aligncenter size-full wp-image-8101" src="http://imagecdn.maketecheasier.com/2009/11/kdesys-systemlog.jpg" alt="ksystemlog" width="570" height="444" /></p>
<h3>5. Ksysguard</h3>
<p>KDE 4 includes a handy little task manager that you can access by pressing Control+Escape or by clicking the button on Krunner. For those of us who used KDE 3, however, we need something a little more robust. Ksysguard monitors processes, provides stats, and includes graphs, updated in real time. Processes and programs can be monitored, filtered, and killed, when necessary. As with previous versions, users can add new tabs, placing customized sensors on each tab. Sensors include CPU cores, uptime, partition usage, log files, memory, and much more.</p>
<p><img class="aligncenter size-full wp-image-8102" src="http://imagecdn.maketecheasier.com/2009/11/kdesys-sysguard.jpg" alt="ksysguard" width="570" height="411" /></p>
<p>There are many others tools that can make your Linux experience easier. If you have a favorite, feel free to post it in the comments. For me, after having worked as a Linux system admin for many years, I still occasionally love to open up Konsole and hack away the command line.</p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/make-kde-4-look-like-kde-3/2011/12/08' title='How to Make KDE 4 Look Like KDE 3'>How to Make KDE 4 Look Like KDE 3</a></li>
<li><a href='http://maketecheasier.com/a-guide-to-kde-notification-system/2011/11/11' title='A Guide to the KDE Notification System'>A Guide to the KDE Notification System</a></li>
<li><a href='http://maketecheasier.com/sprinkle-eye-candy-on-kde-desktop/2011/03/09' title='Sprinkle Some Eye Candy on your KDE Desktop'>Sprinkle Some Eye Candy on your KDE Desktop</a></li>
<li><a href='http://maketecheasier.com/okular-universal-document-viewer-for-kde-4/2010/09/16' title='Okular: Universal Document Viewer For KDE 4'>Okular: Universal Document Viewer For KDE 4</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/5-system-administration-tools-for-kde/2009/11/02&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/5-system-administration-tools-for-kde/2009/11/02" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/5-system-administration-tools-for-kde/2009/11/02" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/5-system-administration-tools-for-kde/2009/11/02" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/5-system-administration-tools-for-kde/2009/11/02&amp;title=5+System+Administration+Tools+for+KDE&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/5-system-administration-tools-for-kde/2009/11/02" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/5-system-administration-tools-for-kde/2009/11/02">5 System Administration Tools for KDE</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/5-system-administration-tools-for-kde/2009/11/02/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: cdn.maketecheasier.com

Served from: maketecheasier.com @ 2012-05-25 21:55:06 -->
