<?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>Windows Linux Mac Tips &#187; Linux How To&#8217;s</title>
	<atom:link href="http://wlmtips.com/category/how-tos/linux-how-tos/feed/" rel="self" type="application/rss+xml" />
	<link>http://wlmtips.com</link>
	<description>A tip a day...</description>
	<lastBuildDate>Thu, 04 Feb 2010 06:23:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Install Ted: Torrent Episode Downloader in Linux</title>
		<link>http://wlmtips.com/2010/02/04/how-to-install-ted-torrent-episode-downloader-in-linux/</link>
		<comments>http://wlmtips.com/2010/02/04/how-to-install-ted-torrent-episode-downloader-in-linux/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 06:23:43 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Linux How To's]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ted]]></category>
		<category><![CDATA[torrent]]></category>

		<guid isPermaLink="false">http://wlmtips.com/?p=679</guid>
		<description><![CDATA[By now you are probably familiar with Ted: Torrent Episode Downloader.  In fact, Michael recently covered, how to Turn Your Computer into a DVR with Ted.  However, I have yet to see a guide on how to install/run Ted in Linux.  Since it is written in Java, it is fairly straightforward to get running, but [...]]]></description>
			<content:encoded><![CDATA[<p>By now you are probably familiar with <a title="Ted: Torrent Episode Downloader" href="http://www.ted.nu/" target="_blank">Ted: Torrent Episode Downloader</a>.  In fact, Michael recently covered, how to <a title="Turn Your Computer into a DVR with Ted" href="http://wlmtips.com/2009/12/02/turn-your-computer-into-a-dvr-with-tedtorrent-episode-downloader/" target="_blank">Turn Your Computer into a DVR with Ted</a>.  However, I have yet to see a guide on how to install/run Ted in Linux.  Since it is written in Java, it is fairly straightforward to get running, but there are probably some new guys to Linux that could use some help.  I will also show you how to create a menu icon to launch Ted.</p>
<h3><span style="color: #0000ff;">Requirements</span></h3>
<p>Java is the only software requirement to actually open Ted.  According to <a title="Ted wiki" href="http://www.ted.nu/wiki/index.php/Running_ted" target="_blank">Ted&#8217;s website</a>, you need at least Java 5.  If you don&#8217;t already have Java installed, you can install it from the Ubuntu Software Center, by searching for java6.  You need the &#8216;Sun Java 6 Runtime&#8217;, not just the plugin.</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2010/02/ted-linux-install-java.png"><img class="size-medium wp-image-693  aligncenter" title="ted-linux-install-java" src="http://wlmtips.com/wp-content/uploads/2010/02/ted-linux-install-java-400x235.png" alt="Ted Install Java 6 Runtime" width="366" height="214" /></a></p>
<p>You can also run the following command:</p>
<p><code>sudo aptitude install sun-java6-bin</code></p>
<h3><span style="color: #0000ff;">Getting Started</span></h3>
<p>It just so happens Ted released a new version yesterday, so make sure you <a title="Download Ted" href="http://www.ted.nu/download.php" target="_self">download</a> the most recent release.  You will notice there is a a different download depending on which operating system you want to run Ted in.  Obviously, you are going to want to choose the Linux download, which is in the form of a .zip archive.</p>
<p>Once the download is finished, we need to extract the contents of the zip archive.  You can do this several ways, depending on if you are a click and point kind of person, of if you prefer the command line.</p>
<p>For those of you who like the mouse, right click on the downloaded zip archive and choose &#8216;Extract Here&#8217;.  Be sure to rename the extracted folder to &#8216;ted&#8217; (without the quotes).  The name of the folder will matter later on.</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2010/02/ted-linux-extract.jpg"><img class="size-medium wp-image-680  aligncenter" title="ted-linux-extract" src="http://wlmtips.com/wp-content/uploads/2010/02/ted-linux-extract-331x400.jpg" alt="Ted Linux Extract Archive" width="184" height="223" /></a></p>
<p>You can also use the command line by navigating to the directory where the zip archive is located and running the following commands:</p>
<p><code>mkdir ted<br />
unzip tedv09715.zip -d ted</code></p>
<p><strong>*Note: the second command will change slightly with each version of Ted.</strong></p>
<p>If you want to move the ted folder to another location, now would be the time to do it.  The location does not matter, but changing it after this point will cause problems.</p>
<h3><span style="color: #0000ff;">Creating an Application Launcher</span></h3>
<p>Right click on the Applications menu, and choose &#8216;Edit Menus&#8217;</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2010/02/ted-linux-editmenu.jpg"><img class="size-full wp-image-688  aligncenter" title="ted-linux-editmenu" src="http://wlmtips.com/wp-content/uploads/2010/02/ted-linux-editmenu.jpg" alt="Ted Edit Application Menu" width="179" height="169" /></a></p>
<p>Choose the Internet menu from the list on the left.  Then click the &#8216;New Item&#8217; button on the right.</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2010/02/ted-linux-application-menu.png"><img class="size-medium wp-image-685  aligncenter" title="ted-linux-application-menu" src="http://wlmtips.com/wp-content/uploads/2010/02/ted-linux-application-menu-400x314.png" alt="Ted Application Menu" width="400" height="314" /></a></p>
<p>Now, add the Ted entry. Be sure to change the location of the ted.jar file to where you put it earlier.</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2010/02/ted-linux-launcher.png"><img class="size-medium wp-image-684  aligncenter" title="ted-linux-launcher" src="http://wlmtips.com/wp-content/uploads/2010/02/ted-linux-launcher-400x183.png" alt="Ted Application Launcher" width="400" height="183" /></a></p>
<p style="text-align: left;">Finally, we will add the Ted icon to the launcher.  Click the spring looking icon button in the upper left corner.  This should open a window allowing you to browse for icons.  Click the Browse button and then navigate to the &#8216;ted&#8217; folder. You will only be able to see the folders within the ted folder; however, this is okay. Simply click the Open button and you should see a file named &#8216;winicon.ico&#8217;.</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2010/02/ted-linux-browse-icons.png"><img class="size-medium wp-image-691  aligncenter" title="ted-linux-browse-icons" src="http://wlmtips.com/wp-content/uploads/2010/02/ted-linux-browse-icons-367x400.png" alt="Ted Browse for icons" width="367" height="400" /></a></p>
<p style="text-align: left;">Select the icon and then click &#8216;OK&#8217;.</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2010/02/ted-linux-launcher-with-icon.png"><img class="size-medium wp-image-692  aligncenter" title="ted-linux-launcher-with-icon" src="http://wlmtips.com/wp-content/uploads/2010/02/ted-linux-launcher-with-icon-400x170.png" alt="Ted Application Launcher with icon" width="400" height="170" /></a></p>
<h3 style="text-align: left;">(Optional)</h3>
<p style="text-align: left;">Now for those of you who like doing everything on the command line, don&#8217;t fret, I haven&#8217;t forgotten about you.  Start by creating a text file named &#8216;ted&#8217; that contains the following:</p>
<p style="text-align: left;"><code>#!/bin/bash<br />
java -jar /home/eric/ted/ted.jar</code></p>
<p style="text-align: left;">Obviously, change the location of the ted.jar file to match your system.  Next, we need to make this file executable.  To do so, run <code>chmod +x ted</code> from the command line.  Last, we need to move it to a folder included in your search path.  For example:<br />
<code>sudo mv ted /usr/bin/</code></p>
<p style="text-align: left;">Notice root privileges are needed here since you are copying the file to a system folder.  Enter your password when prompted.  You should now be able to run &#8216;ted&#8217; from the command line to launch the application.</p>
<h3 style="text-align: left;"><span style="color: #0000ff;">Upgrading safely</span></h3>
<p><span style="color: #0000ff;"><span style="color: #000000;">Since Ted includes the version number in its folder names, you have to be careful to not break the application launcher.  Either follow the Getting Started section above, or simply copy and paste the contents of the new release of Ted into your current &#8216;ted&#8217; folder.</span><br />
</span></p>
<h3 style="text-align: left;"><span style="color: #0000ff;">Troubleshooting</span></h3>
<p>If your application launcher quits working, it is probably because the path to the ted.jar file has changed.  Just double check that it is still in the same location, and update either the launcher or the location if it is different.</p>
<p>In some of the older versions, Ted was set to use a tray icon by default; however, this would cause problems with Java.  This problems seems to have been fixed in newer versions of Ted, but I thought it was still worth mentioning.  If you get an error similar to the following:<br />
<code>Exception in thread "main" java.lang.UnsatisfiedLinkError: no tray in java.library.path<br />
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1709)<br />
at java.lang.Runtime.loadLibrary0(Runtime.java:823)<br />
at java.lang.System.loadLibrary(System.java:1028)<br />
at org.jdesktop.jdic.tray.internal.impl.GnomeSystemTrayService.(Unknown Source)<br />
at org.jdesktop.jdic.tray.internal.impl.ServiceManagerStub.getService(Unknown Source)<br />
at org.jdesktop.jdic.tray.internal.ServiceManager.getService(Unknown Source)<br />
at org.jdesktop.jdic.tray.SystemTray.(Unknown Source)<br />
at ted.TedTrayIcon.(TedTrayIcon.java:28)<br />
at ted.TedMainDialog.initGUI(TedMainDialog.java:312)<br />
at ted.TedMainDialog.(TedMainDialog.java:121)<br />
at ted.TedMain.main(TedMain.java:37)</code></p>
<p>try changing the command to run Ted from <code>java -jar /home/eric/ted/ted.jar</code> to <code>java -jar /home/eric/ted/ted.jar noTray</code> This can be substituted for the normal command in any of the examples given above.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://wlmtips.com/2009/12/02/turn-your-computer-into-a-dvr-with-tedtorrent-episode-downloader/" title="Turn Your Computer into a DVR with Ted:Torrent Episode Downloader">Turn Your Computer into a DVR with Ted:Torrent Episode Downloader</a></li><li><a href="http://wlmtips.com/2008/03/18/deluge-bittorrent-client/" title="Light Weight BitTorrent Client For Windows, Linux, And Mac">Light Weight BitTorrent Client For Windows, Linux, And Mac</a></li><li><a href="http://wlmtips.com/2009/11/08/4-great-sites-to-visit-as-a-new-linux-user/" title="4 Great Sites to Visit as a New Linux User">4 Great Sites to Visit as a New Linux User</a></li><li><a href="http://wlmtips.com/2008/08/01/power-poll-1-linux-friday/" title="Power Poll #1 (Linux Friday)">Power Poll #1 (Linux Friday)</a></li><li><a href="http://wlmtips.com/2008/07/25/force-quit-unresponsive-applictions-linux-friday/" title="Force Quit Unresponsive Applictions (Linux Friday)">Force Quit Unresponsive Applictions (Linux Friday)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://wlmtips.com/2010/02/04/how-to-install-ted-torrent-episode-downloader-in-linux/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>20 Firefox Shortcuts</title>
		<link>http://wlmtips.com/2009/12/16/20-firefox-shortcuts/</link>
		<comments>http://wlmtips.com/2009/12/16/20-firefox-shortcuts/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 04:02:28 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Linux How To's]]></category>
		<category><![CDATA[Mac OS X How To's]]></category>
		<category><![CDATA[Windows How To's]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[keystokes]]></category>
		<category><![CDATA[short cuts]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[shortcuts]]></category>

		<guid isPermaLink="false">http://wlmtips.com/?p=599</guid>
		<description><![CDATA[
Firefox is now the number 2 web browser currently in use. While Firefox only holds 25% of the market share, it is gaining more and more every day. As Firefox is my favorite browser, I wanted to share a few of my favorite shortcuts. Even if you use a different browser, give some of these [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mozilla.com/en-US/firefox/personal.html"><img class="alignnone size-medium wp-image-542 alignright" style="float: right;" title="firefoxlogo" src="http://wlmtips.com/wp-content/uploads/2008/04/firefoxlogo.jpg" alt="" width="150" height="142" /></a></p>
<p>Firefox is now the number 2 web browser currently in use. While Firefox only holds 25% of the market share, it is gaining more and more every day. As Firefox is my favorite browser, I wanted to share a few of my favorite shortcuts. Even if you use a different browser, give some of these a try and see if they work for you.<br />
<br />
All of these shortcuts are a combination of keystrokes, so when you read &#8216;Ctrl + C&#8217;, simply press the &#8216;Ctrl&#8217; key and the &#8216;C&#8217; key.</p>
<h3><span style="color: #0000ff;">My Favorite Keyboard Shortcuts</span></h3>
<ul>
<li><strong>Ctrl + L</strong> Go to the address bar.</li>
<li><strong>Ctrl + K</strong><strong> </strong>Go to the search bar.</li>
<li><strong>Alt + left arrow</strong> Navigate back one page.</li>
<li><strong>Alt + right arrow</strong> Navigate forward one page.</li>
<li><strong>Ctrl + R</strong> Reload the page.</li>
<li><strong>Esc</strong> Stop the page from loading.</li>
<li><strong>Ctrl + + </strong>Zoom in.</li>
<li><strong>Ctrl + &#8211; </strong>Zoom out.</li>
<li><strong>Ctrl + T </strong>Opens a new Tab.</li>
<li><strong>Ctrl + W </strong>Closes current Tab.</li>
<li><strong>Ctrl + Tab </strong>Move to the next Tab.</li>
<li><strong>Ctrl + Shift + Tab </strong>Move back to previous Tab.</li>
<li><strong>Alt + 1 through 8 </strong>Move to the 1st through 8th Tabs.</li>
<li><strong>Alt + 9 </strong>Move to the last Tab that is open.</li>
</ul>
<h3><span style="color: #0000ff;">My Favorite Mouse Shortcuts</span></h3>
<ul>
<li><strong>Middle click on link</strong> Open that link in a new Tab.</li>
<li><strong>Middle click on a Tab</strong> Close that Tab.</li>
<li><strong>Ctrl + Scroll up</strong> Zoom in.</li>
<li><strong>Ctrl + Scroll down</strong> Zoom out.</li>
<li><strong>Shift + Scroll up</strong> Navigate forward. The number of times you scroll equals the number of pages you scroll through.</li>
<li><strong>Shift + Scroll down </strong>Navigate backward. The number of times you scroll equals the number of pages you scroll through.</li>
</ul>
<p>This is not the whole list of Firefox shortcuts by any means (the complete list is <a title="Firefox official shorcut page" href="http://support.mozilla.com/en-US/kb/Keyboard+shortcuts">here</a>). There are many many more, however, these are the shortcuts I tend to use every day. Also keep in mind that there are other shortcuts that do the same thing, for example, <strong>backspace</strong> will navigate you back one page and <strong>shift + backspace </strong>will navigate you forward one page. I know this, yet I still always use <strong>Alt + left arrow </strong>and <strong>Alt + right arrow</strong>.</p>
<h3><span style="color: #0000ff;">3 Extra shortcuts</span></h3>
<p>When typing in a web address, the following shortcuts will auto-complete the address for you. For example, type <strong>wlmtips</strong> into the address bar and then press</p>
<ul>
<li><strong>Ctrl + Enter </strong>This will auto-complete .com address. So <strong>wlmtips</strong> will become wlmtips.com</li>
<li><strong>Shift + Enter</strong> This will auto-complete .net address. So <strong>wlmtips</strong> will become wlmtips.net</li>
<li><strong>Ctrl + Shift + Enter</strong> This will auto-complete .org address. So <strong>wlmtips</strong> will become wlmtips.org</li>
</ul>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://wlmtips.com/2008/07/21/instant-dictionary-lookup-mac-monday/" title="Instant Dictionary Lookup (Mac Monday)">Instant Dictionary Lookup (Mac Monday)</a></li><li><a href="http://wlmtips.com/2008/07/09/how-to-make-keyboard-shortcuts-to-your-favorite-programs-windows-wednesday/" title="How to Make Keyboard Shortcuts to Your Favorite Programs (Windows Wednesday)">How to Make Keyboard Shortcuts to Your Favorite Programs (Windows Wednesday)</a></li><li><a href="http://wlmtips.com/2008/07/07/screen-capturing-shortcuts-mac-monday/" title="Screen Capturing Shortcuts (Mac Monday)">Screen Capturing Shortcuts (Mac Monday)</a></li><li><a href="http://wlmtips.com/2008/06/17/download-firefox-3-today-download-day-2008/" title="Download Firefox 3 Today &#8211; &#8220;Download Day 2008&#8243;">Download Firefox 3 Today &#8211; &#8220;Download Day 2008&#8243;</a></li><li><a href="http://wlmtips.com/2008/04/16/windows-wednesday-kinda-alternatives-to-your-usual-internet-browser/" title="Windows Wednesday (Kinda): Alternatives to Your Usual Internet Browser">Windows Wednesday (Kinda): Alternatives to Your Usual Internet Browser</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://wlmtips.com/2009/12/16/20-firefox-shortcuts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Turn Your Computer into a DVR with Ted:Torrent Episode Downloader</title>
		<link>http://wlmtips.com/2009/12/02/turn-your-computer-into-a-dvr-with-tedtorrent-episode-downloader/</link>
		<comments>http://wlmtips.com/2009/12/02/turn-your-computer-into-a-dvr-with-tedtorrent-episode-downloader/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 04:48:31 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Linux How To's]]></category>
		<category><![CDATA[Mac OS X How To's]]></category>
		<category><![CDATA[Windows How To's]]></category>
		<category><![CDATA[automatically download tv show]]></category>
		<category><![CDATA[automatically torrent tv show]]></category>
		<category><![CDATA[downloader]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[ted]]></category>
		<category><![CDATA[ted downloader]]></category>
		<category><![CDATA[ted episode]]></category>
		<category><![CDATA[ted torrent]]></category>
		<category><![CDATA[torrent]]></category>
		<category><![CDATA[tv show]]></category>
		<category><![CDATA[tv torrent]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[WLMTips]]></category>

		<guid isPermaLink="false">http://wlmtips.com/?p=538</guid>
		<description><![CDATA[
I can&#8217;t afford the DVR my cable company offers. Plain and simple. Even if I could afford it, I wouldn&#8217;t be willing to pay for it. It just costs too much money.  As a busy student and TV addict, I would often have to choose between watching that new episode of my favorite TV show [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-542 alignright" style="float: right;" title="ted_logo" src="http://wlmtips.com/wp-content/uploads/2009/12/ted_logo.png" alt="" width="98" height="84" /></p>
<p>I can&#8217;t afford the DVR my cable company offers. Plain and simple. Even if I could afford it, I wouldn&#8217;t be willing to pay for it. It just costs too much money.  As a busy student and TV addict, I would often have to choose between watching that new episode of my favorite TV show or studying and doing homework. Of course you can always watch the rerun, which usually shows during that next weekend, but I want to watch my shows when I want to watch them. Ted solves this problem for me. Ted is an automatic TV show downloader. Enter in your favorite TV shows and when that new episode airs, Ted starts searching the internet for a torrent of it. Ted will automatically download the torrent file and even pass it on to your bittorrent client. Here&#8217;s a quick overview of some of the features of Ted.</p>
<p>To use Ted, you need will to:</p>
<p>1.) Download Ted <a title="ted" href="http://sourceforge.net/projects/ted/files/ted/0.971/tedv0971.zip/download">here for Windows, Linux, and Mac versions.</a> (This link downloads version 0.971, go to <a title="http://www.ted.nu/" href="http://www.ted.nu/">http://www.ted.nu/</a> to see if there are newer versions)</p>
<p>2.) Have a bittorent client installed. If you don&#8217;t already have one, here are a few options:</p>
<p><a title="transmission" href="http://www.transmissionbt.com/">Transmission</a></p>
<p><a title="deluge" href="http://deluge-torrent.org/">Deluge</a></p>
<p><a title="Azureus/Vuze" href="http://azureus.sourceforge.net/">Azureus/Vuze</a></p>
<p><a title="uTorrent" href="http://www.utorrent.com/">uTorrent</a></p>
<p>I use both Transmission and Deluge. They are both great programs. I have never used Azureus or uTorrent, but I have heard good things about them. This is by no means a complete list of bittorent clients. You can use whatever client you prefer.</p>
<p>**If you want to automatically download TV shows, follow this guide to Ted and set your bittorrent client to always download to a specific directory.</p>
<p>Now, once you&#8217;ve downloaded and installed Ted, open up Ted and you should see:</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2009/12/ted.png"><img class="size-medium wp-image-553    aligncenter" title="ted" src="http://wlmtips.com/wp-content/uploads/2009/12/ted-260x400.png" alt="ted" width="260" height="400" /></a></p>
<p style="text-align: left;">The first thing to do is to edit the preferences. In Teds main window go to Extra (top left) then &#8216;Preferences&#8217;. Here you will see:</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2009/12/Preferences-general.png"><img class="aligncenter" title="Preferences-general" src="http://wlmtips.com/wp-content/uploads/2009/12/Preferences-general-380x400.png" alt="Preferences-general" width="380" height="400" /></a></p>
<p style="text-align: left;">Here you can specify how often you search for episodes. I keep it at 60 minutes myself. Keep a note of the download directory, this is where Ted saves the .torrent files that will be loaded into your bittorrent client. If you have the &#8216;Open in default bittorrent client checked&#8217; it should load the torrents automatically, but if it doesn&#8217;t, you can set most bittorrent clients to automatically import files in a specific directory. Just find that setting in your bittorrent client and set it for the same directory Ted downloads to.</p>
<p style="text-align: left;">The &#8216;Look and Feel&#8217; tab at the top will show:</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2009/12/Preferences-LookandFeel.png"><img class="size-medium wp-image-569  aligncenter" title="Preferences-LookandFeel" src="http://wlmtips.com/wp-content/uploads/2009/12/Preferences-LookandFeel-383x400.png" alt="Preferences-LookandFeel" width="383" height="400" /></a></p>
<p style="text-align: left;">Here you can set whether Ted runs on startup or not, shows alerts, and allows logging. I definitely recommend you keep logging turned on because the logs may come in handy some time.</p>
<p style="text-align: left;">The &#8216;Advanced&#8217; tab shows:</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2009/12/Preferences-advanced.png"><img class="size-medium wp-image-567  aligncenter" title="Preferences-advanced" src="http://wlmtips.com/wp-content/uploads/2009/12/Preferences-advanced-387x400.png" alt="Preferences-advanced" width="387" height="400" /></a></p>
<p style="text-align: left;">You can stop Ted from downloading certain file types; this is where you would want to put that information. Of course you can remove these standard &#8216;do not download&#8217; file types, but I don&#8217;t like dealing with .zip or .rar so I keep them in there.</p>
<p style="text-align: left;">Click Save and return to Teds main window.</p>
<p style="text-align: left;">Now you need to add a show. Click &#8216;Add a show&#8217;.</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2009/12/add-show-to-ted.png"><img class="size-medium wp-image-547    aligncenter" title="add-show-to-ted" src="http://wlmtips.com/wp-content/uploads/2009/12/add-show-to-ted-400x300.png" alt="add-show-to-ted" width="400" height="300" /></a></p>
<p style="text-align: left;">The Add a show screen lists quite a few shows. Click one and on the right a tv.com summary will show up. Here you can choose to download starting with the next newest episode, the last episode that aired, or a custom episode. Once you&#8217;ve selected a show, click &#8216;Add&#8217; in the bottom right. Don&#8217;t worry if your show isn&#8217;t on the list, just click &#8216;Add a custom show&#8217; at the bottom and enter your show&#8217;s info.</p>
<p style="text-align: left;">Your show should now be in Teds main window (as you can see I&#8217;ve added the show Top Gear):</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2009/12/ted-with-top-gear-added.png"><img class="size-medium wp-image-554    aligncenter" title="ted-with-top-gear-added" src="http://wlmtips.com/wp-content/uploads/2009/12/ted-with-top-gear-added-257x400.png" alt="ted-with-top-gear-added" width="257" height="400" /></a></p>
<p style="text-align: left;">Now you will want to edit some of the preferences. Just select your show in the above window, right click and then click edit.</p>
<p style="text-align: left;">The General edit window will appear:</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2009/12/edit-top-gear-general.png"><img class="size-medium wp-image-551  aligncenter" title="edit-top-gear-general" src="http://wlmtips.com/wp-content/uploads/2009/12/edit-top-gear-general-385x400.png" alt="edit-top-gear-general" width="385" height="400" /></a></p>
<p style="text-align: left;">This is where you can edit the title of the show and which season and episode to look for next. If you were to select Season 1 episode 1 in the case of Top Gear, ted will try and find Season 1 episode 1, then try and find Season 1 episode 2 and so on. If an episode is not found by Ted, however, it will not move to the next episode until that episode is found. So if it can&#8217;t find episode 2, it will not continue to episode 3 until it has found episode 2 (unless you go to this screen and manually tell it to search for episode 3).</p>
<p style="text-align: left;">To add feeds, click the &#8216;Feeds&#8217; at the top. You will see a window like this:</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2009/12/edit-top-gear-feeds.png"><img class="size-medium wp-image-549  aligncenter" title="edit-top-gear-feeds" src="http://wlmtips.com/wp-content/uploads/2009/12/edit-top-gear-feeds-383x400.png" alt="edit-top-gear-feeds" width="383" height="400" /></a></p>
<p style="text-align: left;">As you can see Ted has already populated 2 feeds for Top Gear. Unfortunately, mininova no longer offers TV shows, so you can remove that feed. Just click it and then click the minus sign at the bottom.</p>
<p style="text-align: left;">To add a feed, click the plus sign at the bottom:</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2009/12/add-feed.png"><img class="size-medium wp-image-546  aligncenter" title="add-feed" src="http://wlmtips.com/wp-content/uploads/2009/12/add-feed-274x400.png" alt="add-feed" width="274" height="400" /></a></p>
<p style="text-align: left;">You can choose from any of these and have it automatically add the feed for your particular show. I recommend putting in as many feeds as you can. There is no limit, and Ted will just download from the first one it can. Click &#8216;user defined&#8217; to add a feed from a torrent site not shown in this list.</p>
<p style="text-align: left;">Now click Filters:</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2009/12/edit-top-gear-filters.png"><img class="size-medium wp-image-550  aligncenter" title="edit-top-gear-filters" src="http://wlmtips.com/wp-content/uploads/2009/12/edit-top-gear-filters-384x400.png" alt="edit-top-gear-filters" width="384" height="400" /></a></p>
<p style="text-align: left;">Here you can edit the minimum  and maximum size of the video file. Any show that&#8217;s runs for 30 mins will usually be around the 300mb size, so choose a minimum of 150mb and a maximum of 500mb. Any show that runs for an hour, could be around 300-800 mb, so choose the minimum to be around 250mb and the maximum to be around 1000mb. If you specifically want HD content, click &#8216;Download in HD quality&#8217; at the bottom and significantly increase my recommended minimum and maximum sizes.</p>
<p style="text-align: left;">I would recommend you use the following snippet of code in the Keywords block to stop Ted from downloading unrelated or private torrents:</p>
<p style="text-align: center;">(!(www | lol | com | net | org | cx | cc | leech | torrent | nova | bay | bit))</p>
<p style="text-align: left;">If you click Schedule at the top, you will see:</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2009/12/edit-top-gear-schedule.png"><img class="size-medium wp-image-552  aligncenter" title="edit-top-gear-schedule" src="http://wlmtips.com/wp-content/uploads/2009/12/edit-top-gear-schedule-383x400.png" alt="edit-top-gear-schedule" width="383" height="400" /></a></p>
<p style="text-align: left;">Don&#8217;t forget to click &#8216;Save&#8217;.</p>
<p style="text-align: left;">Once you have a few shows listed in Ted, on  Teds main window, click edit and then click &#8216;Edit all shows&#8230;&#8217;</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2009/12/edit-all.png"><img class="size-medium wp-image-548  aligncenter" title="edit-all" src="http://wlmtips.com/wp-content/uploads/2009/12/edit-all-386x400.png" alt="edit-all" width="386" height="400" /></a></p>
<p style="text-align: left;">Here you can edit values for all of your shows at once.</p>
<p style="text-align: left;">You should now be setup to automatically download your favorite TV shows.</p>
<p style="text-align: center;">Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://wlmtips.com/2008/03/18/deluge-bittorrent-client/" title="Light Weight BitTorrent Client For Windows, Linux, And Mac">Light Weight BitTorrent Client For Windows, Linux, And Mac</a></li><li><a href="http://wlmtips.com/2010/02/04/how-to-install-ted-torrent-episode-downloader-in-linux/" title="How to Install Ted: Torrent Episode Downloader in Linux">How to Install Ted: Torrent Episode Downloader in Linux</a></li><li><a href="http://wlmtips.com/2008/03/25/nomachine-nx-control-a-computer-remotely-from-any-os/" title="NoMachine NX: Control A Computer Remotely From Any OS">NoMachine NX: Control A Computer Remotely From Any OS</a></li><li><a href="http://wlmtips.com/2008/03/08/flightgear-flight-simulator/" title="FlightGear Flight Simulator">FlightGear Flight Simulator</a></li><li><a href="http://wlmtips.com/2008/03/06/which-operating-system-is-right-for-you/" title="Which Operating System Is Right For You?">Which Operating System Is Right For You?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://wlmtips.com/2009/12/02/turn-your-computer-into-a-dvr-with-tedtorrent-episode-downloader/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How To Try The Google Chrome OS</title>
		<link>http://wlmtips.com/2009/11/21/how-to-try-the-google-chrome-os/</link>
		<comments>http://wlmtips.com/2009/11/21/how-to-try-the-google-chrome-os/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 21:30:20 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Linux How To's]]></category>
		<category><![CDATA[Mac OS X How To's]]></category>
		<category><![CDATA[Windows How To's]]></category>
		<category><![CDATA[box]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[chrome OS]]></category>
		<category><![CDATA[Chromium]]></category>
		<category><![CDATA[chromium OS]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[VM]]></category>

		<guid isPermaLink="false">http://wlmtips.com/?p=496</guid>
		<description><![CDATA[This post will show you step by step instructions of how to install the Google Chrome OS in a Virtual Machine. I chose to use Virtualbox to show the step by step, however you should be able to use VMware if you so choose.

The Chrome OS is a very basic Operating System that seems to be designed for use on a netbook. Now you can try out the OS on your current computer.
]]></description>
			<content:encoded><![CDATA[<p>This post will show you step by step instructions of how to install the Google Chrome OS in a Virtual Machine. I chose to use VirtualBox to show the step by step, however you should be able to use VMware if you so choose.</p>
<p>The Chrome OS is a very basic Operating System that seems to be designed for use on a netbook. Now you can try out the OS on your current computer.</p>
<p>What you will need:</p>
<p>1. VirtualBox &#8211; available for download <a title="Virtualbox Download page" href="http://www.virtualbox.org/wiki/Downloads">here for Windows, Linux, and Mac</a> (VirtualBox is usually included in the repositories of most Linux distros)</p>
<p>2. The Chrome OS image &#8211; available for download <a title="gdgt chrome download pgae" href="http://gdgt.com/google/chrome-os/download/">here from gdgt</a> -You will have to sign up on their site to get access to the file</p>
<p>***There is a Chrome OS image available for download as a torrent floating around somewhere. Just make sure it is a .vmdk file.</p>
<p>Now that you have VirtualBox and the .vmdk Chrome OS file</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-498" title="Chrome-file" src="http://wlmtips.com/wp-content/uploads/2009/11/Chrome-file.png" alt="Chrome-file" width="182" height="120" /></p>
<p>Open up VirtualBox and click New.</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-506" title="Virtualbox-new" src="http://wlmtips.com/wp-content/uploads/2009/11/Virtualbox-new.png" alt="Virtualbox-new" width="271" height="120" /></p>
<p>You should see the following screen:</p>
<p><a href="http://wlmtips.com/wp-content/uploads/2009/11/Virtualbox-create-new.png"><img class="aligncenter size-medium wp-image-505" title="Virtualbox-create-new" src="http://wlmtips.com/wp-content/uploads/2009/11/Virtualbox-create-new-400x326.png" alt="Virtualbox-create-new" width="400" height="326" /></a></p>
<p>Simply click Next.</p>
<p>You should now see the VM Name and OS Type screen:</p>
<p><a href="http://wlmtips.com/wp-content/uploads/2009/11/Virtual-box-VMname.png"><img class="aligncenter size-medium wp-image-511" title="Virtual-box-VMname" src="http://wlmtips.com/wp-content/uploads/2009/11/Virtual-box-VMname-400x327.png" alt="Virtual-box-VMname" width="400" height="327" /></a></p>
<p>You can name it anything you want; I simply named it Chrome OS. The OS type should be Other and the version Other. Click Next.</p>
<p>You should now see the Memory Screen:</p>
<p><a href="http://wlmtips.com/wp-content/uploads/2009/11/Virtualbox-RAM.png"><img class="aligncenter size-medium wp-image-507" title="Virtualbox-RAM" src="http://wlmtips.com/wp-content/uploads/2009/11/Virtualbox-RAM-400x326.png" alt="Virtualbox-RAM" width="400" height="326" /></a></p>
<p>You can set as much RAM as you would like. I kept it simple and just gave it 256 MB. I recommend that you don&#8217;t give any VM any more that half of the total RAM you have in your computer.</p>
<p>You should now see the Virtual Hard Disk Screen:</p>
<p><a href="http://wlmtips.com/wp-content/uploads/2009/11/Virtualbox-vmdk-location.png"><img class="aligncenter size-medium wp-image-510" title="Virtualbox-vmdk-location" src="http://wlmtips.com/wp-content/uploads/2009/11/Virtualbox-vmdk-location-400x328.png" alt="Virtualbox-vmdk-location" width="400" height="328" /></a></p>
<p>Click &#8216;use existing hard disk&#8217; and then click the folder on the right.</p>
<p>The Virtual Media Manager window should pop up:</p>
<p><a href="http://wlmtips.com/wp-content/uploads/2009/11/Virtualbox-virtual-media-manager.png"><img class="aligncenter size-medium wp-image-509" title="Virtualbox-virtual-media-manager" src="http://wlmtips.com/wp-content/uploads/2009/11/Virtualbox-virtual-media-manager-400x144.png" alt="Virtualbox-virtual-media-manager" width="400" height="144" /></a></p>
<p>Simply click &#8216;Add&#8217; and find the .vmdk file you downloaded from gdgt. Once you have clicked &#8216;Add&#8217; it should show up in the Virtual Media Manager window. You will need to select it and then click &#8216;Select&#8217; at the bottom.</p>
<p>You will go back to the Virtual Hard Disk screen. Just click next.</p>
<p>You should now see the Summary Screen:</p>
<p><a href="http://wlmtips.com/wp-content/uploads/2009/11/Virtualbox-summary.png"><img class="aligncenter size-medium wp-image-508" title="Virtualbox-summary" src="http://wlmtips.com/wp-content/uploads/2009/11/Virtualbox-summary-400x327.png" alt="Virtualbox-summary" width="400" height="327" /></a></p>
<p>Click &#8216;Finish&#8217;.</p>
<p>Now you should be back to the VirtualBox main screen and Chrome OS should be on the left side.</p>
<p><a href="http://wlmtips.com/wp-content/uploads/2009/11/Virtualbox-ChromeOS-start.png"><img class="aligncenter size-medium wp-image-504" title="Virtualbox-ChromeOS-start" src="http://wlmtips.com/wp-content/uploads/2009/11/Virtualbox-ChromeOS-start-400x294.png" alt="Virtualbox-ChromeOS-start" width="400" height="294" /></a></p>
<p>You will need to click &#8216;Chrome OS&#8217; on the left (to highlight it) and then click &#8216;Start&#8217;.</p>
<p><strong>Welcome to the Chrome OS</strong></p>
<p><a href="http://wlmtips.com/wp-content/uploads/2009/11/ChromeOS-Login-Screen.png"><img class="aligncenter size-medium wp-image-501" title="ChromeOS-Login-Screen" src="http://wlmtips.com/wp-content/uploads/2009/11/ChromeOS-Login-Screen-400x297.png" alt="ChromeOS-Login-Screen" width="400" height="297" /></a></p>
<p>You will need to use your Gmail login info to login. Type in your Gmail username then TAB and type in your password.</p>
<p>Once logged in, you will see your email. The tabs across the top are as follows:</p>
<p>The Google Accounts screen:</p>
<p><a href="http://wlmtips.com/wp-content/uploads/2009/11/ChromeOS-Google-Accounts-screen.png"><img class="aligncenter size-medium wp-image-499" title="ChromeOS-Google-Accounts-screen" src="http://wlmtips.com/wp-content/uploads/2009/11/ChromeOS-Google-Accounts-screen-400x299.png" alt="ChromeOS-Google-Accounts-screen" width="400" height="299" /></a></p>
<p>The Gmail screen:</p>
<p><a href="http://wlmtips.com/wp-content/uploads/2009/11/ChromeOS-Mail-screen.png"><img class="aligncenter size-medium wp-image-502" title="ChromeOS-Mail-screen" src="http://wlmtips.com/wp-content/uploads/2009/11/ChromeOS-Mail-screen-400x298.png" alt="ChromeOS-Mail-screen" width="400" height="298" /></a></p>
<p>The Google Calendar Screen:</p>
<p><a href="http://wlmtips.com/wp-content/uploads/2009/11/ChromeOS-Google-Calendar_screen.png"><img class="aligncenter size-medium wp-image-500" title="ChromeOS-Google-Calendar_screen" src="http://wlmtips.com/wp-content/uploads/2009/11/ChromeOS-Google-Calendar_screen-400x297.png" alt="ChromeOS-Google-Calendar_screen" width="400" height="297" /></a></p>
<p>The Web:</p>
<p><a href="http://wlmtips.com/wp-content/uploads/2009/11/ChromeOS-Web-screen.png"><img class="aligncenter size-medium wp-image-503" title="ChromeOS-Web-screen" src="http://wlmtips.com/wp-content/uploads/2009/11/ChromeOS-Web-screen-400x296.png" alt="ChromeOS-Web-screen" width="400" height="296" /></a></p>
<p>So all in all, Chrome OS is a very simple and very &#8216;light&#8217; operating system. This OS will be great for a netbook and will provide a great option for those looking for a very cheap computer/OS package. Take a look at the OS yourself and let me know what you think in the comments.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://wlmtips.com/2008/04/23/windows-wednesday-how-to-install-a-virtual-machine-with-vmware-server/" title="Windows Wednesday: How To Install VMware Server in Windows">Windows Wednesday: How To Install VMware Server in Windows</a></li><li><a href="http://wlmtips.com/2008/07/14/use-your-mac-as-an-alarm-clock-mac-monday/" title="Use Your Mac as an Alarm Clock (Mac Monday)">Use Your Mac as an Alarm Clock (Mac Monday)</a></li><li><a href="http://wlmtips.com/2008/05/09/how-to-install-ubuntu-hardy-heron-804-linux-friday/" title="How to Install Ubuntu Hardy Heron 8.04 (Linux Friday)">How to Install Ubuntu Hardy Heron 8.04 (Linux Friday)</a></li><li><a href="http://wlmtips.com/2008/04/30/transform-xp-to-look-like-mac-os-x-windows-wednesday/" title="Transform XP to Look Like Mac OS X (Windows Wednesday)">Transform XP to Look Like Mac OS X (Windows Wednesday)</a></li><li><a href="http://wlmtips.com/2008/03/06/which-operating-system-is-right-for-you/" title="Which Operating System Is Right For You?">Which Operating System Is Right For You?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://wlmtips.com/2009/11/21/how-to-try-the-google-chrome-os/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>4 Great Sites to Visit as a New Linux User</title>
		<link>http://wlmtips.com/2009/11/08/4-great-sites-to-visit-as-a-new-linux-user/</link>
		<comments>http://wlmtips.com/2009/11/08/4-great-sites-to-visit-as-a-new-linux-user/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 05:36:48 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Linux How To's]]></category>
		<category><![CDATA[distribution]]></category>
		<category><![CDATA[distro]]></category>
		<category><![CDATA[forums]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux user]]></category>
		<category><![CDATA[sites]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://wlmtips.com/?p=278</guid>
		<description><![CDATA[<img class="alignnone size-medium wp-image-270 alignright" style="float: right;" title="linux-penguin" src="http://wlmtips.com/wp-content/uploads/2009/11/linux-penguin.jpg" alt="" width="104" height="124" />
<p>
I wanted to create a short list of sites to visit for new Linux users. I have been using Ubuntu for a few years now and I still visit some of these sites (especially when new versions come out and I have to fix some bugs).</p>
<p>
1. <a href="http://www.linux.org/lessons/beginner/toc.html">http://www.linux.org/lessons/beginner/toc.html</a> is a very detailed site to help with many of the problems people have when they are new to Linux. The twenty lessons offer info from partitioning to the 'grep command' to even X-Window Configuration.</p>
<p>
2. <a href="http://www.linuxrsp.ru/win-lin-soft/table-eng.html">http://www.linuxrsp.ru/win-lin-soft/table-eng.html</a> shows a great comparison chart of Windows programs and the Linux equivalent. Simply look for the program you would usually use in Windows and see the available Linux programs that does the same</p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-270 alignright" style="float: right;" title="linux-penguin" src="http://wlmtips.com/wp-content/uploads/2009/11/linux-penguin.jpg" alt="" width="104" height="124" /></p>
<p>I wanted to create a short list of sites to visit for new Linux users. I have been using Ubuntu for a few years now and I still visit some of these sites (especially when new versions come out and I have to fix some bugs).</p>
<p>1. <a href="http://www.linux.org/lessons/beginner/toc.html">http://www.linux.org/lessons/beginner/toc.html</a> is a very detailed site to help with many of the problems people have when they are new to Linux. The twenty lessons offer info from partitioning to the &#8216;grep command&#8217; to even X-Window Configuration.</p>
<p>2. <a href="http://www.linuxrsp.ru/win-lin-soft/table-eng.html">http://www.linuxrsp.ru/win-lin-soft/table-eng.html</a> shows a great comparison chart of Windows programs and the Linux equivalent. Simply look for the program you would usually use in Windows and see the available Linux programs that does the same (or similar) thing(s).</p>
<p>3. <a href="http://ubuntuforums.org/">http://ubuntuforums.org/</a> &#8211; this is the main forum site for Ubuntu users. If you use another distro then their particular forum site will be useful to you. Simply google your distro and the word forums. The Ubuntu forums have helped solve many of my little problems. Forums also give you the opportunity to ask for help with your particular problem (provided you can&#8217;t find that problem anywhere else in the forums).</p>
<p>4. <a href="http://tuxradar.com/content/linux-tips-every-geek-should-know">http://tuxradar.com/content/linux-tips-every-geek-should-know</a> &#8211; this site simply lists a bunch of tips &#8216;every geek should know&#8217;. Take a read through and you will learn something new, even if you&#8217;re an experienced Linux user. If you&#8217;re new to Linux, I would recommend you stick to the &#8216;Easy&#8217; difficulty tips on this site.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://wlmtips.com/2008/08/01/power-poll-1-linux-friday/" title="Power Poll #1 (Linux Friday)">Power Poll #1 (Linux Friday)</a></li><li><a href="http://wlmtips.com/2008/05/02/ubuntu-hardy-heron-804-lts-released-linux-friday/" title="Ubuntu Hardy Heron 8.04 LTS Released (Linux Friday)">Ubuntu Hardy Heron 8.04 LTS Released (Linux Friday)</a></li><li><a href="http://wlmtips.com/2008/03/14/linux-friday-reasons-to-choose-ubuntu-as-your-linux-distribution/" title="Linux Friday: Reasons To Switch To Ubuntu (Or Any Linux Distribution)">Linux Friday: Reasons To Switch To Ubuntu (Or Any Linux Distribution)</a></li><li><a href="http://wlmtips.com/2008/03/06/which-operating-system-is-right-for-you/" title="Which Operating System Is Right For You?">Which Operating System Is Right For You?</a></li><li><a href="http://wlmtips.com/2008/07/25/force-quit-unresponsive-applictions-linux-friday/" title="Force Quit Unresponsive Applictions (Linux Friday)">Force Quit Unresponsive Applictions (Linux Friday)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://wlmtips.com/2009/11/08/4-great-sites-to-visit-as-a-new-linux-user/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Easily Reinstall All Programs After Fresh Install of Ubuntu</title>
		<link>http://wlmtips.com/2009/11/05/easily-reinstall-all-programs-after-fresh-install-of-ubuntu/</link>
		<comments>http://wlmtips.com/2009/11/05/easily-reinstall-all-programs-after-fresh-install-of-ubuntu/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 12:35:53 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Linux How To's]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[package manager]]></category>
		<category><![CDATA[programs]]></category>
		<category><![CDATA[programs list]]></category>
		<category><![CDATA[reinstall]]></category>
		<category><![CDATA[synaptic]]></category>
		<category><![CDATA[synaptic package manager]]></category>

		<guid isPermaLink="false">http://wlmtips.com/?p=322</guid>
		<description><![CDATA[Have you ever found yourself needing to copy the exact same programs from one computer to another? Or maybe you just wanted to keep the exact same programs when you do a fresh install?

I found myself needing to do this, twice, in the last month.

The Synaptic Package Manager allows you to do this quite easily:]]></description>
			<content:encoded><![CDATA[<p>Have you ever found yourself needing to copy the exact same programs from one computer to another? Or maybe you just wanted to keep the exact same programs when you do a fresh install?</p>
<p>I found myself needing to do this, twice, in the last month.</p>
<p>The Synaptic Package Manager allows you to do this quite easily:</p>
<p>First, open Synaptic Package Manager (it&#8217;s under System-&gt;Administration)</p>
<p>Make sure that ALL is highlighted on the left side.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-323" title="Synaptic-click All" src="http://wlmtips.com/wp-content/uploads/2009/11/Synaptic-click-All.png" alt="Synaptic-click All" width="400" height="290" /></p>
<p>Now click File (top left) and go down to Save Markings As.</p>
<p><img class="aligncenter size-medium wp-image-324" title="Synaptic-save-markings-As" src="http://wlmtips.com/wp-content/uploads/2009/11/Synaptic-save-markings-As-400x290.png" alt="Synaptic-save-markings-As" width="400" height="290" /></p>
<p>Save this document somewhere you will have easy access to it. Don&#8217;t save it on your Desktop and then do a fresh install. All those files will be deleted (unless you also save your home directory).</p>
<p>To have your other computer install all these programs make sure to place the file you just created somewhere that the new computer (or new installation) can get access to it.</p>
<p>Now open Synaptic Package Manager and go to File-&gt; Read Markings</p>
<p><img class="aligncenter size-medium wp-image-325" title="Synaptic-read-markings" src="http://wlmtips.com/wp-content/uploads/2009/11/Synaptic-read-markings-400x291.png" alt="Synaptic-read-markings" width="400" height="291" /></p>
<p>Navigate to the file you created and click OK.</p>
<p>You will have to click Apply to start downloading all those programs.</p>
<p style="text-align: center;"><img class="size-full wp-image-326 aligncenter" title="apply" src="http://wlmtips.com/wp-content/uploads/2009/11/apply.png" alt="apply" width="76" height="54" /></p>
<p>Your programs will now start downloading. Remember that this will work whether you are reinstalling a computer or whether you want multiple computers to have the same programs.</p>
<p>Make sure that the same repositories are enabled for both computers. If you are installing on an upgraded system, and thus new repositories, most of your programs will install. If they required you to add other repositories on the old computer, these programs will simply not download.</p>
<p>If the Package Manager complains about &#8216;Broken Packages&#8217;, click on the &#8216;Broken&#8217; tab on the left (in the list with All) and then click &#8216;fix broken packages&#8217;.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://wlmtips.com/2008/07/25/force-quit-unresponsive-applictions-linux-friday/" title="Force Quit Unresponsive Applictions (Linux Friday)">Force Quit Unresponsive Applictions (Linux Friday)</a></li><li><a href="http://wlmtips.com/2008/07/23/make-windows-close-crashed-programs-at-shutdown-windows-wednesday/" title="Make Windows Close Crashed Programs at Shutdown (Windows Wednesday)">Make Windows Close Crashed Programs at Shutdown (Windows Wednesday)</a></li><li><a href="http://wlmtips.com/2008/05/23/how-to-installuninstall-software-in-ubuntu-linux-friday/" title="How to Install/Uninstall Software in Ubuntu (Linux Friday)">How to Install/Uninstall Software in Ubuntu (Linux Friday)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://wlmtips.com/2009/11/05/easily-reinstall-all-programs-after-fresh-install-of-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Force Quit Unresponsive Applictions (Linux Friday)</title>
		<link>http://wlmtips.com/2008/07/25/force-quit-unresponsive-applictions-linux-friday/</link>
		<comments>http://wlmtips.com/2008/07/25/force-quit-unresponsive-applictions-linux-friday/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 11:00:23 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Linux How To's]]></category>
		<category><![CDATA[end process]]></category>
		<category><![CDATA[force quit]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Friday]]></category>
		<category><![CDATA[programs]]></category>
		<category><![CDATA[quit]]></category>
		<category><![CDATA[stop]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[terminate]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[unresponsive]]></category>

		<guid isPermaLink="false">http://wlmtips.com/?p=260</guid>
		<description><![CDATA[One of the hardest things for former Windows users to get used to is you can&#8217;t press Ctrl-Alt-Del to bring up the task manager. So what do you do when there is a program that has become unresponsive???
There is a simple solution and you actually have a couple different options.
Option 1: (my favorite, also the [...]]]></description>
			<content:encoded><![CDATA[<p>One of the hardest things for former Windows users to get used to is you can&#8217;t press Ctrl-Alt-Del to bring up the task manager. So what do you do when there is a program that has become unresponsive???</p>
<p>There is a simple solution and you actually have a couple different options.</p>
<p><strong>Option 1:</strong> (my favorite, also the easiest)<br />
The easiest way to quit a program that stopped responding is by using the force quit button.  In Ubuntu this button can be added to any panel by right clicking on the panel and choosing &#8216;Add to Panel.&#8217; Then scroll down and select &#8216;Force Quit.&#8217;</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2008/07/add-force-quit.jpg"><img class="alignnone size-medium wp-image-261 aligncenter" title="add-force-quit" src="http://wlmtips.com/wp-content/uploads/2008/07/add-force-quit-400x350.jpg" alt="" width="400" height="350" /></a></p>
<p style="text-align: left;">Then, when there is a program you need to stop, just <strong>click on the force quit button </strong>(which is now on your panel) and your mouse cursor will change into a set of cross hairs. At this point, <strong>click on the program window that you would like to stop</strong>.  If you decide you don&#8217;t want to quit any programs after already clicking the force quit button, just press Esc to cancel.</p>
<p style="text-align: left;"><strong>Option 2:</strong><br />
The second way to stop an unresponsive program is to use the System Monitor. This can be found under <strong>System-&gt;Administration-&gt;System Monitor</strong>. I like to add the System Monitor to my top panel so I can keep tabs on what my computer is doing.This can be done by using the same process as above.</p>
<p style="text-align: left;">Once the System Monitor is running, <strong>click on the &#8216;Processes&#8217; tab</strong>.</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2008/07/end-process.jpg"><img class="alignnone size-medium wp-image-262 aligncenter" title="end-process" src="http://wlmtips.com/wp-content/uploads/2008/07/end-process-400x368.jpg" alt="" width="400" height="368" /></a></p>
<p style="text-align: left;">Then, similar to Windows, <strong>click on the process</strong> you want to stop and then <strong>click the &#8216;End Process&#8217; button</strong> in the bottom right corner. One nice feature of the System Monitor is you can sort processes by name, status, CPU usage, and memory usage.</p>
<p style="text-align: left;"><strong>Option 3:</strong><br />
This option is for more advanced users, and those who wish to use the terminal.  If you already know the name of the process you wish to terminate, all you need to do is <strong>type the following command</strong>:</p>
<blockquote>
<p style="text-align: left;">killall <em>process-name</em></p>
</blockquote>
<p style="text-align: left;">Here, &#8220;process-name&#8221; is the name of the process you wish to terminate.</p>
<p style="text-align: left;">If you don&#8217;t know the name of the process, you could type in a command such as &#8216;top&#8217; to see which programs are using the most resources.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://wlmtips.com/2008/08/01/power-poll-1-linux-friday/" title="Power Poll #1 (Linux Friday)">Power Poll #1 (Linux Friday)</a></li><li><a href="http://wlmtips.com/2008/07/18/compiz-fusion-icon-linux-friday/" title="Compiz Fusion Icon (Linux Friday)">Compiz Fusion Icon (Linux Friday)</a></li><li><a href="http://wlmtips.com/2008/07/11/customize-your-settings-with-ubuntu-tweak-linux-friday/" title="Customize Your Settings with Ubuntu Tweak (Linux Friday)">Customize Your Settings with Ubuntu Tweak (Linux Friday)</a></li><li><a href="http://wlmtips.com/2008/06/27/how-to-install-new-icons-in-ubuntu-linux-friday/" title="How To Install a New Theme in Ubuntu (Linux Friday)">How To Install a New Theme in Ubuntu (Linux Friday)</a></li><li><a href="http://wlmtips.com/2008/06/27/how-to-install-new-icons-in-ubuntu-linux-friday-2/" title="How To Install New Icons in Ubuntu (Linux Friday)">How To Install New Icons in Ubuntu (Linux Friday)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://wlmtips.com/2008/07/25/force-quit-unresponsive-applictions-linux-friday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiz Fusion Icon (Linux Friday)</title>
		<link>http://wlmtips.com/2008/07/18/compiz-fusion-icon-linux-friday/</link>
		<comments>http://wlmtips.com/2008/07/18/compiz-fusion-icon-linux-friday/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 10:00:45 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Linux How To's]]></category>
		<category><![CDATA[beryl]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[fusion]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Friday]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[tray icon]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://wlmtips.com/?p=254</guid>
		<description><![CDATA[Do you remember the beryl icon and it&#8217;s menu? Here it is:

It wasn&#8217;t long ago that Linux users used a thing called beryl and compiz fusion hadn&#8217;t been heard of. Maybe you remember these days, maybe you don&#8217;t.
For those of you who did use beryl, I bet you miss that red jewel icon in your [...]]]></description>
			<content:encoded><![CDATA[<p>Do you remember the beryl icon and it&#8217;s menu? Here it is:</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2008/07/berylman.jpg"><img class="alignnone size-medium wp-image-256" style="border: 0pt none;" title="berylman" src="http://wlmtips.com/wp-content/uploads/2008/07/berylman.jpg" alt="" width="292" height="311" /></a></p>
<p>It wasn&#8217;t long ago that Linux users used a thing called beryl and compiz fusion hadn&#8217;t been heard of. Maybe you remember these days, maybe you don&#8217;t.</p>
<p>For those of you who did use beryl, I bet you miss that red jewel icon in your task bar that allowed you to do such easy tasks as change window managers and even access beryl&#8217;s options with just a right click. Well, now you can have these same options for compiz fusion with the <strong>Compiz Fusion Icon</strong>.</p>
<p>I find it a lot easier to get access to compiz&#8217;s settings manager when all I have to do is right click on a little icon instead of going through the menu bars. This is what the icon and options look like:</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2008/07/compizicon.jpg"><img class="alignnone size-medium wp-image-255" style="border: 0pt none;" title="compizicon" src="http://wlmtips.com/wp-content/uploads/2008/07/compizicon.jpg" alt="" width="300" height="230" /></a></p>
<p>If you want to download it, it can sometimes be found in the repos, under the name &#8216;fusion-icon&#8217; but if not, here&#8217;s a <a href="http://ubuntuforums.org/showpost.php?p=3163821&amp;postcount=8">link to a .deb package</a>.</p>
<p>Once downloaded and installed, you will find it in <em>Applications -&gt; System Tools</em></p>
<p>If you want to make the icon appear in the panel on startup, be sure to add it to your &#8216;Sessions.&#8217; If you aren&#8217;t sure how to do this, I mentioned it in a recent post on <a href="http://wlmtips.com/2008/07/11/customize-your-settings-with-ubuntu-tweak-linux-friday/">Ubuntu Tweak</a>.</p>
<p>For more information on the Compiz Fusion Icon, take a look at the <a href="http://wiki.compiz-fusion.org/CompizFusionIcon">Compiz Fusion wiki</a>.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://wlmtips.com/2008/06/27/how-to-install-new-icons-in-ubuntu-linux-friday/" title="How To Install a New Theme in Ubuntu (Linux Friday)">How To Install a New Theme in Ubuntu (Linux Friday)</a></li><li><a href="http://wlmtips.com/2008/06/27/how-to-install-new-icons-in-ubuntu-linux-friday-2/" title="How To Install New Icons in Ubuntu (Linux Friday)">How To Install New Icons in Ubuntu (Linux Friday)</a></li><li><a href="http://wlmtips.com/2008/08/01/power-poll-1-linux-friday/" title="Power Poll #1 (Linux Friday)">Power Poll #1 (Linux Friday)</a></li><li><a href="http://wlmtips.com/2008/07/11/customize-your-settings-with-ubuntu-tweak-linux-friday/" title="Customize Your Settings with Ubuntu Tweak (Linux Friday)">Customize Your Settings with Ubuntu Tweak (Linux Friday)</a></li><li><a href="http://wlmtips.com/2008/07/25/force-quit-unresponsive-applictions-linux-friday/" title="Force Quit Unresponsive Applictions (Linux Friday)">Force Quit Unresponsive Applictions (Linux Friday)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://wlmtips.com/2008/07/18/compiz-fusion-icon-linux-friday/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Customize Your Settings with Ubuntu Tweak (Linux Friday)</title>
		<link>http://wlmtips.com/2008/07/11/customize-your-settings-with-ubuntu-tweak-linux-friday/</link>
		<comments>http://wlmtips.com/2008/07/11/customize-your-settings-with-ubuntu-tweak-linux-friday/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 11:00:30 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Linux How To's]]></category>
		<category><![CDATA[battery life]]></category>
		<category><![CDATA[cpu scaling]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Friday]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ubuntu tweak]]></category>

		<guid isPermaLink="false">http://wlmtips.com/?p=235</guid>
		<description><![CDATA[Are there some settings in Ubuntu you aren&#8217;t sure how to change? Is something still not exactly the way you want it?  If so, you should give Ubuntu Tweak a try.
Ubuntu Tweak allows you to change hidden system and desktop settings.  Ubuntu Tweak is ONLY available for the GNOME Desktop Environment (not Kubuntu, or Xubuntu, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Are there some settings in Ubuntu you aren&#8217;t sure how to change? Is something still not exactly the way you want it?  If so, you should give <a href="http://ubuntu-tweak.com/about">Ubuntu Tweak</a> a try.</p>
<p>Ubuntu Tweak allows you to change hidden system and desktop settings.  Ubuntu Tweak is <strong>ONLY</strong> available for the GNOME Desktop Environment (not Kubuntu, or Xubuntu, etc).  However, the author states that Ubuntu Tweak will run on other distributions. If you have any experience with this please post in the comments!</p>
<p>To download Ubuntu Tweak, visit their <a href="http://ubuntu-tweak.com/downloads">download page</a>.  There you can either download the source files, the .deb package (easiest method) or download the package via the command line.  The download page provides more information on the different ways to download Ubuntu Tweak.</p>
<p>Once you download Ubuntu Tweak, you can run the application by clicking <strong>Applications-&gt;System Tools-&gt;Ubuntu Tweak</strong> or by typing &#8216;<strong>ubuntu-tweak</strong>&#8216; in the terminal.</p>
<p>When the program starts you should see the following Welcome screen:</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2008/07/ubuntu_tweak.jpg"><img class="alignnone size-medium wp-image-239 aligncenter" title="ubuntu_tweak" src="http://wlmtips.com/wp-content/uploads/2008/07/ubuntu_tweak-400x388.jpg" alt="" width="400" height="388" /></a></p>
<p style="text-align: left;">The main screen gives you a little information about Ubuntu Tweak.  As you can see, along the left side are several subpages.</p>
<p style="text-align: left;">The first one we will look at is the &#8216;Computer&#8217; page.  If you click on &#8216;Computer&#8217; you should see System and User information like this:</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2008/07/ubuntu_tweak2.jpg"><img class="alignnone size-medium wp-image-240 aligncenter" title="ubuntu_tweak2" src="http://wlmtips.com/wp-content/uploads/2008/07/ubuntu_tweak2-400x394.jpg" alt="" width="400" height="394" /></a></p>
<p style="text-align: left;">This is very useful for troubleshooting if you need to know which kernel version you have.  This page also displays some information about your computer such as the processor type and amount of memory.</p>
<p style="text-align: left;">The next subpage is &#8216;Applications.&#8217; When I tested this I was unable to get software to install or uninstall.  However, this page does give you a nice little description of each application.  So, if you see an application you want to try but can&#8217;t get it to install, take a look at my previous post on <a href="http://wlmtips.com/2008/05/23/how-to-installuninstall-software-in-ubuntu-linux-friday/">How to Install/Uninstall Software in Ubuntu</a>. If you had luck installing or uninstalling software from this page, please post in the comments.</p>
<p style="text-align: left;">Next is the &#8216;Startup&#8217; page.  Here you can edit settings such as whether or not to show the logout prompt, whether or not to show a splash screen, and what applications run on startup.  Here is a look at the settings for the startup applications:</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2008/07/ubuntu_tweak3.jpg"><img class="alignnone size-medium wp-image-241 aligncenter" title="ubuntu_tweak3" src="http://wlmtips.com/wp-content/uploads/2008/07/ubuntu_tweak3-400x394.jpg" alt="" width="400" height="394" /></a></p>
<p style="text-align: left;">Each program that has a checkmark next to it will run on startup.  You can stop it from running by unchecking the mark.  You could also remove it by clicking on the application name and then clicking the remove button.</p>
<p style="text-align: left;">However, if you wish to add an application, click the add button and then enter the name and terminal command.  This is useful for such programs as window managers.  These same settings can be accessed by clicking <strong>System-&gt;Preferences-&gt;Sessions</strong>.</p>
<p style="text-align: left;">The next setting is one that I usually have to lookup since it either requires a terminal command or using the Configuration Editor.  However, Ubuntu Tweak makes adding icons to your desktop a breeze.</p>
<p style="text-align: left;">To do so, click the &#8216;Desktop&#8217; tab on the left and you will see the following screen: <a href="http://wlmtips.com/wp-content/uploads/2008/07/ubuntu_tweak4.jpg"></a></p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2008/07/ubuntu_tweak41.jpg"><img class="alignnone size-medium wp-image-243 aligncenter" title="ubuntu_tweak41" src="http://wlmtips.com/wp-content/uploads/2008/07/ubuntu_tweak41-400x394.jpg" alt="" width="400" height="394" /></a></p>
<p style="text-align: left;">Next is the &#8216;Personal&#8217; tab.  This allows you to change such settings as where your default folders are located, document templates, scripts, and keyboard shortcuts.</p>
<p style="text-align: left;">Here is a picture of the default user folder settings:</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2008/07/ubuntu_tweak5.jpg"><img class="alignnone size-medium wp-image-244 aligncenter" title="ubuntu_tweak5" src="http://wlmtips.com/wp-content/uploads/2008/07/ubuntu_tweak5-400x394.jpg" alt="" width="400" height="394" /></a></p>
<p style="text-align: left;">If you change these settings to where your data is stored it will save you time when importing music, pictures, video etc.  So now, when you go to save a document it will go to where your documents are, instead of simply to your home folder.</p>
<p style="text-align: left;">Lastly, the &#8216;System&#8217; tab has some very cool settings for both GNOME and Nautilus.  However, the settings I would like to talk about are the Power Manager settings.</p>
<p style="text-align: left;">Some of these settings are hidden by default in Ubuntu. The only way I know to edit these settings is by using Ubuntu Tweak.  Here you can enable hibernation, suspend (aka standby), and CPU scaling:</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2008/07/ubuntu_tweak6.jpg"><img class="alignnone size-medium wp-image-245 aligncenter" title="ubuntu_tweak6" src="http://wlmtips.com/wp-content/uploads/2008/07/ubuntu_tweak6-400x394.jpg" alt="" width="400" height="394" /></a></p>
<p style="text-align: left;">The CPU frequency control is a great setting especially for laptops since you probably don&#8217;t want your system running at full speed when on battery power.  If you want to prolong your battery life in Ubuntu try reading these posts on battery saving: <a href="http://wlmtips.com/2008/06/13/enable-cpu-scaling-in-ubuntu-linux-friday/">CPU Scaling</a> and <a href="http://wlmtips.com/2008/04/18/linux-friday-save-battery-life-in-linux-using-powertop/">Save Battery Life with PowerTOP</a></p>
<p style="text-align: left;">Of course these are not the only settings you can change. I went over the settings I felt were most important.</p>
<p style="text-align: left;"><strong>If you have a setting I didn&#8217;t cover, please post in the comments!</strong></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://wlmtips.com/2008/07/18/compiz-fusion-icon-linux-friday/" title="Compiz Fusion Icon (Linux Friday)">Compiz Fusion Icon (Linux Friday)</a></li><li><a href="http://wlmtips.com/2008/06/13/enable-cpu-scaling-in-ubuntu-linux-friday/" title="Enable CPU Scaling in Ubuntu (Linux Friday)">Enable CPU Scaling in Ubuntu (Linux Friday)</a></li><li><a href="http://wlmtips.com/2008/08/01/power-poll-1-linux-friday/" title="Power Poll #1 (Linux Friday)">Power Poll #1 (Linux Friday)</a></li><li><a href="http://wlmtips.com/2008/07/25/force-quit-unresponsive-applictions-linux-friday/" title="Force Quit Unresponsive Applictions (Linux Friday)">Force Quit Unresponsive Applictions (Linux Friday)</a></li><li><a href="http://wlmtips.com/2008/06/27/how-to-install-new-icons-in-ubuntu-linux-friday/" title="How To Install a New Theme in Ubuntu (Linux Friday)">How To Install a New Theme in Ubuntu (Linux Friday)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://wlmtips.com/2008/07/11/customize-your-settings-with-ubuntu-tweak-linux-friday/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To Install a New Theme in Ubuntu (Linux Friday)</title>
		<link>http://wlmtips.com/2008/06/27/how-to-install-new-icons-in-ubuntu-linux-friday/</link>
		<comments>http://wlmtips.com/2008/06/27/how-to-install-new-icons-in-ubuntu-linux-friday/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 05:00:59 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Linux How To's]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Friday]]></category>
		<category><![CDATA[look]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://wlmtips.com/?p=224</guid>
		<description><![CDATA[Changing your theme allows you to change the look and feel of your system. It mainly changes the standard icons to something new.
The first place to look for themes would be gnome-look.org. Click icon on the left. Or just click here. Search around for something that you like.
I like to keep my system looking dark [...]]]></description>
			<content:encoded><![CDATA[<p>Changing your theme allows you to change the look and feel of your system. It mainly changes the standard icons to something new.</p>
<p>The first place to look for themes would be gnome-look.org. Click <strong>icon</strong> on the left. Or just <a href="http://www.gnome-look.org/index.php?xcontentmode=120x121">click here</a>. Search around for something that you like.</p>
<p>I like to keep my system looking dark since it doesn&#8217;t hurt my eyes too much. With my background being a night picture of London, it was only fitting for me to choose an icon theme that was mainly black. My favorite set is called black-white 2 gloss.</p>
<p>Once you&#8217;ve found your icon set, you will need to download it. I usually download everything to my desktop just so that I can find it easily, but that is up to you.</p>
<p>Your file should be a .tar file so you will need to extract it first. This can be done by right clicking the folder and selecting <strong>Extract Here</strong>. A new folder will have been created, this folder will be used in the next step.</p>
<p>To install the theme you will need to go to <strong>System</strong> -&gt; <strong>Preferences</strong> -&gt; <strong>Appearance</strong></p>
<p>You should see something like this:</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2008/06/appearance.jpg"><img class="alignnone size-medium wp-image-225 aligncenter" title="appearance" src="http://wlmtips.com/wp-content/uploads/2008/06/appearance-400x400.jpg" alt="" width="400" height="400" /></a></p>
<p style="text-align: left;">To install your new theme, highlight custom by clicking the <strong>custom box </strong>(top left) then click <strong>install</strong> (bottom right). This will open up a directory so just navigate to where ever you downloaded your file.</p>
<p style="text-align: left;">You will need to choose the file that was created when you extracted the original downloaded file. Once you&#8217;ve selected it, it will install and you should have new icons.</p>
<p style="text-align: left;">Don&#8217;t like it? Download some new ones and try each one out. If you can&#8217;t find anything you like and want to change it back to the original Ubuntu look, go to the appearance box (in the screenshot above) and scroll down and click &#8216;human&#8217;, then click close.</p>
<p style="text-align: left;">Did you change your theme? What icon set did you choose?</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://wlmtips.com/2008/06/27/how-to-install-new-icons-in-ubuntu-linux-friday-2/" title="How To Install New Icons in Ubuntu (Linux Friday)">How To Install New Icons in Ubuntu (Linux Friday)</a></li><li><a href="http://wlmtips.com/2008/07/18/compiz-fusion-icon-linux-friday/" title="Compiz Fusion Icon (Linux Friday)">Compiz Fusion Icon (Linux Friday)</a></li><li><a href="http://wlmtips.com/2008/08/01/power-poll-1-linux-friday/" title="Power Poll #1 (Linux Friday)">Power Poll #1 (Linux Friday)</a></li><li><a href="http://wlmtips.com/2008/07/25/force-quit-unresponsive-applictions-linux-friday/" title="Force Quit Unresponsive Applictions (Linux Friday)">Force Quit Unresponsive Applictions (Linux Friday)</a></li><li><a href="http://wlmtips.com/2008/07/11/customize-your-settings-with-ubuntu-tweak-linux-friday/" title="Customize Your Settings with Ubuntu Tweak (Linux Friday)">Customize Your Settings with Ubuntu Tweak (Linux Friday)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://wlmtips.com/2008/06/27/how-to-install-new-icons-in-ubuntu-linux-friday/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.648 seconds -->
