<?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; Linux</title>
	<atom:link href="http://maketecheasier.com/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 20 Nov 2009 13:39:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using Kate As a Web Editor</title>
		<link>http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09</link>
		<comments>http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09#comments</comments>
		<pubDate>Mon, 09 Nov 2009 13:03:59 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[kate]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[text editor]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=8276</guid>
		<description><![CDATA[There are many applications out there that provide project-based web development tools and very feature-rich interfaces, but sometimes all you really need is a good text editor. For those times, there are few editors that can stand up to the KDE powerhouse called Kate.
Kate is a multi-document interface (MDI) text editor, available for both KDE 3 [...]<p><strong><a href="http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09">Using Kate As a Web Editor</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/geditmore-than-a-simple-text-editor/2008/01/31' rel='bookmark' title='Permanent Link: Gedit&#8230;More Than A Simple Text Editor'>Gedit&#8230;More Than A Simple Text Editor</a></li><li><a href='http://maketecheasier.com/resize-create-partitions-with-gnome-partition-editor-gparted/2009/01/06' rel='bookmark' title='Permanent Link: How To Resize And Create Partitions With Gnome Partition Editor (GParted)'>How To Resize And Create Partitions With Gnome Partition Editor (GParted)</a></li><li><a href='http://maketecheasier.com/tablet-note-taking-made-easy-with-xournal/2009/11/16' rel='bookmark' title='Permanent Link: Tablet Note-taking Made Easy with Xournal'>Tablet Note-taking Made Easy with Xournal</a></li><li><a href='http://maketecheasier.com/quick-easy-guide-to-kde-kio-slaves/2009/08/17' rel='bookmark' title='Permanent Link: A Quick and Easy Guide to KDE KIO slaves'>A Quick and Easy Guide to KDE KIO slaves</a></li><li><a href='http://maketecheasier.com/easily-create-brochure-with-scribus/2009/01/26' rel='bookmark' title='Permanent Link: How To Create Brochure Easily With Scribus'>How To Create Brochure Easily With Scribus</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-8277" src="http://images.maketecheasier.com/2009/11/kate-logo.jpg" alt="accessories-text-editor" width="128" height="128" />There are many applications out there that provide project-based web development tools and very feature-rich interfaces, but sometimes all you really need is a good text editor. For those times, there are few editors that can stand up to the KDE powerhouse called <a href="http://kate-editor.org/" target="_blank">Kate</a>.</p>
<p>Kate is a multi-document interface (MDI) text editor, available for both KDE 3 and 4. It runs on multiple Linux and Unix-like platforms, Mac OS X, and  Windows. It also includes a component called KatePart, which runs inside numerous other KDE applications, including Quanta+ (on KDE 3 only), KWrite, Konqueror, and Kdevelop. Kate provides syntax highlighting for over 120 text formats, making it perfect for whatever programming language you choose.</p>
<h3>HTML Editing</h3>
<p><img class="size-full wp-image-8278 aligncenter" src="http://images.maketecheasier.com/2009/11/kate-php.jpg" alt="kate-php" width="575" height="379" /></p>
<p>Kate will highlight HTML markup and underline errors, particularly when you forget to close a tag.  It will also group text within tags, so that you can see what content is where. It will display folding markers, small arrows on the side, that you can use to collapse or expand a tag and its contents. To toggle folding markers, press F9. For that reason, if you are coding in XHTML, make sure to use the XML highlighting rather than HTML.  It will then appropriately mark single tags that are not closed with arrows.</p>
<p><img class="aligncenter size-full wp-image-8279" src="http://images.maketecheasier.com/2009/11/kate-php1.jpg" alt="Kate folding markers" width="472" height="106" /></p>
<p>To enable XML highlighting:</p>
<p>1. Click Tools in the main menu<br />
2. Navigate to &#8220;Highlighting&#8221;, &#8220;Markup&#8221;, and finally to &#8220;XML&#8221;.</p>
<p>You can also do the same for PHP and other web scripting languages. Kate will generally highlight all of these, so you can usually leave the settings at the default.</p>
<p>Kate includes a dynamic word wrap feature, useful for documents with large amounts of text. Toggle it on or off with F10. Press F11 to toggle line numbers, and you will notice that a wrapped line has symbols indicating that it is still part of the previous line.</p>
<h3>Multiple Documents</h3>
<p>With Kate, you can edit multiple documents at once. The left-hand column will display the list of currently opened files, and you can move through them by clicking on the file you want to edit, by clicking the forward or back buttons, or by holding the Alt key and pressing the left or right arrow. Control+S will save your current document, and Control+L will save all open documents.</p>
<h3>Sessions</h3>
<p>Kate has a handy feature called &#8220;Sessions&#8221; that allows you to pick up work right where you left off the last time you were editing. For example, you might have eight documents for a particular project. Rather than having to open each document one at a time every time you want to work on them, you can save a Kate session that will automatically open those documents when activated. To save a session:</p>
<p>1. Click Sessions<br />
2. Click Save As&#8230;<br />
3. Give your session a name.</p>
<p><img class="aligncenter size-full wp-image-8280" src="http://images.maketecheasier.com/2009/11/kate-php2.jpg" alt="Kate session chooser" width="416" height="244" /></p>
<p>The next time you want to return to that project, just open the session you saved.</p>
<h3>Remote Editing</h3>
<p>There are times when you need to edit a document quickly right on the server. While you could SSH into the server and use whatever text editor is available from the command line, you will miss some of the many benefits of Kate. Furthermore, if you have a shared hosting account, you might not even have access to SSH.  With Kate, you can open a document live on the server via FTP, SFTP, and any other protocol supported by KDE. To accomplish this, do the following:</p>
<p>1. Login to your web server using the normal method. You can use Dolphin or Konqueror.<br />
2. Navigate to the folder containing the file you want to edit.<br />
3. Right click on the file and open it with Kate.<br />
4. Repeat those steps for multiple files if necessary.</p>
<h3>Find</h3>
<p>Kate&#8217;s find feature is very useful with long documents. To activate it, press Control-F. It will open a dialog at the bottom of the window. You can find each instance individually and scroll through the results with the &#8220;Next&#8221; and &#8220;Previous&#8221; buttons, or click &#8220;Options&#8221; and &#8220;Highlight all&#8221; to see all results highlighted at once.</p>
<p>Click the arrow on the far right to expand the find dialog further, and it will add a &#8220;replace&#8221; feature. With it you can find a tag or piece of content and replace every instance of it with something else or nothing at all.  Kate will also remember your searches so that you can perform them again by pressing the down arrow on the right side of the search box.</p>
<p>I have only touched the surface of the many features available in Kate. The best way to find out exactly what Kate can offer you is to try it out for yourself. I highly recommend it, not only for KDE users, but for anyone. Kate is available through any Linux distribution that offers KDE.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09">Using Kate As a Web Editor</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/geditmore-than-a-simple-text-editor/2008/01/31' rel='bookmark' title='Permanent Link: Gedit&#8230;More Than A Simple Text Editor'>Gedit&#8230;More Than A Simple Text Editor</a></li><li><a href='http://maketecheasier.com/resize-create-partitions-with-gnome-partition-editor-gparted/2009/01/06' rel='bookmark' title='Permanent Link: How To Resize And Create Partitions With Gnome Partition Editor (GParted)'>How To Resize And Create Partitions With Gnome Partition Editor (GParted)</a></li><li><a href='http://maketecheasier.com/tablet-note-taking-made-easy-with-xournal/2009/11/16' rel='bookmark' title='Permanent Link: Tablet Note-taking Made Easy with Xournal'>Tablet Note-taking Made Easy with Xournal</a></li><li><a href='http://maketecheasier.com/quick-easy-guide-to-kde-kio-slaves/2009/08/17' rel='bookmark' title='Permanent Link: A Quick and Easy Guide to KDE KIO slaves'>A Quick and Easy Guide to KDE KIO slaves</a></li><li><a href='http://maketecheasier.com/easily-create-brochure-with-scribus/2009/01/26' rel='bookmark' title='Permanent Link: How To Create Brochure Easily With Scribus'>How To Create Brochure Easily With Scribus</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Lancelot: An Alternative KDE Menu</title>
		<link>http://maketecheasier.com/lancelot-an-alternative-kde-menu/2009/10/26</link>
		<comments>http://maketecheasier.com/lancelot-an-alternative-kde-menu/2009/10/26#comments</comments>
		<pubDate>Mon, 26 Oct 2009 12:06:40 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[kde 4]]></category>
		<category><![CDATA[lancelot]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[plasma]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7934</guid>
		<description><![CDATA[Many KDE 3 users swear by the K menu and would dare anyone to challenge it with something better. Fortunately for those people, KDE 4 retained that menu version as an option. For the rest of us, there are a couple of more robust menus that offer a variety of features. Lancelot is a third-party [...]<p><strong><a href="http://maketecheasier.com/lancelot-an-alternative-kde-menu/2009/10/26">Lancelot: An Alternative KDE Menu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/get-the-most-out-of-kde4s-folderview-widget/2009/05/08' rel='bookmark' title='Permanent Link: How to Get The Most Out Of KDE4&#8217;s Folderview Widget'>How to Get The Most Out Of KDE4&#8217;s Folderview Widget</a></li><li><a href='http://maketecheasier.com/install-kde-41-in-ubuntu-hardy-heron/2008/07/31' rel='bookmark' title='Permanent Link: Install KDE 4.1 in Ubuntu Hardy Heron'>Install KDE 4.1 in Ubuntu Hardy Heron</a></li><li><a href='http://maketecheasier.com/how-to-redesign-your-desktop-the-wow-way/2008/01/10' rel='bookmark' title='Permanent Link: Ubuntu Tutorial: How To Redesign Your Desktop The &#8216;WOW&#8217; Way'>Ubuntu Tutorial: How To Redesign Your Desktop The &#8216;WOW&#8217; Way</a></li><li><a href='http://maketecheasier.com/how-to-turn-any-applications-to-a-widget-in-ubuntu/2008/08/04' rel='bookmark' title='Permanent Link: How To Turn Any Applications To A Widget In Ubuntu'>How To Turn Any Applications To A Widget In Ubuntu</a></li><li><a href='http://maketecheasier.com/turn-your-ubuntu-hardy-to-mac-osx-leopard/2008/07/23' rel='bookmark' title='Permanent Link: Turn Your Ubuntu Hardy to Mac OSX Leopard'>Turn Your Ubuntu Hardy to Mac OSX Leopard</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-7940" src="http://images.maketecheasier.com/2009/10/lancelot-icon.jpg" alt="lanceloticon" width="128" height="128" />Many KDE 3 users swear by the K menu and would dare anyone to challenge it with something better. Fortunately for those people, KDE 4 retained that menu version as an option. For the rest of us, there are a couple of more robust menus that offer a variety of features. <a href="http://lancelot.fomentgroup.org" target="_blank">Lancelot</a> is a third-party menu that has now entered into the KDE fold. It is the one I use, and many others have found it pretty useful. In this post, I will present to you some of Lancelot&#8217;s features so that you can decide if it is right for you.</p>
<h3>Setup</h3>
<p>Lancelot is now part of KDE and should be available for installation in any KDE-based distribution (or distributions with the option for full KDE installation). To enable it:</p>
<p>1. Right click on the desktop or panel and click &#8220;Unlock Widgets&#8221;.<br />
2. Right click on your current menu and click &#8220;Remove&#8230;&#8221;<br />
3. Right click on the desktop and click &#8220;Add Widgets&#8221;.<br />
4. Drag the Lancelot widget onto the panel.</p>
<p>You will see another widget called &#8220;Lancelot Part&#8221;, but leave that one alone for now. Like most panel widgets, you can configure it by right-clicking on the icon and clicking &#8220;Lancelot Launcher Settings&#8221;. &#8220;Show categories&#8230;&#8221; will display a button for each Lancelot category. &#8220;Show only menu launcher icon&#8221; does just what it says.</p>
<p>One unique feature of Lancelot is the &#8220;No-click activation&#8221;, which allows you to navigate through the menu without clicking the mouse button. It is in the settings under &#8220;Menu&#8221; and the &#8220;General&#8221; tab. To activate an item, move your mouse pointer over the little arrow that appears when you highlight it. In my case, there is apparently something about clicking that feels more manly, so I disabled the &#8220;No-click&#8221;.</p>
<p><img class="alignnone size-full wp-image-7936" src="http://images.maketecheasier.com/2009/10/lancelot-main.jpg" alt="lancelot" width="532" height="551" /></p>
<h3>Categories</h3>
<p>There are four Lancelot categories: <em>Applications</em>, <em>Computer</em>, <em>Contacts</em>, and <em>Documents</em>. In &#8220;Applications&#8221;, you can add your favorite menu items to the favorites column simply by right-clicking on the icon and clicking &#8220;Add to Favorites&#8221;. When you navigate through each column, Lancelot stays there even if you close the menu, which is handy if you intend to open several applications within that section. It also produces a breadcrumb trail at the top so that you can track back to any spot.</p>
<p>&#8220;Computer&#8221; will show you the standard &#8220;Places&#8221; items that you have <a href="http://maketecheasier.com/master-dolphin-in-kde-4/2009/10/05" target="_blank">setup in Dolphin</a>, &#8220;System&#8221; items, which you can edit, and a list of removable and fixed drives. &#8220;Contacts&#8221; displays new email messages (through Kmail and Kontact) and online Kopete contacts.   &#8220;Documents&#8221; shows your most recent documents in various formats. Early versions of Lancelot did not allow the user to clear the &#8220;recent documents&#8221;, but that feature has now been added.</p>
<p><img class="alignnone size-full wp-image-7937" src="http://images.maketecheasier.com/2009/10/lancelot-menu.jpg" alt="lancelot1" width="531" height="552" /></p>
<h3>Lancelot Part</h3>
<p><img class="alignnone size-full wp-image-7938" src="http://images.maketecheasier.com/2009/10/lancelot-part.jpg" alt="lancelot-part" width="185" height="225" /></p>
<p>I had a very good reason for telling you to leave the Lancelot Part alone. If you were to drag it from the &#8220;Add Widgets&#8221; dialog, you would find that it does nothing. Any section within a Lancelot category can become a widget, utilizing Lancelot Part. For example, make sure that your widgets are unlocked, and then try dragging the &#8220;Places&#8221; section from the &#8220;Computer&#8221; category onto an open area of your desktop. You will now have a handy shortcut menu for all of your bookmarked places.</p>
<p>You can do the same with any of the Lancelot categories. You can also add multiple sections to one Lancelot Part. Just drag a second section onto the current one you just made. It is resizeable and has some configuration settings. In addition, any folder can be made into a Lancelot Part simply by dragging it to the desktop.</p>
<h3>Lancelot Search</h3>
<p>Lancelot is integrated with Krunner. That means anything the user can search for in Krunner can also be found in Lancelot. That includes applications, nepomuk tags, indexed documents, contacts, bookmarks, and file folders. It will also perform numerous Krunner functions such as the calculator and unit convertor.</p>
<p><img class="alignnone size-full wp-image-7939" src="http://images.maketecheasier.com/2009/10/lancelot-conversion.jpg" alt="lancelot-conversion" width="528" height="119" /></p>
<p>Lancelot works very well for those users who like a lot of functionality, and it delievers on its promises. If you are the type who prefers simplicity, however, Lancelot is not for you. The myriad of categories and menu columns can be daunting. Furthermore, I have noticed a slight delay in opening the menu on slower machines, so those of you on netbooks and low-powered desktops will probably prefer a more minimal menu. On my desktop, I enjoy Lancelot in its full glory, and it integrates nicely with KDE&#8217;s &#8220;Air&#8221; Plasma theme. I recommend you give it a try.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/lancelot-an-alternative-kde-menu/2009/10/26">Lancelot: An Alternative KDE Menu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/get-the-most-out-of-kde4s-folderview-widget/2009/05/08' rel='bookmark' title='Permanent Link: How to Get The Most Out Of KDE4&#8217;s Folderview Widget'>How to Get The Most Out Of KDE4&#8217;s Folderview Widget</a></li><li><a href='http://maketecheasier.com/install-kde-41-in-ubuntu-hardy-heron/2008/07/31' rel='bookmark' title='Permanent Link: Install KDE 4.1 in Ubuntu Hardy Heron'>Install KDE 4.1 in Ubuntu Hardy Heron</a></li><li><a href='http://maketecheasier.com/how-to-redesign-your-desktop-the-wow-way/2008/01/10' rel='bookmark' title='Permanent Link: Ubuntu Tutorial: How To Redesign Your Desktop The &#8216;WOW&#8217; Way'>Ubuntu Tutorial: How To Redesign Your Desktop The &#8216;WOW&#8217; Way</a></li><li><a href='http://maketecheasier.com/how-to-turn-any-applications-to-a-widget-in-ubuntu/2008/08/04' rel='bookmark' title='Permanent Link: How To Turn Any Applications To A Widget In Ubuntu'>How To Turn Any Applications To A Widget In Ubuntu</a></li><li><a href='http://maketecheasier.com/turn-your-ubuntu-hardy-to-mac-osx-leopard/2008/07/23' rel='bookmark' title='Permanent Link: Turn Your Ubuntu Hardy to Mac OSX Leopard'>Turn Your Ubuntu Hardy to Mac OSX Leopard</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/lancelot-an-alternative-kde-menu/2009/10/26/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Linux: Access 100+ Games Instantly With DJL</title>
		<link>http://maketecheasier.com/linux-access-100-games-instantly-with-djl/2009/10/17</link>
		<comments>http://maketecheasier.com/linux-access-100-games-instantly-with-djl/2009/10/17#comments</comments>
		<pubDate>Sat, 17 Oct 2009 12:13:54 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[DJL]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7785</guid>
		<description><![CDATA[
(Update: The site was up and running when this post was published, but now it seems that it is down for unknown reason.)
(Update: The site is up and running again.)

For those who always feel that gaming is not suitable in Linux OS and it is always an hassle to install and get games to run [...]<p><strong><a href="http://maketecheasier.com/linux-access-100-games-instantly-with-djl/2009/10/17">Linux: Access 100+ Games Instantly With DJL</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/play-classic-console-games-in-linux/2009/11/13' rel='bookmark' title='Permanent Link: How to Play Classic Console Games in Linux'>How to Play Classic Console Games in Linux</a></li><li><a href='http://maketecheasier.com/4-ways-to-play-windows-game-on-linux/2008/08/19' rel='bookmark' title='Permanent Link: 4 Ways To Play Windows Game On Linux'>4 Ways To Play Windows Game On Linux</a></li><li><a href='http://maketecheasier.com/playdeb-makes-game-installation-in-ubuntu-a-breeze/2008/09/17' rel='bookmark' title='Permanent Link: Playdeb Makes Game Installation In Ubuntu a Breeze'>Playdeb Makes Game Installation In Ubuntu a Breeze</a></li><li><a href='http://maketecheasier.com/gaming-in-linux-ubuntu/2007/11/16' rel='bookmark' title='Permanent Link: Gaming In Linux (Ubuntu)'>Gaming In Linux (Ubuntu)</a></li><li><a href='http://maketecheasier.com/guide-to-playstation-emulator-on-ubuntu/2008/03/19' rel='bookmark' title='Permanent Link: Guide to Playstation Emulator on Ubuntu'>Guide to Playstation Emulator on Ubuntu</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="djl-configuration" src="http://images.maketecheasier.com/2009/10/djl-logo.jpg" alt="djl-logo" width="174" height="86" /></p>
<p>(<em><strong>Update</strong>: The site was up and running when this post was published, but now it seems that it is down for unknown reason.)</em></p>
<p><em>(<strong>Update:</strong> The site is up and running again.)<br />
</em></p>
<p>For those who always feel that gaming is not suitable in Linux OS and it is always an hassle to install and get games to run in Linux platform, then DJL will definitely change the way you think.</p>
<p><a href="http://en.djl-linux.org/" target="_blank">Djl</a> is an open-source (GPL licensed) game manager written in Python 2.5 for the GNU/Linux Operating Systems. In short, it is an application that allows you to install/uninstall/manage your games easily. With Djl, you can browse through its repository of 100+ games and install the game you want with a simple click. No longer do you need to worry about game dependencies and all the command lines.</p>
<h3>Installation</h3>
<p>Download <a href="http://en.djl-linux.org/?q=node/19" target="_blank">djl installer script</a>. Extract it to your Home folder.</p>
<p>Open a terminal, Install the dependencies</p>

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

<p>Change the file permission</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">chmod</span> +x ~<span style="color: #000000; font-weight: bold;">/</span>djl<span style="color: #000000; font-weight: bold;">/</span>djl.sh</pre></div></div>

<p>Run the scripts</p>

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

<h3>Configuration</h3>
<p>At the first run, the configuration window will appear. Here is where you can configure the settings such as the installation directory, default browser etc.</p>
<p><img class="alignnone" title="djl-configuration" src="http://images.maketecheasier.com/2009/10/djl-configuration.png" alt="djl-configuration" width="477" height="534" /></p>
<p>Once you are done with the configuration, click <em>Save</em> and it will bring you to the main screen of DJL.</p>
<h3>Running DJL</h3>
<p>Once you are at the main screen, this is where the fun comes in. In the Repository tab, you can find all the games available in the DJL repository. There are currently about <a href="http://en.djl-linux.org/?q=node/20" target="_blank">120 games</a> in the repository and new games are added regularly.</p>
<p><img class="alignnone" title="djl-main" src="http://images.maketecheasier.com/2009/10/djl-main.png" alt="djl-main" width="577" height="489" /></p>
<p>One thing that I like about the interface is that it is well organized. You can even filter the games by the game types and game license.</p>
<p><img class="alignnone" title="djl-game-type" src="http://images.maketecheasier.com/2009/10/djl-game-types.png" alt="djl-game-type" width="394" height="366" /></p>
<p>When you have found the game you like, simply click <em>Install</em> and DJL will take care of the rest.</p>
<p><img class="alignnone" title="djl-installation" src="http://images.maketecheasier.com/2009/10/djl-installation.png" alt="djl-installation" width="577" height="308" /></p>
<p>As soon as the installation is completed, you will find an entry in the Game tab where you can click to start playing.</p>
<h3>Plugins</h3>
<p>Even though it is a simple game manager, DJL allows its users to install plugins to increase its functionality. While I have no use for most of the plugins, it is good to know that such stuffs exist. Plugins such as the Unreal Tournament 2004 stats could be useful for Unreal fans.</p>
<p><img class="alignnone" title="djl-plugins" src="http://images.maketecheasier.com/2009/10/djl-plugins.png" alt="djl-plugins" width="577" height="444" /></p>
<p>If you are not a gamer, or that you are contented with just playing with Gnometrics, then this is not for you. Other than that, this is really an awesome piece of software.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/linux-access-100-games-instantly-with-djl/2009/10/17">Linux: Access 100+ Games Instantly With DJL</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/play-classic-console-games-in-linux/2009/11/13' rel='bookmark' title='Permanent Link: How to Play Classic Console Games in Linux'>How to Play Classic Console Games in Linux</a></li><li><a href='http://maketecheasier.com/4-ways-to-play-windows-game-on-linux/2008/08/19' rel='bookmark' title='Permanent Link: 4 Ways To Play Windows Game On Linux'>4 Ways To Play Windows Game On Linux</a></li><li><a href='http://maketecheasier.com/playdeb-makes-game-installation-in-ubuntu-a-breeze/2008/09/17' rel='bookmark' title='Permanent Link: Playdeb Makes Game Installation In Ubuntu a Breeze'>Playdeb Makes Game Installation In Ubuntu a Breeze</a></li><li><a href='http://maketecheasier.com/gaming-in-linux-ubuntu/2007/11/16' rel='bookmark' title='Permanent Link: Gaming In Linux (Ubuntu)'>Gaming In Linux (Ubuntu)</a></li><li><a href='http://maketecheasier.com/guide-to-playstation-emulator-on-ubuntu/2008/03/19' rel='bookmark' title='Permanent Link: Guide to Playstation Emulator on Ubuntu'>Guide to Playstation Emulator on Ubuntu</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/linux-access-100-games-instantly-with-djl/2009/10/17/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Linux: Improve Your Battery Life With PowerTOP</title>
		<link>http://maketecheasier.com/improve-your-battery-life-with-powertop/2009/10/01</link>
		<comments>http://maketecheasier.com/improve-your-battery-life-with-powertop/2009/10/01#comments</comments>
		<pubDate>Fri, 02 Oct 2009 03:10:58 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[power saving]]></category>
		<category><![CDATA[PowerTOP]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7509</guid>
		<description><![CDATA[There are plenty of things that I love about Linux, but when it comes to maximizing battery life performance, there is very little to desire. On the frontend, you might be running very few applications, but unknown to you, there are actually plenty of applications running in the backend that are quietly draining away your [...]<p><strong><a href="http://maketecheasier.com/improve-your-battery-life-with-powertop/2009/10/01">Linux: Improve Your Battery Life With PowerTOP</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/how-to-control-your-cpu-frequency-in-ubuntu/2009/04/10' rel='bookmark' title='Permanent Link: How To Control Your CPU Frequency In Ubuntu'>How To Control Your CPU Frequency In Ubuntu</a></li><li><a href='http://maketecheasier.com/install-adobe-air-for-linux-in-ubuntu-intrepid/2008/12/19' rel='bookmark' title='Permanent Link: Install Adobe Air For Linux In Ubuntu Intrepid'>Install Adobe Air For Linux In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/linux-howto-miss-your-windows-application-try-wine/2007/12/15' rel='bookmark' title='Permanent Link: Linux Howto: Miss Your Windows Application? Try WINE'>Linux Howto: Miss Your Windows Application? Try WINE</a></li><li><a href='http://maketecheasier.com/run-32-bit-apps-in-64-bit-linux/2009/08/10' rel='bookmark' title='Permanent Link: How to Run 32-bit Apps in 64-bit Linux'>How to Run 32-bit Apps in 64-bit Linux</a></li><li><a href='http://maketecheasier.com/use-linux-applications-on-windows-without-having-to-install-linux/2008/05/27' rel='bookmark' title='Permanent Link: Use Linux Applications On Windows, Without Having to Install Linux'>Use Linux Applications On Windows, Without Having to Install Linux</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-7523" title="powertop-battlow-screenshot" src="http://images.maketecheasier.com/2009/10/powertop-battlow-screenshot.jpg" alt="powertop-battlow-screenshot" width="341" height="130" />There are plenty of things that I love about Linux, but when it comes to maximizing battery life performance, there is very little to desire. On the frontend, you might be running very few applications, but unknown to you, there are actually plenty of applications running in the backend that are quietly draining away your battery. <em>Compiz</em>, <em>workspace</em>, <em>dock</em> are few such examples. As a result, a battery that used to last 3 hours can only last for 2 hours (or less) now.</p>
<p>So what can you do about it?</p>
<p><a href="http://www.lesswatts.org/" target="_blank">PowerTOP</a> is an application that allows you to view information about programs that are misbehaving while your computer is idle. With this information, you can then make changes and optimize your computer to squeeze more juice out of your laptop battery.</p>
<h3>Installation</h3>
<p>For Ubuntu and Debian based system</p>

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

<p>or simply <a href="apt://powertop">click here</a> to install</p>
<h3>Running PowerTOP</h3>
<p>In the terminal, type</p>

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

<p>PowerTOP runs itself inside the terminal, so don&#8217;t expect a fanciful GUI here.</p>
<p><img class="alignnone size-full wp-image-7510" title="powertop-main" src="http://images.maketecheasier.com/2009/10/powertop-main.jpg" alt="powertop-main" width="577" height="423" /></p>
<p>On the top of the screen, you can see the two columns showing the <em>C-states</em> and <em>P-state</em>s.</p>
<p>The<em> C-state</em> refers to the idle state where your CPU is not doing anything. The higher C-state the CPU is running at, the better it is.</p>
<p>On the other hand, the<em> P-state</em> shows the operational state, or the frequency the CPU is running at most of the time. The lower frequency the CPU runs, the lesser power it will require. From the screenshot above, you can see that my laptop is running at C3 and 800MHz most of the time. (More info on the C-states and P-states can be found <a href="http://software.intel.com/en-us/blogs/2008/03/12/c-states-and-p-states-are-very-different/" target="_blank">here</a>)</p>
<p>At the bottom half is where you can see the applications that are actively running in the background. The number of wakeup refers to the number of time the application refreshes itself to check for instruction. The fewer wakeup an application makes, the better it is.</p>
<h3>PowerTOP Suggestions</h3>
<p>It is pretty useless if you know the cause of the problem, but not the solution to it. One thing that impresses me in PowerTOP is that it provides improvement suggestions as well as the instruction to implement the solution. It even comes with a shortcut key for those who are not familiar with the command line.</p>
<p><img class="alignnone size-full wp-image-7511" title="powertop-suggestion" src="http://images.maketecheasier.com/2009/10/powertop-suggestion.jpg" alt="powertop-suggestion" width="508" height="234" /></p>
<p>For example, in my laptop, PowerTOP detects that the USB drive is taking up plenty of resources and it suggested me to enable the USB auto-suspend mode. Even though I have completely no idea on how to do that in the terminal, I can simply press <strong>U</strong> on my keyboard and get PowerTOP to do the job for me.</p>
<p>Isn&#8217;t that cool!</p>
<p>Once you have resolved one issue, PowerTOP will continue to prompt you for the next issue, until it resolves all the issues that it can find.</p>
<h3>Conclusion</h3>
<p>If you are already power-managing your laptop, PowerTOP might not be able to improve your battery life to a great extent, but for those  casual users who have paid no attention to such detail in the past, I am sure PowerTOP will be able to help you to get the most out of your battery; provided your battery is still functional.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/improve-your-battery-life-with-powertop/2009/10/01">Linux: Improve Your Battery Life With PowerTOP</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/how-to-control-your-cpu-frequency-in-ubuntu/2009/04/10' rel='bookmark' title='Permanent Link: How To Control Your CPU Frequency In Ubuntu'>How To Control Your CPU Frequency In Ubuntu</a></li><li><a href='http://maketecheasier.com/install-adobe-air-for-linux-in-ubuntu-intrepid/2008/12/19' rel='bookmark' title='Permanent Link: Install Adobe Air For Linux In Ubuntu Intrepid'>Install Adobe Air For Linux In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/linux-howto-miss-your-windows-application-try-wine/2007/12/15' rel='bookmark' title='Permanent Link: Linux Howto: Miss Your Windows Application? Try WINE'>Linux Howto: Miss Your Windows Application? Try WINE</a></li><li><a href='http://maketecheasier.com/run-32-bit-apps-in-64-bit-linux/2009/08/10' rel='bookmark' title='Permanent Link: How to Run 32-bit Apps in 64-bit Linux'>How to Run 32-bit Apps in 64-bit Linux</a></li><li><a href='http://maketecheasier.com/use-linux-applications-on-windows-without-having-to-install-linux/2008/05/27' rel='bookmark' title='Permanent Link: Use Linux Applications On Windows, Without Having to Install Linux'>Use Linux Applications On Windows, Without Having to Install Linux</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/improve-your-battery-life-with-powertop/2009/10/01/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Easily Mount Your iPhone As An External Drive in Ubuntu</title>
		<link>http://maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/2009/09/30</link>
		<comments>http://maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/2009/09/30#comments</comments>
		<pubDate>Wed, 30 Sep 2009 12:27:35 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[iPhone/iPod Touch]]></category>
		<category><![CDATA[External Storage]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[USB Drive]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7461</guid>
		<description><![CDATA[For those who own an iPhone/iPod Touch and at the same time is an Ubuntu (or Linux) users, here&#8217;s is a good news. You can now easily mount your iPhone in your Ubuntu without having to jailbreak your phone.
In the past, the dirty but effective way to access the iPhone from your Linux system is [...]<p><strong><a href="http://maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/2009/09/30">How to Easily Mount Your iPhone As An External Drive in Ubuntu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/mount-iso-bin-and-cue-files-from-nautilus/2009/05/23' rel='bookmark' title='Permanent Link: Ubuntu: How to Mount iso, Bin And Cue Files Directly From Nautilus'>Ubuntu: How to Mount iso, Bin And Cue Files Directly From Nautilus</a></li><li><a href='http://maketecheasier.com/how-to-transfer-music-from-iphoneipod-touch-to-your-pc/2008/07/07' rel='bookmark' title='Permanent Link: How to Transfer Music From iPhone/iPod Touch to Your PC'>How to Transfer Music From iPhone/iPod Touch to Your PC</a></li><li><a href='http://maketecheasier.com/how-to-install-dreamweaver-cs3-in-ubuntu-hardy/2008/06/20' rel='bookmark' title='Permanent Link: How To Install Dreamweaver CS3 In Ubuntu Hardy'>How To Install Dreamweaver CS3 In Ubuntu Hardy</a></li><li><a href='http://maketecheasier.com/sync-ipod-touch-with-win-xp-vm-in-ubuntu-intrepid/2008/12/16' rel='bookmark' title='Permanent Link: How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid'>How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/create-a-private-encrypted-folder-on-ubuntu-hardy-with-ecryptfs/2008/09/25' rel='bookmark' title='Permanent Link: Create a Private Encrypted Folder On Ubuntu Hardy With eCryptfs'>Create a Private Encrypted Folder On Ubuntu Hardy With eCryptfs</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://images.maketecheasier.com/2009/09/iphone-usb-hard-drive.jpg" alt="iphone-usb-hard-drive" class="alignleft" width="250" height="182" />For those who own an iPhone/iPod Touch and at the same time is an Ubuntu (or Linux) users, here&#8217;s is a good news. You can now easily mount your iPhone in your Ubuntu without having to jailbreak your phone.</p>
<p>In the past, the dirty but effective way to access the iPhone from your Linux system is via SSH. This requires you to jailbreak your phone and it voids the warranty. With <a href="http://matt.colyer.name/projects/iphone-linux/index.php?title=Main_Page" target="_blank">iFuse</a>, you can now mount your iPhone/iPod Touch under Linux with just a USB cable. You can also view/edit/cut/copy/paste the file just like any USB disk drive.</p>
<h3>Installation</h3>
<p>Open up your terminal, type the following to open up your APT sources file</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>apt<span style="color: #000000; font-weight: bold;">/</span>sources.list</pre></div></div>

<p>Insert the following lines to the end of the file</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">deb http:<span style="color: #000000; font-weight: bold;">//</span>ppa.launchpad.net<span style="color: #000000; font-weight: bold;">/</span>jonabeck<span style="color: #000000; font-weight: bold;">/</span>ppa<span style="color: #000000; font-weight: bold;">/</span>ubuntu jaunty main
deb-src http:<span style="color: #000000; font-weight: bold;">//</span>ppa.launchpad.net<span style="color: #000000; font-weight: bold;">/</span>jonabeck<span style="color: #000000; font-weight: bold;">/</span>ppa<span style="color: #000000; font-weight: bold;">/</span>ubuntu jaunty main</pre></div></div>

<p>The above is assuming that you are using Ubuntu 9.04 (Jaunty). For any other version, simply replace the <em>jaunty</em> by the respective version name (hardy, intrepid, karmic etc)</p>
<p>Save and close the file.</p>
<p>Back in the terminal:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-key</span> adv <span style="color: #660033;">--recv-keys</span> <span style="color: #660033;">--keyserver</span> keyserver.ubuntu.com F0876AC9
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> update
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> ifuse</pre></div></div>

<p>Once the installation is done, connect your iPhone to your computer via the USB cable.</p>
<p>Open up your Nautilus. You should see the iPhone/iPod entry at the side pane. This show that it is already mounted in your system.</p>
<p><img src="http://images.maketecheasier.com/2009/09/nautilus-sidebar.jpg" alt="nautilus-sidebar" class="alignnone" width="171" height="263" /></p>
<p>Click on the entry to view the filesystem.</p>
<h3>Things that you can do</h3>
<p><strong>1. View/copy/download photos.</strong></p>
<p>You can now manage the photos that you have taken with your iPhone without iTunes.</p>
<p><strong>2. Create folders, upload/download files</strong></p>
<p>You can now use your iPhone as a USB drive and use it for file storage. To allow confusion/conflict with the other system files, it is best to create a custom folder (and name it My Folder) and store all your files there.</p>
<p><strong>3. Managing address book/calendar (upcoming)</strong></p>
<p>Work is underway to sync the contact data with Conduit.</p>
<h3>What you cannot do now</h3>
<p><strong>Manage your music database</strong></p>
<p>Apple uses a cryptographic signing algorithm to encrypt all the music files. While you can access the music folder, there is no way that you can transfer your music over and get it to work in your iPhone.</p>
<p><strong>Note:</strong><br />
1. iFuse is not Ubuntu-specific app. It works for most Linux distro as well.</p>
<p>2. Mac users can also use <a href="http://code.google.com/p/iphonedisk/" target="_blank">iPhoneDisk</a> to achieve similar functionality.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/2009/09/30">How to Easily Mount Your iPhone As An External Drive in Ubuntu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/mount-iso-bin-and-cue-files-from-nautilus/2009/05/23' rel='bookmark' title='Permanent Link: Ubuntu: How to Mount iso, Bin And Cue Files Directly From Nautilus'>Ubuntu: How to Mount iso, Bin And Cue Files Directly From Nautilus</a></li><li><a href='http://maketecheasier.com/how-to-transfer-music-from-iphoneipod-touch-to-your-pc/2008/07/07' rel='bookmark' title='Permanent Link: How to Transfer Music From iPhone/iPod Touch to Your PC'>How to Transfer Music From iPhone/iPod Touch to Your PC</a></li><li><a href='http://maketecheasier.com/how-to-install-dreamweaver-cs3-in-ubuntu-hardy/2008/06/20' rel='bookmark' title='Permanent Link: How To Install Dreamweaver CS3 In Ubuntu Hardy'>How To Install Dreamweaver CS3 In Ubuntu Hardy</a></li><li><a href='http://maketecheasier.com/sync-ipod-touch-with-win-xp-vm-in-ubuntu-intrepid/2008/12/16' rel='bookmark' title='Permanent Link: How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid'>How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/create-a-private-encrypted-folder-on-ubuntu-hardy-with-ecryptfs/2008/09/25' rel='bookmark' title='Permanent Link: Create a Private Encrypted Folder On Ubuntu Hardy With eCryptfs'>Create a Private Encrypted Folder On Ubuntu Hardy With eCryptfs</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/2009/09/30/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Configure Custom Shortcuts in KDE</title>
		<link>http://maketecheasier.com/configure-custom-shortcuts-in-kde/2009/09/28</link>
		<comments>http://maketecheasier.com/configure-custom-shortcuts-in-kde/2009/09/28#comments</comments>
		<pubDate>Mon, 28 Sep 2009 12:00:29 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[window manager]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7422</guid>
		<description><![CDATA[Perhaps Mac users know this better than anyone else.  Shortcut keys do exactly what they say, give you shortcuts, saving you time. On my previous computer, my &#8220;C&#8221; key had worn off the keyboard because I spent so much time copying with &#8220;Ctrl-C&#8221; rather than going to the menu each time to select &#8220;copy&#8221;. Whether you [...]<p><strong><a href="http://maketecheasier.com/configure-custom-shortcuts-in-kde/2009/09/28">How to Configure Custom Shortcuts in KDE</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/set-special-window-settings-with-kwin/2009/08/03' rel='bookmark' title='Permanent Link: How to Set Special Window Settings with KWin'>How to Set Special Window Settings with KWin</a></li><li><a href='http://maketecheasier.com/configure-file-associations-in-kde/2009/08/24' rel='bookmark' title='Permanent Link: How to Configure File Associations in KDE'>How to Configure File Associations in KDE</a></li><li><a href='http://maketecheasier.com/the-many-ways-to-copy-move-rename-and-archive-in-kde-4/2009/10/12' rel='bookmark' title='Permanent Link: The Many Ways to Copy, Move, Rename, and Archive in KDE 4'>The Many Ways to Copy, Move, Rename, and Archive in KDE 4</a></li><li><a href='http://maketecheasier.com/useful-shortcut-keys-in-ubuntu/2008/07/14' rel='bookmark' title='Permanent Link: Useful Shortcut Keys In Ubuntu'>Useful Shortcut Keys In Ubuntu</a></li><li><a href='http://maketecheasier.com/configure-a-firewall-in-linux-using-firestarter/2009/03/29' rel='bookmark' title='Permanent Link: How To Configure A Firewall In Linux Using Firestarter'>How To Configure A Firewall In Linux Using Firestarter</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-7423" src="http://images.maketecheasier.com/2009/09/kbshortcut-keyboard.jpg" alt="preferences-desktop-keyboard" width="105" height="82" />Perhaps Mac users know this better than anyone else.  Shortcut keys do exactly what they say, give you shortcuts, saving you time. On my previous computer, my &#8220;C&#8221; key had worn off the keyboard because I spent so much time copying with &#8220;Ctrl-C&#8221; rather than going to the menu each time to select &#8220;copy&#8221;. Whether you are starting an application or cycling through virtual desktops, Linux users tend to love shortcut keys just as much.</p>
<p>In KDE, shortcut keys are customizable for each and every application, and you can also customize global shortcuts that affect the desktop, window manager, command interface, and other features. What follows is a brief guide to using KDE shortcuts, but first I am going to press &#8220;Ctrl-S&#8221; to save my work.</p>
<h3>Global Shortcuts</h3>
<p><img class="aligncenter size-full wp-image-7424" src="http://images.maketecheasier.com/2009/09/kbshortcut-systemsettings.jpg" alt="keyboard shortcut system settings" width="521" height="242" /></p>
<p>1. To start the KDE shortcut configuration, find System Settings in the menu, or press &#8220;Alt-F2&#8243;, type &#8220;<em>systemsettings</em>&#8220;, and press enter.</p>
<p>2. Click &#8220;<em>Keyboard &amp; Mouse</em>&#8221; in the Computer Administration section.</p>
<p>3. Click &#8220;<em>Global Keyboard Shortcuts</em>&#8220;.</p>
<p>4. Select the KDE component you wish to edit. For example, select &#8220;<em>Run Command Interface</em>&#8221; to edit Krunner settings.</p>
<p>5. Click on an action, and it will expand a section showing you the default shortcut and the option to make a custom one.</p>
<p>6. Select &#8220;<em>Custom</em>&#8221; and then click the button next to it.</p>
<p>7. It will then wait for you to press a key or keystroke combination. If the shortcut is already assigned, it will warn you about that. Otherwise, it will assign the new shortcut key.</p>
<p>8. Click Apply.</p>
<h3>Application Shortcuts</h3>
<p><img class="size-full wp-image-7425 aligncenter" src="http://images.maketecheasier.com/2009/09/kbshortcut-eject2.jpg" alt="keyboard shortcut eject2" width="570" height="129" /></p>
<p>Another handy shortcut feature of KDE is that you can assign shortcuts to an application or command. The example I am going to demonstrate solved a problem for me. I have a Mac Pro, but I Linux on it as my main OS. The CD-ROM/DVD drive has no button to open it. That is controlled by the keyboard, which worked fine when I used an Apple keyboard. When I got tired of the Apple keyboard and bought one I liked better, I needed to assign a key for opening the CD tray.</p>
<p><img class="size-full wp-image-7426 alignnone" src="http://images.maketecheasier.com/2009/09/kbshortcut-eject.jpg" alt="keyboard shortcut eject" width="247" height="234" /></p>
<p>1. Right click on the K-Menu icon on the panel.</p>
<p>2. Click &#8220;<em>Menu Editor</em>&#8221;</p>
<p>3. Find the application you want to edit or click the &#8220;new&#8221; button to add a new command (For new commands, follow the normal procedures for adding a command to the menu).</p>
<p>4. Click the &#8220;<em>Advanced</em>&#8221; tab.</p>
<p>5. Where it says &#8220;Current shortcut key&#8221;, click the button next to it.</p>
<p>6. Enter the key combination you want.  For my eject command, I used &#8220;Fn-F10&#8243;.</p>
<p>7. Click &#8220;Save&#8221;.</p>
<p>Finally, whenever you are in a KDE application, you can assign shortcuts by doing the following:</p>
<p>1. In the application&#8217;s menu, click &#8220;Settings&#8221;.</p>
<p>2. Click &#8220;Configure Shortcuts&#8221;.</p>
<p>With application shortcuts, you have the option of assigning alternates so that two different shortcuts can execute an action. You can also assign a global shortcut to an application that will work even when another application has focus. For example, you can set media controls, such as volume, to be controlled even when you are not in KMix.  You can export any of your shortcut settings and import them on another computer, giving you the ultimate flexibility. Now press the shortcut to bookmark MakeTechEasier.com, and enjoy.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/configure-custom-shortcuts-in-kde/2009/09/28">How to Configure Custom Shortcuts in KDE</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/set-special-window-settings-with-kwin/2009/08/03' rel='bookmark' title='Permanent Link: How to Set Special Window Settings with KWin'>How to Set Special Window Settings with KWin</a></li><li><a href='http://maketecheasier.com/configure-file-associations-in-kde/2009/08/24' rel='bookmark' title='Permanent Link: How to Configure File Associations in KDE'>How to Configure File Associations in KDE</a></li><li><a href='http://maketecheasier.com/the-many-ways-to-copy-move-rename-and-archive-in-kde-4/2009/10/12' rel='bookmark' title='Permanent Link: The Many Ways to Copy, Move, Rename, and Archive in KDE 4'>The Many Ways to Copy, Move, Rename, and Archive in KDE 4</a></li><li><a href='http://maketecheasier.com/useful-shortcut-keys-in-ubuntu/2008/07/14' rel='bookmark' title='Permanent Link: Useful Shortcut Keys In Ubuntu'>Useful Shortcut Keys In Ubuntu</a></li><li><a href='http://maketecheasier.com/configure-a-firewall-in-linux-using-firestarter/2009/03/29' rel='bookmark' title='Permanent Link: How To Configure A Firewall In Linux Using Firestarter'>How To Configure A Firewall In Linux Using Firestarter</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/configure-custom-shortcuts-in-kde/2009/09/28/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install and Use Ubuntu Netbook Remix</title>
		<link>http://maketecheasier.com/install-and-use-ubuntu-netbook-remix/2009/09/22</link>
		<comments>http://maketecheasier.com/install-and-use-ubuntu-netbook-remix/2009/09/22#comments</comments>
		<pubDate>Tue, 22 Sep 2009 12:06:47 +0000</pubDate>
		<dc:creator>Joshua Price</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7218</guid>
		<description><![CDATA[As time goes on, netbooks are getting more and more popular.  These small, cheap, portable computers are gaining popularity in situations where you want the flexibility of a laptop, but don&#8217;t need the raw power or price tag of a high-end machine.  Some come with Windows, some come with Linux.  Unfortunately, the [...]<p><strong><a href="http://maketecheasier.com/install-and-use-ubuntu-netbook-remix/2009/09/22">How to Install and Use Ubuntu Netbook Remix</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/install-ubuntu-in-windows/2009/07/28' rel='bookmark' title='Permanent Link: How to Install Ubuntu in Windows'>How to Install Ubuntu in Windows</a></li><li><a href='http://maketecheasier.com/install-kde-41-in-ubuntu-hardy-heron/2008/07/31' rel='bookmark' title='Permanent Link: Install KDE 4.1 in Ubuntu Hardy Heron'>Install KDE 4.1 in Ubuntu Hardy Heron</a></li><li><a href='http://maketecheasier.com/9-things-you-need-to-doinstall-after-installing-ubuntu-904/2009/04/22' rel='bookmark' title='Permanent Link: 9 Things You Need To Do/Install After Installing Ubuntu 9.04'>9 Things You Need To Do/Install After Installing Ubuntu 9.04</a></li><li><a href='http://maketecheasier.com/how-to-boot-install-ubuntu-ibex-from-a-usb-thumb-drive/2008/09/22' rel='bookmark' title='Permanent Link: How to Boot &#038; Install Ubuntu Ibex From a USB Thumb Drive'>How to Boot &#038; Install Ubuntu Ibex From a USB Thumb Drive</a></li><li><a href='http://maketecheasier.com/appnr-%e2%80%93-install-ubuntu-applications-from-your-firefox-browser/2008/10/17' rel='bookmark' title='Permanent Link: Appnr – Install Ubuntu Applications from your Firefox browser'>Appnr – Install Ubuntu Applications from your Firefox browser</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-7291" src="http://images.maketecheasier.com/2009/09/UNR-ubuntu-logo.jpg" alt="UNR-ubuntu-logo" width="150" height="155" />As time goes on, netbooks are getting more and more popular.  These small, cheap, portable computers are gaining popularity in situations where you want the flexibility of a laptop, but don&#8217;t need the raw power or price tag of a high-end machine.  Some come with Windows, some come with Linux.  Unfortunately, the pre-installed Linux on some netbooks can be lacking in quality and features.  For those who aren&#8217;t satisfied with the default OS on their netbook, Ubuntu has created <a href="http://www.ubuntu.com/GetUbuntu/download-netbook" target="_blank">Ubuntu Netbook Remix</a>.</p>
<p>As the name implies, it&#8217;s Ubuntu with some tweaks to make the size and speed of the OS more appropriate to the hardware you&#8217;ll find in your average netbook.  The most noticable difference is that they&#8217;ve completely re-skinned the standard Gnome desktop into something more closely resembling <a href="http://maketecheasier.com/gnome-shell-your-next-desktop-environment/2009/09/09" target="_blank">Gnome Shell</a> than the Gnome you&#8217;re used to.</p>
<p><img class="aligncenter size-full wp-image-7220" src="http://images.maketecheasier.com/2009/09/UNR-main-big.jpg" alt="UNR-main-big" width="577" height="361" /></p>
<h3>Preparing USB Media</h3>
<p>Since many netbooks have no CD/DVD drives, you&#8217;ll need a USB thumb drive (1GB minimum) to perform the installation.  The second thing you&#8217;ll need is the image file that we&#8217;ll be putting on the thumb drive, which can be downloaded <a href="http://www.ubuntu.com/GetUbuntu/download-netbook" target="_blank">here</a>.  The requirements for UNR list an Intel Atom processor for CPU, however I am writing this from UNR running on a Core 2 Duo so it seems the Atom is the &#8220;minimum&#8221; CPU, not necessarily the only supported type.</p>
<p>Installation will proceed in 2 steps.  First, we put the live image on the USB stick (using Linux, Windows, or Mac) then we insert the USB stick into the netbook and install to the netbook&#8217;s hard drive.  The USB stick is the temporary storage, replacing the CDROM in a typical Linux install.</p>
<h3>Linux &#8211; Ubuntu</h3>
<p>If you&#8217;re copying the image file to the USB drive from an Ubuntu system, you need the <em>usb-imagewriter</em> package.  Ubuntu users can install it from the repositories with apt-get/aptitude/synaptic like any other package.   With apt-get, it would look like:</p>

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

<p>or simply click <a href="apt:usb-imagewriter">here</a> to install it in your computer.</p>
<p>Once installed run the program from <em>Applications -&gt; Accessories -&gt; Image Writer</em>.</p>
<p><img class="aligncenter size-full wp-image-7231" src="http://images.maketecheasier.com/2009/09/UNR-ub-imagewriter.jpg" alt="UNR-ub-imagewriter" width="560" height="291" /><br />
Choose the image file downloaded earlier, and the device it&#8217;ll write to (your USB drive). <strong> THIS WILL WIPE ANY DATA CURRENTLY ON THE USB DRIVE.</strong> Click <em>Write</em> when ready.  Once it&#8217;s done, you&#8217;re ready to plug the thumb drive into the netbook and proceed to the Installation section.</p>
<p>Details for writing the image from other operating systems can be found at the <a href="https://help.ubuntu.com/community/Installation/FromImgFiles" target="_blank">Ubuntu Netbook Remix website</a>.</p>
<h3>Booting UNR</h3>
<p>Once the image file has been written to the drive, it&#8217;s time to take it to your netbook.  Shut down the netbook, plug in our newly formatted drive, and turn it back on.  On some netbooks, you may need to manually specify that you want to boot from the USB drive instead of the netbook&#8217;s internal storage.  If this is the case, you can normally set the boot order in the netbook&#8217;s BIOS settings.  Some even have a option when first started, that says something like &#8220;Press F12 for boot menu&#8221;.</p>
<h3>Running UNR</h3>
<p>Here&#8217;s what we&#8217;ve all been waiting for.  Once booted, you won&#8217;t see the normal Gnome desktop.  Instead, you&#8217;ll get a custom desktop menu system devised specifically for UNR.  Regular MakeTechEasier readers will immediately notice the resemblance between UNR&#8217;s menu system and that of<a href="http://maketecheasier.com/gnome-shell-your-next-desktop-environment/2009/09/09" target="_blank"> Gnome Shell</a>.</p>
<p><img class="aligncenter size-full wp-image-7220" src="http://images.maketecheasier.com/2009/09/UNR-main-big.jpg" alt="UNR-main-big" width="577" height="361" /></p>
<p>Your normal panel on top has been replaced by a black bar containing some of the items normally seen in Gnome&#8217;s panel, such as the Network Manager, clock, and power management applet.</p>
<p>When you run any app from the new menu system, it will automatically be maximized to fill the entire screen.  Instead of having a box for each running application filling up the panel, UNR gives each app an icon next to the menu button, and the rest of the screen space is used for the title bar of the currently active (maximized) window.  Here, for example, is my top bar while running Firefox, Rhythmbox, and The Gimp.</p>
<p><img class="aligncenter size-full wp-image-7285" src="http://images.maketecheasier.com/2009/09/UNR-panel.png" alt="UNR-panel" width="478" height="24" /></p>
<p>Some whitespace in the titlebar was removed to avoid shrinking the image and losing clarity.</p>
<p>You may also notice in the full screenshot that all my storage devices were detected and are listed along with Home, Music, Documents, etc on the right hand section of the menu screen.  This is roughly the equivalent of the Places menu on a normal Gnome installation.  At the bottom of that last is the Quit/Shutdown button which is normally found in the top-right corner of a typical Ubuntu system.</p>
<p>A nice feature of UNR is the very first menu section, <em>Favorites</em>.  As the name implies, this holds your most frequently used applications.  As someone who despises the traditional hierarchical menu system, I appreciate anything that speeds up and simplifies the act of finding and running my favorite apps.  The only thing I found lacking in the left pane&#8217;s menu setup is a Run box, allowing me to type in the name of my preferred command instead of hunting through menus.</p>
<h3>Installing UNR to Netbook Hard Drive</h3>
<p>UNR uses the standard Ubuntu installer, which can be found in the Favorites menu.  The process for installing from USB to hard drive should be no different than any other Ubuntu installation, which <a href="http://download.maketecheasier.com/MTE_ubuntu904_ins.pdf">we&#8217;ve covered here before</a>.  <strong>You do not need to install UNR to the hard drive in order to use it</strong>, you can simply boot from the USB stick any time you like if you want to run UNR, however there are a few drawbacks to this.  For one, any changes you make are not persistent.  Next time you reboot, any changes made the the files on the USB drive will be reverted back to their original state.  This means no (useful) software upgrades, and no persistent settings and preferences.   Each boot on to your USB drive will be like the first.</p>
<h3>Caveats</h3>
<p>I had a few complaints about the UNR menu-driven interface.  For starters is the auto-maximization of pretty much any application.  I can see how, in theory, the small screen on your average netbook would mean you&#8217;d only want one app on screen at a time, however that&#8217;s not always the case in practice.  You still have the option of right-clicking the titlebar and choosing &#8220;Unmaximize&#8221; to drop a window into normal mode, but then you have a semi-transparent version of the menu sitting behind all your apps, giving it a cluttered look.</p>
<p>The biggest drawback, to me, was the lack of multiple workspaces.  I use these &#8220;virtual desktops&#8221; extensively, and so far I haven&#8217;t found a way to enable them on UNR.  I suppose the idea behind UNR&#8217;s interface is that people will generally only be running a few full screen apps like web browser and email, due to the low power of your average netbook.  That&#8217;s another thing that sounds fine in theory, but has caused me frustrations when attempting to use UNR as a desktop system.</p>
<p>Finally, there&#8217;s the issue with multi-windowed apps, such as The Gimp.  I briefly mentioned above that whenever an app is NOT maximized, you can see a semi-transparent menu floating on your desktop.  While not a real problem, I find this very annoying as it makes my workspace feel cluttered and disorganized.</p>
<p><img class="aligncenter size-full wp-image-7288" src="http://images.maketecheasier.com/2009/09/UNR-non-maximized.jpg" alt="UNR-non-maximized" width="577" height="361" /></p>
<h3>Conclusion</h3>
<p>As far as the real guts of the system, UNR is roughly the same as any Ubuntu installation, with approximately the same set of software and whatever pros and cons they provide.  Regarding the interface, I wasn&#8217;t particularly impressed.  Some of the design choices seem good at first, but over time have caused me some frustrations.  I suppose, though, that if you&#8217;re using UNR exactly as intended (light use, small amount of full-screen apps) it could provide a cozy, simple setup that sure beats some of the pre-installed operating systems many manufacturers provide (I&#8217;m looking at you, Xandros).  Perhaps in the next iteration of UNR, some kinks will be better worked out and the UNR interface will more closely match the clever design we&#8217;ve seen in projects like Gnome Shell.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/install-and-use-ubuntu-netbook-remix/2009/09/22">How to Install and Use Ubuntu Netbook Remix</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/install-ubuntu-in-windows/2009/07/28' rel='bookmark' title='Permanent Link: How to Install Ubuntu in Windows'>How to Install Ubuntu in Windows</a></li><li><a href='http://maketecheasier.com/install-kde-41-in-ubuntu-hardy-heron/2008/07/31' rel='bookmark' title='Permanent Link: Install KDE 4.1 in Ubuntu Hardy Heron'>Install KDE 4.1 in Ubuntu Hardy Heron</a></li><li><a href='http://maketecheasier.com/9-things-you-need-to-doinstall-after-installing-ubuntu-904/2009/04/22' rel='bookmark' title='Permanent Link: 9 Things You Need To Do/Install After Installing Ubuntu 9.04'>9 Things You Need To Do/Install After Installing Ubuntu 9.04</a></li><li><a href='http://maketecheasier.com/how-to-boot-install-ubuntu-ibex-from-a-usb-thumb-drive/2008/09/22' rel='bookmark' title='Permanent Link: How to Boot &#038; Install Ubuntu Ibex From a USB Thumb Drive'>How to Boot &#038; Install Ubuntu Ibex From a USB Thumb Drive</a></li><li><a href='http://maketecheasier.com/appnr-%e2%80%93-install-ubuntu-applications-from-your-firefox-browser/2008/10/17' rel='bookmark' title='Permanent Link: Appnr – Install Ubuntu Applications from your Firefox browser'>Appnr – Install Ubuntu Applications from your Firefox browser</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/install-and-use-ubuntu-netbook-remix/2009/09/22/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Jolicloud &#8211; The Innovative OS For The Web-Centric Crowd</title>
		<link>http://maketecheasier.com/jolicloud-the-innovative-os-for-the-web-centric-crowd/2009/09/18</link>
		<comments>http://maketecheasier.com/jolicloud-the-innovative-os-for-the-web-centric-crowd/2009/09/18#comments</comments>
		<pubDate>Fri, 18 Sep 2009 12:56:32 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[distro]]></category>
		<category><![CDATA[Jolicloud]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[OS]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7192</guid>
		<description><![CDATA[ For those who are sick of using Windows XP on their netbook and wanted to try out a netbook-efficient and more user friendly OS, then Jolicloud could well be the one heading to your netbook.
Jolicloud is a new Linux distro based on the Ubuntu Netbook Remix, but specifically optimized for netbook devices. What make [...]<p><strong><a href="http://maketecheasier.com/jolicloud-the-innovative-os-for-the-web-centric-crowd/2009/09/18">Jolicloud &ndash; The Innovative OS For The Web-Centric Crowd</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/appnr-%e2%80%93-install-ubuntu-applications-from-your-firefox-browser/2008/10/17' rel='bookmark' title='Permanent Link: Appnr – Install Ubuntu Applications from your Firefox browser'>Appnr – Install Ubuntu Applications from your Firefox browser</a></li><li><a href='http://maketecheasier.com/a-hands-on-and-review-of-ubuntu-one/2009/07/21' rel='bookmark' title='Permanent Link: A Hands on and Review of Ubuntu One'>A Hands on and Review of Ubuntu One</a></li><li><a href='http://maketecheasier.com/how-to-minimize-all-your-applications-to-the-system-tray-in-ubuntu/2008/11/25' rel='bookmark' title='Permanent Link: How To Minimize All Your Applications To The System Tray In Ubuntu'>How To Minimize All Your Applications To The System Tray In Ubuntu</a></li><li><a href='http://maketecheasier.com/tweak-your-ubuntu-the-easy-way/2008/09/10' rel='bookmark' title='Permanent Link: Tweak Your Ubuntu The Easy Way'>Tweak Your Ubuntu The Easy Way</a></li><li><a href='http://maketecheasier.com/gmail-notifier-for-ubuntu-904/2009/05/11' rel='bookmark' title='Permanent Link: Gmail Notifier For Ubuntu 9.04'>Gmail Notifier For Ubuntu 9.04</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="jolicloud-logo" src="http://images.maketecheasier.com/2009/09/jolicloud-logo.jpg" alt="jolicloud-logo" width="223" height="180" /> For those who are sick of using Windows XP on their netbook and wanted to try out a netbook-efficient and more user friendly OS, then Jolicloud could well be the one heading to your netbook.</p>
<p><a href="http://www.jolicloud.com" target="_blank">Jolicloud</a> is a new Linux distro based on the <a href="http://www.ubuntu.com/GetUbuntu/download-netbook" target="_blank">Ubuntu Netbook Remix</a>, but specifically optimized for netbook devices. What make it stands out from the rest is its Web services that delivers a whole new Web-centric experience to its users (we will discuss more on that later).</p>
<p>Jolicloud is currently at closed alpha testing stage and only offer download on an invitation basis. The download is a LiveCD installer of around 600MB, distributed in iso format. You will have to use a <a href="http://www.jolicloud.com/community/get-jolicloud#download-jolicloud-usb-creator" target="_blank">USB creator software</a> to mount the iso file on a USB drive before you can use it to install on a netbook.</p>
<p>When you first boot up the OS, you will see a Ubuntu-like grub splash screen.</p>
<p><img class="alignnone" title="jolicloud-bootup" src="http://images.maketecheasier.com/2009/09/jolicloud-bootup.png" border="0" alt="jolicloud-bootup" width="577" height="427" /></p>
<p>Similarly, on the home screen, you will find the familiar UNR user interface.</p>
<p><img class="alignnone" title="jolicloud-home-screen" src="http://images.maketecheasier.com/2009/09/jolicloud-home-screen.jpg" alt="jolicloud-home-screen" width="577" height="434" /></p>
<p>On further exploration, you will also find that many of the standard software suite found in UNR (like Open Office, GIMP, Rhythmbox) are no longer available. Even Ubuntu signature app installer:<em> Synaptic Package Manger</em>, is missing. There is a good reason for that. Jolicloud stripped out all the heavy-duty and redundant applications in the system and allows you to customize fully what applications you want in your computer.</p>
<p>This is also where <strong>Jolicloud Web Services</strong> plays its part.</p>
<p>Click on the <em>My Jolicloud</em> icon (or the <em>Get Started</em> icon in Favorites tab) to launch Jolicloud Web Services. This is basically a Mozilla Prism application that connects you to the Jolicloud server.</p>
<h3>Jolicloud Dashboard</h3>
<p>This is essentially the starting point of your Jolicloud Web-centric experience. The dashboard contains news information and notification of the software update for your netbook.</p>
<p><img class="alignnone" title="jolicloud-dashboard" src="http://images.maketecheasier.com/2009/09/jolicloud-dashboard.jpg" alt="jolicloud-dashboard" width="577" height="326" /></p>
<h3>Jolicloud Application</h3>
<p>The application panel functions just like the iPhone App Store where you can choose the applications you want and install it in your netbook, easily and quickly. You are not restricted to install only desktop based application. Most of the popular web-based apps such as <em>Google docs</em>, <em>Zoho office</em>, <em>YouTube</em> can also be installed in your system (basically they are just customized build of Prism). <em>Who says you need to know command line to install applications in Linux?</em></p>
<p><img class="alignnone" title="jolicloud-application" src="http://images.maketecheasier.com/2009/09/jolicloud-application.jpg" alt="jolicloud-application" width="577" height="323" /></p>
<p><img class="alignnone" title="jolicloud-google-apps" src="http://images.maketecheasier.com/2009/09/jolicloud-google-apps.jpg" alt="jolicloud-google-apps" width="577" height="323" /></p>
<h3>Jolicloud Settings &#8211; the social media stuff</h3>
<p>The Settings panel is where you can follow other Jolicloud&#8217;s members (in Twitter style) and get update on what they are installing in their system. One thing though, for those who are concerned with their privacy, (unfortunately) I have not found a way to prevent others from following you. I strongly hope that Jolicloud can fix this up and allow more privacy control to the users.</p>
<p><img class="alignnone" title="jolicloud-following" src="http://images.maketecheasier.com/2009/09/jolicloud-following.jpg" alt="jolicloud-following" width="577" height="322" /></p>
<h3>Conclusion</h3>
<p>For an OS that is still in alpha testing, Jolicloud is impressive. Surely there are plenty of bugs still need to be sorted out, but for the simple, yet user-friendly and easy to use interface, it really worth the praise.</p>
<p>Things that I hope to see improvement in future release:</p>
<p>1) Privacy control for the end-users<br />
2) Support for a wider range of netbooks (currently it only works on certain models)<br />
3) Better hardware support</p>
<p>Have you tried out Jolicloud? If not, apply for the <a href="http://my.jolicloud.com/account/invitation?next=/register" rel="nofollow" target="_blank">invitation code</a> here.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/jolicloud-the-innovative-os-for-the-web-centric-crowd/2009/09/18">Jolicloud &ndash; The Innovative OS For The Web-Centric Crowd</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/appnr-%e2%80%93-install-ubuntu-applications-from-your-firefox-browser/2008/10/17' rel='bookmark' title='Permanent Link: Appnr – Install Ubuntu Applications from your Firefox browser'>Appnr – Install Ubuntu Applications from your Firefox browser</a></li><li><a href='http://maketecheasier.com/a-hands-on-and-review-of-ubuntu-one/2009/07/21' rel='bookmark' title='Permanent Link: A Hands on and Review of Ubuntu One'>A Hands on and Review of Ubuntu One</a></li><li><a href='http://maketecheasier.com/how-to-minimize-all-your-applications-to-the-system-tray-in-ubuntu/2008/11/25' rel='bookmark' title='Permanent Link: How To Minimize All Your Applications To The System Tray In Ubuntu'>How To Minimize All Your Applications To The System Tray In Ubuntu</a></li><li><a href='http://maketecheasier.com/tweak-your-ubuntu-the-easy-way/2008/09/10' rel='bookmark' title='Permanent Link: Tweak Your Ubuntu The Easy Way'>Tweak Your Ubuntu The Easy Way</a></li><li><a href='http://maketecheasier.com/gmail-notifier-for-ubuntu-904/2009/05/11' rel='bookmark' title='Permanent Link: Gmail Notifier For Ubuntu 9.04'>Gmail Notifier For Ubuntu 9.04</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/jolicloud-the-innovative-os-for-the-web-centric-crowd/2009/09/18/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Use Digikam to Export Photos to Flickr, PicasaWeb, and Facebook</title>
		<link>http://maketecheasier.com/use-digikam-export-photos-flickr-picasaweb-and-facebook/2009/09/14</link>
		<comments>http://maketecheasier.com/use-digikam-export-photos-flickr-picasaweb-and-facebook/2009/09/14#comments</comments>
		<pubDate>Mon, 14 Sep 2009 12:23:58 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[digikam]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[picasaweb]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7136</guid>
		<description><![CDATA[
Digikam is a free and open source photo management software package for KDE. Many KDE-based Linux distributions either come with Digikam installed or have it available in their repositories. With Digikam, you can import photos from your digital camera or flash memory, organize and tag them, rate them, edit them, and export them to various services [...]<p><strong><a href="http://maketecheasier.com/use-digikam-export-photos-flickr-picasaweb-and-facebook/2009/09/14">How to Use Digikam to Export Photos to Flickr, PicasaWeb, and Facebook</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/how-to-grab-photos-from-flickr-and-set-as-ubuntu-wallpaper-automatically/2008/06/12' rel='bookmark' title='Permanent Link: How to Grab Photos From Flickr And Set As Ubuntu Wallpaper (Automatically)'>How to Grab Photos From Flickr And Set As Ubuntu Wallpaper (Automatically)</a></li><li><a href='http://maketecheasier.com/slice-images-with-xara-xtreme/2009/09/07' rel='bookmark' title='Permanent Link: How to Slice Images with Xara Xtreme'>How to Slice Images with Xara Xtreme</a></li><li><a href='http://maketecheasier.com/using-seesmic-to-help-manage-your-social-life/2009/07/04' rel='bookmark' title='Permanent Link: Easy Twittering and Facebook(ing) with Seesmic'>Easy Twittering and Facebook(ing) with Seesmic</a></li><li><a href='http://maketecheasier.com/manage-your-synchronization-and-backup-easily-with-conduit-for-linux/2008/10/13' rel='bookmark' title='Permanent Link: Manage Your Synchronization And Backup Easily With Conduit For Linux'>Manage Your Synchronization And Backup Easily With Conduit For Linux</a></li><li><a href='http://maketecheasier.com/easily-create-brochure-with-scribus/2009/01/26' rel='bookmark' title='Permanent Link: How To Create Brochure Easily With Scribus'>How To Create Brochure Easily With Scribus</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-7137" src="http://images.maketecheasier.com/2009/09/digikam-splash.jpg" alt="digikam-splash" width="502" height="309" /></p>
<p><a href="http://www.digikam.org/" target="_blank">Digikam</a> is a free and open source photo management software package for KDE. Many KDE-based Linux distributions either come with Digikam installed or have it available in their repositories. With Digikam, you can import photos from your digital camera or flash memory, organize and tag them, rate them, edit them, and export them to various services or custom galleries.</p>
<p>Three popular services that Digikam can handle are Flickr, PicasaWeb, and Facebook. The first two are social photo sites, and the last is a social networking site. All three support photo plugins used by Digikam. This makes uploading photos quick, easy, and painless.</p>
<p>I am operating under the assumption that you already have accounts on the services you want to use. If not, you will need to register and activate whichever accounts you want before you proceed.</p>
<h3>Preparing Digikam Photos</h3>
<p>If you are preparing to use Digikam for the first time, you need to tell it where your photos are stored. When you first start it, it will pop up a window asking for your pictures directory. Once selected, it will remember that selection and always work within that directory until you change it.</p>
<h3>Flickr</h3>
<p><img class="alignnone size-full wp-image-7138" src="http://images.maketecheasier.com/2009/09/digikam-flickr.jpg" alt="flickr" width="500" height="399" /></p>
<p>To export your photos to Flick, do the following:</p>
<p>1. Select the album and images you wish to upload.<br />
2. Click &#8220;Export&#8221; in the menu<br />
3. Click &#8220;Export to Flickr&#8221;<br />
4. It will open your web browser and ask you to login to Flickr. If you are already logged in, you can skip this step.<br />
5. After you are logged in, go back to Digikam and click &#8220;Yes&#8221;.<br />
6. Under &#8220;Upload Options&#8221; you can select a PhotoSet or create a new one.<br />
7. Create tags or check &#8220;Use Host Application Tags&#8221; to use your Digikam/KDE tags.<br />
8. Select any other options you want and then click &#8220;Start Uploading&#8221;.</p>
<h3>PicasaWeb</h3>
<p><img class="alignnone size-full wp-image-7139" src="http://images.maketecheasier.com/2009/09/digikam-picasa.jpg" alt="picasa" width="500" height="251" /></p>
<p>Google offers a Linux download for their Picasa software, but it is not native Linux software and does not integrate well into the rest of KDE like Digikam. Fortunately, you can still upload pictures to your PicasaWeb account without using Picasa desktop software. To export your photos to PicasaWeb, do the following:</p>
<p>1. Select the album and images you wish to upload.<br />
2. Click &#8220;Export&#8221; in the menu<br />
3. Click &#8220;Export to PicasaWeb&#8221;<br />
4. It will open your web browser and ask for your Google login. If you are already logged in, go back to Digikam.<br />
5. Click &#8220;Yes&#8221;.<br />
6. Choose the album you want to use or create a new one.<br />
7. Add tags for the images or click &#8220;Export Application Tags&#8221; to use Digikam&#8217;s.<br />
8. Click &#8220;Start Uploading&#8221;</p>
<h3>Facebook</h3>
<p><img class="alignnone size-full wp-image-7140" src="http://images.maketecheasier.com/2009/09/digikam-facebook.jpg" alt="facebook" width="500" height="380" /></p>
<p>People who use Facebook often want to share their photos, and Facebook has a complete photo album component with albums, tags, and other common features. By default it relies on a Java-based upload application that does run well on Linux from my experience. To use Digikam to upload Facebook photos, do the following:</p>
<p>1. Select the album and images you wish to upload.<br />
2. Click &#8220;Export&#8221; in the menu<br />
3. Click &#8220;Export to Facebook&#8221;<br />
4. It will open your web browser and ask for your Facebook login. If you are already logged in, Facebook will tell you that you can close the window and return to Digikam.<br />
5. Back in Digikam, click &#8220;Yes&#8221; in the dialog box.<br />
6. Choose an album, select &#8220;auto create&#8221;, or click &#8220;New Album&#8221; to make a new one.<br />
7. Click &#8220;Start Upload&#8221;.</p>
<p>There are other plugins for Gallery (free software that you can install on your own website), and SmugMug (which requires a paid account). You can also use Digikam to create a static HTML gallery for use online or offline.</p>
<p>Regardless of the service you choose, once you have it setup in Digikam, you can easily upload new photos whenever you take them.  With KDE 4, tags and ratings carry over into other applications, integrating your user experience both locally and on the web.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/use-digikam-export-photos-flickr-picasaweb-and-facebook/2009/09/14">How to Use Digikam to Export Photos to Flickr, PicasaWeb, and Facebook</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/how-to-grab-photos-from-flickr-and-set-as-ubuntu-wallpaper-automatically/2008/06/12' rel='bookmark' title='Permanent Link: How to Grab Photos From Flickr And Set As Ubuntu Wallpaper (Automatically)'>How to Grab Photos From Flickr And Set As Ubuntu Wallpaper (Automatically)</a></li><li><a href='http://maketecheasier.com/slice-images-with-xara-xtreme/2009/09/07' rel='bookmark' title='Permanent Link: How to Slice Images with Xara Xtreme'>How to Slice Images with Xara Xtreme</a></li><li><a href='http://maketecheasier.com/using-seesmic-to-help-manage-your-social-life/2009/07/04' rel='bookmark' title='Permanent Link: Easy Twittering and Facebook(ing) with Seesmic'>Easy Twittering and Facebook(ing) with Seesmic</a></li><li><a href='http://maketecheasier.com/manage-your-synchronization-and-backup-easily-with-conduit-for-linux/2008/10/13' rel='bookmark' title='Permanent Link: Manage Your Synchronization And Backup Easily With Conduit For Linux'>Manage Your Synchronization And Backup Easily With Conduit For Linux</a></li><li><a href='http://maketecheasier.com/easily-create-brochure-with-scribus/2009/01/26' rel='bookmark' title='Permanent Link: How To Create Brochure Easily With Scribus'>How To Create Brochure Easily With Scribus</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/use-digikam-export-photos-flickr-picasaweb-and-facebook/2009/09/14/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>8 Useful and Interesting Bash Prompts</title>
		<link>http://maketecheasier.com/8-useful-and-interesting-bash-prompts/2009/09/04</link>
		<comments>http://maketecheasier.com/8-useful-and-interesting-bash-prompts/2009/09/04#comments</comments>
		<pubDate>Fri, 04 Sep 2009 12:00:27 +0000</pubDate>
		<dc:creator>Joshua Price</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[prompt]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=6712</guid>
		<description><![CDATA[Many people don&#8217;t think of their command prompt as a particularly useful thing, or even pay it much attention.  To me, this is a bit of a shame, as a useful prompt can change the way you use the command line.  Well I&#8217;ve scoured the Interwebs looking for the best, most useful, or [...]<p><strong><a href="http://maketecheasier.com/8-useful-and-interesting-bash-prompts/2009/09/04">8 Useful and Interesting Bash Prompts</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/mastering-the-bash-history/2009/05/20' rel='bookmark' title='Permanent Link: Mastering the Bash History'>Mastering the Bash History</a></li><li><a href='http://maketecheasier.com/making-the-linux-command-line-a-little-friendlier/2009/03/19' rel='bookmark' title='Permanent Link: Making The Linux Command Line A Little Friendlier'>Making The Linux Command Line A Little Friendlier</a></li><li><a href='http://maketecheasier.com/basic-bash-command-for-new-linux-users/2008/01/22' rel='bookmark' title='Permanent Link: Basic Bash Command For New Linux Users'>Basic Bash Command For New Linux Users</a></li><li><a href='http://maketecheasier.com/transform-kubuntu-jaunty-to-windows-7-in-3-simple-steps/2009/06/19' rel='bookmark' title='Permanent Link: Transform Kubuntu Jaunty to Windows 7 In 3 Simple Steps'>Transform Kubuntu Jaunty to Windows 7 In 3 Simple Steps</a></li><li><a href='http://maketecheasier.com/download-youtube-videos-for-offline-viewing-on-linux/2009/02/09' rel='bookmark' title='Permanent Link: Download YouTube Videos For Offline Viewing On Linux'>Download YouTube Videos For Offline Viewing On Linux</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://images.maketecheasier.com/2009/08/bachprompts-main.jpg" alt="bachprompts-main" width="170" height="127" class="alignleft size-full wp-image-6939" />Many people don&#8217;t think of their command prompt as a particularly useful thing, or even pay it much attention.  To me, this is a bit of a shame, as a useful prompt can change the way you use the command line.  Well I&#8217;ve scoured the Interwebs looking for the best, most useful, or sometimes most amusing bash prompts.  Here, in no particular order, are the ones I&#8217;d be most likely to use on my computers.</p>
<p><em>Note &#8211; to use any of these prompts, you can copy &amp; paste the &#8220;PS1=&#8221; line directly into your terminal.  To make the change permanent, paste the line to the end of your </em>~/.bashrc<em> file. </em></p>
<h3>1. Show Happy face upon successful execution</h3>
<p>This prompt is probably the most amusing one on the list, but remains useful.  The idea is that as long as your commands execute successfully, your prompt shows a happy face.  Any time a command fails, it shows a sad face instead.</p>
<p>Example:<br />
<img class="aligncenter size-full wp-image-6786" src="http://images.maketecheasier.com/2009/08/bashprompts-happyface.jpg" alt="bashprompts-happyface" width="298" height="111" /><br />
Code:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">PS1</span>=<span style="color: #ff0000;">&quot;\<span style="color: #780078;">`if [ \$? = 0 ]; then echo \[\e[33m\]^_^\[\e[0m\]; else echo \[\e[31m\]O_O\[\e[0m\]; fi\`</span>[\u@\h:\w]\<span style="color: #000099; font-weight: bold;">\$</span> &quot;</span></pre></div></div>

<h3>2.Change color on bad command</h3>
<p>Here&#8217;s one of my favorites.  This prompt has it all.  Like above, the prompt changes color if your last command failed to run successfully, but it also shortens long paths and contains the <a href="http://maketecheasier.com/mastering-the-bash-history/2009/05/20" target="_blank">bash history</a> number of each command for easy retrieval.</p>
<p>Example:<br />
<img class="aligncenter size-full wp-image-6791" src="http://images.maketecheasier.com/2009/08/bashprompts-hurring.jpg" alt="bashprompts-hurring" width="378" height="154" /><br />
Code:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">PROMPT_COMMAND</span>=<span style="color: #ff0000;">'PS1=&quot;\[\033[0;33m\][\!]\`if [[ \$? = &quot;0&quot; ]]; then echo &quot;\\[\\033[32m\\]&quot;; else echo &quot;\\[\\033[31m\\]&quot;; fi\`[\u.\h: \`if [[ `pwd|wc -c|tr -d &quot; &quot;` &gt; 18 ]]; then echo &quot;\\W&quot;; else echo &quot;\\w&quot;; fi\`]\$\[\033[0m\] &quot;; echo -ne &quot;\033]0;`hostname -s`:`pwd`\007&quot;'</span></pre></div></div>

<h3>3. Multi lines prompt</h3>
<p>If you&#8217;re the type who wants to pack your prompt full of information, then here&#8217;s the one for you.  This one is a multi-line prompt containing date/time, full path, user and host, active terminal, even file count and space usage.<br />
Example:<br />
<img class="aligncenter size-full wp-image-6794" src="http://images.maketecheasier.com/2009/08/bashprompts-informant.jpg" alt="bashprompts-informant" width="392" height="162" /><br />
Code:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">PS1</span>=<span style="color: #ff0000;">&quot;<span style="color: #000099; font-weight: bold;">\n</span>\[\033[35m\]<span style="color: #000099; font-weight: bold;">\$</span>(/bin/date)<span style="color: #000099; font-weight: bold;">\n</span>\[\033[32m\]\w<span style="color: #000099; font-weight: bold;">\n</span>\[\033[1;31m\]\u@\h: \[\033[1;34m\]<span style="color: #000099; font-weight: bold;">\$</span>(/usr/bin/tty | /bin/sed -e 's:/dev/::'): \[\033[1;36m\]<span style="color: #000099; font-weight: bold;">\$</span>(/bin/ls -1 | /usr/bin/wc -l | /bin/sed 's: ::g') files \[\033[1;33m\]<span style="color: #000099; font-weight: bold;">\$</span>(/bin/ls -lah | /bin/grep -m 1 total | /bin/sed 's/total //')b\[\033[0m\] -&gt; \[\033[0m\]&quot;</span></pre></div></div>

<h3>4. Color manage your prompt</h3>
<p>There&#8217;s nothing particularly fancy about this prompt, other than the good use of color to separate the different pieces of information.  As you can see, it provides time, username, hostname, and current directory.  Fairly minimal but useful.</p>
<p>Example:<br />
<img class="aligncenter size-full wp-image-6808" src="http://images.maketecheasier.com/2009/08/bashprompts-4.jpg" alt="bashprompts-4" width="333" height="69" /><br />
Code:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">PS1</span>=<span style="color: #ff0000;">&quot;\[\033[35m\]<span style="color: #000099; font-weight: bold;">\t</span>\[\033[m\]-\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]<span style="color: #000099; font-weight: bold;">\$</span> &quot;</span></pre></div></div>

<h3>5. Show full path</h3>
<p>This one&#8217;s a nice, clean, minimal 2-line prompt (plus a blank line at the top).  You&#8217;ve got your full path at the first line and pretty much just the username at the bottom.  If you want to remove the blank line at the start of every prompt, just take out the first &#8220;\n&#8221;.</p>
<p>Example:<br />
<img class="aligncenter size-full wp-image-6818" src="http://images.maketecheasier.com/2009/08/bashprompts-5.jpg" alt="bashprompts-5" width="231" height="126" /></p>
<p>Code:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">PS1</span>=<span style="color: #ff0000;">&quot;[\[\033[32m\]\w]\[\033[0m\]<span style="color: #000099; font-weight: bold;">\n</span>\[\033[1;36m\]\u\[\033[1;33m\]-&gt; \[\033[0m\]&quot;</span></pre></div></div>

<h3>6. Show background job count</h3>
<p>Another nifty 2-liner, but this one&#8217;s got some info we haven&#8217;t used before.  The first line is the normal user@host, with full path.  On the second line we&#8217;ve got history number and a count of the jobs running in the background.</p>
<p>Example:<br />
<img class="aligncenter size-full wp-image-6835" src="http://images.maketecheasier.com/2009/08/bashprompts-61.jpg" alt="bashprompts-6" width="310" height="114" /></p>
<p>Code:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">PS1</span>=<span style="color: #ff0000;">'\[\e[1;32m\]\u@\H:\[\e[m\] \[\e[1;37m\]\w\[\e[m\]\n\[\e[1;33m\]hist:\! \[\e[0;33m\] \[\e[1;31m\]jobs:\j \$\[\e[m\] '</span></pre></div></div>

<h3>7. Display directory information</h3>
<p>A very elegant and nice looking prompt design.  With this one we&#8217;ve got user/host, number of jobs, and date/time on the top line.  Below that is current directory along with number of files in that directory and their disk usage.</p>
<p>Example:<br />
<img class="aligncenter size-full wp-image-6838" src="http://images.maketecheasier.com/2009/08/bashprompts-7.jpg" alt="bashprompts-7" width="399" height="134" /></p>
<p>Code:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">PS1</span>=<span style="color: #ff0000;">&quot;<span style="color: #000099; font-weight: bold;">\n</span>\[\e[30;1m\]\[\016\]l\[\017\](\[\e[34;1m\]\u@\h\[\e[30;1m\])-(\[\e[34;1m\]\j\[\e[30;1m\])-(\[\e[34;1m\]\@ \d\[\e[30;1m\])-&gt;\[\e[30;1m\]<span style="color: #000099; font-weight: bold;">\n</span>\[\016\]m\[\017\]-(\[\[\e[32;1m\]\w\[\e[30;1m\])-(\[\e[32;1m\]<span style="color: #000099; font-weight: bold;">\$</span>(/bin/ls -1 | /usr/bin/wc -l | /bin/sed 's: ::g') files, <span style="color: #000099; font-weight: bold;">\$</span>(/bin/ls -lah | /bin/grep -m 1 total | /bin/sed 's/total //')b\[\e[30;1m\])--&gt; \[\e[0m\]&quot;</span></pre></div></div>

<h3>8. My Prompt</h3>
<p>And finally, the prompt I personally like to use.  It&#8217;s a modification of #7, changed to take up less space and include only the information I most want in my prompt.  I like the two-line style as it lets me see the full path without reducing the space for my actual commands.</p>
<p>Example:<br />
<img class="aligncenter size-full wp-image-6845" src="http://images.maketecheasier.com/2009/08/bashprompts-8.jpg" alt="bashprompts-8" width="268" height="136" /><br />
Code:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">PS1</span>=<span style="color: #ff0000;">&quot;<span style="color: #000099; font-weight: bold;">\n</span>\[\e[32;1m\](\[\e[37;1m\]\u\[\e[32;1m\])-(\[\e[37;1m\]jobs:\j\[\e[32;1m\])-(\[\e[37;1m\]\w\[\e[32;1m\])<span style="color: #000099; font-weight: bold;">\n</span>(\[\[\e[37;1m\]! \!\[\e[32;1m\])-&gt; \[\e[0m\]&quot;</span></pre></div></div>

<p>If you&#8217;d like to share your prompt, please do so in the comments below.  </p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/8-useful-and-interesting-bash-prompts/2009/09/04">8 Useful and Interesting Bash Prompts</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/mastering-the-bash-history/2009/05/20' rel='bookmark' title='Permanent Link: Mastering the Bash History'>Mastering the Bash History</a></li><li><a href='http://maketecheasier.com/making-the-linux-command-line-a-little-friendlier/2009/03/19' rel='bookmark' title='Permanent Link: Making The Linux Command Line A Little Friendlier'>Making The Linux Command Line A Little Friendlier</a></li><li><a href='http://maketecheasier.com/basic-bash-command-for-new-linux-users/2008/01/22' rel='bookmark' title='Permanent Link: Basic Bash Command For New Linux Users'>Basic Bash Command For New Linux Users</a></li><li><a href='http://maketecheasier.com/transform-kubuntu-jaunty-to-windows-7-in-3-simple-steps/2009/06/19' rel='bookmark' title='Permanent Link: Transform Kubuntu Jaunty to Windows 7 In 3 Simple Steps'>Transform Kubuntu Jaunty to Windows 7 In 3 Simple Steps</a></li><li><a href='http://maketecheasier.com/download-youtube-videos-for-offline-viewing-on-linux/2009/02/09' rel='bookmark' title='Permanent Link: Download YouTube Videos For Offline Viewing On Linux'>Download YouTube Videos For Offline Viewing On Linux</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/8-useful-and-interesting-bash-prompts/2009/09/04/feed</wfw:commentRss>
		<slash:comments>73</slash:comments>
		</item>
		<item>
		<title>How to Use &#8216;remote:/&#8217; KIO and KNetAttach</title>
		<link>http://maketecheasier.com/use-remote-kio-and-knetattach/2009/08/31</link>
		<comments>http://maketecheasier.com/use-remote-kio-and-knetattach/2009/08/31#comments</comments>
		<pubDate>Mon, 31 Aug 2009 12:20:17 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kio slave]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[webdav]]></category>
		<category><![CDATA[zeroconf]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=6910</guid>
		<description><![CDATA[In my post two weeks ago, I introduced you to KDE&#8217;s KIO slaves and gave you a brief overview of the services they offer. One of the KIO protocols is remote:/, which relies on KNetAttach to create virtual network folders.  With it, you can create folders for the following services:
1. WebFolder (webdav)
2. FTP
3. Microsoft Windows network [...]<p><strong><a href="http://maketecheasier.com/use-remote-kio-and-knetattach/2009/08/31">How to Use &#8216;remote:/&#8217; KIO and KNetAttach</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/quick-easy-guide-to-kde-kio-slaves/2009/08/17' rel='bookmark' title='Permanent Link: A Quick and Easy Guide to KDE KIO slaves'>A Quick and Easy Guide to KDE KIO slaves</a></li><li><a href='http://maketecheasier.com/use-ssh-x-forwarding-to-run-remote-apps/2009/06/22' rel='bookmark' title='Permanent Link: How to use SSH X-forwarding to Run Remote Apps'>How to use SSH X-forwarding to Run Remote Apps</a></li><li><a href='http://maketecheasier.com/set-up-a-vnc-server-in-ubuntu-hardy-heron/2008/05/30' rel='bookmark' title='Permanent Link: How to Set Up a VNC Server In Ubuntu Hardy Heron'>How to Set Up a VNC Server In Ubuntu Hardy Heron</a></li><li><a href='http://maketecheasier.com/get-the-most-out-of-kde4s-folderview-widget/2009/05/08' rel='bookmark' title='Permanent Link: How to Get The Most Out Of KDE4&#8217;s Folderview Widget'>How to Get The Most Out Of KDE4&#8217;s Folderview Widget</a></li><li><a href='http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17' rel='bookmark' title='Permanent Link: Sharing Files Between Ubuntu Host and Virtual Machines'>Sharing Files Between Ubuntu Host and Virtual Machines</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-6912" src="http://images.maketecheasier.com/2009/08/knetattach-network-folder.jpg" alt="add-network-folder" width="120" height="122" />In my post two weeks ago, I introduced you to KDE&#8217;s <a href="http://maketecheasier.com/quick-easy-guide-to-kde-kio-slaves/2009/08/17">KIO slaves</a> and gave you a brief overview of the services they offer. One of the KIO protocols is <em>remote:/</em>, which relies on KNetAttach to create virtual network folders.  With it, you can create folders for the following services:</p>
<p>1. WebFolder (<a href="http://en.wikipedia.org/wiki/WebDAV" target="_blank">webdav</a>)<br />
2. FTP<br />
3. Microsoft Windows network drive (using <a href="http://us3.samba.org/samba/" target="_blank">Samba</a>)<br />
4. Secure shell (ssh)</p>
<p>Each one has its slightly unique features and requirements, and in this post, you will learn about each one.</p>
<p>There are two ways to start KNetAttach. One, which we already discussed, is to go to <em>remote:/</em> in Dolphin or Konqueror. Then, simply click on <em>Add Network Folder</em>. The other method is to press <strong>Alt-F2</strong>, type &#8220;<em>knetattach</em>&#8221; and press Enter.</p>
<h3>WebFolder</h3>
<p>WebFolder relies on WebDAV, which allows you to create and use web-based folders. Many remote file storage services rely on this technology. To connect to a web  folder:</p>
<p>1. Select WebFolder from the <em>&#8220;Add Network Folder</em>&#8221; list and click &#8220;<em>Next</em>&#8220;.<br />
2. Give it a name; something you will only use for identification.<br />
3. Enter your username.<br />
4. For Server, it is usually a full web address like http://webdav.yourdomain.com<br />
5. Enter a folder name only if required by your host.<br />
6. Check &#8220;<em>use encryption</em>&#8221; if HTTPS is available.<br />
7. Check <em>&#8220;create an icon for this remote folder&#8221;</em> to use the connection again in the future.<br />
8. Click &#8220;<em>Save and Connect</em>&#8220;.</p>
<p>It will prompt you for your password.  If you elect to save your password, it is a good idea to use <a href="http://docs.kde.org/development/en/kdeutils/kwallet/index.html" target="_blank">Kwallet</a>, which is enabled by default.</p>
<p><img class="aligncenter size-full wp-image-6911" src="http://images.maketecheasier.com/2009/08/knetattach-screenshot1.jpg" alt="knetattach" width="570" height="390" /></p>
<h3>FTP and SSH</h3>
<p>Connecting to FTP is nearly identical to other connection methods.</p>
<p>1. Give the connection a name.<br />
2. Enter the username (Often, this is a full email address if you use shared hosting. Check with your host). If it is public FTP, usually the username is &#8220;anonymous&#8221;.<br />
3. Enter the server (Usually just the domain name, like <em>suchandsuch.com</em> or <em>ftp.suchandsuch.com</em>).<br />
4. Only change the port if specified by your host. 21 is the default.<br />
5. Click &#8220;<em>Save and Connect</em>&#8220;.</p>
<p>The only difference with SSH is usually the port number. In addition to connecting to remote hosts for a website, this is a good method to use for connecting two Linux computers on a local network for file transfer. Just make sure that both hosts have <a href="apt://openssh-server">openssh server</a> installed.</p>
<p><strong>Microsoft Windows network drive</strong></p>
<p>For a connection to Windows, you will need Samba running and configured on your computer. If you are unsure what server information to use, navigate to <em>remote:/</em> and then click on &#8220;<em>Samba Shares</em>&#8220;. It will show you the current windows shares on your network. When you click &#8220;<em>Save and Connect</em>&#8220;, it will prompt you for a username and password only if the samba share requires it.</p>
<h3>Network Services</h3>
<p>There is a button in the remote:/ section called &#8220;Network Services&#8221;, and it allows you to connect to <a href="http://en.wikipedia.org/wiki/Zero_configuration_networking" target="_blank">zeroconf</a> services. The idea behind zeroconf (zero configuration) is to connect to networked computers, printers, and various devices without any expert configuration. Linux uses a free implementation called <a href="http://avahi.org/" target="_blank">Avahi</a>. Many distributions enable the avahi daemon by default. It allows you to quickly discover and connect to FTP, Samba, HTTP, CUPS, and other protocols.</p>
<p>The <em>remote:/</em> KIO combined with KNetAttach provides users with a full networking experience. Once you are connected to one of the above-mentioned services, you can navigate through them just as you would through folders and files on your own computer. You can drag and drop, copy and paste, and even delete all in real time.  When you are finished, just close the tab or window.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/use-remote-kio-and-knetattach/2009/08/31">How to Use &#8216;remote:/&#8217; KIO and KNetAttach</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/quick-easy-guide-to-kde-kio-slaves/2009/08/17' rel='bookmark' title='Permanent Link: A Quick and Easy Guide to KDE KIO slaves'>A Quick and Easy Guide to KDE KIO slaves</a></li><li><a href='http://maketecheasier.com/use-ssh-x-forwarding-to-run-remote-apps/2009/06/22' rel='bookmark' title='Permanent Link: How to use SSH X-forwarding to Run Remote Apps'>How to use SSH X-forwarding to Run Remote Apps</a></li><li><a href='http://maketecheasier.com/set-up-a-vnc-server-in-ubuntu-hardy-heron/2008/05/30' rel='bookmark' title='Permanent Link: How to Set Up a VNC Server In Ubuntu Hardy Heron'>How to Set Up a VNC Server In Ubuntu Hardy Heron</a></li><li><a href='http://maketecheasier.com/get-the-most-out-of-kde4s-folderview-widget/2009/05/08' rel='bookmark' title='Permanent Link: How to Get The Most Out Of KDE4&#8217;s Folderview Widget'>How to Get The Most Out Of KDE4&#8217;s Folderview Widget</a></li><li><a href='http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17' rel='bookmark' title='Permanent Link: Sharing Files Between Ubuntu Host and Virtual Machines'>Sharing Files Between Ubuntu Host and Virtual Machines</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/use-remote-kio-and-knetattach/2009/08/31/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Find Free Linux Ebooks and Courseware</title>
		<link>http://maketecheasier.com/free-linux-ebooks-and-courseware/2009/08/27</link>
		<comments>http://maketecheasier.com/free-linux-ebooks-and-courseware/2009/08/27#comments</comments>
		<pubDate>Thu, 27 Aug 2009 12:11:22 +0000</pubDate>
		<dc:creator>Joshua Price</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[courseware]]></category>
		<category><![CDATA[Ebook]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=6592</guid>
		<description><![CDATA[Like it or not, with Linux comes advocacy.  There are a lot of people out there who like to spread the love in whatever ways they can.  One nice side effect of this is the abundance of free Linux related information available to anyone.  That&#8217;s good for us, as we&#8217;ll be covering [...]<p><strong><a href="http://maketecheasier.com/free-linux-ebooks-and-courseware/2009/08/27">How to Find Free Linux Ebooks and Courseware</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/be-your-own-linux-tech-support/2009/03/05' rel='bookmark' title='Permanent Link: How to be Your Own Linux Tech Support'>How to be Your Own Linux Tech Support</a></li><li><a href='http://maketecheasier.com/how-to-select-a-linux-distribution/2008/11/21' rel='bookmark' title='Permanent Link: How to Select A Linux Distribution'>How to Select A Linux Distribution</a></li><li><a href='http://maketecheasier.com/use-linux-applications-on-windows-without-having-to-install-linux/2008/05/27' rel='bookmark' title='Permanent Link: Use Linux Applications On Windows, Without Having to Install Linux'>Use Linux Applications On Windows, Without Having to Install Linux</a></li><li><a href='http://maketecheasier.com/rescue-your-pc-with-linux-live-cd/2007/12/22' rel='bookmark' title='Permanent Link: Rescue Your PC With Linux Live CD'>Rescue Your PC With Linux Live CD</a></li><li><a href='http://maketecheasier.com/manage-your-synchronization-and-backup-easily-with-conduit-for-linux/2008/10/13' rel='bookmark' title='Permanent Link: Manage Your Synchronization And Backup Easily With Conduit For Linux'>Manage Your Synchronization And Backup Easily With Conduit For Linux</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://images.maketecheasier.com/2009/08/tuxandshelf.jpg" alt="tuxandshelf" width="200" height="190" class="alignleft size-full wp-image-6593" />Like it or not, with Linux comes advocacy.  There are a lot of people out there who like to spread the love in whatever ways they can.  One nice side effect of this is the abundance of free Linux related information available to anyone.  That&#8217;s good for us, as we&#8217;ll be covering just how to find all this great material.  </p>
<p>Certainly not all Linux books are free (just ask Tim O&#8217;Reilly) but the nature of Linux means that the &#8220;spirit of freeness&#8221; tends to surround more than just the operating system.  Some of the websites listed below offer full length dead-tree versions of the same books, the purchasing of which could be a great way to support these organizations.  Without further delay, here are a few of the sites I&#8217;d recommend for anyone wanting to hone their Lin-jitsu.  </p>
<h3>1. <a href="http://www.onlinecomputerbooks.com/free-linux-books.php" target="_blank">OnlineComputerBooks.com</a></h3>
<p>This site doesn&#8217;t so much host ebooks as link to them.  There&#8217;s a VAST collection linked from here on all computer related topics from web design to hardware repair to systems administration.  This is one of the first places I go when looking for good Linux books. </p>
<h3>2. <a href="http://www.scribd.com/" target="_blank">Scribd.com</a></h3>
<p>Scribd describes itself as a &#8220;social publishing company&#8221;.  The idea here is that any aspiring author can upload their book and have it accessible to everyone.  I&#8217;ve found several high-quality Linux related ebooks here.  Another interesting note about Scribd is that they use their own custom made book viewing system called iPaper.  It resembles a PDF reader or presentation program built into a web browser.  I&#8217;ve had both good and bad experiences with iPaper but it does give the site and the books a distinctive feel.  </p>
<p>Here&#8217;s a shot of Scribd&#8217;s iPaper in action:</p>
<p><img src="http://images.maketecheasier.com/2009/08/ebooks-scribd.jpg" alt="ebooks-scribd" width="577" height="341" class="aligncenter size-full wp-image-6599" /></p>
<h3>3. <a href="http://tldp.org/" target="_blank">The Linux Documentation Project</a></h3>
<p>We&#8217;ve touched on LDP a bit in the past but it certainly deserves a mention here.  If there&#8217;s one place online to go when it comes to Linux documentation, this is it.  According to the website, </p>
<blockquote><p>LDP is a loosely knit team of volunteers who provide documentation for many aspects of Linux. There are several forms of documentation: Guides, HOWTOs, man pages, and FAQs.</p></blockquote>
<h3>4. <a href="http://www.textbookrevolution.org/index.php/Book:Lists/Subjects/Computer_Science" target="_blank">Textbook Revolution</a></h3>
<p>Textbook Revolution has a wide range of textbooks available on many topics, including Linux programming and other IT subjects.  The interesting thing about Textbook Revolution is that it&#8217;s created by students.  </p>
<blockquote><p>Textbook Revolution is a student-run site dedicated to increasing the use of free educational materials by teachers and professors. We want to get these materials into classrooms. Our approach is to bring all of the free textbooks we can find together in one place, review them, and let the best rise to the top and find their way into the hands of students in classrooms around the world.</p></blockquote>
<h3>Courseware</h3>
<p>Compared to ebooks, there&#8217;s not as much out there for Linux courseware.  There are, however, several places that have related courseware available.  Some of the places I&#8217;ll list here have Linux specific courses, while others are more general UNIX or other IT.  </p>
<h3>5. <a href="http://ocw.mit.edu/OcwWeb/web/courses/courses/index.htm#ElectricalEngineeringandComputerScience" target="_blank">MIT</a></h3>
<p>As can be expected, MIT has some great courseware available for free online.  It includes assignments, syllabus, textbooks, the works.  </p>
<h3>6. <a href="http://arxiv.org/" target="_blank">Cornell University/arXiv.org</a></h3>
<p>Links to a resonable collection of course related materials, books, and papers.  From arXiv you can find info on subjects like cryptography or Asymptotically Optimal Assignments In Ordinal Evaluations of Proposals, whatever that may be.  </p>
<h3>7. <a href="http://openlearn.open.ac.uk/course/category.php?id=7" target="_blank">Open University</a></h3>
<p>The Open University refers to itself as <em>&#8220;the United Kingdom&#8217;s only university dedicated to distance learning.&#8221;</em>  They&#8217;ve got a pretty good collection of materials available on the website on a variety of topics.  The courseware includes exercises and course summaries.  There&#8217;s not much here specifically Linux related, but what is there is well organized and easy to sort through.  </p>
<p>Have you come across any other useful sites for Linux ebooks and courseware?  Let us know in the comments.  </p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/free-linux-ebooks-and-courseware/2009/08/27">How to Find Free Linux Ebooks and Courseware</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/be-your-own-linux-tech-support/2009/03/05' rel='bookmark' title='Permanent Link: How to be Your Own Linux Tech Support'>How to be Your Own Linux Tech Support</a></li><li><a href='http://maketecheasier.com/how-to-select-a-linux-distribution/2008/11/21' rel='bookmark' title='Permanent Link: How to Select A Linux Distribution'>How to Select A Linux Distribution</a></li><li><a href='http://maketecheasier.com/use-linux-applications-on-windows-without-having-to-install-linux/2008/05/27' rel='bookmark' title='Permanent Link: Use Linux Applications On Windows, Without Having to Install Linux'>Use Linux Applications On Windows, Without Having to Install Linux</a></li><li><a href='http://maketecheasier.com/rescue-your-pc-with-linux-live-cd/2007/12/22' rel='bookmark' title='Permanent Link: Rescue Your PC With Linux Live CD'>Rescue Your PC With Linux Live CD</a></li><li><a href='http://maketecheasier.com/manage-your-synchronization-and-backup-easily-with-conduit-for-linux/2008/10/13' rel='bookmark' title='Permanent Link: Manage Your Synchronization And Backup Easily With Conduit For Linux'>Manage Your Synchronization And Backup Easily With Conduit For Linux</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/free-linux-ebooks-and-courseware/2009/08/27/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to Configure File Associations in KDE</title>
		<link>http://maketecheasier.com/configure-file-associations-in-kde/2009/08/24</link>
		<comments>http://maketecheasier.com/configure-file-associations-in-kde/2009/08/24#comments</comments>
		<pubDate>Mon, 24 Aug 2009 12:34:29 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[desktop customization]]></category>
		<category><![CDATA[file associations]]></category>
		<category><![CDATA[kde]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=6666</guid>
		<description><![CDATA[Many Linux users, even the newest ones, love Linux because it is highly customizable. KDE in particular is one desktop environment that is very easy and fun to customize. Whether you want three panels and a rotating slideshow of wallpaper photos from your vacation in Peru, or simply want to make sure text files always open in [...]<p><strong><a href="http://maketecheasier.com/configure-file-associations-in-kde/2009/08/24">How to Configure File Associations in KDE</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/configure-custom-shortcuts-in-kde/2009/09/28' rel='bookmark' title='Permanent Link: How to Configure Custom Shortcuts in KDE'>How to Configure Custom Shortcuts in KDE</a></li><li><a href='http://maketecheasier.com/master-dolphin-in-kde-4/2009/10/05' rel='bookmark' title='Permanent Link: Master Dolphin in KDE 4'>Master Dolphin in KDE 4</a></li><li><a href='http://maketecheasier.com/set-special-window-settings-with-kwin/2009/08/03' rel='bookmark' title='Permanent Link: How to Set Special Window Settings with KWin'>How to Set Special Window Settings with KWin</a></li><li><a href='http://maketecheasier.com/how-to-install-and-configure-cairo-dock-in-ubuntu-intrepid/2009/01/20' rel='bookmark' title='Permanent Link: How To Install And Configure Cairo Dock In Ubuntu Intrepid'>How To Install And Configure Cairo Dock In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/get-the-most-out-of-kde4s-folderview-widget/2009/05/08' rel='bookmark' title='Permanent Link: How to Get The Most Out Of KDE4&#8217;s Folderview Widget'>How to Get The Most Out Of KDE4&#8217;s Folderview Widget</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-6667" src="http://images.maketecheasier.com/2009/08/video-mime.png" alt="video-mime" width="128" height="128" />Many Linux users, even the newest ones, love Linux because it is highly customizable. KDE in particular is one desktop environment that is very easy and fun to customize. Whether you want three panels and a rotating slideshow of wallpaper photos from your vacation in Peru, or simply want to make sure text files always open in your favorite text editor, KDE can deliver. One important customization features is file association.</p>
<p>In KDE file associations allow you to specify what actions occur when you click on various file types. They also offer alternate actions and embedding preferences. KDE provides an extensive list of media types to configure, all with default settings, although you can easily add more when necessary. In addition, KDE also has a separate settings component for certain default application types.</p>
<h3>Default Applications</h3>
<p>Some users only need to configure a few default applications and are really not concerned with specific file types.  To access these settings, do the following:</p>
<p>1. Click the K-menu</p>
<p>2. Start System Settings (or press Alt-F2 and type System Settings)</p>
<p><img class="alignnone size-full wp-image-6668" src="http://images.maketecheasier.com/2009/08/defaults.jpg" alt="defaults" width="501" height="202" /></p>
<p>3. In the &#8220;Personal&#8221; section, click &#8220;Default Applications&#8221;</p>
<p>4. Choose the application type you want to configure.  For example: Web Browser.</p>
<p>5. The first setting will essentially open all web content in Konqueror.  If you use another browser, such as Firefox, click on &#8220;in the following browser:&#8221;..</p>
<p>6. Click on the &#8220;&#8230;&#8221; next to the text box.</p>
<p><img class="alignnone size-full wp-image-6669" src="http://images.maketecheasier.com/2009/08/default-web-browser.jpg" alt="default-web-browser" width="570" height="187" /></p>
<p>7. Find your application, and click on it.</p>
<p>8. Click Apply.</p>
<p>You can repeat the same steps for any application type listed. Some of them, like File Manager, have a list of file managers you can choose, or you can pick another not in the list. You can even select a different window manager, if you prefer something with more desktop effects like Compiz, or something slimmer like Openbox.</p>
<h3>File Associations</h3>
<p><img class="alignnone size-full wp-image-6670" src="http://images.maketecheasier.com/2009/08/file-associations.jpg" alt="file-associations" width="218" height="281" /></p>
<p>You can find the File Associations configuration in System Settings in the Advanced tab. It displays a tree view of known file types, listed under several categories, such as audio, image, video, and text. It also has a search box if you know exactly what you want to configure. Before you begin making changes, make sure you test the file types you want to use in your application. Nothing is worse than having to go back and reconfigure numerous file types.</p>
<p>For the purposes of this example, we will set the default video player that we want to use for most video types. By default, KDE 4 ships with a video player called Dragon Player. It uses the Phonon backend, which relies on either Xine or Gstreamer, and is easy to use. Dragon Player, however, is nowhere nearly as robust as Kaffeine from KDE 3, and it is like a child&#8217;s toy compared to more advanced players like KMplayer, SMplayer, or VLC. Therefore, one of the first things I would do on a new install is change the default video player by taking the following steps:</p>
<p>1. Click the plus next to &#8220;video&#8221; to expand its contents.</p>
<p>2. Starting scrolling through the list for video types you want to change.</p>
<p>3. Select a type, such as &#8220;quicktime&#8221;. It will show you the file patterns that it uses (such as *.mov and *.qt).</p>
<p>4. Under &#8220;Application Preference Order&#8221;, find your favorite video player. If you cannot find yours in the list, click &#8220;Add&#8230;&#8221; and find yours from the menu provided.</p>
<p>5. Select your video player and click &#8220;Move Up&#8221; repeatedly until it is at the top. The order of other players will be the order they appear when you right click on that video type. You can change that order however you like.</p>
<p><img class="alignnone size-full wp-image-6671" src="http://images.maketecheasier.com/2009/08/video.jpg" alt="video" width="575" height="357" /></p>
<p>6. If you are also configuring Konquerer, click the &#8220;Embedding&#8221; tab and select the embedded player you want to play the file.  This will apply to sites such as Apple Trailers, which requires an embedded Quicktime player.</p>
<p>When you are satisfied, click &#8220;Apply&#8221;. Look through the list of files and find any other types you want to configure.  You might want to also click &#8220;Add&#8230;&#8221; at the bottom to add a new file type. Once you have all the file associations configured, be sure to test them to make sure they work as expected. With those tasks completed, you will be a few steps closer to complete customization heaven.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/configure-file-associations-in-kde/2009/08/24">How to Configure File Associations in KDE</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/configure-custom-shortcuts-in-kde/2009/09/28' rel='bookmark' title='Permanent Link: How to Configure Custom Shortcuts in KDE'>How to Configure Custom Shortcuts in KDE</a></li><li><a href='http://maketecheasier.com/master-dolphin-in-kde-4/2009/10/05' rel='bookmark' title='Permanent Link: Master Dolphin in KDE 4'>Master Dolphin in KDE 4</a></li><li><a href='http://maketecheasier.com/set-special-window-settings-with-kwin/2009/08/03' rel='bookmark' title='Permanent Link: How to Set Special Window Settings with KWin'>How to Set Special Window Settings with KWin</a></li><li><a href='http://maketecheasier.com/how-to-install-and-configure-cairo-dock-in-ubuntu-intrepid/2009/01/20' rel='bookmark' title='Permanent Link: How To Install And Configure Cairo Dock In Ubuntu Intrepid'>How To Install And Configure Cairo Dock In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/get-the-most-out-of-kde4s-folderview-widget/2009/05/08' rel='bookmark' title='Permanent Link: How to Get The Most Out Of KDE4&#8217;s Folderview Widget'>How to Get The Most Out Of KDE4&#8217;s Folderview Widget</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/configure-file-associations-in-kde/2009/08/24/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Run 32-bit Apps in 64-bit Linux</title>
		<link>http://maketecheasier.com/run-32-bit-apps-in-64-bit-linux/2009/08/10</link>
		<comments>http://maketecheasier.com/run-32-bit-apps-in-64-bit-linux/2009/08/10#comments</comments>
		<pubDate>Mon, 10 Aug 2009 12:00:51 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[32 bit]]></category>
		<category><![CDATA[amd64]]></category>
		<category><![CDATA[x86_64]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=6358</guid>
		<description><![CDATA[Most Linux distributions have 64-bit versions for x86_64 processors, such as the AMD Athlon II or the Intel Xeon. Since these distributions maintain their own package repositories, they usually provide binary packages for all of their supported applications. If you are completely content with your out-of-box Linux installation, you may never need to run a 32-bit [...]<p><strong><a href="http://maketecheasier.com/run-32-bit-apps-in-64-bit-linux/2009/08/10">How to Run 32-bit Apps in 64-bit Linux</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/install-software-from-a-tarball-in-linux/2009/06/25' rel='bookmark' title='Permanent Link: How to Install Software from a Tarball in Linux'>How to Install Software from a Tarball in Linux</a></li><li><a href='http://maketecheasier.com/run-linux-apps-in-windows/2008/03/24' rel='bookmark' title='Permanent Link: Run Linux Apps In Windows'>Run Linux Apps In Windows</a></li><li><a href='http://maketecheasier.com/use-linux-applications-on-windows-without-having-to-install-linux/2008/05/27' rel='bookmark' title='Permanent Link: Use Linux Applications On Windows, Without Having to Install Linux'>Use Linux Applications On Windows, Without Having to Install Linux</a></li><li><a href='http://maketecheasier.com/automate-tasks-in-kde/2009/05/25' rel='bookmark' title='Permanent Link: How To Automate Tasks In KDE'>How To Automate Tasks In KDE</a></li><li><a href='http://maketecheasier.com/backup-instal-your-linux-applications-with-aptoncd/2009/06/13' rel='bookmark' title='Permanent Link: How to Backup And Install Your Linux Applications With AptOnCD'>How to Backup And Install Your Linux Applications With AptOnCD</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-6359" src="http://images.maketecheasier.com/2009/08/processor.jpg" alt="processor" width="250" height="188" />Most Linux distributions have 64-bit versions for <a href="http://en.wikipedia.org/wiki/X86_64" target="_blank">x86_64</a> processors, such as the AMD Athlon II or the Intel Xeon. Since these distributions maintain their own package repositories, they usually provide binary packages for all of their supported applications. If you are completely content with your out-of-box Linux installation, you may never need to run a 32-bit program.</p>
<p>Some commercial Linux software, particularly games, only provide 32-bit versions. In these rare cases, you will need to configure your 64-bit machine to run 32-bit software.</p>
<h3>Install the 32-bit libraries</h3>
<p>Because x86_64 processors are designed over x86 technology, they are still able to support 32-bit programs without any hardware emulation, like what you would need to run x86 programs in a PowerPC or Sparc environment.  In Linux, all you need to do is install the necessary software libraries to run the 32-bit software. Fortunately, many Linux distributions package these libraries for you. In Ubuntu, for example, the package is called <em>ia32-libs</em>. To install it, just open a terminal window and type:</p>

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

<p>You can also install it graphically from within <a href="http://www.nongnu.org/synaptic/" target="_blank">Synaptic</a> or <a href="http://www.kde-apps.org/content/show.php/KPackageKit?content=84745" target="_blank">Kpackagekit</a> on Kubuntu.</p>
<p>Once installed, applications like Skype and games like <a href="http://www.worldofpadman.com/" target="_blank">World of Padman</a> should work without further configuration.</p>
<h3>GTK Issues</h3>
<p>When running 32-bit programs in a 64-bit environment, Ubuntu still looks for the default GTK engines. This will cause you to receive an error such as this: &#8220;wrong ELF class&#8221;. This type of error can be particularly annoying in applications like <a href="http://code.google.com/chromium/" target="_blank">Chromium</a>, the new open source version of the Google Chrome browser.</p>
<p>Ubuntu does actually install the default 32-bit version of the GTK engines in <em>/usr/lib32/gtk-2.0,</em> but what I discovered in my case was that GTK themes like the one I was using, qtcurve, were not found in this directory.  The result was really ugly GTK programs.</p>
<p>The quick solution was to do the following:</p>
<p>1. Find the 32-bit package of the theme you are using.  In my case, I searched <a href="http://packages.ubuntu.com" target="_blank">ubuntu packages</a>.</p>
<p>2. Download the package and extract its contents like you would a normal compressed file.</p>
<p>3. Find the library file for the theme. For qtcurve it was found at <em>~/download-directory/usr/lib/gtk-2.0/2.10.0/engines/libqtcurve.so</em>.</p>
<p>4. Copy the library to the lib32 directory:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">cp</span> ~<span style="color: #000000; font-weight: bold;">/</span>download-directory<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>gtk-<span style="color: #000000;">2.0</span><span style="color: #000000; font-weight: bold;">/</span>2.10.0<span style="color: #000000; font-weight: bold;">/</span>engines<span style="color: #000000; font-weight: bold;">/</span>libqtcurve.so <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib32<span style="color: #000000; font-weight: bold;">/</span>gtk-<span style="color: #000000;">2.0</span><span style="color: #000000; font-weight: bold;">/</span>2.10.0<span style="color: #000000; font-weight: bold;">/</span>engines<span style="color: #000000; font-weight: bold;">/</span></pre></div></div>

<p>For Chromium this was all that was required because the Chromium startup script was already configured to look in <em>/usr/lib32/gtk-2.0</em>. If the startup script of the program you are running does not look there but instead looks to <em>/usr/lib/gtk-2.0</em>, you will need to modify the startup script or export an environment variable before starting it by opening a terminal window and typing:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">GTK_PATH</span>=<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib32<span style="color: #000000; font-weight: bold;">/</span>gtk-<span style="color: #000000;">2.0</span>
command-to-start-app</pre></div></div>

<p>If there is no startup script for the program, you could create one with the above environment variable set.</p>
<p><strong>If All Else Fails</strong></p>
<p>I have found some applications, such as <a href="http://www.boxee.tv" target="_blank">Boxee</a>, refuse to behave nicely in a 64-bit environment under any normal circumstances, even with ia32-libs installed. The only viable alternative besides chucking your 64-bit machine or chucking the software is to run it in a chroot environment. This literally installs an entire 32-bit version of your operating system within a directory on your computer. It will take more space than simply installing a few libraries, but it ensures that all of the 32-bit components, including 3D graphics kernel modules, are installed.</p>
<p>You can read a guide to setting up a 32-bit chroot on <a href="http://ubuntuforums.org/showthread.php?t=24575&amp;highlight=32+bit+chroot" target="_blank">Ubuntu Forums</a>.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/run-32-bit-apps-in-64-bit-linux/2009/08/10">How to Run 32-bit Apps in 64-bit Linux</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/install-software-from-a-tarball-in-linux/2009/06/25' rel='bookmark' title='Permanent Link: How to Install Software from a Tarball in Linux'>How to Install Software from a Tarball in Linux</a></li><li><a href='http://maketecheasier.com/run-linux-apps-in-windows/2008/03/24' rel='bookmark' title='Permanent Link: Run Linux Apps In Windows'>Run Linux Apps In Windows</a></li><li><a href='http://maketecheasier.com/use-linux-applications-on-windows-without-having-to-install-linux/2008/05/27' rel='bookmark' title='Permanent Link: Use Linux Applications On Windows, Without Having to Install Linux'>Use Linux Applications On Windows, Without Having to Install Linux</a></li><li><a href='http://maketecheasier.com/automate-tasks-in-kde/2009/05/25' rel='bookmark' title='Permanent Link: How To Automate Tasks In KDE'>How To Automate Tasks In KDE</a></li><li><a href='http://maketecheasier.com/backup-instal-your-linux-applications-with-aptoncd/2009/06/13' rel='bookmark' title='Permanent Link: How to Backup And Install Your Linux Applications With AptOnCD'>How to Backup And Install Your Linux Applications With AptOnCD</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/run-32-bit-apps-in-64-bit-linux/2009/08/10/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>How to Set Special Window Settings with KWin</title>
		<link>http://maketecheasier.com/set-special-window-settings-with-kwin/2009/08/03</link>
		<comments>http://maketecheasier.com/set-special-window-settings-with-kwin/2009/08/03#comments</comments>
		<pubDate>Mon, 03 Aug 2009 12:13:11 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kwin]]></category>
		<category><![CDATA[window manager]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=6247</guid>
		<description><![CDATA[KWin is a free and open source window manager and is the default in KDE. It is a powerful, highly customizable window manager with a plethora of both aesthetic and nuts and bolts features. With the release of KDE 4, the developers added 3D desktop effects, but they also carried over many customization features from KDE [...]<p><strong><a href="http://maketecheasier.com/set-special-window-settings-with-kwin/2009/08/03">How to Set Special Window Settings with KWin</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/configure-custom-shortcuts-in-kde/2009/09/28' rel='bookmark' title='Permanent Link: How to Configure Custom Shortcuts in KDE'>How to Configure Custom Shortcuts in KDE</a></li><li><a href='http://maketecheasier.com/create-a-great-window-maker-desktop/2009/02/14' rel='bookmark' title='Permanent Link: How To Create A Great Window Maker Desktop'>How To Create A Great Window Maker Desktop</a></li><li><a href='http://maketecheasier.com/terminal-as-transparent-wallpaper-in-ubuntu/2008/05/21' rel='bookmark' title='Permanent Link: [HowTo] Set Terminal As a Transparent Wallpaper In Your Ubuntu Desktop'>[HowTo] Set Terminal As a Transparent Wallpaper In Your Ubuntu Desktop</a></li><li><a href='http://maketecheasier.com/configure-file-associations-in-kde/2009/08/24' rel='bookmark' title='Permanent Link: How to Configure File Associations in KDE'>How to Configure File Associations in KDE</a></li><li><a href='http://maketecheasier.com/edit-your-screensaver-settings-in-ubuntu-intrepid/2009/03/07' rel='bookmark' title='Permanent Link: How To Edit Your Screensaver Settings In Ubuntu Intrepid'>How To Edit Your Screensaver Settings In Ubuntu Intrepid</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-6248" src="http://images.maketecheasier.com/2009/08/kde_logo.jpg" alt="KDE_logo" width="128" height="128" /><a href="http://userbase.kde.org/KWin" target="_blank">KWin</a> is a free and open source window manager and is the default in <a href="http://www.kde.org/" target="_blank">KDE</a>. It is a powerful, highly customizable window manager with a plethora of both aesthetic and nuts and bolts features. With the release of KDE 4, the developers added 3D desktop effects, but they also carried over many customization features from KDE 3. Here are some of the window-specific settings that you can use in KWin.</p>
<p>There are two ways to access Window Specific Settings. One is to right click on the title bar of the window you want to configure, click &#8220;<em>Advanced</em>&#8220;, and click &#8220;<em>Special Window Settings</em>&#8220;. The other is to start System Settings, click the &#8220;<em>Window Behavior</em>&#8221; button, and then click &#8220;<em>Window-Specific</em>&#8220;. From there just click &#8220;<em>New&#8230;</em>&#8221; to make a new rule.  In the second method you will have to manually specify the name of the window or click &#8220;<em>Detect Window Properties</em>&#8221; and click on the window you want to configure.</p>
<h3>Geometry</h3>
<p><img class="aligncenter size-full wp-image-6249" src="http://images.maketecheasier.com/2009/08/kwin-geometry.jpg" alt="kwin-geometry" width="572" height="326" /></p>
<p>You can set the exact size, position, desktop, and state of your window. For example, when you start Konsole, you might want it to always be a window of  &#8220;800,600&#8243; size and want it to start on Desktop 2.</p>
<p>1.Tick the &#8220;<em>Size</em>&#8221; box and from the drop-down menu, select &#8220;<em>Apply Initially</em>&#8220;.</p>
<p>2. Tick the &#8220;<em>Desktop</em>&#8221; box, select &#8220;<em>Apply Initially</em>&#8220;, and then select &#8220;<em>2:Desktop 2</em>&#8220;.</p>
<p>3. Click OK.</p>
<p>There numerous possibilities just under the geometry tab. Play around with them and let us know your results.</p>
<h3>Preferences</h3>
<p><img class="aligncenter size-full wp-image-6250" src="http://images.maketecheasier.com/2009/08/kwin-preferences.jpg" alt="kwin-preferences" width="574" height="367" /></p>
<p>Keep above allows you to set a window to always be above other windows. Skip taskbar means that your window will not appear in the taskbar like normal windows.  With Closeable,  you can enable the close button on a window that might not normally allow it.</p>
<h3>Workarounds</h3>
<p><img class="aligncenter size-full wp-image-6251" src="http://images.maketecheasier.com/2009/08/kwin-workarounds.jpg" alt="kwin-workarounds" width="575" height="298" /></p>
<p>These settings override some default settings for your specific window. They are useful if you experience problems in a particular application because of global settings. For example, &#8220;<em>Ignore requested geometry</em>&#8221; will cause KWin to ignore the X geometry that an application expects. &#8221;<em>Maximum size</em>&#8221; will prevent a window from getting any larger than the size you specify, something that might be useful for a netbook. &#8220;<em>Block global shortcuts</em>&#8221; is handy if you have an application (especially a non-KDE one) that has shortcuts that conflict with KDE global settings.</p>
<h3>Kiosk</h3>
<p>Here is an example of how you can put all of these features together. If you have children, run a library or run some other public place with computer terminals, you might want Firefox or another application to start fullscreen without any window manager features.</p>
<p>1. Right click on the window&#8217;s title bar, select Advanced, and click &#8220;<em>Special Application Settings&#8230;</em>&#8221;</p>
<p>2. Select the &#8220;<em>Geometry</em>&#8221; tab.</p>
<p>3. Tick &#8220;<em>Fullscreen</em>&#8221; and select &#8220;<em>Force</em>&#8220;.</p>
<p>4. Click the &#8220;<em>Preferences</em>&#8221; tab.</p>
<p>5. Tick &#8220;<em>Skip taskbar</em>&#8221; and select &#8220;<em>Force</em>&#8220;.</p>
<p>6. Tick &#8220;<em>No border</em>&#8221; and select &#8220;<em>Force</em>&#8220;.</p>
<p>The result will be a borderless, fullscreen window that is not accessible from the taskbar. If you do need to access the window&#8217;s settings, simply press &#8220;Alt-F3&#8243; to bring up the window manager menu. KWin will let you select whole classes or types of windows to configure. If you want all dialogs to have the same functions, you can customize it to follow your whims.</p>
<p>Aside from these window-specific settings, KWin has a broad range of generation settings for focus stealing prevention, shading, shortcuts, desktop effects, and much more. Try them out, find what you like, and enjoy!</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/set-special-window-settings-with-kwin/2009/08/03">How to Set Special Window Settings with KWin</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/configure-custom-shortcuts-in-kde/2009/09/28' rel='bookmark' title='Permanent Link: How to Configure Custom Shortcuts in KDE'>How to Configure Custom Shortcuts in KDE</a></li><li><a href='http://maketecheasier.com/create-a-great-window-maker-desktop/2009/02/14' rel='bookmark' title='Permanent Link: How To Create A Great Window Maker Desktop'>How To Create A Great Window Maker Desktop</a></li><li><a href='http://maketecheasier.com/terminal-as-transparent-wallpaper-in-ubuntu/2008/05/21' rel='bookmark' title='Permanent Link: [HowTo] Set Terminal As a Transparent Wallpaper In Your Ubuntu Desktop'>[HowTo] Set Terminal As a Transparent Wallpaper In Your Ubuntu Desktop</a></li><li><a href='http://maketecheasier.com/configure-file-associations-in-kde/2009/08/24' rel='bookmark' title='Permanent Link: How to Configure File Associations in KDE'>How to Configure File Associations in KDE</a></li><li><a href='http://maketecheasier.com/edit-your-screensaver-settings-in-ubuntu-intrepid/2009/03/07' rel='bookmark' title='Permanent Link: How To Edit Your Screensaver Settings In Ubuntu Intrepid'>How To Edit Your Screensaver Settings In Ubuntu Intrepid</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/set-special-window-settings-with-kwin/2009/08/03/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Install Ubuntu in Windows</title>
		<link>http://maketecheasier.com/install-ubuntu-in-windows/2009/07/28</link>
		<comments>http://maketecheasier.com/install-ubuntu-in-windows/2009/07/28#comments</comments>
		<pubDate>Tue, 28 Jul 2009 12:25:09 +0000</pubDate>
		<dc:creator>Joshua Price</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wubi]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=6048</guid>
		<description><![CDATA[Here at MakeTechEasier, we&#8217;ve touched on Wubi here and there but have never really gone into detail on exactly what it can do and how it works. According to the website,
Wubi is an officially supported Ubuntu installer for Windows users that can bring you to the Linux world with a single click. Wubi allows you [...]<p><strong><a href="http://maketecheasier.com/install-ubuntu-in-windows/2009/07/28">How to Install Ubuntu in Windows</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/use-linux-applications-on-windows-without-having-to-install-linux/2008/05/27' rel='bookmark' title='Permanent Link: Use Linux Applications On Windows, Without Having to Install Linux'>Use Linux Applications On Windows, Without Having to Install Linux</a></li><li><a href='http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29' rel='bookmark' title='Permanent Link: How To Install Windows Vista In Ubuntu Gutsy Using VMware'>How To Install Windows Vista In Ubuntu Gutsy Using VMware</a></li><li><a href='http://maketecheasier.com/install-adobe-air-for-linux-in-ubuntu-intrepid/2008/12/19' rel='bookmark' title='Permanent Link: Install Adobe Air For Linux In Ubuntu Intrepid'>Install Adobe Air For Linux In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/how-to-dual-boot-windows-xp-and-vista/2008/12/15' rel='bookmark' title='Permanent Link: How To Dual Boot Windows XP And Vista'>How To Dual Boot Windows XP And Vista</a></li><li><a href='http://maketecheasier.com/how-to-restore-grub-in-ubuntu/2008/04/11' rel='bookmark' title='Permanent Link: How To Restore Grub In Ubuntu'>How To Restore Grub In Ubuntu</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-6050" src="http://images.maketecheasier.com/2009/07/wubi-logo-josh.jpg" alt="Wubi Logo" width="90" height="83" />Here at MakeTechEasier, we&#8217;ve touched on Wubi <a href="http://maketecheasier.com/links-interesting-news-online/2008/03/26">here</a> and <a href="http://download.maketecheasier.com/MTE_ubuntu904_ins.pdf">there</a> but have never really gone into detail on exactly what it can do and how it works. According to the website,</p>
<blockquote><p><a href="http://wubi-installer.org/" target="_blank">Wubi</a> is an officially supported Ubuntu installer for Windows users that can bring you to the Linux world with a single click. Wubi allows you to install and uninstall Ubuntu as any other Windows application, in a simple and safe way&#8230;</p></blockquote>
<p>That sums it up pretty well.  You can use your Windows (98, 2000, XP, Vista) Control Panel to add/remove it as easily as any other Windows app.</p>
<p>The key thing about Wubi (Windows based Ubuntu Installer) is that you do not have to do <strong>any</strong> partitioning.  It simply creates a file in Windows that both systems treat as if it&#8217;s a separate partition.  You can choose the size of that file when you install.</p>
<p>In Windows, download the Wubi installer <a href="http://wubi-installer.org/" target="_blank">here</a>.  The initial options can be set at the main screen.</p>
<p><img class="aligncenter size-full wp-image-6053" src="http://images.maketecheasier.com/2009/07/wubi-mainscreen.jpg" alt="wubi-mainscreen" width="504" height="385" /></p>
<p>When choosing the drive to host your new Ubuntu installation, try to pick your C drive if possible.  I&#8217;ve had nothing but bad luck trying to run a Wubi installation from a drive partition other than the one running Windows. Also, when it comes the deciding how much space to allocate to Ubuntu, I wouldn&#8217;t suggest going much below 20Gb if you plan to get much done.</p>
<p>Note the Desktop Environment option in the lower left corner.  With Wubi, you have the option of four versions of Ubuntu:</p>
<ul>
<li>Ubuntu &#8211; With GNOME, the standard option</li>
<li>Kubuntu &#8211; With KDE, a more &#8220;Windowsy&#8221;  desktop</li>
<li>Xubuntu &#8211; With XFCE, more lightweight than GNOME or KDE</li>
<li>Mythbuntu &#8211; A PVR system using MythTV and XFCE</li>
</ul>
<p>Once you&#8217;re ready to install, you&#8217;ll have to wait for the full ISO to download.</p>
<p><img class="aligncenter size-full wp-image-6056" src="http://images.maketecheasier.com/2009/07/wubi-installing.jpg" alt="Downloading Ubuntu ISO" width="504" height="385" /></p>
<h3>How it works</h3>
<p>While we&#8217;re waiting for the download, we might as well go over exactly what&#8217;s happening.  Instead of creating a partition to hold Linux and all its files, Wubi creates a loop device inside a file (typically C:\Ubuntu\disks\root.disk), which Windows treats as if it was a separate partition or hard drive.</p>
<p>When you boot the computer, you&#8217;ll see the Windows bootloader asking which OS to boot.  If you choose Ubuntu, the Windows bootloader opens the file Wubi created earlier, and the Linux inside thinks it&#8217;s running on a typical Linux partition.</p>
<h3>Finishing Up</h3>
<p>I found that doing the Ubuntu 9.04 install over Wubi was quite comfortable and clear.  I&#8217;ve suggested Wubi to a few potential converts, and I think I&#8217;ll continue to do so.  In particular, I like how easy Wubi makes it to choose which of the various Ubuntu flavors to install.  I think that makes it a little easier for people to try out something they&#8217;d otherwise never think to download.  I look forward to seeing what the developers come up with in the future.</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/install-ubuntu-in-windows/2009/07/28">How to Install Ubuntu in Windows</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/use-linux-applications-on-windows-without-having-to-install-linux/2008/05/27' rel='bookmark' title='Permanent Link: Use Linux Applications On Windows, Without Having to Install Linux'>Use Linux Applications On Windows, Without Having to Install Linux</a></li><li><a href='http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29' rel='bookmark' title='Permanent Link: How To Install Windows Vista In Ubuntu Gutsy Using VMware'>How To Install Windows Vista In Ubuntu Gutsy Using VMware</a></li><li><a href='http://maketecheasier.com/install-adobe-air-for-linux-in-ubuntu-intrepid/2008/12/19' rel='bookmark' title='Permanent Link: Install Adobe Air For Linux In Ubuntu Intrepid'>Install Adobe Air For Linux In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/how-to-dual-boot-windows-xp-and-vista/2008/12/15' rel='bookmark' title='Permanent Link: How To Dual Boot Windows XP And Vista'>How To Dual Boot Windows XP And Vista</a></li><li><a href='http://maketecheasier.com/how-to-restore-grub-in-ubuntu/2008/04/11' rel='bookmark' title='Permanent Link: How To Restore Grub In Ubuntu'>How To Restore Grub In Ubuntu</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/install-ubuntu-in-windows/2009/07/28/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>A Hands on and Review of Ubuntu One</title>
		<link>http://maketecheasier.com/a-hands-on-and-review-of-ubuntu-one/2009/07/21</link>
		<comments>http://maketecheasier.com/a-hands-on-and-review-of-ubuntu-one/2009/07/21#comments</comments>
		<pubDate>Tue, 21 Jul 2009 12:00:18 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[File storage]]></category>
		<category><![CDATA[file synchronization]]></category>
		<category><![CDATA[Ubuntu Jaunty]]></category>
		<category><![CDATA[Ubuntu One]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5998</guid>
		<description><![CDATA[ Canonical (the company behind Ubuntu) has recently released a beta version of their online file syncing service – UbuntuOne for public testing. This file syncing service is similar to the popular Dropbox service and it allows you to share and sync file across different computers.
In this tutorial, we are going to take a quick [...]<p><strong><a href="http://maketecheasier.com/a-hands-on-and-review-of-ubuntu-one/2009/07/21">A Hands on and Review of Ubuntu One</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17' rel='bookmark' title='Permanent Link: Sharing Files Between Ubuntu Host and Virtual Machines'>Sharing Files Between Ubuntu Host and Virtual Machines</a></li><li><a href='http://maketecheasier.com/how-to-install-dreamweaver-cs3-in-ubuntu-hardy/2008/06/20' rel='bookmark' title='Permanent Link: How To Install Dreamweaver CS3 In Ubuntu Hardy'>How To Install Dreamweaver CS3 In Ubuntu Hardy</a></li><li><a href='http://maketecheasier.com/ubuntu-ibex-alpha-6-review/2008/09/23' rel='bookmark' title='Permanent Link: Ubuntu Ibex Alpha 6 Review'>Ubuntu Ibex Alpha 6 Review</a></li><li><a href='http://maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/2009/09/30' rel='bookmark' title='Permanent Link: How to Easily Mount Your iPhone As An External Drive in Ubuntu'>How to Easily Mount Your iPhone As An External Drive in Ubuntu</a></li><li><a href='http://maketecheasier.com/auto-mount-your-ntfs-partition-in-ubuntu/2009/04/14' rel='bookmark' title='Permanent Link: How To Auto-mount Your NTFS Partition In Ubuntu'>How To Auto-mount Your NTFS Partition In Ubuntu</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="ubuntuone-logo" src="http://images.maketecheasier.com/2009/07/ubuntuone-logo.jpg" alt="ubuntuone-logo" width="197" height="90" /> Canonical (the company behind Ubuntu) has recently released a beta version of their online file syncing service – <a href="https://ubuntuone.com/" target="_blank">UbuntuOne</a> for public testing. This file syncing service is similar to the popular <a href="http://maketecheasier.com/dropbox-backs-up-and-syncs-files-from-your-desktop/2008/09/15" target="_self">Dropbox</a> service and it allows you to share and sync file across different computers.</p>
<p>In this tutorial, we are going to take a quick look at its functionality and how you can install UbuntuOne in your Ubuntu machine.</p>
<p>First of all, before you can install the application on your computer, you need to request for an invitation code from Ubuntu. If you have a <a href="https://launchpad.net/" target="_blank">Launchpad.net</a> account, simply login to UbuntuOne and request your invitation code, else it will prompt you to register a Launchpad account.</p>
<p><img class="alignnone" title="ubuntuone-requirement" src="http://images.maketecheasier.com/2009/07/ubuntuone-requirement.jpg" alt="ubuntuone-requirement" width="536" height="77" /></p>
<p>Secondly, your computer has to be LInux-based, specifically Ubuntu Jaunty. The application does not work on Windows or Mac. If you are using other Linux distro, or older version of Ubuntu, use it at your own risk.</p>
<p>The application for the invitation code can take up to 3 days. Once you have received the code (via email), you can click on the link to activate your account. Here is also where you select the subscription plan. Currently, UbuntuOne offers a free 2GB storage plan and a 10GB plan for US$10 per month.</p>
<h3>Installation</h3>
<p>If you are using Ubuntu Jaunty, the installation will be a breeze.</p>
<p>1. On the installation page, download the PPA to your desktop. Double click to install the PPA onto your computer.</p>
<p><img class="alignnone" title="ubuntuone-ppa" src="http://images.maketecheasier.com/2009/07/ubuntuone-ppa.jpg" alt="ubuntuone-ppa" width="560" height="121" /></p>
<p>2. Next, click on the <em>Install</em> button to install the <em>ubuntuone-client </em>package.</p>
<p><img class="alignnone" title="ubuntuone-install" src="http://images.maketecheasier.com/2009/07/ubuntuone-install.jpg" alt="ubuntuone-install" width="557" height="152" /></p>
<p>The installation make use of the pre-installed <a href="https://launchpad.net/apturl/" target="_blank">apturl</a> package to install the application onto your computer. For some reasons that the <em>Install</em> button does not work (either you don&#8217;t have apturl package installed or you are using a non-Firefox browser), you can still install the application via the terminal:</p>

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

<p>3. Once the installation is done, go to <em>Applications-&gt;Internet-&gt;Ubuntu One</em>. This will load the application (and the system tray icon) and bring up a webpage that asks you for permission to access your computer.</p>
<p><img class="alignnone" title="ubuntuone-grant-access" src="http://images.maketecheasier.com/2009/07/ubuntuone-grant-access.jpg" alt="ubuntuone-grant-access" width="448" height="130" /></p>
<p>You have to click on the &#8220;<em>Add This Computer</em>&#8221; and grant it permission to access your computer before you can start using it. If you are not comfortable with this, click <em>Cancel</em> and forget about using Ubuntu One in your computer.</p>
<p>4. Open your Nautilus folder. You should now see a <em>Ubuntu One</em> folder in your home directory. In the folder, you will find two sub-folders: <em>My Files</em> and <em>Shared With Me</em>. The My Files folder is for you to store and sync your files/folders online while the Shared With Me folder will show files that are shared with you by others. When you shared your files with others, those files will appear in their <em>Shared With Me</em> folder too.</p>
<p><img class="alignnone" title="ubuntuone-folders" src="http://images.maketecheasier.com/2009/07/ubuntuone-folders.jpg" alt="ubuntuone-folders" width="494" height="396" /></p>
<p>5. At any point of time, you can also manage your files via the Web interface.</p>
<p><img class="alignnone" title="ubuntuone-web" src="http://images.maketecheasier.com/2009/07/ubuntuone-web.jpg" alt="ubuntuone-web" width="577" height="280" /></p>
<h3>Review</h3>
<p>At the moment, Ubuntu One only offers simple file storage/synchronization/sharing with others. Those are the basic stuffs that most online file storage services provide, so there is nothing special about it. In addition, Ubuntu One only supports Ubuntu Jaunty, which makes people wonder if it is really worth the time and effort to download and try it.</p>
<p>Well, the real value of Ubuntu One does not lies in the file storage/synchronization. This is only the first step. The real objective is to be able to synchronize your computer application data and preferences and to be able to control the whole computer online. Imagine the scenario where you installed all the Firefox extension in one machine and it syncs and imports itself automatically to the other machine that also have Ubuntu One installed. When you access the other computer, you can use your Firefox immediately without having to reinstall all the extensions.</p>
<p>Being an application that have access to your computer and holds your data online, it also means that you could possibly control your computer (such as screen sharing or remote access) right from the Web. I am not sure if Canonical is implementing this, but a WebOS that holds all your application data and preferences is highly possibly with the Ubuntu One architecture.</p>
<p>As Ubuntu One opens itself to third party developers in the future, we will start to see more and more applications that make use of the sharing/synchronization services. While Ubuntu One does not support multiple OS platforms, it is also highly possible that third-party developers can do it by integrating the underlying components (or via WebDAV) with a platform specific shell.</p>
<h3>Conclusion</h3>
<p>Ubuntu One is still at beta mode and there are plenty of things that are not on par with other online storage solution such as Dropbox. However, with the vision of Ubuntu One and as Ubuntu become more and more popular, I won&#8217;t be surprised to see Ubuntu One becoming a major force in the file and data management arena in the near future.</p>
<p>What do you think?</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/a-hands-on-and-review-of-ubuntu-one/2009/07/21">A Hands on and Review of Ubuntu One</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17' rel='bookmark' title='Permanent Link: Sharing Files Between Ubuntu Host and Virtual Machines'>Sharing Files Between Ubuntu Host and Virtual Machines</a></li><li><a href='http://maketecheasier.com/how-to-install-dreamweaver-cs3-in-ubuntu-hardy/2008/06/20' rel='bookmark' title='Permanent Link: How To Install Dreamweaver CS3 In Ubuntu Hardy'>How To Install Dreamweaver CS3 In Ubuntu Hardy</a></li><li><a href='http://maketecheasier.com/ubuntu-ibex-alpha-6-review/2008/09/23' rel='bookmark' title='Permanent Link: Ubuntu Ibex Alpha 6 Review'>Ubuntu Ibex Alpha 6 Review</a></li><li><a href='http://maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/2009/09/30' rel='bookmark' title='Permanent Link: How to Easily Mount Your iPhone As An External Drive in Ubuntu'>How to Easily Mount Your iPhone As An External Drive in Ubuntu</a></li><li><a href='http://maketecheasier.com/auto-mount-your-ntfs-partition-in-ubuntu/2009/04/14' rel='bookmark' title='Permanent Link: How To Auto-mount Your NTFS Partition In Ubuntu'>How To Auto-mount Your NTFS Partition In Ubuntu</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/a-hands-on-and-review-of-ubuntu-one/2009/07/21/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Getting Started with Pardus Linux</title>
		<link>http://maketecheasier.com/getting-started-with-pardus-linux/2009/07/19</link>
		<comments>http://maketecheasier.com/getting-started-with-pardus-linux/2009/07/19#comments</comments>
		<pubDate>Sun, 19 Jul 2009 12:00:00 +0000</pubDate>
		<dc:creator>Joshua Price</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[pardus]]></category>
		<category><![CDATA[pisi]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5909</guid>
		<description><![CDATA[Pardus is a Linux distribution created and maintained by Scientific &#38; Technological Research Council of Turkey.  There&#8217;s certainly no shortage of customized and special-purpose Linux distributions available, but Pardus is unique in several ways.  Today, instead of covering the usual aspects of an operating system like installation and included software, I&#8217;m going to [...]<p><strong><a href="http://maketecheasier.com/getting-started-with-pardus-linux/2009/07/19">Getting Started with Pardus Linux</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/configure-a-firewall-in-linux-using-firestarter/2009/03/29' rel='bookmark' title='Permanent Link: How To Configure A Firewall In Linux Using Firestarter'>How To Configure A Firewall In Linux Using Firestarter</a></li><li><a href='http://maketecheasier.com/backup-instal-your-linux-applications-with-aptoncd/2009/06/13' rel='bookmark' title='Permanent Link: How to Backup And Install Your Linux Applications With AptOnCD'>How to Backup And Install Your Linux Applications With AptOnCD</a></li><li><a href='http://maketecheasier.com/install-software-from-a-tarball-in-linux/2009/06/25' rel='bookmark' title='Permanent Link: How to Install Software from a Tarball in Linux'>How to Install Software from a Tarball in Linux</a></li><li><a href='http://maketecheasier.com/basic-bash-command-for-new-linux-users/2008/01/22' rel='bookmark' title='Permanent Link: Basic Bash Command For New Linux Users'>Basic Bash Command For New Linux Users</a></li><li><a href='http://maketecheasier.com/linux-access-100-games-instantly-with-djl/2009/10/17' rel='bookmark' title='Permanent Link: Linux: Access 100+ Games Instantly With DJL'>Linux: Access 100+ Games Instantly With DJL</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-5956" src="http://images.maketecheasier.com/2009/07/pardus-logo.jpg" alt="pardus-logo" width="150" height="138" /><a href="http://www.pardus.org.tr/eng/index.html" target="_blank">Pardus</a> is a Linux distribution created and maintained by Scientific &amp; Technological Research Council of Turkey.  There&#8217;s certainly no shortage of customized and special-purpose Linux distributions available, but Pardus is unique in several ways.  Today, instead of covering the usual aspects of an operating system like installation and included software, I&#8217;m going to cover the aspects of Pardus that make it so interesting.</p>
<p>One important note before we get too far &#8211; if you decide to install Pardus, <strong>make sure you hit F2 at the first bootup screen to set the language</strong>, unless you want your system in Turkish.</p>
<p>The version tested here is Pardus 2009 RC2</p>
<h3>Kaptan</h3>
<p>The first thing you&#8217;ll see on a new Pardus installation is Kaptan, a desktop config tool.  It allows you to set things like desktop theme, wallpaper, mouse preferences, and menu style.  I found this to be a useful tool for getting everything off on the right foot.  Like all the custom Pardus applications I&#8217;ve seen so far, it&#8217;s oddly beautiful for something so maroon.</p>
<p><img class="aligncenter size-full wp-image-5910" src="http://images.maketecheasier.com/2009/07/pardus-kaptan.jpg" alt="Initial Kaptan screen" width="577" height="408" /></p>
<p>My only complaint about Kaptan was that at one point it brings you to a config screen for Smolt, without ever telling you what Smolt is or what it&#8217;s supposed to be doing.  Everything else is clear and intuitive.</p>
<h3>PiSi</h3>
<p>One of the things that initially got me interested in Pardus was the the developers seem to share my affinity for the <a href="http://maketecheasier.com/a-basic-introduction-to-python-3/2009/03/25">Python</a> programming language.  The Pardus developers used Python extensively in building the system, most notably in the package manager PiSi.</p>
<p>PiSi (pronounced pee-see) is the custom-built package manager for Pardus.  it&#8217;s got all the features of a modern package manager, including things like dependency resolution, CLI and GUI interface, search functions and online repositories.  The command line interface provides all the usual options, such as</p>

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

<p>to search for a package and</p>

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

<p>to install it.</p>
<p>One thing I particularly like about PiSi is the quality output it provides.  If a package fails to install, you get clear output telling you why.  When it does install, you get nicely formatted output (with color!) telling you all about the installation.  Here, for example, is the output I got when I told PiSi to install my favorite video player, VLC.</p>
<p><img class="aligncenter size-full wp-image-5918" src="http://images.maketecheasier.com/2009/07/pardus-pisi.jpg" alt="An example of PiSi in action" width="576" height="451" /></p>
<p>It&#8217;s a little verbose, but I think quite useful.  Particularly the use of color, which is something I&#8217;ve always liked about Gentoo&#8217;s <em>emerge</em>.  That kind of clear, useful, detailed output is what I wish I could have in all package managers.  Kudos to PiSi for that one!</p>
<p>The only downside I&#8217;ve encountered so far (and it is a big one) is the comparitively small amount of software available in Pardus&#8217;s PiSi repositories.  It&#8217;s got about 2,000 packages, and many of the things I&#8217;ve tried to install have not been available.  It&#8217;s not a huge project, and relatively new in the world of Linux distros, so a lack of packages is somewhat understandable.  Still, having more software available would go a long way toward making Pardus a top-notch distro.</p>
<h3>Package Manager</h3>
<p>After covering PiSi, there&#8217;s not a whole lot to say about Package Manager, which is the graphical front-end to PiSi.  It provides a browsable, searchable interface to the software available to PiSi.  If you&#8217;ve ever used Synaptic, the default package GUI for Ubuntu, you&#8217;ll be right at home in Package Manager.</p>
<p><img class="aligncenter size-full wp-image-5924" src="http://images.maketecheasier.com/2009/07/pardus-package-manager.jpg" alt="Package Manager" width="577" height="469" /></p>
<h3>Network Manager</h3>
<p>This was one thing that was a bit of a problem for me.  After my initial install, I was surprised to see my network wasn&#8217;t up.  This certainly wasn&#8217;t the first Linux ever run on that machine so there should be no driver issues.  Even trying to bring it up manually at the command line came up with little success.</p>
<p>Then, I ran the Pardus Network Manager tool, and after creating a &#8220;profile&#8221; for my NIC, everything was up and running.  Perhaps it was just the chipset on that machine (a common Intel chipset), but I hope not everyone would have to manually configure a network interface to get basic connection.</p>
<p><img class="aligncenter size-full wp-image-5926" src="http://images.maketecheasier.com/2009/07/pardus-network.jpg" alt="Network Manager" width="414" height="173" /></p>
<h3>Firewall</h3>
<p>Pardus continues the overall habit of clarity and simplicity with the Firewall utility.  It should be familiar to anyone who&#8217;s used Windows firewalls like ZoneAlarm.</p>
<p><img class="aligncenter size-full wp-image-5927" src="http://images.maketecheasier.com/2009/07/pardus-firewall.jpg" alt="Firewall configuration" width="539" height="376" /></p>
<p>For some reason I have not yet figured out, the Firewall utility does not seem to recognize my keystrokes.  All other applications take whatever typing I give them, but none of the text boxes in Firewall Manager seem to realize that I&#8217;m typing.</p>
<h3>Conclusion</h3>
<p>Overall I was surprised and impressed by Pardus.  Surprised because it&#8217;s not a name you hear very often in news or conversation, and impressed by the clean, clear, clever design.   To me, the real gem was PiSi.  As a long time <a href="http://maketecheasier.com/become-an-apt-guru/2009/02/24">APT</a> fan I have high expectations in a package manager, and so far PiSi hasn&#8217;t let me down, its even shown me a few things I wish other package managers could do.  Pardus is really slick right now, and I&#8217;m betting it will only get better.</p>
<p>There&#8217;s certainly room for improvement, particularly with the Network and Firewall Managers, but the system itself is beautiful and well designed.  I&#8217;m not quite ready to use Pardus as my main operating system, but in another release or two I think it could give the giants like Ubuntu a real run for their money.</p>
<p><em>For anyone who IS curious about the non-original included software, some notable packages are:</em></p>
<ul>
<li><em>Kernel 2.6.30.1</em></li>
<li><em>KDE 4.2.4</em></li>
<li><em>Firefox 3.5</em></li>
<li><em>OpenOffice 3.1</em></li>
<li><em>Gimp 2.6.6</em></li>
<li><em>Xorg 1.6.2</em></li>
<li><em>Python 2.6.2</em></li>
</ul>
<p><em> </em></p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/getting-started-with-pardus-linux/2009/07/19">Getting Started with Pardus Linux</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/configure-a-firewall-in-linux-using-firestarter/2009/03/29' rel='bookmark' title='Permanent Link: How To Configure A Firewall In Linux Using Firestarter'>How To Configure A Firewall In Linux Using Firestarter</a></li><li><a href='http://maketecheasier.com/backup-instal-your-linux-applications-with-aptoncd/2009/06/13' rel='bookmark' title='Permanent Link: How to Backup And Install Your Linux Applications With AptOnCD'>How to Backup And Install Your Linux Applications With AptOnCD</a></li><li><a href='http://maketecheasier.com/install-software-from-a-tarball-in-linux/2009/06/25' rel='bookmark' title='Permanent Link: How to Install Software from a Tarball in Linux'>How to Install Software from a Tarball in Linux</a></li><li><a href='http://maketecheasier.com/basic-bash-command-for-new-linux-users/2008/01/22' rel='bookmark' title='Permanent Link: Basic Bash Command For New Linux Users'>Basic Bash Command For New Linux Users</a></li><li><a href='http://maketecheasier.com/linux-access-100-games-instantly-with-djl/2009/10/17' rel='bookmark' title='Permanent Link: Linux: Access 100+ Games Instantly With DJL'>Linux: Access 100+ Games Instantly With DJL</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/getting-started-with-pardus-linux/2009/07/19/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Upgrade Ubuntu Without Rebooting with Ksplice</title>
		<link>http://maketecheasier.com/upgrade-ubuntu-without-rebooting-with-ksplice/2009/07/12</link>
		<comments>http://maketecheasier.com/upgrade-ubuntu-without-rebooting-with-ksplice/2009/07/12#comments</comments>
		<pubDate>Sun, 12 Jul 2009 11:32:16 +0000</pubDate>
		<dc:creator>Sharninder</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[ksplice]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5657</guid>
		<description><![CDATA[Don&#8217;t you hate it when you&#8217;re in the middle of something important and the operating system keeps bugging you to reboot your computer, just because an important security update was installed ?
I hate it and I&#8217;m sure the guys behind Ksplice hated it too. They hated it so much that they decided to do something [...]<p><strong><a href="http://maketecheasier.com/upgrade-ubuntu-without-rebooting-with-ksplice/2009/07/12">How to Upgrade Ubuntu Without Rebooting with Ksplice</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/easily-upgrade-your-firefox-to-35-in-ubuntu/2009/08/12' rel='bookmark' title='Permanent Link: How to Easily Upgrade your Firefox to 3.5 (and future version) in Ubuntu'>How to Easily Upgrade your Firefox to 3.5 (and future version) in Ubuntu</a></li><li><a href='http://maketecheasier.com/installing-kde-4-on-ubuntu-gutsy/2008/02/06' rel='bookmark' title='Permanent Link: Installing KDE 4 on Ubuntu Gutsy'>Installing KDE 4 on Ubuntu Gutsy</a></li><li><a href='http://maketecheasier.com/how-to-upgrade-from-ext3-to-ext4-without-formatting-the-hard-disk/2009/04/21' rel='bookmark' title='Permanent Link: How To Upgrade From Ext3 To Ext4 Without Formatting The Hard Disk'>How To Upgrade From Ext3 To Ext4 Without Formatting The Hard Disk</a></li><li><a href='http://maketecheasier.com/install-firefox-3-rc1-on-ubuntu-hardy-heron/2008/05/28' rel='bookmark' title='Permanent Link: How To Install Firefox 3 RC1 On Ubuntu Hardy Heron'>How To Install Firefox 3 RC1 On Ubuntu Hardy Heron</a></li><li><a href='http://maketecheasier.com/remove-the-annoying-update-manager-pop-up-in-ubuntu-jaunty/2009/06/18' rel='bookmark' title='Permanent Link: How to Remove The Annoying Update manager Pop-up in Ubuntu Jaunty'>How to Remove The Annoying Update manager Pop-up in Ubuntu Jaunty</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-5823" src="http://images.maketecheasier.com/2009/07/uptrack-1.jpg" alt="Uptrack Logo" width="200" height="68" />Don&#8217;t you hate it when you&#8217;re in the middle of something important and the operating system keeps bugging you to reboot your computer, just because an<strong> important security update </strong>was installed ?</p>
<p>I hate it and I&#8217;m sure the guys behind <a title="ksplice" href="http://ksplice.com" target="_blank">Ksplice</a> hated it too. They hated it so much that they decided to do something about it and developed Uptrack.</p>
<p><a href="http://ksplice.com/uptrack/" target="_blank">Uptrack</a> is a software updater which works in much the same way as Ubuntu&#8217;s default update manager, with the exception of one important step. Uptrack doesn&#8217;t require the computer to be rebooted after an update has been installed. Ksplice, the company behind Uptrack, has developed a technology which lets a running program, even the kernel, be upgraded without the need for a reboot.</p>
<p>Isn&#8217;t that awesome ?</p>
<p>Installing Uptrack on your Ubuntu 9.04 system is quite easy as you&#8217;ll see.</p>
<p>First of all, <a title="Ksplice" href="http://ksplice.com/uptrack/key" target="_blank">Request for an access key</a> from Ksplice&#8217;s website. Enter your email address and you&#8217;ll recieve the key by email within a couple of minutes.</p>
<p><img class="aligncenter size-full wp-image-5826" src="http://images.maketecheasier.com/2009/07/uptrack-2.jpg" alt="Uptrack Email" width="500" height="201" /></p>
<p>Now, you should add the Ksplice repository to APT, so that you can use apt in the future to update Ksplice also.</p>
<p>In your terminal, type the following command to open up the Apt sources list.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> gedit <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>sources.list.d<span style="color: #000000; font-weight: bold;">/</span>ksplice.list</pre></div></div>

<p>Add the following lines to the file.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">deb http:<span style="color: #000000; font-weight: bold;">//</span>www.ksplice.com<span style="color: #000000; font-weight: bold;">/</span>apt jaunty ksplice
deb-src http:<span style="color: #000000; font-weight: bold;">//</span>www.ksplice.com<span style="color: #000000; font-weight: bold;">/</span>apt jaunty ksplice</pre></div></div>

<p>Save and close the file. Now, run the following commands on the terminal:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">wget</span> https:<span style="color: #000000; font-weight: bold;">//</span>www.ksplice.com<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>ksplice-archive.asc
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-key</span> add ksplice-archive.asc
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">aptitude</span> update
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> uptrack</pre></div></div>

<p>The first command downloads the PGP key for the repository and the second command adds it to the list of keys trusted by APT. This will make sure that apt doesn&#8217;t complain everytime you download something from the ksplice repository.</p>
<p>The second commands refreshes the local APT repository and the third command installs uptrack. The key that Ksplice emailed you earlier, will be required now, so make sure you have that handy. Uptrack has a default CLI which can be used to manage updates, but if you&#8217;re the GUI kind, run the following command to install the <strong>uptrack-manager</strong> GUI for uptrack.</p>

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

<p>Once uptrack-manager is installed, you&#8217;ll see an icon in the taskbar which is Uptrack&#8217;s way of letting the user know if and when new kernel updates are available.</p>
<p><img class="aligncenter size-full wp-image-5828" src="http://images.maketecheasier.com/2009/07/uptrack-3.jpg" alt="Uptrack-manager" width="435" height="163" /></p>
<p>The &#8216;<strong>K</strong>&#8216; icon with the red warning means that there are updates available for your system. To view the updates that are available, just click on the icon.</p>
<p><img class="aligncenter size-full wp-image-5829" src="http://images.maketecheasier.com/2009/07/uptrack-4.jpg" alt="Uptrack Manager" width="500" height="385" /></p>
<p>To install the updates shown on the screen, just click &#8220;<strong>Install all updates</strong>&#8220;. Uptrack runs via cron to periodically check for new updates but if you want to manually check for updates, you can click on the &#8220;<strong>Check</strong>&#8221; button to do that.</p>
<p>That&#8217;s all. You can now say Goodbye to all the schedules reboots that you had to do earlier everytime a software update came through.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/upgrade-ubuntu-without-rebooting-with-ksplice/2009/07/12">How to Upgrade Ubuntu Without Rebooting with Ksplice</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/easily-upgrade-your-firefox-to-35-in-ubuntu/2009/08/12' rel='bookmark' title='Permanent Link: How to Easily Upgrade your Firefox to 3.5 (and future version) in Ubuntu'>How to Easily Upgrade your Firefox to 3.5 (and future version) in Ubuntu</a></li><li><a href='http://maketecheasier.com/installing-kde-4-on-ubuntu-gutsy/2008/02/06' rel='bookmark' title='Permanent Link: Installing KDE 4 on Ubuntu Gutsy'>Installing KDE 4 on Ubuntu Gutsy</a></li><li><a href='http://maketecheasier.com/how-to-upgrade-from-ext3-to-ext4-without-formatting-the-hard-disk/2009/04/21' rel='bookmark' title='Permanent Link: How To Upgrade From Ext3 To Ext4 Without Formatting The Hard Disk'>How To Upgrade From Ext3 To Ext4 Without Formatting The Hard Disk</a></li><li><a href='http://maketecheasier.com/install-firefox-3-rc1-on-ubuntu-hardy-heron/2008/05/28' rel='bookmark' title='Permanent Link: How To Install Firefox 3 RC1 On Ubuntu Hardy Heron'>How To Install Firefox 3 RC1 On Ubuntu Hardy Heron</a></li><li><a href='http://maketecheasier.com/remove-the-annoying-update-manager-pop-up-in-ubuntu-jaunty/2009/06/18' rel='bookmark' title='Permanent Link: How to Remove The Annoying Update manager Pop-up in Ubuntu Jaunty'>How to Remove The Annoying Update manager Pop-up in Ubuntu Jaunty</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/upgrade-ubuntu-without-rebooting-with-ksplice/2009/07/12/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Record Skype Calls in Linux</title>
		<link>http://maketecheasier.com/record-skype-calls-in-linux/2009/07/06</link>
		<comments>http://maketecheasier.com/record-skype-calls-in-linux/2009/07/06#comments</comments>
		<pubDate>Mon, 06 Jul 2009 13:26:39 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[record]]></category>
		<category><![CDATA[skype]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5710</guid>
		<description><![CDATA[Skype is a proprietary voice over Internet application that allows you to call other Skype users or real telephone lines. If you happen to use Skype for business or some other important calls that you might want to record, you will need additional software.
There are several ways to record inbound and outbound audio in Linux, but [...]<p><strong><a href="http://maketecheasier.com/record-skype-calls-in-linux/2009/07/06">How to Record Skype Calls in Linux</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/screen-recording-with-recordmydesk/2008/02/21' rel='bookmark' title='Permanent Link: Screen Recording With RecordMyDesk'>Screen Recording With RecordMyDesk</a></li><li><a href='http://maketecheasier.com/videoconference-linux-and-windows-with-ekiga/2009/08/05' rel='bookmark' title='Permanent Link: How to Videoconference Linux and Windows with Ekiga'>How to Videoconference Linux and Windows with Ekiga</a></li><li><a href='http://maketecheasier.com/use-linux-applications-on-windows-without-having-to-install-linux/2008/05/27' rel='bookmark' title='Permanent Link: Use Linux Applications On Windows, Without Having to Install Linux'>Use Linux Applications On Windows, Without Having to Install Linux</a></li><li><a href='http://maketecheasier.com/manage-your-synchronization-and-backup-easily-with-conduit-for-linux/2008/10/13' rel='bookmark' title='Permanent Link: Manage Your Synchronization And Backup Easily With Conduit For Linux'>Manage Your Synchronization And Backup Easily With Conduit For Linux</a></li><li><a href='http://maketecheasier.com/install-adobe-air-for-linux-in-ubuntu-intrepid/2008/12/19' rel='bookmark' title='Permanent Link: Install Adobe Air For Linux In Ubuntu Intrepid'>Install Adobe Air For Linux In Ubuntu Intrepid</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-5712" src="http://images.maketecheasier.com/2009/07/skype-recorder-icon.jpg" alt="Skype Call Recorder icon" width="128" height="128" /><a href="http://www.skype.com/intl/en/" target="_blank">Skype</a> is a proprietary voice over Internet application that allows you to call other Skype users or real telephone lines. If you happen to use Skype for business or some other important calls that you might want to record, you will need additional software.</p>
<p>There are several ways to record inbound and outbound audio in Linux, but <a href="http://atdot.ch/scr/" target="_blank">Skype Call Recorder</a> (SCR) is specifically designed for Skype. It is a free and open-source application with which you can record calls in MP3, Ogg Vorbis, or WAV format. It supports manual and automatic recording, which can be configured for specific callers.</p>
<h3>Installation</h3>
<ol>
<li>Go to the <a href="http://atdot.ch/scr/" target="_blank">Skype Call Recorder website</a>.</li>
<li>Scroll to the download area on the main page. Packages are available for Ubuntu (x86 and x86_64), Debian, Asus Eee PC (running Xandros), RPM-based (x86 and x86_64), Arch Linux, a Gentoo ebuild and a source code tarball.</li>
<li>Download and install the Skype Call Recorder package for your system. It should then appear in your application menu.</li>
</ol>
<h3>Preparation</h3>
<p><img class="alignright size-full wp-image-5715" src="http://images.maketecheasier.com/2009/07/skype-recorder-1.jpg" alt="Starting Skype Call Recorder" width="300" height="403" /></p>
<ol>
<li>Start Skype.</li>
<li>Open your application launcher menu and start Skype Call Recorder. If you cannot find it, you can manually start it by running the command &#8220;<em>skype-call-recorder</em>&#8220;.</li>
<li>Skype should pop up a window saying &#8220;A program &#8220;SkypeCallRecorder&#8221; is trying to connect to Skype&#8221;.  Click &#8220;<em>Yes</em>&#8220;. If you want, you may also check &#8220;Remember this selection&#8221;.</li>
<li>Right click on the new icon in your system tray area and click &#8220;<em>Preferences</em>&#8220;.</li>
<li>Select whether you want it to automatically record every call, ask before recording, or not at all. From this tab you can also edit &#8220;per-caller recording&#8221;.</li>
<li>Click the &#8220;File Names&#8221; tab and select the folder where you want SKR to save your files.</li>
<li>Click the &#8220;File Format&#8221; tab and select the format you prefer. Ogg Vorbis is an open format and less lossy than MP3, but MP3 is more widely available for playback on portable devices. WAV will be uncompressed but will produce a large file if you have long calls. You can raise the MP3 bitrate to improve quality.</li>
<li>When you are satisfied with your preferences, click &#8220;Close&#8221;.</li>
</ol>
<h3>Making a call</h3>
<p>Assuming you have already used Skype, your audio mixer settings should be ready to record calls. If not, you need to make sure you have &#8220;mic&#8221; or microphone set to record and that &#8220;capture&#8221; is enabled. To test it, you can use a regular sound recorder to record your own voice.</p>
<ol>
<li>Start a Skype call the way you normally would. Click on a contact or enter a number.</li>
<li>The call will ring as it normally does, but when the person on the other end answers, a window will appear asking you if you would like to continue recording. Select &#8220;<em>Yes</em>&#8220;, and your call will now be recorded until you hang up.</li>
<li>After you end the call, check the folder you specified for your phone call file. You should be able to listen to it in whatever music player you prefer.</li>
</ol>
<p>That is all it takes to record your Skype calls. Anytime you want to record calls, it will be configured and ready to go.</p>
<p>*<strong>Note</strong><em>: Please be advised that it is illegal in some countries to record calls without the consent of the other party. Even if it is not in your country, it is considered ethical by most people to inform the other person that you are recording them.</em></p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/record-skype-calls-in-linux/2009/07/06">How to Record Skype Calls in Linux</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/screen-recording-with-recordmydesk/2008/02/21' rel='bookmark' title='Permanent Link: Screen Recording With RecordMyDesk'>Screen Recording With RecordMyDesk</a></li><li><a href='http://maketecheasier.com/videoconference-linux-and-windows-with-ekiga/2009/08/05' rel='bookmark' title='Permanent Link: How to Videoconference Linux and Windows with Ekiga'>How to Videoconference Linux and Windows with Ekiga</a></li><li><a href='http://maketecheasier.com/use-linux-applications-on-windows-without-having-to-install-linux/2008/05/27' rel='bookmark' title='Permanent Link: Use Linux Applications On Windows, Without Having to Install Linux'>Use Linux Applications On Windows, Without Having to Install Linux</a></li><li><a href='http://maketecheasier.com/manage-your-synchronization-and-backup-easily-with-conduit-for-linux/2008/10/13' rel='bookmark' title='Permanent Link: Manage Your Synchronization And Backup Easily With Conduit For Linux'>Manage Your Synchronization And Backup Easily With Conduit For Linux</a></li><li><a href='http://maketecheasier.com/install-adobe-air-for-linux-in-ubuntu-intrepid/2008/12/19' rel='bookmark' title='Permanent Link: Install Adobe Air For Linux In Ubuntu Intrepid'>Install Adobe Air For Linux In Ubuntu Intrepid</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/record-skype-calls-in-linux/2009/07/06/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
