<?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"
	>

<channel>
	<title>Make Tech Easier</title>
	<atom:link href="http://maketecheasier.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<pubDate>Tue, 18 Nov 2008 04:01:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
			<item>
		<title>How to Install VMware server 2.0 in Ubuntu Intrepid</title>
		<link>http://maketecheasier.com/how-to-install-vmware-server-20-in-ubuntu-intrepid/2008/11/18</link>
		<comments>http://maketecheasier.com/how-to-install-vmware-server-20-in-ubuntu-intrepid/2008/11/18#comments</comments>
		<pubDate>Tue, 18 Nov 2008 04:01:41 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1097</guid>
		<description><![CDATA[




In the past, whenever Ubuntu came out with a new release, the VMware installation will break. Surprisingly, when I installed VMware server 2.0 in Ubuntu Intrepid, it installed and run smoothly, without having to apply any patch. So if you are looking on installing VMware server 2.0 on your Ubuntu Intrepid, this is the way [...]]]></description>
			<content:encoded><![CDATA[<p><table align="center"><tr><td><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* 336x280, created 4/9/08 */
google_ad_slot = "4584366282";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td></tr></table></p>
<p><img class="alignnone size-full wp-image-1129" title="vmware_logo" src="http://images.maketecheasier.com/2008/11/vmware_logo.jpg" alt="" width="568" height="146" /></p>
<p>In the past, whenever Ubuntu came out with a new release, the VMware installation will break. Surprisingly, when I installed VMware server 2.0 in Ubuntu Intrepid, it installed and run smoothly, without having to apply any patch. So if you are looking on installing VMware server 2.0 on your Ubuntu Intrepid, this is the way to do it:</p>
<p><span id="more-1097"></span>1) Download <a href="http://www.vmware.com/freedownload/login.php?product=server20" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.vmware.com');">VMware Server 2.0</a>. You will have to register for a free account in order to download and get the license key. At the download page, select the <em>tar</em> image for Linux system. It is 539MB and will take about half an hour with a broadband connection</p>
<p><img class="alignnone size-full wp-image-1125" style="border:1px solid #000" title="vmware-download" src="http://images.maketecheasier.com/2008/11/vmware-download.jpg" alt="vmware-download" width="549" height="260" /></p>
<p>2) Using the Archive Manager, extract the tar file to your home folder. You should now see a <em>vmware-server-distrib</em> folder.</p>
<p>3) Before we start the installation, we need to install the necessary dependencies. In your terminal:</p>
<p class="codeblock">sudo apt-get install linux-headers-`uname -r` build-essential xinetd</p>
<p>Once that is done,</p>
<p class="codeblock">cd vmware-server-distrib<br />
sudo ./vmware-install.pl</p>
<p>You will be prompted to answer some questions. Unless you know what you are doing, pressing &#8216;Enter’ to select the default answer is often the best bet.</p>
<p>During the installation, you will encounter this error message &#8220;<em>Unable to make a vsock module that can be loaded in the running kernel&#8230;</em>&#8220;.</p>
<p><img class="alignnone size-full wp-image-1126" style="border:1px solid #000" title="vmware-vsock-error" src="http://images.maketecheasier.com/2008/11/vmware-vsock-error.jpg" alt="vmware-vsock-error" width="578" height="266" /></p>
<p>There is some conflict with the new kernel and the vsock module which make it unable to compile. Luckily, this does not affect the operation of the VMware. You can safely ignore this and proceed with the installation. Just note that you won&#8217;t be able to access the Vsock module in the VMware server.</p>
<p>Next, it will arrive at this prompt:</p>
<blockquote><p><em>The current administrative user for VMware Server is &#8221;. Would you like to<br />
specify a different administrator? [no]</em></p></blockquote>
<p>If you select the default answer [no], you will have to log into your vmware console as <em>root</em>. That is not a big issue here, but if you want to log in as your own user ID (the ID you log into your Ubuntu machine), you have to type <em>YES</em> and press Enter. It will then ask you to type in your user ID.</p>
<p>Proceed on with the installation until the end.</p>
<p>4) Now, if you choose to log in as root, you need to set a password for root</p>
<p class="codeblock">sudo passwd root</p>
<p>Enter your password twice.</p>
<p>5) The keyboard configuration option for VMware is not turned on by default. Here is the trick to get it to configure your keyboard.</p>
<p class="codeblock">gedit ~/.vmware/config</p>
<p>Paste the following line to the text file.</p>
<p class="codeblock">xkeymap.nokeycodeMap = TRUE</p>
<p>Save and exit.</p>
<p>5) Open your Firefox browser (I have tried in Opera and it doesn&#8217;t work well), on the URL bar, type in <em>http://localhost:8222</em></p>
<p><img class="alignnone size-full wp-image-1127" title="vmware-login" src="http://images.maketecheasier.com/2008/11/vmware-login.jpg" alt="vmware-login" width="580" height="255" /></p>
<p>6) Log in with your username and password. If you have chosen the default option, the login name will be <em>root</em> and the password is the one that you have set previously.</p>
<p><img class="alignnone size-full wp-image-1128" title="vmware-admin-console" src="http://images.maketecheasier.com/2008/11/vmware-admin-console.jpg" alt="vmware-admin-console" width="580" height="380" /></p>
<p>That&#8217;s it. You can now create your own virtual machine.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* 468x60, created 2/7/08 */
google_ad_slot = "3385374769";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-install-vmware-server-20-in-ubuntu-intrepid/2008/11/18/feed</wfw:commentRss>
		</item>
		<item>
		<title>Happy Birthday, Make Tech Easier</title>
		<link>http://maketecheasier.com/happy-birthday-make-tech-easier/2008/11/17</link>
		<comments>http://maketecheasier.com/happy-birthday-make-tech-easier/2008/11/17#comments</comments>
		<pubDate>Mon, 17 Nov 2008 06:04:28 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1118</guid>
		<description><![CDATA[
Yes, Make Tech Easier is now one year old. Happy Birthday!
For those of you who have been with us and giving us your support all the while, we&#8217;d like to take the opportunity to say THANKS to all of you. MTE won&#8217;t be what it is today without all your support. You are awesome.
A year [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense#468x60--></p>
<p><img class="alignnone size-full wp-image-1119" style="padding-right:10px" title="birthday-cake" src="http://images.maketecheasier.com/2008/11/birthday-cake.jpg" alt="birthday-cake" width="230" height="307" align="left" />Yes, Make Tech Easier is now one year old. Happy Birthday!</p>
<p>For those of you who have been with us and giving us your support all the while, we&#8217;d like to take the opportunity to say THANKS to all of you. MTE won&#8217;t be what it is today without all your support. You are awesome.</p>
<p>A year ago, I started this blog as a personal passion and as a way to document all the hacks that I have done to my computer. Never did I thought that maintaining and updating this blog has now become my full time job. It is really great to do something you really like and make a living out of it. I can only say that it&#8217;s been a wonderful journey for me.</p>
<p>Here&#8217;s a quick review of the statistics for the past 1 year:<span id="more-1118"></span></p>
<ul>
<li> Total posts: 235</li>
<li> Total comments: 1365</li>
</ul>
<p>we have a group of awesome writers that just joined the MTE team, so you will be expecting more quality posts/tutorials/tips/tricks/reviews in the future. At the same time, MTE is always on the lookout for good writers to join us. If you have what it takes to become a tech blogger, don&#8217;t hesitate, <a href="http://maketecheasier.com/write-for-maketech-easier/2008/11/11" >join us now</a>!</p>
<p>The 5 most popular posts are as follow:</p>
<ul>
<li> <a href="http://maketecheasier.com/turn-your-ubuntu-hardy-to-mac-osx-leopard/2008/07/23" >Turn Your Ubuntu Hardy to Mac OSX Leopard</a></li>
<li><a href="http://maketecheasier.com/28-coolest-firefox-aboutconfig-tricks/2008/08/21" >28 Coolest Firefox About:Config Tricks</a></li>
<li><a href="http://maketecheasier.com/best-101-free-computer-software-for-your-daily-use/2007/12/10" >Best 101 Free Computer Software For Your Daily Use</a></li>
<li><a href="http://maketecheasier.com/installing-vmware-server-in-hardy-heron/2008/04/29" >Installing VMware Server in Hardy Heron</a></li>
<li><a href="http://maketecheasier.com/how-to-redesign-your-desktop-the-wow-way/2008/01/10" >Ubuntu Tutorial: How To Redesign Your Desktop The &#8216;WOW&#8217; Way</a></li>
</ul>
<h3>Traffic</h3>
<ul>
<li> In the first month of blogging, we already have more than 30,000 visitors to our site.</li>
<li>As of today, MTE is seeing more than 120,000 visitors per month and over 250,000 monthly page views.</li>
<li>It took 9 months to reach the top 100,000 in Alexa ranking. Now it is standing at a rank of 76,772</li>
<li>The three main sources of traffic are from Google, StumbleUpon and Digg</li>
</ul>
<p>Google Pagerank has always been a constant 4 until recently that it dropped to 2, possibly because of selling of text link in the content. I have stopped the text link ad since then and hopefully we will see the pagerank back to 4 or higher in the next PR update.</p>
<h3>Things that are happening in MTE</h3>
<ul>
<li>A total theme changeover in the upcoming weeks</li>
</ul>
<p>A new theme that is cleaner, neater and better is on the way. It is under heavy development now. We should be able to get it up in the next 2 weeks.</p>
<ul>
<li>New advertisement slot</li>
</ul>
<p>We will be rolling out the feed advertising as new advertising options for our advertisers. Interested advertisers can get more detail on the <a href="http://maketecheasier.com/advertise" >Advertise</a> page or simply <a href="http://maketecheasier.com/contact" >contact us</a> for more query.</p>
<p><strong>Note: As part of our birthday celebration, we are giving away a 50% discount for all our advertisement options. There are only few slots left. Promotion valid till end of this week  (22nd Nov 2008), or when all slots are filled, whichever come first.</strong></p>
<p><!--adsense#468x60--></p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/happy-birthday-make-tech-easier/2008/11/17/feed</wfw:commentRss>
		</item>
		<item>
		<title>How To Add Subtitles And Convert Video For iPhone In Windows</title>
		<link>http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15</link>
		<comments>http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15#comments</comments>
		<pubDate>Sat, 15 Nov 2008 06:28:40 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Windows]]></category>

		<category><![CDATA[iPhone/iPod Touch]]></category>

		<category><![CDATA[iPhone]]></category>

		<category><![CDATA[video conversion]]></category>

		<category><![CDATA[windows]]></category>

		<category><![CDATA[xvid4psp]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1108</guid>
		<description><![CDATA[

Imagine that you are going to convert an avi video files to mp4 format so that you can sync it with your iPhone and watch it on the go. Now, if you have the subtitles files, wouldn&#8217;t it be great if you can embed it in the converted video as well?

XviD4PSP is a video encoder/decoder [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense#300x300--></p>
<p><img class="alignnone size-full wp-image-1116" title="iphone-video" src="http://images.maketecheasier.com/2008/11/iphone-video.jpg" alt="" width="580" height="316" /></p>
<p>Imagine that you are going to convert an avi video files to mp4 format so that you can sync it with your iPhone and watch it on the go. Now, if you have the subtitles files, wouldn&#8217;t it be great if you can embed it in the converted video as well?<br />
<span id="more-1108"></span><br />
<a href="http://www.winnydows.com/page.php?2" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.winnydows.com');">XviD4PSP</a> is a video encoder/decoder that allows you to convert your video files from one format to another. Originally created to convert video for PSP, now it is able to convert video for a wide variety of devices, include iPhone, PS 3, Xbox 360, Blackberry, DVD player etc. There is also a subtitles feature where you can embed your subtitle file in the video.</p>
<h3>Let&#8217;s get started.</h3>
<p>Download <a href="http://www.winnydows.com/page.php?2" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.winnydows.com');">XviD4PSP here</a></p>
<p>Windows XP users need to install the <a href="http://go.microsoft.com/fwlink/?LinkId=70848" onclick="javascript:urchinTracker ('/outbound/article/go.microsoft.com');">Micosoft .Net framework 3.0</a>. Vista users need to turn the UAC off or set it to run in quiet mode. Here are some ways that you can <a href="http://maketecheasier.com/4-tools-to-make-vistas-uac-less-annoying-without-compromising-your-security/2008/11/13" target="_blank" >turn UAC off without compromising your security</a>.</p>
<p>Once you have installed the framework, run the Xvid4PSP installer. When it comes to the <em>Choose Components</em> page, make sure you select all the components.</p>
<p><img class="alignnone size-full wp-image-1109" title="xvid4psp-installer" src="http://images.maketecheasier.com/2008/11/xvid4psp-installer.jpg" alt="xvid4psp-installer" width="502" height="390" /></p>
<p>Launch Xvid4PSP</p>
<p><img class="alignnone size-full wp-image-1110" title="xvid4psp" src="http://images.maketecheasier.com/2008/11/xvid4psp.jpg" alt="xvid4psp" width="580" height="446" /></p>
<p>Open your video files (Click on the <em>Open</em> button in the menubar)</p>
<p><img class="alignnone size-full wp-image-1111" title="xvid4psp-video" src="http://images.maketecheasier.com/2008/11/xvid4psp-video.jpg" alt="xvid4psp-video" width="580" height="446" /></p>
<p>The left pane is where all the configuration options are situated. If you are proficient enough, you can click the &#8216;<strong>E</strong>&#8216; button beside the dropdown to configure your own setting. For the rest, the preset options are good enough.</p>
<p>Under the <em>Format</em> dropdown bar, select<em> MP4 iPhone or Touch</em>.</p>
<p><img class="alignnone size-full wp-image-1112" title="xvid4psp-video-format" src="http://images.maketecheasier.com/2008/11/xvid4psp-video-format.jpg" alt="xvid4psp-video-format" width="251" height="293" /></p>
<p>Under the Video encoding dropdown bar, you can choose between <em>Turbo</em>, <em>Extreme</em> or <em>Ultra</em>. If you want to have a fast encoding process, pick <em>Turbo</em>. If the video quality matters a lot to you and you don&#8217;t mind to wait double the time for the encoding to finish, select <em>Extreme</em> or <em>Ultra</em>.</p>
<p><img class="alignnone size-full wp-image-1115" title="xvid4psp-video-encode" src="http://images.maketecheasier.com/2008/11/xvid4psp-video-encode.jpg" alt="xvid4psp-video-encode" width="245" height="301" /></p>
<p>Next, you have to prepare your subtitle file. Subtitle files usually come with a .srt file extension. There are always numerous version of subtitle files for a particular movie, so you may want to check first before you start the encoding. If you are looking for a subtitle file, there are plenty of websites that offer free subtitle files for download. You just need to google for it.</p>
<p>On the menubar of Xvid4PSP, click on <em>Subtitles-&gt; Add</em>. Navigate to the directory where your subtitle file is kept and select it.</p>
<p><img class="alignnone size-full wp-image-1113" title="xvid4psp-add-subtitle" src="http://images.maketecheasier.com/2008/11/xvid4psp-add-subtitle.jpg" alt="xvid4psp-add-subtitle" width="385" height="155" /></p>
<p>To check if the subtitle file is correct for your movie, click on the Play button to start playback the video. You will be able to see if the subtitle matches the timeline of the show.</p>
<p>When you are done, click on the <em>Encode</em> button on the menubar. A window will prompt you to select the location to save your file. Navigate to the folder you want to save the file and click <em>Save</em>. The conversion will now start.</p>
<p><img class="alignnone size-full wp-image-1114" title="xvid4psp-encoding" src="http://images.maketecheasier.com/2008/11/xvid4psp-encoding.jpg" alt="xvid4psp-encoding" width="580" height="449" /></p>
<p>The conversion process will take a few hours. You might want to sit back and relax or go for a coffee break. When you are back, you should see your newly converted video at the folder you have specified.</p>
<p><!--adsense#468x60--></p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://maketecheasier.com/how-to-transfer-music-from-iphoneipod-touch-to-your-pc/2008/07/07" title="How to Transfer Music From iPhone/iPod Touch to Your PC (July 7, 2008)">How to Transfer Music From iPhone/iPod Touch to Your PC</a> (1)</li>
	<li><a href="http://maketecheasier.com/add-custom-logo-to-your-pc/2008/04/25" title="[Windows]: How to Add Custom Logo to Your PC (April 25, 2008)">[Windows]: How to Add Custom Logo to Your PC</a> (0)</li>
	<li><a href="http://maketecheasier.com/shutting-down-your-windows-the-efficient-way/2007/12/18" title="Shutting Down Your Windows The Efficient Way (December 18, 2007)">Shutting Down Your Windows The Efficient Way</a> (2)</li>
	<li><a href="http://maketecheasier.com/how-to-use-quickpwn-to-jailbreak-your-iphoneipod-touch-easily/2008/09/03" title="How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn (September 3, 2008)">How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn</a> (6)</li>
	<li><a href="http://maketecheasier.com/how-to-easily-add-a-custom-search-engine-to-your-firefox-search-bar/2008/10/31" title="How To Easily Add A Custom Search Engine To Your Firefox Search Bar (October 31, 2008)">How To Easily Add A Custom Search Engine To Your Firefox Search Bar</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15/feed</wfw:commentRss>
		</item>
		<item>
		<title>Gscrot: A Powerful Screen Capture Tool For Linux</title>
		<link>http://maketecheasier.com/gscrot-a-powerful-screen-capture-tool-for-linux/2008/11/14</link>
		<comments>http://maketecheasier.com/gscrot-a-powerful-screen-capture-tool-for-linux/2008/11/14#comments</comments>
		<pubDate>Fri, 14 Nov 2008 06:37:15 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Gscrot]]></category>

		<category><![CDATA[screen capture]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1098</guid>
		<description><![CDATA[
Few days ago, I wrote about the various ways that I used to capture screenshots on my Ubuntu machine. In the comments, Imd mentioned about Gscrot being a great alternative screen capture tool. After checking it out, I must admit that it is by far the best screen capture software that I have seen in [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense#300x300--></p>
<p><img class="alignnone size-full wp-image-1107" style="padding-right:5px" title="gscrot" src="http://images.maketecheasier.com/2008/11/gscrot_192.png" alt="gscrot_logo" width="192" height="192" align="left" />Few days ago, I wrote about the various ways that I used to <a href="http://maketecheasier.com/ways-to-grab-screenshots-in-ubuntu/2008/11/11" >capture screenshots</a> on my Ubuntu machine. In the comments, <a href="http://blog.linux-redaktion.com/" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/blog.linux-redaktion.com');">Imd</a> mentioned about <a href="http://gscrot.ubuntu-projekte.de/" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/gscrot.ubuntu-projekte.de');">Gscrot</a> being a great alternative screen capture tool. After checking it out, I must admit that it is by far the best screen capture software that I have seen in Linux platform.</p>
<p><span id="more-1098"></span><a href="http://gscrot.ubuntu-projekte.de/" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/gscrot.ubuntu-projekte.de');">GScrot</a> is a GTK+ 2.0 screenshot application written in perl. It covers all features of common command line tools like <a href="http://linuxbrit.co.uk/scrot/" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/linuxbrit.co.uk');">scrot</a> or import and adds reasonable new features combined with a comfortable GUI using the GTK+ 2.0 framework.</p>
<p>To install Gscrot in Ubuntu Intrepid:</p>
<p class="codeblock">gksu gedit /etc/apt/sources.list</p>
<p>Add the following line to the end of the file.</p>
<p class="codeblock">deb http://ppa.launchpad.net/gscrot/ubuntu intrepid main<br />
deb-src http://ppa.launchpad.net/gscrot/ubuntu intrepid main</p>
<p>Save and close the file. Back to your terminal,</p>
<p class="codeblock">sudo apt-get update<br />
sudo apt-get install gscrot</p>
<p>Open Gscrot (<em>Application -&gt; Accessories -&gt; Gscrot – Screenshot Tool</em>).</p>
<p><img class="alignnone size-full wp-image-1099" title="gscrot-1" src="http://images.maketecheasier.com/2008/11/gscrot-1.jpg" alt="gscrot main window" width="579" height="448" /></p>
<p>There are several options that you can use to take screenshots: Selection, Full Screen, Window, Section and Web.</p>
<p><img class="alignnone size-full wp-image-1104" style="padding-right:5px" title="gscrot-selection" src="http://images.maketecheasier.com/2008/11/gscrot-selection.jpg" alt="gscrot-selection" width="227" height="146" align="left" />The <em>Selection</em> button allows you to capture a selected region of the screen. There are two modes for region selection – <em>Simple</em> and <em>Advanced</em>. The Simple mode is just like the Compiz way where you drag the crosshair cursor across the region that you want to capture. In the <em>Advanced</em> mode, a lightbox canvas will first load up. You can then define, move, resize the region that you want to capture. When you are done, simply press Enter to capture the region.</p>
<p>The <em>Fullscreen</em> button is to take a quick snapshot of the full screen</p>
<p>The <em>Window</em> button allows you to take a screenshot of any active or sub-window.</p>
<p><img class="alignnone size-full wp-image-1105" title="gscrot-window" src="http://images.maketecheasier.com/2008/11/gscrot-window.jpg" alt="gscrot-window" width="399" height="370" /></p>
<p>The <em>Section</em> button allow you to select a section within the window.</p>
<p>The Web button is an interesting one. You enter the URL of the site and get Gscrot to retrieve the full screenshot of the site. No browser required.</p>
<p><img class="alignnone size-full wp-image-1106" title="gscrot-web" src="http://images.maketecheasier.com/2008/11/gscrot-web.jpg" alt="gscrot-web" width="466" height="448" /><br />
Full screenshot of Make Tech Easier</p>
<p>The best of Gscrot comes after you have taken the screenshot. There are various effects (also known as pulgins) that you can use to enhance your screenshot.</p>
<p><a href="http://images.maketecheasier.com/2008/11/gscrot-plugin.jpg"rel="lightbox"  ><img class="alignnone size-full wp-image-1100" title="gscrot-plugin-small" src="http://images.maketecheasier.com/2008/11/gscrot-plugin-small.jpg" alt="gscrot-plugin" width="580" height="257" /></a><br />
<small>Click to enlarge</small></p>
<p><img class="alignnone size-full wp-image-1101" title="gscrot-plugin-result" src="http://images.maketecheasier.com/2008/11/gscrot-plugin-result.jpg" alt="gscrot-plugin-result" width="580" height="449" /><br />
The result after applying <em>Raise border</em> and <em>Jigsaw piece 1</em> plugins</p>
<p>There is also a draw function where you can add drawing or annotation to the images.</p>
<p><img class="alignnone size-full wp-image-1102" title="gscrot-draw" src="http://images.maketecheasier.com/2008/11/gscrot-draw.jpg" alt="gscrot-draw" width="580" height="548" /></p>
<p>You can also upload your screenshots to specific image hosting sites such as <a href="http://ubuntu-pics.de/" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/ubuntu-pics.de');">ubuntu-pics.de</a>, <a href="http://imagebanana.com" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/imagebanana.com');">imagebanana.com</a> and <a href="http://imageshack.us" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/imageshack.us');">imageshack.us</a></p>
<p><img class="alignnone size-full wp-image-1103" title="gscrot-upload" src="http://images.maketecheasier.com/2008/11/gscrot-upload.jpg" alt="gscrot-upload" width="453" height="490" /></p>
<h3>Conclusion</h3>
<p>After reading the review and seeing the screenshot, are you excited? I am not sure about you, but I am definitely impress by Gscrot. If you are looking for a standalone screen capture app, I strongly recommend Gscrot.</p>
<p><!--adsense#468x60--></p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://maketecheasier.com/ways-to-grab-screenshots-in-ubuntu/2008/11/11" title="Ways To Grab Screenshots In Ubuntu (November 11, 2008)">Ways To Grab Screenshots In Ubuntu</a> (9)</li>
	<li><a href="http://maketecheasier.com/ubuntu-intrepid-how-to-share-file-with-mac-os-x-via-netatalk/2008/11/05" title="[Ubuntu Intrepid] How to Share Files With Mac OS X via Netatalk (November 5, 2008)">[Ubuntu Intrepid] How to Share Files With Mac OS X via Netatalk</a> (4)</li>
	<li><a href="http://maketecheasier.com/wattos-a-lightweight-ubuntu-for-your-old-computer/2008/07/15" title="WattOS: A Lightweight Ubuntu For Your Old Computer (July 15, 2008)">WattOS: A Lightweight Ubuntu For Your Old Computer</a> (1)</li>
	<li><a href="http://maketecheasier.com/useful-shortcut-keys-in-ubuntu/2008/07/14" title="Useful Shortcut Keys In Ubuntu (July 14, 2008)">Useful Shortcut Keys In Ubuntu</a> (3)</li>
	<li><a href="http://maketecheasier.com/ubuntu-how-to-extract-audio-from-youtube-video/2008/06/30" title="Ubuntu: How to Extract Audio From YouTube Video (June 30, 2008)">Ubuntu: How to Extract Audio From YouTube Video</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/gscrot-a-powerful-screen-capture-tool-for-linux/2008/11/14/feed</wfw:commentRss>
		</item>
		<item>
		<title>4 Tools To Make Vista&#8217;s UAC Less Annoying Without Compromising Your Security</title>
		<link>http://maketecheasier.com/4-tools-to-make-vistas-uac-less-annoying-without-compromising-your-security/2008/11/13</link>
		<comments>http://maketecheasier.com/4-tools-to-make-vistas-uac-less-annoying-without-compromising-your-security/2008/11/13#comments</comments>
		<pubDate>Thu, 13 Nov 2008 06:03:10 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Windows]]></category>

		<category><![CDATA[UAC]]></category>

		<category><![CDATA[windows vista]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1091</guid>
		<description><![CDATA[

No doubt the Vista User Account Control (UAC) is the single biggest irritation in the whole operating system, but if you are thinking of turning it off altogether, you better think twice. UAC is a security feature that can help prevent unauthorized changes to your computer. By turning it off, you will lose all protection [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense#300x300--></p>
<p><img class="alignnone size-full wp-image-1092" title="uac" src="http://images.maketecheasier.com/2008/11/uac.jpg" alt="UAC" width="440" height="242" /></p>
<p>No doubt the Vista User Account Control (UAC) is the single biggest irritation in the whole operating system, but if you are thinking of turning it off altogether, you better think twice. UAC is a security feature that can help prevent unauthorized changes to your computer. By turning it off, you will lose all protection and put yourself in great risk of virus and malware attack. Hopefully, you have not forgotten that Windows has the most number of virus attack in the World.</p>
<p>A better way to deal with the UAC is to tweak it such that it continues to run in the background without popping out the annoying prompt every few seconds. Here are four software that you can use to make your UAC less annoying without compromising your security.</p>
<h3><span id="more-1091"></span><a href="http://www.tweak-uac.com" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.tweak-uac.com');">TweakUAC</a></h3>
<p><img class="alignnone size-full wp-image-1093" title="tweak-uac" src="http://images.maketecheasier.com/2008/11/tweak-uac.jpg" alt="tweak-uac" width="407" height="294" /></p>
<p>TweakUAC is a simple tool that allows you to switch your UAC to quiet mode. In other word, it allows you to easily disable the UAC without having to restart the computer. In the quiet mode, you will be elevated to the adminisrator privilege and there won&#8217;t be any annoying prompts that pop up every few seconds. This mode is ideal when you need to perform some administrator tasks such as installing/uninstalling applications, cleaning up your system, moving files around and etc.</p>
<p>There is no installation required for TweakUAC. You simply double click on the application to run it. Whenever you are done with your stuff, just run the application again to turn the UAC back on. A neat and simple tool that doesn&#8217;t take up much memory and space.</p>
<h3><a href="http://www.replaceuac.com" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.replaceuac.com');">Smart UAC</a></h3>
<p><img class="alignnone size-full wp-image-1094" title="smartuac" src="http://images.maketecheasier.com/2008/11/smartuac.jpg" alt="SmartUAC" width="460" height="316" /></p>
<p>What SmartUAC does is to replace the UAC with a more powerful and intelligent user control. After the installation, the standard UAC will be disabled and the SmartUAC will take control of the system. In the event where there are potential threats occur, the SmartUAC prompts will appear rather than the standard UAC popup. The difference between the two prompts is that you can get SmartUAC to remember your selection so that it can automatically handle the same event next time it occurs. The longer you use SmartUAC, the less popup you will see.</p>
<p>In addition, SmartUAC also runs in the background and scan the programs for any malicious threat. When such threat is found, a Red Alert prompt will appear to inform you of the potential danger. Similarly, you can pick the course of action for SmartUAC to handle for future event.</p>
<h3><a href="http://www.nortonlabs.com/inthelab/uac.php" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.nortonlabs.com');">Norton User Account Control tool</a></h3>
<p><img class="alignnone size-full wp-image-1095" title="nortonlab" src="http://images.maketecheasier.com/2008/11/nortonlab.jpg" alt="Norton Lab" width="466" height="311" /></p>
<p>Unlike SmartUAc, the Norton User Account Control tool will replace only parts of the standard UAC. It will continue to utilize the UAC security feature while providing a more informative and user-friendly interface. When a standard UAC prompt appears, it only inform you of the program that is running. It does not recommend any action or remember your choice. Norton UAC tool is different in such that it displays the security information (signature information of the application) and prompts recommendations based on an assessment on the user-action. There is also a &#8220;remember me&#8221; feature that allows users to suppress future prompts from the same action.</p>
<p>As can be seen, Norton UAC tool collects user input and is able to make its own assessment without any unnecessary prompts. This is definitely a better and less annoying way than the standard UAC to manage your system.</p>
<h3><a href="http://www.uacsnooze.com/" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.uacsnooze.com');">UAC Snooze</a></h3>
<p><img class="alignnone size-full wp-image-1096" title="uacsnooze" src="http://images.maketecheasier.com/2008/11/uacsnooze.jpg" alt="uacsnooze" width="387" height="200" /></p>
<p>As its name implies, UAC Snooze allows you to temporary stop UAC prompts for a user-defined amount of time and then automatically turn it on once the time is up. During this time, you will be granted elevated privileges so that you can perform all your administrator tasks. The snooze can be set by simply clicking the icon on the system tray.</p>
<p>This is a simple tool that allows you to do your stuff without the annoying UAC prompt. In case you forgot to turn it back on after you are done, the snooze function will come in handy.</p>
<p>UAC Snooze comes with a 30 days trial period after which it costs $5 to register.</p>
<p>How do you deal with the annoying UAC?</p>
<p><!--adsense#468x60--></p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://maketecheasier.com/ways-to-grab-screenshots-in-ubuntu/2008/11/11" title="Ways To Grab Screenshots In Ubuntu (November 11, 2008)">Ways To Grab Screenshots In Ubuntu</a> (9)</li>
	<li><a href="http://maketecheasier.com/increase-efficiency-use-windows-vista-shortcut-keys/2007/12/20" title="Increase Efficiency: Use Windows Vista Shortcut keys (December 20, 2007)">Increase Efficiency: Use Windows Vista Shortcut keys</a> (1)</li>
	<li><a href="http://maketecheasier.com/share-files-in-virtualbox-between-vista-guest-ubuntu-host/2008/11/12" title="How To Share Files In VirtualBox With Vista Guest And Ubuntu Host (November 12, 2008)">How To Share Files In VirtualBox With Vista Guest And Ubuntu Host</a> (5)</li>
	<li><a href="http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29" title="How To Install Windows Vista In Ubuntu Gutsy Using VMware (November 29, 2007)">How To Install Windows Vista In Ubuntu Gutsy Using VMware</a> (9)</li>
	<li><a href="http://maketecheasier.com/get-a-panorama-desktop-with-360desktop-windows/2008/07/11" title="Get a Panorama Desktop With 360Desktop [Windows] (July 11, 2008)">Get a Panorama Desktop With 360Desktop [Windows]</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/4-tools-to-make-vistas-uac-less-annoying-without-compromising-your-security/2008/11/13/feed</wfw:commentRss>
		</item>
		<item>
		<title>How To Share Files In VirtualBox With Vista Guest And Ubuntu Host</title>
		<link>http://maketecheasier.com/share-files-in-virtualbox-between-vista-guest-ubuntu-host/2008/11/12</link>
		<comments>http://maketecheasier.com/share-files-in-virtualbox-between-vista-guest-ubuntu-host/2008/11/12#comments</comments>
		<pubDate>Wed, 12 Nov 2008 08:32:20 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Windows]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[virtual machine]]></category>

		<category><![CDATA[VirtualBox]]></category>

		<category><![CDATA[windows vista]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1079</guid>
		<description><![CDATA[
For some of you who have setup Windows Vista as the guest VM in your Ubuntu Virtualbox, you might have some difficulties in getting the Vista guest to access the shared folder in your Ubuntu host. If you are having this problem, here is the way to mount the shared folder on your Vista guest.
First [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense#300x300--></p>
<p><img class="alignnone size-full wp-image-1090" style="padding-right:10px" title="microsoft_vista-logo" src="http://images.maketecheasier.com/2008/11/microsoft_vista-logo.jpg" alt="microsoft_vista-logo" width="180" height="180" align="left" />For some of you who have setup Windows Vista as the guest VM in your Ubuntu Virtualbox, you might have some difficulties in getting the Vista guest to access the shared folder in your Ubuntu host. If you are having this problem, here is the way to mount the shared folder on your Vista guest.</p>
<p><span id="more-1079"></span>First of all, make sure you have already installed both VirtualBox and Windows Vista guest. If you have not, here is the <a href="http://maketecheasier.com/how-to-install-windows-in-ubuntu-hardy-with-virtualbox/2008/07/02" >complete installation guide</a>.</p>
<p>Secondly, make sure you have updated your VirtualBox to the latest version (2.0.4). There are some issues in the earlier version which will cause the mounting to fail.</p>
<p>In your Ubuntu machine, open up Virtualbox (<em>Applications -&gt; System Tools -&gt; virtualBox</em>).</p>
<p>Highlight the Vista VM entry (make sure that it is in <em>Powered off</em> state) and click on the <em>Settings</em> icon at the top.</p>
<p><img class="alignnone size-full wp-image-1084" title="vista-setting" src="http://images.maketecheasier.com/2008/11/vista-setting.jpg" alt="Virtualbox Vista Settings" width="335" height="298" /></p>
<p>On the left, click on the <em>Network</em>. On the right, make sure that the <em>Enable Network Adaptor</em> and <em>Cable Connected</em> are checked.</p>
<p><img class="alignnone size-full wp-image-1081" title="vb-setting-network" src="http://images.maketecheasier.com/2008/11/vb-setting-network.jpg" alt="Virtualbox Network setting" width="580" height="455" /></p>
<p>On the left, click on the <em>Shared Folders</em>. Then, click on the <img class="alignnone size-full wp-image-1080" title="virtualbox-add-folder" src="http://images.maketecheasier.com/2008/11/virtualbox-add-folder.jpg" alt="virtualbox add share folder" width="30" height="25" /> icon on the far right.</p>
<p>Select the folder that you want to use as a share point. Give it a name.</p>
<p><img class="alignnone size-full wp-image-1082" title="vb-share-path" src="http://images.maketecheasier.com/2008/11/vb-share-path.jpg" alt="Virtualbox add share path" width="314" height="213" /></p>
<p><img class="alignnone size-full wp-image-1083" title="vb-share" src="http://images.maketecheasier.com/2008/11/vb-share.jpg" alt="Virtualbox share folder" width="580" height="361" /></p>
<p>Click <em>OK</em> to close the Settings window.</p>
<p>Boot up your Vista VM.</p>
<p>Install the guest addition. (Skip this step if you have already done so)</p>
<p><img class="alignnone size-full wp-image-1085" title="vb-guest-addition" src="http://images.maketecheasier.com/2008/11/vb-guest-addition.jpg" alt="virtualbox-guest-addition" width="485" height="334" /></p>
<p>Restart the Vista VM.</p>
<p>Open your Windows Explorer, click on the <em>Map Network Drive</em></p>
<p><img class="alignnone size-full wp-image-1087" title="vista-map-network" src="http://images.maketecheasier.com/2008/11/vista-map-network.jpg" alt="vista-map-network" width="580" height="351" /></p>
<p>In the Folder input text, enter</p>
<p class="codeblock">\\vboxsvr\sharename</p>
<p>where <em>sharename</em> is the name of the share folder that you add just now. Make sure that the <em>Reconnect at logon</em> is checked. Click <em>Finish</em></p>
<p><img class="alignnone size-full wp-image-1088" title="vista-map-drive" src="http://images.maketecheasier.com/2008/11/vista-map-drive.jpg" alt="vista-map-drive" width="580" height="419" /></p>
<p>You should now see the shared folder mounted as a network drive.</p>
<p><img class="alignnone size-full wp-image-1089" title="vista-windows-explorer" src="http://images.maketecheasier.com/2008/11/vista-windows-explorer.jpg" alt="vista-windows-explorer" width="580" height="455" /></p>
<p>That&#8217;s it.</p>
<p><!--adsense#468x60--></p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17" title="Sharing Files Between Ubuntu Host and Virtual Machines (December 17, 2007)">Sharing Files Between Ubuntu Host and Virtual Machines</a> (1)</li>
	<li><a href="http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29" title="How To Install Windows Vista In Ubuntu Gutsy Using VMware (November 29, 2007)">How To Install Windows Vista In Ubuntu Gutsy Using VMware</a> (9)</li>
	<li><a href="http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21" title="5 Reasons Why You Should Use VirtualBox Over VMware Server (July 21, 2008)">5 Reasons Why You Should Use VirtualBox Over VMware Server</a> (16)</li>
	<li><a href="http://maketecheasier.com/ubuntu-intrepid-how-to-share-file-with-mac-os-x-via-netatalk/2008/11/05" title="[Ubuntu Intrepid] How to Share Files With Mac OS X via Netatalk (November 5, 2008)">[Ubuntu Intrepid] How to Share Files With Mac OS X via Netatalk</a> (4)</li>
	<li><a href="http://maketecheasier.com/ways-to-grab-screenshots-in-ubuntu/2008/11/11" title="Ways To Grab Screenshots In Ubuntu (November 11, 2008)">Ways To Grab Screenshots In Ubuntu</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/share-files-in-virtualbox-between-vista-guest-ubuntu-host/2008/11/12/feed</wfw:commentRss>
		</item>
		<item>
		<title>Write for MakeTech Easier</title>
		<link>http://maketecheasier.com/write-for-maketech-easier/2008/11/11</link>
		<comments>http://maketecheasier.com/write-for-maketech-easier/2008/11/11#comments</comments>
		<pubDate>Tue, 11 Nov 2008 15:00:50 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1077</guid>
		<description><![CDATA[
Are you seriously obsessed with your computer and have tons of computer tips and tricks up your sleeves? Are you always surfing the Web to look for cool useful software and eagerly share with your friends when you found one? If that is who you are, then you are the one we are looking for.
Make [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense#468x60--></p>
<p><img class="alignnone size-full wp-image-1078" style="padding-right:5px" title="write-for-mte" src="http://images.maketecheasier.com/2008/11/write-for-mte.jpg" alt="" width="230" height="191" align="left" />Are you seriously obsessed with your computer and have tons of computer tips and tricks up your sleeves? Are you always surfing the Web to look for cool useful software and eagerly share with your friends when you found one? If that is who you are, then you are the one we are looking for.</p>
<p>Make Tech Easier is a tech blog that covers tutorials for various operating system, cool software reviews and plenty of tips and tricks for the popular Web apps. We are in the process of expansion and are looking for writers to help us turn this site into something bigger and better.<br />
<span id="more-1077"></span></p>
<h3>Requirement</h3>
<p>Here is what we are looking for:</p>
<ol>
<li>Someone who is proficient with either Windows, Linux or Mac OS X</li>
<li>Someone who is able to write good reviews, detail tutorials and get the point across in a neutral unbiased way.</li>
<li>Someone who is willing to commit to produce at least one article per week and participate actively to the reader&#8217;s comments to your published post.</li>
<li>Someone who has a good working knowledge of WordPress</li>
</ol>
<p>If you are interested in writing for us, just send an email to <strong>writers[at]maketecheasier.com</strong>. Include the following in your email:</p>
<ul>
<li>Your name, email, IM and any other info that we can contact you</li>
<li>Links to your website/blog</li>
<li>Your experience in writing for other blogs. It doesn&#8217;t matter if you don&#8217;t have one.</li>
<li>A short paragraph of why you would be a good fit for the Make Tech Easier team</li>
<li>If you have a list of topics that you want to cover on, include that as well.</li>
</ul>
<p>If you do not have your own website/blog and have no experience in writing for other blogs, we require you to submit two <em>freshly written</em> sample articles (one on app review and another on tutorial) for our assessment. If we like the articles, we will hire you, publish the article and pay you. If we don’t like it, we won’t hire you, won’t publish the piece and never to publish it behind your back.</p>
<p><!--adsense#468x60--></p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/write-for-maketech-easier/2008/11/11/feed</wfw:commentRss>
		</item>
		<item>
		<title>Ways To Grab Screenshots In Ubuntu</title>
		<link>http://maketecheasier.com/ways-to-grab-screenshots-in-ubuntu/2008/11/11</link>
		<comments>http://maketecheasier.com/ways-to-grab-screenshots-in-ubuntu/2008/11/11#comments</comments>
		<pubDate>Tue, 11 Nov 2008 03:28:57 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[screen capture]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1067</guid>
		<description><![CDATA[

When I am writing post for Make Tech Easier, I love to take plenty of screenshots as I feel they can make the explanation clearer and easier. Over the year, I have also discovered several ways to take screenshot on my Ubuntu machine. If you are looking for one, I have compiled a list of [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense#300x300--></p>
<p><img class="alignnone size-full wp-image-1076" title="desktop-screenshot" src="http://images.maketecheasier.com/2008/11/desktop-screenshot.jpg" alt="" width="580" height="192" /></p>
<p>When I am writing post for Make Tech Easier, I love to take plenty of screenshots as I feel they can make the explanation clearer and easier. Over the year, I have also discovered several ways to take screenshot on my Ubuntu machine. If you are looking for one, I have compiled a list of screen capture tools that you can use in Ubuntu. </p>
<p><span id="more-1067"></span></p>
<h3>Gnome-Screenshot</h3>
<p><img class="alignnone size-full wp-image-1068" title="gnome-screenshot" src="http://images.maketecheasier.com/2008/11/gnome-screenshot.jpg" alt="Gnome Screenshot" width="414" height="304" /></p>
<p>Gnome-screenshot is the default screen capture tool in Ubuntu. It is simple and easy to use. You can choose to capture the whole desktop or the current window and you are able to set a delay before activating the capture. It is useful for those who wanted a lightweight and minimal screen capture tool.</p>
<p>Gnome-screenshot can be accessed from <em>Appications -&gt; Accessories -&gt; Take Screenshots</em>.</p>
<h3>Compiz</h3>
<p><img class="alignnone size-full wp-image-1070" title="compiz-screenshot" src="http://images.maketecheasier.com/2008/11/compiz-screenshot.jpg" alt="compiz-screenshot" width="580" height="350" /></p>
<p>Compiz comes with a screenshot plugin that allows you to take screenshot quickly and easily. It consist of the bare minimum and few or none configuration options. You simply press the <em>Windows </em>button on your keyboard, left click your mouse and drag the cursor to cover the area you want to snap. That&#8217;s it. For those who want a quick snapshot of a specified region, Compiz is the best.</p>
<p>To activate the screenshot plugin, you will have to install <a href="apt:compizconfig-settings-manager">CompizConfig Settings Manager</a> and activate it from there.</p>
<h3>GIMP</h3>
<p><img class="alignnone size-full wp-image-1071" title="gimp-screenshot" src="http://images.maketecheasier.com/2008/11/gimp-screenshot.jpg" alt="GIMP screenshot" width="363" height="349" /></p>
<p>GIMP has a screen capture function that can be found several levels down the menubar. One of the advantage of using GIMP is that you can immediately edit the screenshots and save it in the file format that you want it to be. In addition, this is the screen capture tool that I used everytime I wanted to take a snap of a window inside a virtual machine.</p>
<p>GIMP is useful if you want to take a comprehensive screenshot that you can edit immediately. If you just want a quick snapshot, I don&#8217;t think it is worth the trouble to load up GIMP, navigate several levels down the menubar before you can take a shot.</p>
<p>If you are using Gimp 2.6, the screen capture function can be found in <em>File -&gt; Create -&gt; Screenshot</em></p>
<h3>KSnapshot</h3>
<p><img class="alignnone size-full wp-image-1069" title="ksnapshot" src="http://images.maketecheasier.com/2008/11/ksnapshot.jpg" alt="Ksnapshot" width="394" height="351" /></p>
<p>One of my favorite screenshot tool is <a href="apt:ksnapshot">Ksnapshot</a> (Click the link to install). It is a KDE application and is not available in the GNOME desktop. You will have to install it to use it. For me, I find that Ksnapshot is more like a combination of Gnome-screenshot and GIMP. You get to choose which region to capture - full screen or active window, and after you have captured it, you can either save it as a image file in various format or you can send to another application, such as GIMP, for editing.</p>
<p>If you don&#8217;t mind having a large bunch of KDE file in your Gnome desktop, then Ksnapshot is the one to go for.</p>
<h3>Webkut</h3>
<p><img class="alignnone size-full wp-image-1072" title="webkut" src="http://images.maketecheasier.com/2008/11/webkut.jpg" alt="webkut" width="580" height="419" /></p>
<p><a href="http://toki-woki.net/p/WebKut/" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/toki-woki.net');">Webkut</a> is an Adobe Air application meant for taking screenshot of Web page. It is like a browser where you can load up the webpage by entering the URL in the address bar and select the region to capture. One thing that I like about Webkut is that I can adjust the size of the canvas before I take the screenshot. This is useful when I need to take a screenshot of specific width and height.</p>
<h3>ScreenGrab</h3>
<p><img class="alignnone size-full wp-image-1073" title="screengrab" src="http://images.maketecheasier.com/2008/11/screengrab.jpg" alt="screengrab" width="511" height="254" /></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/1146" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/addons.mozilla.org');">ScreenGrab</a> is a Firefox extension that can capture the screenshot of any web page. Once installed, you can access the ScreenGrab options via the context menu (right mouse click). There are a few options that are available to you. One of them is the ability to capture the whole web page even though it is out of your screen. This can save you the trouble of taking several screenshots and stitching them together. You can also choose to capture only the visible portion or a partial region of the whole desktop.</p>
<h3>Webshots</h3>
<p><img class="alignnone size-full wp-image-1074" title="webshots" src="http://images.maketecheasier.com/2008/11/webshots.jpg" alt="webshots" width="242" height="307" /></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/6168" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/addons.mozilla.org');">Webshots</a> is another Firefox extension for screen capture. The option is rather limiting as it only allows you to capture the full page. One thing good is that it can be quickly activated with the shortcut key <em>Alt + W</em>.</p>
<h3>For Seasoned Windows User: Easy Capture</h3>
<p><img class="alignnone size-full wp-image-1075" title="easy-capture" src="http://images.maketecheasier.com/2008/11/easy-capture.jpg" alt="Easy Capture" width="580" height="484" /></p>
<p>For those seasoned Windows users who just got on to the Ubuntu platform and are not comfortable with any of the above native Linux apps, I have found <a href="http://www.xydownload.com/easycapture/" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.xydownload.com');">Easy Capture</a> (a Windows screen capture application) to work well under Wine. It is like a mini GIMP where you can take screenshots and do some simple editing before saving it in the file format you want.</p>
<p>Which one is your favorite screen capture app in Ubuntu?</p>
<p><!--adsense#468x60--></p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://maketecheasier.com/ubuntu-intrepid-how-to-share-file-with-mac-os-x-via-netatalk/2008/11/05" title="[Ubuntu Intrepid] How to Share Files With Mac OS X via Netatalk (November 5, 2008)">[Ubuntu Intrepid] How to Share Files With Mac OS X via Netatalk</a> (4)</li>
	<li><a href="http://maketecheasier.com/wattos-a-lightweight-ubuntu-for-your-old-computer/2008/07/15" title="WattOS: A Lightweight Ubuntu For Your Old Computer (July 15, 2008)">WattOS: A Lightweight Ubuntu For Your Old Computer</a> (1)</li>
	<li><a href="http://maketecheasier.com/useful-shortcut-keys-in-ubuntu/2008/07/14" title="Useful Shortcut Keys In Ubuntu (July 14, 2008)">Useful Shortcut Keys In Ubuntu</a> (3)</li>
	<li><a href="http://maketecheasier.com/ubuntu-how-to-extract-audio-from-youtube-video/2008/06/30" title="Ubuntu: How to Extract Audio From YouTube Video (June 30, 2008)">Ubuntu: How to Extract Audio From YouTube Video</a> (3)</li>
	<li><a href="http://maketecheasier.com/ubuntu-ibex-alpha-6-review/2008/09/23" title="Ubuntu Ibex Alpha 6 Review (September 23, 2008)">Ubuntu Ibex Alpha 6 Review</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/ways-to-grab-screenshots-in-ubuntu/2008/11/11/feed</wfw:commentRss>
		</item>
		<item>
		<title>7 Simple WordPress Tricks That You Thought You Know</title>
		<link>http://maketecheasier.com/7simple-wordpress-tricks-that-you-thought-you-know/2008/11/10</link>
		<comments>http://maketecheasier.com/7simple-wordpress-tricks-that-you-thought-you-know/2008/11/10#comments</comments>
		<pubDate>Mon, 10 Nov 2008 07:25:28 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[WordPress tricks]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1056</guid>
		<description><![CDATA[
While WordPress is a powerful and easy to use blogging software, there are several useful features that are hidden or not visible to many and one have to dig deeper to uncover the gems. Many times, I have people asking me how to do this and how to do that in WordPress. I realize that [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense#300x300--></p>
<p><img class="alignnone" style="padding-right:5px" src="http://images.maketecheasier.com/2008/10/wp27.jpg" alt="" width="130" height="130" align="left" />While WordPress is a powerful and easy to use blogging software, there are several useful features that are hidden or not visible to many and one have to dig deeper to uncover the gems. Many times, I have people asking me how to do this and how to do that in WordPress. I realize that what seems like a simple and easy task to me appears to be a complete alien to some others.</p>
<p>Here is a list of the most commonly asked &#8216;how-to&#8217; that I have received.</p>
<p><span id="more-1056"></span></p>
<h3>1) Split a post and replace with a &#8216;Continue Reading&#8230;&#8217; link</h3>
<p>In the home page of Make Tech Easier, you will find that only the first paragraph of each post is shown and you have to click on the &#8216;<em>Continue Reading &#8230;</em>&#8216; link to read the full post. This can be easily achieved with the &#8216;<em>more</em>&#8216; tag.</p>
<p>If you are using the rich-text editor, along the row of iconbar, you should be able to find an icon that shows two white rectangles with a dotted line in-between. That is the <em>more</em> tag icon.</p>
<p><img style="border:1px solid #000" title="insert-more-tag" src="http://images.maketecheasier.com/2008/11/insert-more-tag.jpg" alt="insert-more-tag" width="580" height="109" /></p>
<p>Whenever you want to break the post with the &#8216;Continue Reading&#8230;&#8217; link, just place the cursor at the end of the first paragraph and click on the icon to insert the <em>more</em> tag. You should see something like this:</p>
<p><img class="alignnone size-full wp-image-1059" style="border:1px solid #000" title="after-insert-more" src="http://images.maketecheasier.com/2008/11/after-insert-more.jpg" alt="after-insert-more tag" width="578" height="155" /></p>
<p>If you are using the HTML mode, simple insert</p>
<p class="codeblock"><code>&lt;!--more--&gt;</code></p>
<p>at the appropriate paragraph to achieve the same effect.</p>
<p>If the splitting link shows &#8216;Read more&#8230;&#8217; instead of &#8216;<em>Continue Reading&#8230;</em>&#8216; or you want to change to other phrase, you will have to change your theme template.</p>
<p>In your WordPress Admin area, go to <em>Design -&gt; Theme Editor</em>. On the right hand side where you see a list of template files, select <em>Main Index Template (index.php).</em> On the left text area, search for the line</p>
<p class="codeblock">&lt;?php the_content(&#8217;Read more &#8230;&#8217;); ?&gt;</p>
<p>and replace the <em>&#8216;Read more &#8230;&#8217;</em> with anything you want it to display.</p>
<p>If you find the above too troublesome for you, you can simply use the plugin <a href="http://www.jenst.se/2007/12/03/wp-limit-posts-automatically" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.jenst.se');">Wp Limit Posts Automatically</a> to automate the whole process.</p>
<h3>2) Split a long post into several pages</h3>
<p>Sometime your post might get too long and you wanted to split it to several pages. In WordPress, this can be done using the <em>nextpage</em> tag.</p>
<p>Unlike the <em>more</em> tag, there is no icon for the <em>nextpage</em> tag. You will have to manually insert the <em>nextpage</em> tag in the HTML mode.</p>
<p><img class="alignnone size-full wp-image-1060" style="border:1px solid #000" title="insert-nextpage-tag" src="http://images.maketecheasier.com/2008/11/insert-nextpage-tag.jpg" alt="insert-nextpage-tag" width="578" height="196" /></p>
<h3>3) Cancel out content in the post</h3>
<p>In some incidents where you have posted some out of date (or wrong) content, you might want to do an update by inserting a strikethrough line through the old content and update with the new one. This is done by pressing the strikethrough icon (the third icon from the left) on the icon bar.</p>
<ul>
<li>Highlight the word, phrase, lines or paragraph that you wanted to cancel out</li>
<li>Click on the strikethrough icon to insert the strikethrough line.</li>
</ul>
<p><img class="alignnone size-full wp-image-1061" title="insert-strikethrough" src="http://images.maketecheasier.com/2008/11/insert-strikethrough.jpg" alt="insert-strikethrough" width="578" height="126" /></p>
<h3>4) Disable the image caption</h3>
<p>The image caption feature is made available since WordPress 2.5. Some of you like it and some of you don&#8217;t. I am one of those that don&#8217;t like it and find it annoying. If you are like me, here is a simple hack to disable the image caption altogether.</p>
<p>Go to <em>Design -&gt; Theme Editor</em>. On the right side, click on the <em>Theme Function (function.php)</em>. On the left, insert this line to appear at the end</p>
<p class="codeblock">add_filter(&#8217;disable_captions&#8217;, create_function(&#8217;$a&#8217;,'return true;&#8217;));</p>
<p>Save it. (Code adopted from <a href="http://katzwebdesign.wordpress.com/2008/07/21/how-to-turn-off-captions-in-wordpress-26/" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/katzwebdesign.wordpress.com');">Katz Web Design</a>)</p>
<h3>5) Change the maximum Image width</h3>
<p>While WordPress allows you to define your thumbnail and medium image size, you are not able to set the max size. When you insert an image as <em>Full Size</em> and expect it to show Full size, it doesn&#8217;t. Instead, WordPress automatically resize it to a width of 500 pixels (if the image is more than 500 pixels wide). While you can go into HTML mode and change it manually, it can become a very tedious and troublesome task if you have a lot of screenshots.</p>
<p>The solution to this is to hack into the internal WordPress code and change the default maximum width of the image.</p>
<p>Go to <em>Design -&gt; Theme Editor</em>. On the right side, click on the <em>Theme Function (function.php)</em>. On the left, insert this line to appear at the end</p>
<p class="codeblock">$GLOBALS['content_width'] = 800;</p>
<p>Change the 800 to the maximum width that you want to use.</p>
<p>Save it.</p>
<h3>6) Insert a double dash in the post</h3>
<p>If you are using two consecutive dashes (<code>--</code>) in your post, WordPress will automatically convert it to one single line (&#8211;). It might not matter for most of you, but for blogs that use a lot of command line code (especially for Linux command line), a single dash and a double dash can make a lot of differences.</p>
<p>In order for WordPress to show double dash instead of a single line, you have to:</p>
<ul>
<li>go to the HTML mode</li>
<li>highlight the <code>--</code></li>
<li>on the icon bar, click on the <em>code</em> button</li>
</ul>
<p><img class="alignnone size-full wp-image-1062" style="border:1px solid #000" title="insert-code-tag" src="http://images.maketecheasier.com/2008/11/insert-code-tag.jpg" alt="insert-code-tag" width="578" height="108" /></p>
<p>This will force WordPress to read the double dash as a code and display it as it is.</p>
<h3>7) Insert YouTube videos without plugin</h3>
<p>Occasionally, you might want to insert a video from Youtube into your post. There is no need to install a plugin just to do that. WordPress has a built in function that allows you to embed videos (and other flash content) into your post.</p>
<ul>
<li>On the icon bar, click <img class="alignnone size-full wp-image-1063" title="show-more-icon" src="http://images.maketecheasier.com/2008/11/show-more-icon.jpg" alt="" width="33" height="27" /> to show the second row of icons</li>
<li>Click on the <img class="alignnone size-full wp-image-1064" title="embed-flash" src="http://images.maketecheasier.com/2008/11/embed-flash.jpg" alt="embed-flash" width="28" height="20" /> icon</li>
<li>Go to Youtube and search for the video that you want to insert. On the right where you see the <em>Embed</em> input field, scroll along the line until you see the <em>&lt;embed src=&#8221;http://www.youtube..</em>. Highlight and copy the source of the flash video.</li>
</ul>
<p><img class="alignnone size-full wp-image-1065" style="border:1px solid #000" title="youtube-code" src="http://images.maketecheasier.com/2008/11/youtube-code.jpg" alt="youtube-code" width="580" height="367" /></p>
<ul>
<li>Paste the code to the embedded media page and set the video dimension. Click Insert to embed the video into the post.</li>
</ul>
<p><img class="alignnone size-full wp-image-1066" title="embed-youtube" src="http://images.maketecheasier.com/2008/11/embed-youtube.jpg" alt="embed-youtube" width="434" height="499" /></p>
<p>That&#8217;s all for now. Hopefully the above mentioned tricks are sufficient to help you to overcome some of the issues you face when using WordPress. If I have left out anything or there is some part that you want me to cover in more detail, feel free to <a href="http://maketecheasier.com/contact" >contact</a> me.</p>
<p>(The above mentioned tricks are meant for WordPress 2.5 and 2.6. It has not been tested to work in WP2.7 yet.)</p>
<p><!--adsense#468x60--></p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://maketecheasier.com/4-hidden-wordpress-features-that-are-unknown-to-many/2008/08/13" title="4 Hidden WordPress Features That Are unknown to Many (August 13, 2008)">4 Hidden WordPress Features That Are unknown to Many</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/7simple-wordpress-tricks-that-you-thought-you-know/2008/11/10/feed</wfw:commentRss>
		</item>
		<item>
		<title>[Ubuntu Intrepid] How to Share Files With Mac OS X via Netatalk</title>
		<link>http://maketecheasier.com/ubuntu-intrepid-how-to-share-file-with-mac-os-x-via-netatalk/2008/11/05</link>
		<comments>http://maketecheasier.com/ubuntu-intrepid-how-to-share-file-with-mac-os-x-via-netatalk/2008/11/05#comments</comments>
		<pubDate>Wed, 05 Nov 2008 15:02:24 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Mac]]></category>

		<category><![CDATA[Intrepid]]></category>

		<category><![CDATA[netatalk]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1049</guid>
		<description><![CDATA[

Netatalk is a kernel level implementation of the AppleTalk Protocol Suite that allows any Unix/BSD system to run as a file, print and time server for any Mac machine.
While the Netatalk package is included in the Ubuntu Intrepid&#8217;s repository, the package is broken and does not work in the way it is intended to. The [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense#300x300--></p>
<p><img class="alignnone size-full wp-image-1054" title="netatalk" src="http://images.maketecheasier.com/2008/11/netatalk.jpg" alt="" width="580" height="150" /></p>
<p><a href="http://netatalk.sourceforge.net/" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/netatalk.sourceforge.net');">Netatalk</a> is a kernel level implementation of the AppleTalk Protocol Suite that allows any Unix/BSD system to run as a file, print and time server for any Mac machine.</p>
<p>While the Netatalk package is included in the Ubuntu Intrepid&#8217;s repository, the package is broken and does not work in the way it is intended to. The following instructions can help you to build, install and configure Netatalk to work in your Ubuntu Intrepid (It works in Ubuntu Hardy too).</p>
<p><span id="more-1049"></span>In your terminal,</p>
<p class="codeblock">mkdir -p ~/src/netatalk<br />
cd ~/src/netatalk<br />
sudo apt-get install devscripts cracklib2-dev dpkg-dev libssl-dev build-essential<br />
sudo apt-get build-dep netatalk<br />
apt-get source netatalk<br />
cd netatalk-2.0.3<br />
DEB_BUILD_OPTIONS=ssl dpkg-buildpackage -us -uc<br />
sudo debi</p>
<p>That&#8217;s it. Netatalk should now be installed and started.</p>
<p>You will have to start everytime you log in.</p>
<p>To start Netatalk,</p>
<p class="codeblock">sudo /etc/init.d/netatalk start</p>
<p>To restart Netatalk</p>
<p class="codeblock">sudo /etc/init.d/netatalk restart</p>
<h2>To Connect to Ubuntu From Mac OS X</h2>
<p>In your Mac OS X, open the <em>Finder</em>. On the menu, click <em>Go -&gt; Connect to server.</em></p>
<p><img class="alignnone size-full wp-image-1050" style="border:1px solid #000" title="finder-1" src="http://images.maketecheasier.com/2008/11/finder-1.jpg" alt="finder" width="455" height="329" /></p>
<p>Enter the IP address of your Ubuntu machine and click <em>Connect.</em></p>
<p><img class="alignnone size-full wp-image-1051" title="finder-2" src="http://images.maketecheasier.com/2008/11/finder-2.jpg" alt="finder" width="489" height="252" /></p>
<p>It should ask you for verification. Enter your login name and password.</p>
<p><img class="alignnone size-full wp-image-1052" title="finder-3" src="http://images.maketecheasier.com/2008/11/finder-3.jpg" alt="finder" width="431" height="248" /></p>
<p>You should now see your Ubuntu Home folder on the left pane of <em>Finder</em>.</p>
<p><img class="alignnone size-full wp-image-1053" title="finder-4" src="http://images.maketecheasier.com/2008/11/finder-4.jpg" alt="finder" width="569" height="376" /></p>
<p>Enjoy!</p>
<p>[Reference: <a href="http://ubuntuforums.org/showthread.php?t=410274" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/ubuntuforums.org');">Ubuntu Forum</a>]</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://maketecheasier.com/turn-your-ubuntu-hardy-to-mac-osx-leopard/2008/07/23" title="Turn Your Ubuntu Hardy to Mac OSX Leopard (July 23, 2008)">Turn Your Ubuntu Hardy to Mac OSX Leopard</a> (227)</li>
	<li><a href="http://maketecheasier.com/ways-to-grab-screenshots-in-ubuntu/2008/11/11" title="Ways To Grab Screenshots In Ubuntu (November 11, 2008)">Ways To Grab Screenshots In Ubuntu</a> (9)</li>
	<li><a href="http://maketecheasier.com/wattos-a-lightweight-ubuntu-for-your-old-computer/2008/07/15" title="WattOS: A Lightweight Ubuntu For Your Old Computer (July 15, 2008)">WattOS: A Lightweight Ubuntu For Your Old Computer</a> (1)</li>
	<li><a href="http://maketecheasier.com/useful-shortcut-keys-in-ubuntu/2008/07/14" title="Useful Shortcut Keys In Ubuntu (July 14, 2008)">Useful Shortcut Keys In Ubuntu</a> (3)</li>
	<li><a href="http://maketecheasier.com/ubuntu-how-to-extract-audio-from-youtube-video/2008/06/30" title="Ubuntu: How to Extract Audio From YouTube Video (June 30, 2008)">Ubuntu: How to Extract Audio From YouTube Video</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/ubuntu-intrepid-how-to-share-file-with-mac-os-x-via-netatalk/2008/11/05/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
