<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Tux Training</title>
	<atom:link href="http://tuxtraining.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tuxtraining.com</link>
	<description>A Free Software Documentation Project</description>
	<pubDate>Wed, 23 Jul 2008 22:58:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Guide to faster Ubuntu</title>
		<link>http://tuxtraining.com/2008/07/20/guide-to-faster-ubuntu/</link>
		<comments>http://tuxtraining.com/2008/07/20/guide-to-faster-ubuntu/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 19:06:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://tuxtraining.com/?p=390</guid>
		<description><![CDATA[Ubuntu is already pretty speedy compared to some bloated OSes out there, but here&#8217;s a way to make it a bit faster.

Optimize ubuntu boot sequence by profiling it

While you are in grub menu highlight your preferred kernel version and press &#8220;e&#8221;.
Highlight the line beginning with kernel and press &#8220;e&#8221; again. Press End key in order [...]]]></description>
			<content:encoded><![CDATA[<img class="wpi_img_right" src="http://tuxtraining.com/wp-content/plugins/wp-post-icon/img/ubuntu.png" title="ubuntu.png" /><p>Ubuntu is already pretty speedy compared to some bloated OSes out there, but here&#8217;s a way to make it a bit faster.</p>
<p><span id="more-390"></span></p>
<h2>Optimize ubuntu boot sequence by profiling it</h2>
<ul>
<li>While you are in grub menu highlight your preferred kernel version and press <span style="font-weight: bold;">&#8220;e&#8221;</span>.</li>
<li>Highlight the line beginning with kernel and press <span style="font-weight: bold;">&#8220;e&#8221;</span> again. Press <span style="font-weight: bold;">End key</span> in order to goto end of that line.</li>
<li>Add a word <span style="font-weight: bold;">&#8220;profile&#8221;</span> without quotes to that line and press <span style="font-weight: bold;">Enter</span>.</li>
<li>Now press <span style="font-weight: bold;">&#8220;b&#8221;</span> to continue booting.</li>
</ul>
<p>This one time special boot may take more time than ordinary boot. But during this boot ubuntu monitors file usage and preloads those files during subsequent boots.</p>
<h2>prelink</h2>
<p>Any executable that makes heavy use of shared libraries can benefit from prelinking. Prelinking resolves addresses of shared libraries in advance this reduces number of relocations.</p>
<p>Prelink is also useful in the context of security since we can tell prelink to make libraries load at random addresses until next run of prelink. This is useful since libraries won&#8217;t load at fixed addresses on every system.</p>
<p>You can install prelink by issuing following command.</p>
<pre class="snippet">sudo apt-get -y install prelink</pre>
<p>Change a line inside the configuration file <span style="font-weight: bold;">/etc/default/prelink</span> from</p>
<pre class="snippet">PRELINKING=unknown</pre>
<p>to</p>
<pre class="snippet">PRELINKING=yes</pre>
<p>We will do our first prelinking by executing following command</p>
<pre class="snippet">sudo /etc/cron.daily/prelink</pre>
<p>Thats it you don&#8217;t have to do anything else. Prelink daemon will run periodically to optimize your newly installed executables.</p>
<h2>preload</h2>
<p>Preload is a little application that monitors files of frequently used applications and and loads them in to the memory when system is idle. This usually results in lesser startup times for those applications. Install <a href="apt:preload">preload</a> by executing following command.</p>
<pre class="snippet">sudo apt-get -y install preload</pre>
<h2>deborphan: Find orphan packages</h2>
<p>After doing several installs and removes apt leaves lot of packages that are not needed anymore. You can find these packages using deborphan. Install <a href="apt:deborphan">deborphan</a> by issuing following command.</p>
<pre class="snippet">sudo apt-get -y install deborphan</pre>
<p>Now to see the list of packages which are not needed anymore just run following command.</p>
<pre class="snippet">deborphan</pre>
<p>To remove these packages give following command.</p>
<pre class="snippet">sudo apt-get remove `deborphan`</pre>
<p>To get full list of packages that are not essential for functioning of the system execute the following command.</p>
<pre class="snippet">deborphan --guess-all</pre>
<p>This command will list data,dev and many other types packages that are not essential for system functioning. Please see man page of <span style="font-weight: bold;">deborphan</span> to find out more options.</p>
<h2>localepurge</h2>
<p>Remove locale information(language tables) of the applications that are not needed for you. localepurge maintains specified locales and removes the remaining. To install <a href="apt:localepurge">localepurge</a> issue following command.</p>
<pre class="snippet">sudo apt-get -y install localepurge</pre>
<p>During installation localepurge will ask you to select locales that you want to preserve. At this step select what you need and press OK. From now on localepurge will maintain only those locales which you selected during configuration step.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.fsdaily.com/submit?phase=2&amp;url=http://tuxtraining.com/2008/07/20/guide-to-faster-ubuntu/&amp;title=Guide+to+faster+Ubuntu" title="Add to&nbsp;FreeSoftwareDaily"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/fsd.png" title="Add to&nbsp;FreeSoftwareDaily" alt="Add to&nbsp;FreeSoftwareDaily" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://tuxtraining.com/2008/07/20/guide-to-faster-ubuntu/" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://tuxtraining.com/2008/07/20/guide-to-faster-ubuntu/&amp;title=Guide+to+faster+Ubuntu" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://tuxtraining.com/2008/07/20/guide-to-faster-ubuntu/&amp;title=Guide+to+faster+Ubuntu" title="Add to&nbsp;digg"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://tuxtraining.com/2008/07/20/guide-to-faster-ubuntu/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://tuxtraining.com/2008/07/20/guide-to-faster-ubuntu/&amp;title=Guide+to+faster+Ubuntu" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://tuxtraining.com/2008/07/20/guide-to-faster-ubuntu/&amp;title=Guide+to+faster+Ubuntu&amp;description=Guide+to+faster+Ubuntu" title="Add to&nbsp;Ma.gnolia"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/magnolia.png" title="Add to&nbsp;Ma.gnolia" alt="Add to&nbsp;Ma.gnolia" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://tuxtraining.com/2008/07/20/guide-to-faster-ubuntu/&amp;title=Guide+to+faster+Ubuntu" title="Add to&nbsp;reddit"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://tuxtraining.com/2008/07/20/guide-to-faster-ubuntu/&amp;title=Guide+to+faster+Ubuntu" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://tuxtraining.com/2008/07/20/guide-to-faster-ubuntu/&amp;title=Guide+to+faster+Ubuntu" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://tuxtraining.com/2008/07/20/guide-to-faster-ubuntu/" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://tuxtraining.com/2008/07/20/guide-to-faster-ubuntu/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://tuxtraining.com/2008/07/20/guide-to-faster-ubuntu/&amp;t=Guide+to+faster+Ubuntu" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://tuxtraining.com/2008/07/20/guide-to-faster-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The chage command</title>
		<link>http://tuxtraining.com/2008/07/17/the-chage-command/</link>
		<comments>http://tuxtraining.com/2008/07/17/the-chage-command/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 18:19:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Basics]]></category>

		<category><![CDATA[Commandline Tools]]></category>

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

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

		<guid isPermaLink="false">http://tuxtraining.com/?p=389</guid>
		<description><![CDATA[chage changes the number of days between password changes and the date of the last password change. This information is used by the system to determine when a user must change her password. The chage command is restricted to the root user, except for the -l option, which may be used by an unprivileged user [...]]]></description>
			<content:encoded><![CDATA[<img class="wpi_img_right" src="http://tuxtraining.com/wp-content/plugins/wp-post-icon/img/terminal-glossy.jpg" title="terminal-glossy.jpg" /><p>chage changes the number of days between password changes and the date of the last password change. This information is used by the system to determine when a user must change her password. The chage command is restricted to the root user, except for the <strong>-l</strong> option, which may be used by an unprivileged user to determine when her password or account is due to expire.</p>
<p><span id="more-389"></span></p>
<p>With the <strong>-m</strong> option, the value of <em>mindays</em> is the minimum number of days between password changes. A value of zero for this field indicates that the user may change her password at any time.</p>
<p>With the <strong>-M</strong> option, the value of <em>maxdays</em> is the maximum number of days during which a password is valid. When <em>maxdays</em> plus <em>lastday</em> is less than the current day, the user will be required to change her password before being able to use her account. This occurance can be planned for in advance by use of the <strong>-W</strong> option, which provides the user with advance warning.</p>
<p>With the <strong>-d</strong> option, the value of <em>lastday</em> is the number of days since January 1st, 1970 when the password was last changed. The date may also be expressed in the format YYYY-MM-DD (or the format more commonly used in your area).</p>
<p>The <strong>-E</strong> option is used to set a date on which the user&#8217;s account will no longer be accessible. The <em>expiredate</em> option is the number of days since January 1, 1970 on which the accounted is locked. The date may also be expressed in the format YYYY-MM-DD (or the format more commonly used in your area). A user whose account is locked must contact the system administrator before being able to use the system again.</p>
<p>The <strong>-I</strong> option is used to set the number of days of inactivity after a password has expired before the account is locked. The <em>inactive</em> option is the number of days of inactivity. A value of 0 disables this feature. A user whose account is locked must contact the system administrator before being able to use the system again.</p>
<p>The <strong>-W</strong> option is used to set the number of days of warning before a password change is required. The <em>warndays</em> option is the number of days prior to the password expiring that a user will be warned her password is about to expire.</p>
<p>If none of the options are selected, <strong>chage</strong> operates in an interactive fashion, prompting the user with the current values for all of the fields. Enter the new value to change the field, or leave the line blank to use the current value. The current value is displayed between a pair of <strong>[ ]</strong> marks. <a name="lbAE"> </a></p>
<h2>NOTE</h2>
<p>The <strong>chage</strong> program requires shadow password file to be available. Its functionality is not available when passwords are stored in the  passwd file.  <a name="lbAF"><br />
</a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.fsdaily.com/submit?phase=2&amp;url=http://tuxtraining.com/2008/07/17/the-chage-command/&amp;title=The+chage+command" title="Add to&nbsp;FreeSoftwareDaily"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/fsd.png" title="Add to&nbsp;FreeSoftwareDaily" alt="Add to&nbsp;FreeSoftwareDaily" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://tuxtraining.com/2008/07/17/the-chage-command/" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://tuxtraining.com/2008/07/17/the-chage-command/&amp;title=The+chage+command" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://tuxtraining.com/2008/07/17/the-chage-command/&amp;title=The+chage+command" title="Add to&nbsp;digg"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://tuxtraining.com/2008/07/17/the-chage-command/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://tuxtraining.com/2008/07/17/the-chage-command/&amp;title=The+chage+command" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://tuxtraining.com/2008/07/17/the-chage-command/&amp;title=The+chage+command&amp;description=The+chage+command" title="Add to&nbsp;Ma.gnolia"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/magnolia.png" title="Add to&nbsp;Ma.gnolia" alt="Add to&nbsp;Ma.gnolia" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://tuxtraining.com/2008/07/17/the-chage-command/&amp;title=The+chage+command" title="Add to&nbsp;reddit"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://tuxtraining.com/2008/07/17/the-chage-command/&amp;title=The+chage+command" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://tuxtraining.com/2008/07/17/the-chage-command/&amp;title=The+chage+command" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://tuxtraining.com/2008/07/17/the-chage-command/" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://tuxtraining.com/2008/07/17/the-chage-command/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://tuxtraining.com/2008/07/17/the-chage-command/&amp;t=The+chage+command" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://tuxtraining.com/2008/07/17/the-chage-command/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A nice conky file, for all</title>
		<link>http://tuxtraining.com/2008/07/17/a-nice-conky-file-for-all/</link>
		<comments>http://tuxtraining.com/2008/07/17/a-nice-conky-file-for-all/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 11:40:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Applications]]></category>

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

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

		<guid isPermaLink="false">http://tuxtraining.com/?p=387</guid>
		<description><![CDATA[Screenshot here, config file below:


#	.conkyrc configuration
#	basics by Tristam Green, 11-21-2007
# 	edited by fusion.fake
# maintain spacing between certain elements
use_spacer yes
# set to yes if you want tormo to be forked in the background
#background yes
use_xft yes
# Xft font when Xft is enabled
xftfont Vera-8
#xftfont Andale Mono-9
#xftfont Clean-8
#xftfont cubicfive10:pixelsize=8
#xftfont squaredance10:pixelsize=14
#xftfont swf!t_v02:pixelsize=10
# Text alpha when using Xft
xftalpha 1
mail_spool $MAIL
# Update [...]]]></description>
			<content:encoded><![CDATA[<img class="wpi_img_right" src="http://tuxtraining.com/wp-content/plugins/wp-post-icon/img/terminal-glossy.jpg" title="terminal-glossy.jpg" /><p>Screenshot here, config file below:</p>
<p><a href="http://tuxtraining.com/wp-content/uploads/2008/07/conkyshot.png"><img class="alignnone size-medium wp-image-388" title="conkyshot" src="http://tuxtraining.com/wp-content/uploads/2008/07/conkyshot-110x300.png" alt="" width="110" height="300" /></a></p>
<p><span id="more-387"></span></p>
<p>#	.conkyrc configuration<br />
#	basics by Tristam Green, 11-21-2007<br />
# 	edited by fusion.fake</p>
<p># maintain spacing between certain elements<br />
use_spacer yes</p>
<p># set to yes if you want tormo to be forked in the background<br />
#background yes</p>
<p>use_xft yes</p>
<p># Xft font when Xft is enabled<br />
xftfont Vera-8<br />
#xftfont Andale Mono-9<br />
#xftfont Clean-8<br />
#xftfont cubicfive10:pixelsize=8<br />
#xftfont squaredance10:pixelsize=14<br />
#xftfont swf!t_v02:pixelsize=10</p>
<p># Text alpha when using Xft<br />
xftalpha 1<br />
mail_spool $MAIL</p>
<p># Update interval in seconds<br />
update_interval 1.0</p>
<p># Create own window instead of using desktop (required in nautilus)<br />
own_window yes<br />
own_window_type override<br />
own_window_transparent yes<br />
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager<br />
own_window_hints below</p>
<p># Use double buffering (reduces flicker, may not work for everyone)<br />
double_buffer yes</p>
<p># Minimum size of text area<br />
minimum_size 200 5<br />
maximum_width 250</p>
<p># Draw shades?<br />
draw_shades no</p>
<p># Draw outlines?<br />
draw_outline no # amplifies text</p>
<p># Draw borders around text<br />
draw_borders no</p>
<p># Stippled borders?<br />
stippled_borders 3</p>
<p># border margins<br />
border_margin 5</p>
<p># border widt5<br />
border_width 6</p>
<p># Default colors and also border colors, grey90 == #e5e5e5<br />
default_color grey90<br />
default_shade_color black<br />
default_outline_color DarkGrey</p>
<p># Text alignment, other possible values are commented<br />
#alignment top_left<br />
alignment top_right<br />
#alignment bottom_left<br />
#alignment bottom_right</p>
<p># Gap between borders of screen and text<br />
gap_x 24<br />
gap_y 24</p>
<p># Subtract file system buffers from used memory?<br />
no_buffers yes</p>
<p># set to yes if you want all text to be in uppercase<br />
uppercase no</p>
<p>#	*** RHYTHMBOX FORMAT SETTINGS ***</p>
<p>#	${rhythmbox-client &#8211;print-playing}<br />
#              Print the title and artist of the playing song</p>
<p>#	${rhythmbox-client &#8211;print-playing-format}<br />
#              Print formatted details of the song</p>
<p>#	*** PARAMETERS ***</p>
<p>#       %at    Album title<br />
#       %aT    Album title in lowercase<br />
#       %aa    Album artist<br />
#       %aA    Album artist in lowercase<br />
#       %ay    Release year of album<br />
#       %an    Album disc number<br />
#       %aN    Album disc number with leading zero<br />
#       %ag    Album genre<br />
#       %aG    Album genre in lowercase<br />
#       %tt    Track title<br />
#       %tT    Track title in lowercase<br />
#       %ta    Track artist<br />
#       %tA    Track artist in lowercase<br />
#       %tn    Track number<br />
#       %tN    Track number with leading zero<br />
#       %td    Track duration<br />
#       %te    Elapsed time of track</p>
<p>#       Variables can be combined using quotes. For example &#8220;%tn %aa<br />
%tt&#8221;, will<br />
#       print the track number followed by the artist  and  the  title<br />
of  the<br />
#       track.<br />
# stuff after &#8216;TEXT&#8217; will be formatted on screen</p>
<p>TEXT</p>
<p>${color white}${font OpenLogos:size=14}Ubuntu Linux ${font}${font<br />
Vera:size=8}$alignr ${time %a } ${time %e %B %G} | ${time %I:%M<br />
%P}${font}<br />
${color #5da5d3}User ${hr 1}<br />
${color #e5e5e5}${execi 30 whoami} @ $nodename $alignr $sysname<br />
$machine $kernel<br />
${color #e5e5e5}uptime $alignr $uptime_short</p>
<p>${color #5da5d3}System ${hr 1}<br />
${color #e5e5e5}cpu usage $color $alignr $cpu%<br />
${color #e5e5e5}load $alignr $loadavg</p>
<p>${color #5da5d3}Memory ${hr 1}<br />
${color #e5e5e5}total $alignr ${memmax}<br />
${color #e5e5e5}used $alignr $memperc%  $mem</p>
<p>${color #5da5d3}Wired (${color #ff9900}${addr eth0}${color #5da5d3})<br />
${hr 1}<br />
${color e5e5e5}down   ${color #ff9900}${downspeedf eth0} ${color e5e5e5}k/s<br />
${color e5e5e5}up         ${color #ff9900}${upspeedf eth0} ${color e5e5e5}k/s<br />
${color e5e5e5}total down: ${totaldown eth0}<br />
${color e5e5e5}total up: ${totalup eth0}</p>
<p>${color #5da5d3}File Systems ${hr 1}<br />
${color #e5e5e5}/dev/sda1 ${color white}${fs_free /}<br />
(${fs_free_perc /}%) ${color #e5e5e5}free of ${fs_size /}<br />
${fs_bar /}</p>
<p>${color #e5e5e5}/dev/mapper/sdb1 ${color white}${fs_free /home/gnuisancev3/Docs2}<br />
(${fs_free_perc /home/gnuisancev3/Docs2}%) ${color #e5e5e5}free of ${fs_size }<br />
${fs_bar /home/gnuisancev3/Docs2}</p>
<p>${color #e5e5e5}/dev/sdc1 ${color white}${fs_free /home/gnuisancev3/Docs}<br />
(${fs_free_perc /home/gnuisancev3/Docs}%) ${color #e5e5e5}free of ${fs_size<br />
/home/gnuisancev3/Docs}<br />
${fs_bar /home/gnuisancev3/Docs2}</p>
<p>${color #5da5d3}Processes ${hr 1}<br />
${color #e5e5e5}total $alignr $processes<br />
${color #e5e5e5}running $alignr $running_processes</p>
<p>Highest CPU usage:<br />
${color #ff9900} ${top name 1}${alignr}${top cpu 1}<br />
${color}${top name 2}${alignr}${top cpu 2}<br />
${top name 3}${alignr}${top cpu 3}<br />
${top name 4}${alignr}${top cpu 4}</p>
<p>Highest memory usage:<br />
${color #ff9900} ${top_mem name 1}${alignr}${top_mem mem 1}<br />
${color}${top_mem name 2}${alignr}${top_mem mem 2}<br />
${top_mem name 3}${alignr}${top_mem mem 3}<br />
${top_mem name 4}${alignr}${top_mem mem 4}</p>
<p>${color #5da5d3}Currently Playing ${hr 1}<br />
${color white}${exec rhythmbox-client &#8211;print-playing}<br />
${execi 30 wmctrl -a conky}</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.fsdaily.com/submit?phase=2&amp;url=http://tuxtraining.com/2008/07/17/a-nice-conky-file-for-all/&amp;title=A+nice+conky+file%2C+for+all" title="Add to&nbsp;FreeSoftwareDaily"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/fsd.png" title="Add to&nbsp;FreeSoftwareDaily" alt="Add to&nbsp;FreeSoftwareDaily" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://tuxtraining.com/2008/07/17/a-nice-conky-file-for-all/" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://tuxtraining.com/2008/07/17/a-nice-conky-file-for-all/&amp;title=A+nice+conky+file%2C+for+all" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://tuxtraining.com/2008/07/17/a-nice-conky-file-for-all/&amp;title=A+nice+conky+file%2C+for+all" title="Add to&nbsp;digg"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://tuxtraining.com/2008/07/17/a-nice-conky-file-for-all/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://tuxtraining.com/2008/07/17/a-nice-conky-file-for-all/&amp;title=A+nice+conky+file%2C+for+all" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://tuxtraining.com/2008/07/17/a-nice-conky-file-for-all/&amp;title=A+nice+conky+file%2C+for+all&amp;description=A+nice+conky+file%2C+for+all" title="Add to&nbsp;Ma.gnolia"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/magnolia.png" title="Add to&nbsp;Ma.gnolia" alt="Add to&nbsp;Ma.gnolia" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://tuxtraining.com/2008/07/17/a-nice-conky-file-for-all/&amp;title=A+nice+conky+file%2C+for+all" title="Add to&nbsp;reddit"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://tuxtraining.com/2008/07/17/a-nice-conky-file-for-all/&amp;title=A+nice+conky+file%2C+for+all" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://tuxtraining.com/2008/07/17/a-nice-conky-file-for-all/&amp;title=A+nice+conky+file%2C+for+all" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://tuxtraining.com/2008/07/17/a-nice-conky-file-for-all/" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://tuxtraining.com/2008/07/17/a-nice-conky-file-for-all/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://tuxtraining.com/2008/07/17/a-nice-conky-file-for-all/&amp;t=A+nice+conky+file%2C+for+all" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://tuxtraining.com/2008/07/17/a-nice-conky-file-for-all/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Have a nice customized .bashrc file</title>
		<link>http://tuxtraining.com/2008/07/16/have-a-nice-customized-bashrc-file/</link>
		<comments>http://tuxtraining.com/2008/07/16/have-a-nice-customized-bashrc-file/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 01:22:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Applications]]></category>

		<category><![CDATA[Commandline Tools]]></category>

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

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

		<guid isPermaLink="false">http://tuxtraining.com/?p=384</guid>
		<description><![CDATA[Screenshot

Right Click the file below and save it to your home folder.
Backup your current bash profile by  &#8220;mv .bashrc .bashrc.bak
then mv bashrc.txt .bashrc
File: bashrc
Kudos goes to ayoli for this.


Bookmark It




















]]></description>
			<content:encoded><![CDATA[<img class="wpi_img_right" src="http://tuxtraining.com/wp-content/plugins/wp-post-icon/img/terminal-glossy.jpg" title="terminal-glossy.jpg" /><p>Screenshot</p>
<p><img class="alignnone size-full wp-image-386" title="fancy_prompt" src="http://tuxtraining.com/wp-content/uploads/2008/07/fancy_prompt.png" alt="" width="500" height="242" /></p>
<p>Right Click the file below and save it to your home folder.</p>
<p>Backup your current bash profile by  &#8220;mv .bashrc .bashrc.bak</p>
<p>then mv bashrc.txt .bashrc</p>
<p>File: <a href="http://tuxtraining.com/wp-content/uploads/2008/07/bashrc.txt">bashrc</a></p>
<p>Kudos goes to <a href="http://ubuntuforums.org/showpost.php?p=4403915&amp;postcount=26">ayoli</a> for this.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.fsdaily.com/submit?phase=2&amp;url=http://tuxtraining.com/2008/07/16/have-a-nice-customized-bashrc-file/&amp;title=Have+a+nice+customized+.bashrc+file" title="Add to&nbsp;FreeSoftwareDaily"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/fsd.png" title="Add to&nbsp;FreeSoftwareDaily" alt="Add to&nbsp;FreeSoftwareDaily" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://tuxtraining.com/2008/07/16/have-a-nice-customized-bashrc-file/" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://tuxtraining.com/2008/07/16/have-a-nice-customized-bashrc-file/&amp;title=Have+a+nice+customized+.bashrc+file" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://tuxtraining.com/2008/07/16/have-a-nice-customized-bashrc-file/&amp;title=Have+a+nice+customized+.bashrc+file" title="Add to&nbsp;digg"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://tuxtraining.com/2008/07/16/have-a-nice-customized-bashrc-file/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://tuxtraining.com/2008/07/16/have-a-nice-customized-bashrc-file/&amp;title=Have+a+nice+customized+.bashrc+file" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://tuxtraining.com/2008/07/16/have-a-nice-customized-bashrc-file/&amp;title=Have+a+nice+customized+.bashrc+file&amp;description=Have+a+nice+customized+.bashrc+file" title="Add to&nbsp;Ma.gnolia"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/magnolia.png" title="Add to&nbsp;Ma.gnolia" alt="Add to&nbsp;Ma.gnolia" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://tuxtraining.com/2008/07/16/have-a-nice-customized-bashrc-file/&amp;title=Have+a+nice+customized+.bashrc+file" title="Add to&nbsp;reddit"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://tuxtraining.com/2008/07/16/have-a-nice-customized-bashrc-file/&amp;title=Have+a+nice+customized+.bashrc+file" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://tuxtraining.com/2008/07/16/have-a-nice-customized-bashrc-file/&amp;title=Have+a+nice+customized+.bashrc+file" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://tuxtraining.com/2008/07/16/have-a-nice-customized-bashrc-file/" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://tuxtraining.com/2008/07/16/have-a-nice-customized-bashrc-file/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://tuxtraining.com/2008/07/16/have-a-nice-customized-bashrc-file/&amp;t=Have+a+nice+customized+.bashrc+file" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://tuxtraining.com/2008/07/16/have-a-nice-customized-bashrc-file/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing &#038; Using Gnome-Do</title>
		<link>http://tuxtraining.com/2008/07/14/installing-using-gnome-do/</link>
		<comments>http://tuxtraining.com/2008/07/14/installing-using-gnome-do/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 23:14:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Applications]]></category>

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

		<category><![CDATA[gnome-do]]></category>

		<guid isPermaLink="false">http://tuxtraining.com/?p=379</guid>
		<description><![CDATA[GNOME Do (Do) is an intelligent launcher tool that makes performing common tasks on your computer simple and efficient. Do not only allows you to search for items in your desktop environment (e.g. applications, contacts, bookmarks, files, music), it also allows you to specify actions to perform on search results (e.g. run, open, email, chat, [...]]]></description>
			<content:encoded><![CDATA[<img class="wpi_img_right" src="http://tuxtraining.com/wp-content/plugins/wp-post-icon/img/gnome.png" title="gnome.png" /><p>GNOME Do (Do) is an intelligent launcher tool that makes performing common tasks on your computer simple and efficient. Do not only allows you to search for items in your desktop environment (e.g. applications, contacts, bookmarks, files, music), it also allows you to specify actions to perform on search results (e.g. run, open, email, chat, play). Want to send an email to mom? Simply type &#8220;email mom.&#8221; Want to listen to some music? Simply type &#8220;play beatles.&#8221; Do provides instantaneous, action-oriented desktop search results that adapt to reflect your habits and preferences. For example, if you use Firefox web browser often, typing &#8220;f&#8221; in Do will launch it. Or, if you visit The New York Times webpage often, Do will open it if you simply type &#8220;nyt.&#8221; Unlike other search tools that present search results as flat, homogeneous lists, Do provides familiar graphical depictions of search results that assure you that your intent is being realized correctly; searching for &#8220;mom&#8221; will show a picture of mom, and searching for &#8220;beatles&#8221; will show a Beatles album cover. Do has many more powerful and exciting capabilities that must be seen to be appreciated.</p>
<p><img class="alignnone size-full wp-image-381" title="gnome-do-blue" src="http://tuxtraining.com/wp-content/uploads/2008/07/gnome-do-blue.png" alt="" width="403" height="224" /></p>
<p><span id="more-379"></span></p>
<p><strong>To Install</strong> (as root in all cases)</p>
<ul>
<li><strong>On Ubuntu:</strong> sudo aptitude install gnome-do gnome-do-plugins</li>
<li><strong>On Gentoo:</strong> emerge gnome-do gnome-do-plugins</li>
<li><strong>On OpenSuse 11</strong>: GNOME Do is installed by default but it&#8217;s version 0.4 and new plugins aren&#8217;t compatible with this version. To install the newest version just <a class="external" href="http://software.opensuse.org/ymp/Mono:Community/openSUSE_11.0+Mono/gnome-do.ymp">click here</a>.</li>
<li><strong>On OpenSuse 10.3</strong>: Just click <a href="http://software.opensuse.org/ymp/Mono%3ACommunity/openSUSE_10.3/gnome-do.ymp">here</a>.</li>
<li><strong>On Fedora:</strong> yum install gnome-do</li>
</ul>
<p><strong>To Use</strong></p>
<p>Start GNOME Do by selecting the GNOME Do entry in the Applications &gt; Accessories menu, or by executing the command gnome-do.</p>
<p>Once the application is running, you can summon it by pressing <strong>Super + Space</strong>. On most keyboards the super key is the same as the Windows key or the Command key.</p>
<p>You should see a dialog with a search icon and two panes in the center of your screen. The pane on the left is the item pane, which shows the item you have selected, and the pane on the right is the action pane, which shows the action you wish to perform on the item.</p>
<p>To start GNOME Do without showing its window, use the &#8211;quiet option:</p>
<p>$ gnome-do &#8211;quiet   or    $ gnome-do -q</p>
<p><strong>Launching Applications</strong></p>
<p>Launch GNOME Do and begin typing the application name - for example Rhythmbox.</p>
<p>Press enter and the selected application will launch. Be aware that GNOME Do will start matching as you type, so you shouldn&#8217;t need to type the entire name.</p>
<p><strong>File Management</strong></p>
<p>GNOME Do can help open files for you as well.  For example, start typing <strong>home</strong>. You should get an option to open the home folder in Nautilus by pressing enter. This will work for any folder in your home folder.</p>
<p><strong>Open Websites</strong></p>
<p>Just type it in.  For example, <strong>www.tuxtraining.com</strong></p>
<p><strong>Email and IM</strong></p>
<p>Type the name of the contact, then tab across and select the required Action.</p>
<p>Enjoy</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.fsdaily.com/submit?phase=2&amp;url=http://tuxtraining.com/2008/07/14/installing-using-gnome-do/&amp;title=Installing+%26%23038%3B+Using+Gnome-Do" title="Add to&nbsp;FreeSoftwareDaily"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/fsd.png" title="Add to&nbsp;FreeSoftwareDaily" alt="Add to&nbsp;FreeSoftwareDaily" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://tuxtraining.com/2008/07/14/installing-using-gnome-do/" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://tuxtraining.com/2008/07/14/installing-using-gnome-do/&amp;title=Installing+%26%23038%3B+Using+Gnome-Do" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://tuxtraining.com/2008/07/14/installing-using-gnome-do/&amp;title=Installing+%26%23038%3B+Using+Gnome-Do" title="Add to&nbsp;digg"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://tuxtraining.com/2008/07/14/installing-using-gnome-do/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://tuxtraining.com/2008/07/14/installing-using-gnome-do/&amp;title=Installing+%26%23038%3B+Using+Gnome-Do" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://tuxtraining.com/2008/07/14/installing-using-gnome-do/&amp;title=Installing+%26%23038%3B+Using+Gnome-Do&amp;description=Installing+%26%23038%3B+Using+Gnome-Do" title="Add to&nbsp;Ma.gnolia"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/magnolia.png" title="Add to&nbsp;Ma.gnolia" alt="Add to&nbsp;Ma.gnolia" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://tuxtraining.com/2008/07/14/installing-using-gnome-do/&amp;title=Installing+%26%23038%3B+Using+Gnome-Do" title="Add to&nbsp;reddit"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://tuxtraining.com/2008/07/14/installing-using-gnome-do/&amp;title=Installing+%26%23038%3B+Using+Gnome-Do" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://tuxtraining.com/2008/07/14/installing-using-gnome-do/&amp;title=Installing+%26%23038%3B+Using+Gnome-Do" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://tuxtraining.com/2008/07/14/installing-using-gnome-do/" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://tuxtraining.com/2008/07/14/installing-using-gnome-do/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://tuxtraining.com/2008/07/14/installing-using-gnome-do/&amp;t=Installing+%26%23038%3B+Using+Gnome-Do" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://tuxtraining.com/2008/07/14/installing-using-gnome-do/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing &#038; Using TimeVault in Ubuntu/Debian</title>
		<link>http://tuxtraining.com/2008/07/14/installing-using-timevault-in-ubuntudebian/</link>
		<comments>http://tuxtraining.com/2008/07/14/installing-using-timevault-in-ubuntudebian/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 22:52:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Applications]]></category>

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

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

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

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

		<guid isPermaLink="false">http://tuxtraining.com/?p=380</guid>
		<description><![CDATA[TimeVault is a simple front-end for making snapshots of a set of directories. Snapshots are a copy of a directory structure or file at a certain point in time. Restore functionality is integrated into Nautilus - previous versions of a file or directory that has a snapshot can be accessed by examining the properties and [...]]]></description>
			<content:encoded><![CDATA[<img class="wpi_img_right" src="http://tuxtraining.com/wp-content/plugins/wp-post-icon/img/ubuntu.png" title="ubuntu.png" /><p><a href="https://launchpad.net/timevault/">TimeVault</a> is a simple front-end for making snapshots of a set of directories. Snapshots are a copy of a directory structure or file at a certain point in time. Restore functionality is integrated into Nautilus - previous versions of a file or directory that has a snapshot can be accessed by examining the properties and selecting the &#8216;Previous Versions&#8217; tab.</p>
<p>Snapshots are protected from accidental deletion or modification since they are read-only by default. The super-user can delete intermediate snapshots to save space, but files and directories that existed before or after the deletion will still be accessible.</p>
<p>A snapshot is a copy of a directory at a certain point in time. Snapshots don&#8217;t use space for the files that haven&#8217;t changed but instead simply increment the link count for them. On Linux, when a file is deleted, the link count is decremented, but it isn&#8217;t actually removed until the link count hits zero.</p>
<p>Only files are hard-linked this way. Directories have to be recreated for technical reasons (since a hard-link is actually the file it points to, you would find yourself in a completely different path if directories were hard-linked).</p>
<p><span id="more-380"></span></p>
<p>Go to the site here: <a href="https://launchpad.net/timevault/">https://launchpad.net/timevault/</a> and grab the latest .deb file.</p>
<p>To install:  sudo dpkg -i timevault*.deb</p>
<p>After installing the .deb file, there are two steps required to complete installation:</p>
<ul>
<li>You must configure TimeVault, the backend will start automatically but the notifier needs to be started: To get the notifier app to start in your systray whenever you log in you can add it to your startup programs in System&gt;Preferences&gt;Sessions in the tab Startup Programs you should have an option to add a program click that, name it TimeVault and put:
<pre>'/usr/bin/timevault-notifier'</pre>
</li>
</ul>
<p>in the command box, you can put whatever you like in the comments box. After you have done this if you log out and back in again you should magically have the TimeVault notifier app sitting in your systray. Right click on it and go to preferences to configure TimeVault as you wish.</p>
<p>Configuration</p>
<p>When you start the TimeVault Notifier for the first time the tray icon will be greyed out and if you hover over it it will say that it is unconfigured. Listed below are the steps needed to configure TimeVault:</p>
<p>There are three tabs: General, Include and Exclude.</p>
<p><strong>General</strong></p>
<ul>
<li>Enable Automated Snapshots: By default, TimeVault will not automatically take snapshots of your system. Checking this box will tell it to automatically take daily snapshots.</li>
<li>Show snapshot notifications: This switch toggles on and off whether snapshot notifications are to be shown or not.</li>
<li>Snapshot Root Directory: Where to store the snapshots. Ideally, you should pick a directory that is mounted onto another physical drive from the data you are backing up. This is so that, in the case of a hard-disk failure, the backups will remain intact (unless the drive containing the backups fails, in which case the current version of the data remains).</li>
</ul>
<p><strong>Include</strong></p>
<p>Backup paths are listed here. Every directory that you want to be snapshotted should be added to this list.</p>
<p><strong>Exclude</strong></p>
<ul>
<li>Paths or patterns to exclude from the snapshots should be listed here</li>
</ul>
<p>When you have finished making the necessary changes press the save button and TimeVault should pop up a message saying</p>
<pre>You have included new directories in the TimeVault. File signatures will now be computed.</pre>
<p>Click ok in this box and TimeVault should be active and will start watching your files.</p>
<p><a href="https://wiki.ubuntu.com/TimeVault/Restructure">TimeVault/Restructure</a> (you should check this page for development information)</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.fsdaily.com/submit?phase=2&amp;url=http://tuxtraining.com/2008/07/14/installing-using-timevault-in-ubuntudebian/&amp;title=Installing+%26%23038%3B+Using+TimeVault+in+Ubuntu%2FDebian" title="Add to&nbsp;FreeSoftwareDaily"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/fsd.png" title="Add to&nbsp;FreeSoftwareDaily" alt="Add to&nbsp;FreeSoftwareDaily" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://tuxtraining.com/2008/07/14/installing-using-timevault-in-ubuntudebian/" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://tuxtraining.com/2008/07/14/installing-using-timevault-in-ubuntudebian/&amp;title=Installing+%26%23038%3B+Using+TimeVault+in+Ubuntu%2FDebian" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://tuxtraining.com/2008/07/14/installing-using-timevault-in-ubuntudebian/&amp;title=Installing+%26%23038%3B+Using+TimeVault+in+Ubuntu%2FDebian" title="Add to&nbsp;digg"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://tuxtraining.com/2008/07/14/installing-using-timevault-in-ubuntudebian/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://tuxtraining.com/2008/07/14/installing-using-timevault-in-ubuntudebian/&amp;title=Installing+%26%23038%3B+Using+TimeVault+in+Ubuntu%2FDebian" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://tuxtraining.com/2008/07/14/installing-using-timevault-in-ubuntudebian/&amp;title=Installing+%26%23038%3B+Using+TimeVault+in+Ubuntu%2FDebian&amp;description=Installing+%26%23038%3B+Using+TimeVault+in+Ubuntu%2FDebian" title="Add to&nbsp;Ma.gnolia"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/magnolia.png" title="Add to&nbsp;Ma.gnolia" alt="Add to&nbsp;Ma.gnolia" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://tuxtraining.com/2008/07/14/installing-using-timevault-in-ubuntudebian/&amp;title=Installing+%26%23038%3B+Using+TimeVault+in+Ubuntu%2FDebian" title="Add to&nbsp;reddit"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://tuxtraining.com/2008/07/14/installing-using-timevault-in-ubuntudebian/&amp;title=Installing+%26%23038%3B+Using+TimeVault+in+Ubuntu%2FDebian" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://tuxtraining.com/2008/07/14/installing-using-timevault-in-ubuntudebian/&amp;title=Installing+%26%23038%3B+Using+TimeVault+in+Ubuntu%2FDebian" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://tuxtraining.com/2008/07/14/installing-using-timevault-in-ubuntudebian/" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://tuxtraining.com/2008/07/14/installing-using-timevault-in-ubuntudebian/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://tuxtraining.com/2008/07/14/installing-using-timevault-in-ubuntudebian/&amp;t=Installing+%26%23038%3B+Using+TimeVault+in+Ubuntu%2FDebian" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://tuxtraining.com/2008/07/14/installing-using-timevault-in-ubuntudebian/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to turn off Firefox 3&#8217;s &#8220;awesome bar&#8221;</title>
		<link>http://tuxtraining.com/2008/07/13/how-to-turn-off-firefox-3s-awesome-bar/</link>
		<comments>http://tuxtraining.com/2008/07/13/how-to-turn-off-firefox-3s-awesome-bar/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 00:33:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Applications]]></category>

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

		<guid isPermaLink="false">http://tuxtraining.com/?p=377</guid>
		<description><![CDATA[In Firefox 3, the Location Bar received a number of improvements. Among those improvements was the move to a XUL richlistbox widget for the auto-complete dropdown. This allowed styled URL/title information, favicons, and highlighted match information. This preference determines how many entries should appear (at most) in the dropdown.  Many find Firefox 3&#8217;s &#8220;awesome bar&#8221; [...]]]></description>
			<content:encoded><![CDATA[<img class="wpi_img_right" src="http://tuxtraining.com/wp-content/plugins/wp-post-icon/img/Firefox.png" title="Firefox.png" /><p>In Firefox 3, the Location Bar received a number of improvements. Among those improvements was the move to a <span class="external text">XUL richlistbox widget</span> for the auto-complete dropdown. This allowed styled URL/title information, favicons, and highlighted match information. This preference determines how many entries should appear (at most) in the dropdown.  Many find Firefox 3&#8217;s &#8220;awesome bar&#8221; quite annoying.  Luckily  this is easy to disable.</p>
<p><img class="alignnone size-full wp-image-378" title="mozilla-header" src="http://tuxtraining.com/wp-content/uploads/2008/07/mozilla-header.png" alt="" width="426" height="175" /></p>
<p>First, in the address bar type:   &#8220;about:config&#8221;  (without the quotes).</p>
<p>In the about:config search bar type:  Browser.urlbar.maxRichResults</p>
<p>The default value is set to 12.  If you set this interger to 0, nothing will display in the &#8220;awesome bar&#8221; any longer.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.fsdaily.com/submit?phase=2&amp;url=http://tuxtraining.com/2008/07/13/how-to-turn-off-firefox-3s-awesome-bar/&amp;title=How+to+turn+off+Firefox+3%26%238217%3Bs+%26%238220%3Bawesome+bar%26%238221%3B" title="Add to&nbsp;FreeSoftwareDaily"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/fsd.png" title="Add to&nbsp;FreeSoftwareDaily" alt="Add to&nbsp;FreeSoftwareDaily" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://tuxtraining.com/2008/07/13/how-to-turn-off-firefox-3s-awesome-bar/" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://tuxtraining.com/2008/07/13/how-to-turn-off-firefox-3s-awesome-bar/&amp;title=How+to+turn+off+Firefox+3%26%238217%3Bs+%26%238220%3Bawesome+bar%26%238221%3B" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://tuxtraining.com/2008/07/13/how-to-turn-off-firefox-3s-awesome-bar/&amp;title=How+to+turn+off+Firefox+3%26%238217%3Bs+%26%238220%3Bawesome+bar%26%238221%3B" title="Add to&nbsp;digg"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://tuxtraining.com/2008/07/13/how-to-turn-off-firefox-3s-awesome-bar/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://tuxtraining.com/2008/07/13/how-to-turn-off-firefox-3s-awesome-bar/&amp;title=How+to+turn+off+Firefox+3%26%238217%3Bs+%26%238220%3Bawesome+bar%26%238221%3B" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://tuxtraining.com/2008/07/13/how-to-turn-off-firefox-3s-awesome-bar/&amp;title=How+to+turn+off+Firefox+3%26%238217%3Bs+%26%238220%3Bawesome+bar%26%238221%3B&amp;description=How+to+turn+off+Firefox+3%26%238217%3Bs+%26%238220%3Bawesome+bar%26%238221%3B" title="Add to&nbsp;Ma.gnolia"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/magnolia.png" title="Add to&nbsp;Ma.gnolia" alt="Add to&nbsp;Ma.gnolia" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://tuxtraining.com/2008/07/13/how-to-turn-off-firefox-3s-awesome-bar/&amp;title=How+to+turn+off+Firefox+3%26%238217%3Bs+%26%238220%3Bawesome+bar%26%238221%3B" title="Add to&nbsp;reddit"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://tuxtraining.com/2008/07/13/how-to-turn-off-firefox-3s-awesome-bar/&amp;title=How+to+turn+off+Firefox+3%26%238217%3Bs+%26%238220%3Bawesome+bar%26%238221%3B" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://tuxtraining.com/2008/07/13/how-to-turn-off-firefox-3s-awesome-bar/&amp;title=How+to+turn+off+Firefox+3%26%238217%3Bs+%26%238220%3Bawesome+bar%26%238221%3B" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://tuxtraining.com/2008/07/13/how-to-turn-off-firefox-3s-awesome-bar/" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://tuxtraining.com/2008/07/13/how-to-turn-off-firefox-3s-awesome-bar/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://tuxtraining.com/2008/07/13/how-to-turn-off-firefox-3s-awesome-bar/&amp;t=How+to+turn+off+Firefox+3%26%238217%3Bs+%26%238220%3Bawesome+bar%26%238221%3B" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://tuxtraining.com/2008/07/13/how-to-turn-off-firefox-3s-awesome-bar/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Quick: How to Hide Mounted Drives on Gnome&#8217;s Desktop</title>
		<link>http://tuxtraining.com/2008/07/13/quick-how-to-hide-mounted-drives-on-gnomes-desktop/</link>
		<comments>http://tuxtraining.com/2008/07/13/quick-how-to-hide-mounted-drives-on-gnomes-desktop/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 14:54:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Gnome]]></category>

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

		<guid isPermaLink="false">http://tuxtraining.com/?p=374</guid>
		<description><![CDATA[I prefer a clean desktop with no icons cluttering it up, but by default most Gnome based distros adds icons to the desktop for every single removable drive that you attach to your system.


Having recently transitioned to using Ubuntu and Gentoo full-time at home away from Suse/KDE, this was one of the first things I [...]]]></description>
			<content:encoded><![CDATA[<img class="wpi_img_right" src="http://tuxtraining.com/wp-content/plugins/wp-post-icon/img/gnome.png" title="gnome.png" /><p>I prefer a clean desktop with no icons cluttering it up, but by default most Gnome based distros adds icons to the desktop for every single removable drive that you attach to your system.</p>
<p><img class="alignnone size-full wp-image-375" title="drives" src="http://tuxtraining.com/wp-content/uploads/2008/07/drives.png" alt="" width="161" height="245" /></p>
<p><span id="more-374"></span></p>
<p>Having recently transitioned to using Ubuntu and Gentoo full-time at home away from Suse/KDE, this was one of the first things I wanted to disable. Sadly there&#8217;s no option in the default configuration screens, so we&#8217;ll have to use the &#8220;registry editor&#8221; for Ubuntu, called gconf-editor.</p>
<p>Just type in <em>gconf-editor</em> into the Alt+F2 run dialog to open the app or your terminal.</p>
<p>Now browse down to the following key:</p>
<p>apps \ nautilus \ desktop</p>
<p><img class="alignnone size-full wp-image-376" title="gconf" src="http://tuxtraining.com/wp-content/uploads/2008/07/gconf.png" alt="" width="500" height="336" /></p>
<p>You should see a key in the right-hand pane called <em>volumes_visible</em>. Remove the checkbox from it, and the icons will instantly disappear from the desktop. Remember that you can always access the drives from the &#8220;Computer&#8221; icon, or easily in the file browser.</p>
<p>I&#8217;m much happier now with my beautiful desktop.</p>
<blockquote></blockquote>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.fsdaily.com/submit?phase=2&amp;url=http://tuxtraining.com/2008/07/13/quick-how-to-hide-mounted-drives-on-gnomes-desktop/&amp;title=Quick%3A+How+to+Hide+Mounted+Drives+on+Gnome%26%238217%3Bs+Desktop" title="Add to&nbsp;FreeSoftwareDaily"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/fsd.png" title="Add to&nbsp;FreeSoftwareDaily" alt="Add to&nbsp;FreeSoftwareDaily" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://tuxtraining.com/2008/07/13/quick-how-to-hide-mounted-drives-on-gnomes-desktop/" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://tuxtraining.com/2008/07/13/quick-how-to-hide-mounted-drives-on-gnomes-desktop/&amp;title=Quick%3A+How+to+Hide+Mounted+Drives+on+Gnome%26%238217%3Bs+Desktop" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://tuxtraining.com/2008/07/13/quick-how-to-hide-mounted-drives-on-gnomes-desktop/&amp;title=Quick%3A+How+to+Hide+Mounted+Drives+on+Gnome%26%238217%3Bs+Desktop" title="Add to&nbsp;digg"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://tuxtraining.com/2008/07/13/quick-how-to-hide-mounted-drives-on-gnomes-desktop/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://tuxtraining.com/2008/07/13/quick-how-to-hide-mounted-drives-on-gnomes-desktop/&amp;title=Quick%3A+How+to+Hide+Mounted+Drives+on+Gnome%26%238217%3Bs+Desktop" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://tuxtraining.com/2008/07/13/quick-how-to-hide-mounted-drives-on-gnomes-desktop/&amp;title=Quick%3A+How+to+Hide+Mounted+Drives+on+Gnome%26%238217%3Bs+Desktop&amp;description=Quick%3A+How+to+Hide+Mounted+Drives+on+Gnome%26%238217%3Bs+Desktop" title="Add to&nbsp;Ma.gnolia"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/magnolia.png" title="Add to&nbsp;Ma.gnolia" alt="Add to&nbsp;Ma.gnolia" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://tuxtraining.com/2008/07/13/quick-how-to-hide-mounted-drives-on-gnomes-desktop/&amp;title=Quick%3A+How+to+Hide+Mounted+Drives+on+Gnome%26%238217%3Bs+Desktop" title="Add to&nbsp;reddit"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://tuxtraining.com/2008/07/13/quick-how-to-hide-mounted-drives-on-gnomes-desktop/&amp;title=Quick%3A+How+to+Hide+Mounted+Drives+on+Gnome%26%238217%3Bs+Desktop" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://tuxtraining.com/2008/07/13/quick-how-to-hide-mounted-drives-on-gnomes-desktop/&amp;title=Quick%3A+How+to+Hide+Mounted+Drives+on+Gnome%26%238217%3Bs+Desktop" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://tuxtraining.com/2008/07/13/quick-how-to-hide-mounted-drives-on-gnomes-desktop/" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://tuxtraining.com/2008/07/13/quick-how-to-hide-mounted-drives-on-gnomes-desktop/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://tuxtraining.com/2008/07/13/quick-how-to-hide-mounted-drives-on-gnomes-desktop/&amp;t=Quick%3A+How+to+Hide+Mounted+Drives+on+Gnome%26%238217%3Bs+Desktop" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://tuxtraining.com/2008/07/13/quick-how-to-hide-mounted-drives-on-gnomes-desktop/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ultimate Bit Torrent Tutorial for Linux</title>
		<link>http://tuxtraining.com/2008/07/10/ultimate-bit-torrent-tutorial-for-linux/</link>
		<comments>http://tuxtraining.com/2008/07/10/ultimate-bit-torrent-tutorial-for-linux/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 17:17:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Security]]></category>

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

		<guid isPermaLink="false">http://tuxtraining.com/?p=370</guid>
		<description><![CDATA[Want to avoid throttling?  Hide your location from peers connected to the same torrent?  Block Comcast&#8217;s TCP packet resets? Or use PeerGuardian blocklists in your torrent client? Then read on.

How to Encrypt Bit Torrent Traffic With Ktorrent and Azurues
More and more ISP’s are limiting throttling BitTorrent traffic on their networks. By throttling BitTorrent [...]]]></description>
			<content:encoded><![CDATA[<img class="wpi_img_right" src="http://tuxtraining.com/wp-content/plugins/wp-post-icon/img/pirate.gif" title="pirate.gif" /><p>Want to avoid throttling?  Hide your location from peers connected to the same torrent?  Block Comcast&#8217;s TCP packet resets? Or use PeerGuardian blocklists in your torrent client? Then read on.</p>
<p><span id="more-370"></span></p>
<h3>How to Encrypt Bit Torrent Traffic With Ktorrent and Azurues</h3>
<p>More and more ISP’s are limiting<a href="http://torrentfreak.com/traffic-shaping-good-or-bad/"> throttling BitTorrent traffic</a> on their networks. By throttling BitTorrent traffic the speed of BitTorrent downloads decrease, and high speed downloads are out of the question.</p>
<p class="snap_preview">The list of ISP’s that limit BitTorrent traffic, or plan to do so is growing every day, and <a href="http://news.bbc.co.uk/2/hi/programmes/click_online/4905660.stm">according to the BBC</a>, the ‘bandwidth war’ has begun.</p>
<p>Are you not sure if your traffic is being throttled <a href="http://azureus.aelitis.com/wiki/index.php/Bad_ISPs">Check the list of bad ISP’s</a>.</p>
<p>But there is a solution. Encrypting your torrents will prevent throttling ISP’s from shaping your traffic. I will explain how to enable encryption in Azureus, ktorrent, Deluge the three most popular torrent clients in Linux.</p>
<p><strong> What does encryption Do?</strong></p>
<div style="float: right;"><script type="text/javascript"><!--
google_adtest="on";
google_ad_client = "pub-3756452023781292";
google_alternate_color = "FFFFFF";
google_ad_width = 234;
google_ad_height = 60;
google_ad_format = "234x60_as";
google_ad_type = "text_image";
google_ad_channel ="0362445509";
google_color_border = "337ce9";
google_color_link = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_text = "000000";
google_color_url = "0000cc";
// --></script> <script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div>
<p>The RC4 encryption obfuscates not only the header but the entire stream. This means that it’s very hard for your ISP to detect that the traffic you are generating comes from BitTorrent.</p>
<p>Note that RC4 uses more CPU time than the plain encryption or no encryption. It is however harder to identify for traffic shaping devices.<br />
 <strong>How can I do this?</strong></p>
<p>This is different for all clients; check the setting for your favorite client below.<br />
 <strong>Azureus</strong></p>
<p>1. Go to: Tools &gt; Options &gt; Connection &gt; Transport Encryption</p>
<p>2. Check the ‘require encrypted transport’ box.<br />
 3. Choose RC4 in the ‘minimum encryption’ dropdown box</p>
<p>note that RC4 uses more CPU time than the plain encryption or no encryption. It is however harder to identify for traffic shaping devices<br />
 4. You can choose to tick the ‘Allow non-encrypted outgoing connections if encrypted connection attempt fails’ box. This will ensure compatibility with clients that are not using encryption. However, it makes it easier for your ISP to detect BitTorrent traffic. I recommend that you try to tick this box first. If you are still not getting proper speeds untick it<br />
 5. Tick the ‘Allow non-encrypted incoming connections’ box</p>
<p><strong>KTorrent</strong></p>
<p>1. Go to: Settings –&gt; Preferences  –&gt; General<br />
 2. At the bottom of the General tab there’s a check box to Use Protocol Encryption.  Checking this box and unchecking Allow unecrypted connections will encrypt the headers for you in this application.</p>
<p><strong>Deluge</strong></p>
<p>Deluge already has this turned on by default.</p>
<h3>Import PeerGuardian Blocklists into Ktorrent &amp; Deluge</h3>
<p>Many lovers of PeerGuardian are out there, and some just happen to use linux. Luckily we have bit torrent clients that support PeerGuardian blocklists directly in the client, rather than affecting our entire internet connection. This is a rather simple prodcedure in both cases of Ktorrent and Deluge.</p>
<p>Note: Blocklists are not a fool proof protection and can come with their own problems. Please read up on the effectiveness of blocklists. That being said, every little bit helps.</p>
<div style="float: right;"><script type="text/javascript"><!--
google_adtest="on";
google_ad_client = "pub-3756452023781292";
google_alternate_color = "FFFFFF";
google_ad_width = 234;
google_ad_height = 60;
google_ad_format = "234x60_as";
google_ad_type = "text_image";
google_ad_channel ="0362445509";
google_color_border = "337ce9";
google_color_link = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_text = "000000";
google_color_url = "0000cc";
// --></script> <script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div>
<p> </p>
<p><strong>Deluge</strong></p>
<ol>
<li>Download a blocklist from here: <a href="http://peerguardian.sourceforge.net/lists/">http://peerguardian.sourceforge.net/lists/</a></li>
<li>Now Deluge can’t read 7z files, so you will need to have the pk7zip installed and extract the file into your home directory.</li>
<li>Open Deluge, go to Edit –&gt; Plugins –&gt; Check  Blocklist Importer</li>
<li>Press the Preferences button</li>
<li>Select “Peer Guardian Text (Uncompressed)</li>
<li>In the blocklist URL type the path of the extracted file “/home/username/level1</li>
</ol>
<p>And all done here.</p>
<p><strong>Ktorrent</strong></p>
<p>Settings in Ktorrent is even easier.</p>
<ol>
<li>Open Ktorrent and go to Settings –&gt; Configure Ktorrent –&gt; Plugins –&gt; IP Filter –&gt; Hit the Load button on the Right hand side.</li>
<li>Now the IP Filter will be in your Left hand column, select that.</li>
<li>Check “Use PeerGuardian Filter?”</li>
<li>You can use the default “<strong>http://www.bluetack.co.uk/config/splist.zip” </strong>or you can specify another file online or on your hard-drive as you specify.  As mentioned above <a href="http://peerguardian.sourceforge.net/lists/">http://peerguardian.sourceforge.net/lists/</a> is a great place to get up to date lists.</li>
<li>Hit the Download/Convert button</li>
<li>When it’s done downloading another window will open, hit the “Convert” button.</li>
<li>When it’s done hit Apply and hit OK</li>
</ol>
<p>Now you’re done for Ktorrent as well :).</p>
<h3>Beating Sandvine on Linux with iptables</h3>
<p>Multiple sites reported a while ago that <a href="http://torrentfreak.com/comcast-throttles-bittorrent-traffic-seeding-impossible/">Comcast was using Sandvine</a> to do tcp packet resets to throttle BitTorrent connections of their users. This practice may be a thing of the past as it’s been found a simple rule in the Linux firewall, iptables, can simply just block their reset packets, returning your BitTorrent back to normal speeds and allowing you to once again connect to all your seeds and peer. So, if you are tired of <a href="http://www.sandvine.com/">Sandvine</a> (the application used by Comcast to throttle Bit Torrent with fake TCP packet resets) screwing with your BitTorrent and a user of GNU/Linux, then this is for you. I will tell you how to take your bandwidth back.</p>
<div style="float: right;"><script type="text/javascript"><!--
google_adtest="on";
google_ad_client = "pub-3756452023781292";
google_alternate_color = "FFFFFF";
google_ad_width = 234;
google_ad_height = 60;
google_ad_format = "234x60_as";
google_ad_type = "text_image";
google_ad_channel ="0362445509";
google_color_border = "337ce9";
google_color_link = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_text = "000000";
google_color_url = "0000cc";
// --></script> <script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div>
<p>If you are using a Red Hat Linux derivative, such as <strong>Fedora Core</strong> or <strong>CentOS</strong>, then you will want to edit /etc/sysconfig/iptables. First, make a backup of this file. Next, open this file in your favorite text editor. Replace the cu<span style="color: #000000;">rrent contents with this, substituting 6883 with your BitTorrent port number:</span></p>
<p>(<strong>Note:</strong> the values state, reject, dport and tcp-flags begin with a double dash )</p>
<p><code>*filter<br />
:INPUT ACCEPT [0:0]<br />
:FORWARD ACCEPT [0:0]<br />
:OUTPUT ACCEPT [0:0]<br />
-A INPUT -i lo -j ACCEPT<br />
#Comcast BitTorrent seeding block workaround<br />
<strong>-A INPUT -p tcp –dport 6883 –tcp-flags RST RST -j DROP</strong><br />
-A INPUT -m state –state ESTABLISHED,RELATED -j ACCEPT<br />
#BitTorrent<br />
-A INPUT -m state –state NEW -m tcp -p tcp –dport 6883 -j ACCEPT<br />
-A INPUT -m state –state NEW -m udp -p udp –dport 6883 -j ACCEPT<br />
-A INPUT -j REJECT –reject-with icmp-host-prohibited<br />
COMMIT</code></p>
<p><span style="color: #000000;">Reload your iptables firewall with <strong>service iptables restart</strong>. You should now see a great improvement in your seeding.</span></p>
<p><span style="color: #000000;">If you are using <strong>Ubuntu </strong>or another non-Red Hat Linux derivative, then place the following in a file and execute that file as root.</span></p>
<p><code>#!/bin/sh<br />
#Replace 6883 with you BT port<br />
BT_PORT=6883<br />
#Flush the filters<br />
iptables -F<br />
#Apply new filters<br />
iptables -A INPUT -i lo -j ACCEPT<br />
#Comcast BitTorrent seeding block workaround<br />
iptables -A INPUT -p tcp --dport $BT_PORT --tcp-flags RST RST -j DROP<br />
iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT<br />
#BitTorrent<br />
iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport $BT_PORT -j ACCEPT<br />
iptables -A INPUT -m state --state NEW -m udp -p udp --dport $BT_PORT -j ACCEPT<br />
iptables -A INPUT -j REJECT --reject-with icmp-host-prohibited</code></p>
<p>If you are using Gentoo or another distro, it is important that your iptables rules includes this line, feel free to change the port number (or make it a range of ports).</p>
<p><code><strong>-A INPUT -p tcp –dport 6883 –tcp-flags RST RST -j DROP</strong></code></p>
<p><span style="color: #000000;">Your firewall is now configured and you should have great upload speed now. You will have to run this script every boot, by the way. One easy way is to call the script at the end of /etc/rc.local.</span></p>
<h3>Use a VPN</h3>
<p>Using a VPN such as <a href="https://www.relakks.com/?cid=gb">Relakks</a>, among many others will prevent sniffing by your ISP, avoid throttling via TCP packet reset or by traffic type, and hide your location from the other seeds and peers attached to the torrent you are downloading/uploading.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.fsdaily.com/submit?phase=2&amp;url=http://tuxtraining.com/2008/07/10/ultimate-bit-torrent-tutorial-for-linux/&amp;title=Ultimate+Bit+Torrent+Tutorial+for+Linux" title="Add to&nbsp;FreeSoftwareDaily"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/fsd.png" title="Add to&nbsp;FreeSoftwareDaily" alt="Add to&nbsp;FreeSoftwareDaily" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://tuxtraining.com/2008/07/10/ultimate-bit-torrent-tutorial-for-linux/" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://tuxtraining.com/2008/07/10/ultimate-bit-torrent-tutorial-for-linux/&amp;title=Ultimate+Bit+Torrent+Tutorial+for+Linux" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://tuxtraining.com/2008/07/10/ultimate-bit-torrent-tutorial-for-linux/&amp;title=Ultimate+Bit+Torrent+Tutorial+for+Linux" title="Add to&nbsp;digg"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://tuxtraining.com/2008/07/10/ultimate-bit-torrent-tutorial-for-linux/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://tuxtraining.com/2008/07/10/ultimate-bit-torrent-tutorial-for-linux/&amp;title=Ultimate+Bit+Torrent+Tutorial+for+Linux" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://tuxtraining.com/2008/07/10/ultimate-bit-torrent-tutorial-for-linux/&amp;title=Ultimate+Bit+Torrent+Tutorial+for+Linux&amp;description=Ultimate+Bit+Torrent+Tutorial+for+Linux" title="Add to&nbsp;Ma.gnolia"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/magnolia.png" title="Add to&nbsp;Ma.gnolia" alt="Add to&nbsp;Ma.gnolia" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://tuxtraining.com/2008/07/10/ultimate-bit-torrent-tutorial-for-linux/&amp;title=Ultimate+Bit+Torrent+Tutorial+for+Linux" title="Add to&nbsp;reddit"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://tuxtraining.com/2008/07/10/ultimate-bit-torrent-tutorial-for-linux/&amp;title=Ultimate+Bit+Torrent+Tutorial+for+Linux" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://tuxtraining.com/2008/07/10/ultimate-bit-torrent-tutorial-for-linux/&amp;title=Ultimate+Bit+Torrent+Tutorial+for+Linux" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://tuxtraining.com/2008/07/10/ultimate-bit-torrent-tutorial-for-linux/" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://tuxtraining.com/2008/07/10/ultimate-bit-torrent-tutorial-for-linux/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://tuxtraining.com/2008/07/10/ultimate-bit-torrent-tutorial-for-linux/&amp;t=Ultimate+Bit+Torrent+Tutorial+for+Linux" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://tuxtraining.com/2008/07/10/ultimate-bit-torrent-tutorial-for-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Secure the Hell Out of your Windows Box</title>
		<link>http://tuxtraining.com/2008/07/07/secure-the-hell-out-of-your-windows-box/</link>
		<comments>http://tuxtraining.com/2008/07/07/secure-the-hell-out-of-your-windows-box/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 00:53:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Security]]></category>

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

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://tuxtraining.com/?p=369</guid>
		<description><![CDATA[A while back I wrote a piece about how to Secure the hell out of your Linux box, and I thought I&#8217;d follow up with the same but for the Windows world.   Yes yes, this is a Linux blog and this kind of post won&#8217;t happen all that often, or possibly never again, [...]]]></description>
			<content:encoded><![CDATA[<img class="wpi_img_right" src="http://tuxtraining.com/wp-content/plugins/wp-post-icon/img/ms.gif" title="ms.gif" /><p>A while back I wrote a piece about how to <a href="http://tuxtraining.com/2008/05/09/avoid-big-brother-and-hackers-on-a-linux-box/">Secure the hell out of your Linux box</a>, and I thought I&#8217;d follow up with the same but for the Windows world.   Yes yes, this is a Linux blog and this kind of post won&#8217;t happen all that often, or possibly never again, but security I feel is far more important than technological allegiances.</p>
<p><span id="more-369"></span></p>
<h3>Encrypt your Entire Drive</h3>
<p><a href="http://www.truecrypt.org/">Truecrypt</a> has added the ability to encrypt your entire drive.  Simply install the application and in the setup process request that it encrypt your entire drive.  If you have additional drives it would benefit you to encrypt those too, or to at least create an encrypted container on those drives for sensitive information.  I would point to a tutorial, but the process is incredibly simple.</p>
<p>In the United States, you cannot be forced to give a password for an encrypted file or drive. It&#8217;s protected under the 5th Amendment and this has already been tested in the courts.</p>
<p>Law Enforcement can take their chances in trying to break it, but most encryption nowadays (aes, bluelfish, serpent, etc..) would take them damn near forever.</p>
<p>There is a punishment in the UK for not revealing the passwords if law enforcement requests them for a criminal investigation, but in most cases of possible fines you could owe  it would cost you less trouble to not reveal the password anyways.</p>
<p>It&#8217;s also a good idea to set a BIOS password.  How to do this will vary depending on your BIOS.</p>
<h3><strong>Permissions</strong></h3>
<p>Yes, Windows has poor management of user permissions.  There&#8217;s no su, sudo, gksu, etc.. and using a limited account on Windows can be a bit more painful that using one in Linux, but it still should be done.</p>
<p>Your day to day account should be set to a Restricted User (you can do this in Start &#8211;&gt; Control Panel &#8211;&gt; Users) .  The Restricted user cannot install applications, modify the registry, and a good portion of the system files.</p>
<p>You have a seperate Administrator account to perform these functions when necessary, and only use this account for that purpose.  Luckily you can right click many apps and select &#8220;Run as&#8230;&#8221; to perform an install with Admin credentials as a regular user.</p>
<p>Make sure you have a strong password on both accounts.</p>
<h3><strong>SafeXP</strong></h3>
<p>It is also a good idea to run SafeXP, a portable app that makes changing many security settings easy and quick.  <a href="http://www.theorica.net/safexp.htm">SafeXP </a> allows users to quickly tweak various security and privacy related settings in XP. The options include Media Player settings, Hiding the NetBIOS name, blocking ICMP, turning off Remote connectivity and hidden folders, allow you to tweak Services settings (error reporting, time synch, remote registry etc.), as well as and option to remove items from the Start menu, network security settings and more.  Safe XP improves your system performance and makes Windows to run faster, more secure and reliable.</p>
<h3><strong>Firewall</strong></h3>
<p>It is best to use a Firewall that meets two requirements.  1.  Has little or no reports of collaborating with governments, of any nation and 2. Allows the upmost amount of control over ports, protocols and processes.  And of course we would like our firewall to not cost us a thing.  Incomes <a href="http://www.personalfirewall.comodo.com/download_firewall.html">Comodo</a>.  It&#8217;s learning period takes a bit of time, but after a while you will have a solid firewall for both outgoing and incoming traffic.</p>
<h3><strong>Anti-virus, Rootkit Checking, and Spyware cleaners to keep on hand</strong></h3>
<ol>
<li><a href="http://www.safer-networking.org/index2.html">Spybot</a></li>
<li><a href="http://lavasoft.com/products/ad_aware_free.php">Ad Aware</a></li>
<li><a href="http://www.superantispyware.com/">Super Anti-Spyware</a></li>
<li><a href="http://free.avg.com/ww.download-avg-anti-virus-free-edition">AVG</a> or <a href="http://www.avast.com/eng/download-avast-home.html">Avast</a></li>
<li><a href="http://technet.microsoft.com/en-us/sysinternals/bb897445.aspx">RootKit Revealer</a></li>
<li><a href="http://www.trendsecure.com/portal/en-US/tools/security_tools/hijackthis">HiJack This</a></li>
</ol>
<h3><strong>Keep Track of Temp Files and Deleted Files</strong></h3>
<ol>
<li><a href="http://www.ccleaner.com/">CCleaner - </a>Use CCleaner to keep temp files to a minimal, stay aware of what temp files it doesn&#8217;t delete and maintain as necessary.  Make sure to set it to do a NSA 7 pass overwrite on the files it rewrites.</li>
<li><a href="http://www.cylog.org/utilities">Cybershredder</a> - Use this application rather than your recycle bin.  Cybershredder deletes and over-writes every file with a NSA 7 pass.</li>
<li><a href="http://www.snapfiles.com/get/restoration.html">Restoration </a>- Restoration is great for recovering deleted files so you can easily see what files could be recovered. It also will allow you to re-write overtop of the deleted files to make them non-recoverable.</li>
</ol>
<h3><strong>Secure Your Communications</strong></h3>
<ol>
<li><a href="http://tuxtraining.com/2008/04/08/sign-encrypt-your-emails-with-thunderbirdenigmail">Use GPG to secure emails on Thunderbird when necessary.</a></li>
<li><a href="http://tuxtraining.com/2008/04/08/use-otr-to-encrypt-pidgin-conversations">Use the OTR plugin for Pidgin for your IMs to avoid sniffing.</a></li>
</ol>
<h3>Know How to Stay Safe Online</h3>
<p>Earlier I wrote a tutorial on how to <a href="http://tuxtraining.com/2008/07/02/safety-online/">stay safe online</a> covering topics of what browser to use (firefox) and helpful extensions that would aid in increasing Firefox&#8217;s security.  Furthermore there are helpful tips about avoiding data collection on websites and preventing sniffing.</p>
<h3><strong>Protect Your Bit Torrent, If You Must</strong></h3>
<p>I would not recommend using Bit Torrent, but there are safe ways to go about using it.</p>
<ol>
<li>Encrypt the Bit Torrent headers.  Azureus and uTorrent both have this option in their preferences.  This keeps your ISP from immediately knowing what you are downloading/uploading.</li>
<li>Use a VPN such  as <a href="https://www.relakks.com/?cid=gb">Relakks</a>.  This works beautiful at masking from seeders where you are downloading from, it hides the traffic from your ISP, and prevents throttling beautifully.</li>
<li>Use <a href="http://phoenixlabs.org/pg2/">PeerGuardian</a> (I prefer <a href="http://phoenixlabs.org/pglite/">PeerGuardian Lite</a> ) to block unwanted IPs from connecting to your torrents.  Remember, always get your blocklists <a href="http://peerguardian.sourceforge.net/lists/">here</a>.</li>
</ol>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.fsdaily.com/submit?phase=2&amp;url=http://tuxtraining.com/2008/07/07/secure-the-hell-out-of-your-windows-box/&amp;title=Secure+the+Hell+Out+of+your+Windows+Box" title="Add to&nbsp;FreeSoftwareDaily"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/fsd.png" title="Add to&nbsp;FreeSoftwareDaily" alt="Add to&nbsp;FreeSoftwareDaily" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://tuxtraining.com/2008/07/07/secure-the-hell-out-of-your-windows-box/" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://tuxtraining.com/2008/07/07/secure-the-hell-out-of-your-windows-box/&amp;title=Secure+the+Hell+Out+of+your+Windows+Box" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://tuxtraining.com/2008/07/07/secure-the-hell-out-of-your-windows-box/&amp;title=Secure+the+Hell+Out+of+your+Windows+Box" title="Add to&nbsp;digg"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://tuxtraining.com/2008/07/07/secure-the-hell-out-of-your-windows-box/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://tuxtraining.com/2008/07/07/secure-the-hell-out-of-your-windows-box/&amp;title=Secure+the+Hell+Out+of+your+Windows+Box" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://tuxtraining.com/2008/07/07/secure-the-hell-out-of-your-windows-box/&amp;title=Secure+the+Hell+Out+of+your+Windows+Box&amp;description=Secure+the+Hell+Out+of+your+Windows+Box" title="Add to&nbsp;Ma.gnolia"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/magnolia.png" title="Add to&nbsp;Ma.gnolia" alt="Add to&nbsp;Ma.gnolia" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://tuxtraining.com/2008/07/07/secure-the-hell-out-of-your-windows-box/&amp;title=Secure+the+Hell+Out+of+your+Windows+Box" title="Add to&nbsp;reddit"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://tuxtraining.com/2008/07/07/secure-the-hell-out-of-your-windows-box/&amp;title=Secure+the+Hell+Out+of+your+Windows+Box" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://tuxtraining.com/2008/07/07/secure-the-hell-out-of-your-windows-box/&amp;title=Secure+the+Hell+Out+of+your+Windows+Box" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://tuxtraining.com/2008/07/07/secure-the-hell-out-of-your-windows-box/" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://tuxtraining.com/2008/07/07/secure-the-hell-out-of-your-windows-box/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://tuxtraining.com/2008/07/07/secure-the-hell-out-of-your-windows-box/&amp;t=Secure+the+Hell+Out+of+your+Windows+Box" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://tuxtraining.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://tuxtraining.com/2008/07/07/secure-the-hell-out-of-your-windows-box/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
