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

<channel>
	<title>usefulgeek &#187; tips</title>
	<atom:link href="http://www.usefulgeek.com/blog/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.usefulgeek.com/blog</link>
	<description>rants, reviews and kind hearted messages from some geeks</description>
	<lastBuildDate>Wed, 04 Jan 2012 22:08:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Enable Thunderbird Global Search in Fedora</title>
		<link>http://www.usefulgeek.com/blog/2010/09/enabled-thunderbird-global-search-in-fedora/</link>
		<comments>http://www.usefulgeek.com/blog/2010/09/enabled-thunderbird-global-search-in-fedora/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 19:38:35 +0000</pubDate>
		<dc:creator>jonmoore</dc:creator>
				<category><![CDATA[other]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[fedora]]></category>

		<guid isPermaLink="false">http://www.usefulgeek.com/blog/?p=273</guid>
		<description><![CDATA[If you&#8217;ve just installed Thunderbird on Fedora 13, you&#8217;ve probably noticed the Global Search bar is missing. At least, this is one of the first things I noticed. After using Thunderbird 3.x for sometime on Windows I&#8217;ve really come to love this feature. It seems the default configuration on Fedora doesn&#8217;t enable this feature by [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve just installed Thunderbird on Fedora 13, you&#8217;ve probably noticed the Global Search bar is missing.  At least, this is one of the first things I noticed. After using Thunderbird 3.x for sometime on Windows I&#8217;ve really come to love this feature.</p>
<p>It seems the default configuration on Fedora doesn&#8217;t enable this feature by default, however it is simple to get working.  Go to the Preferences menu, Advanced section and check &#8220;Enable Global Search and Indexer&#8221;.  After this, restart Thunderbird and it will begin indexing your mail.  After which, the Global Search should work as expected.</p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.usefulgeek.com/blog/2010/09/enabled-thunderbird-global-search-in-fedora/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Burn ISO from command line in Linux</title>
		<link>http://www.usefulgeek.com/blog/2009/11/burn-iso-from-command-line-in-linux/</link>
		<comments>http://www.usefulgeek.com/blog/2009/11/burn-iso-from-command-line-in-linux/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 14:00:20 +0000</pubDate>
		<dc:creator>jonmoore</dc:creator>
				<category><![CDATA[quickfire]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.usefulgeek.com/blog/?p=196</guid>
		<description><![CDATA[Quick and simple way of burning an ISO image from the command line in Linux.  First, find your devices with wodim, the use the cdrecord command to burn the ISO image. $ wodim --devices wodim: Overview of accessible drives (1 found) : ------------------------------------------------------------------------- 0 dev='/dev/scd0' rwrw-- : 'LITE-ON' 'DVDRW LH-20A1P' ------------------------------------------------------------------------- $ cdrecord -v dev='/dev/scd0' [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Quick and simple way of burning an ISO image from the command line in Linux.  First, find your devices with <code>wodim</code>, the use the cdrecord command to burn the ISO image.</p>
<pre>$ wodim --devices
wodim: Overview of accessible drives (1 found) :
-------------------------------------------------------------------------
 0  dev='/dev/scd0'	rwrw-- : 'LITE-ON' 'DVDRW LH-20A1P'
-------------------------------------------------------------------------
$ cdrecord -v dev='/dev/scd0' Download/archlinux-2009.08-netinstall-i686.iso</pre>
<p>Then, you&#8217;re done.</p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.usefulgeek.com/blog/2009/11/burn-iso-from-command-line-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Dropbox on Ubuntu (and others)</title>
		<link>http://www.usefulgeek.com/blog/2009/10/installing-dropbox-on-ubuntu-and-others/</link>
		<comments>http://www.usefulgeek.com/blog/2009/10/installing-dropbox-on-ubuntu-and-others/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 13:12:27 +0000</pubDate>
		<dc:creator>jonmoore</dc:creator>
				<category><![CDATA[quickfire]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.usefulgeek.com/blog/?p=148</guid>
		<description><![CDATA[I&#8217;ve been using dropbox to sync and share files between my various computers for quite some time, and overall have been very pleased.  However, one area things are not so great&#8230; documentation for installation on Linux.  After having to reinstall on my notebook, I decided to somewhat document the hidden part of the process. After [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using <a title="getdropbox" href="https://www.getdropbox.com/">dropbox</a> to sync and share files between my various computers for quite some time, and overall have been very pleased.  However, one area things are not so great&#8230; documentation for installation on Linux.  After having to reinstall on my notebook, I decided to somewhat document the hidden part of the process.</p>
<p>After downloading the .deb (or other package) and installing, <a href="https://www.getdropbox.com/downloading">dropbox instructions</a> leave you hanging.  There is no dropbox folder, there is no daemon running, nothing.  The next step is simply to run <code>dropbox start -i</code> to install the daemon and launch the process to move forward.  It&#8217;s simple, easy and poorly documented.  Maybe dropbox should add this to the end of their install instructions?</p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.usefulgeek.com/blog/2009/10/installing-dropbox-on-ubuntu-and-others/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using source control for config management</title>
		<link>http://www.usefulgeek.com/blog/2009/04/using-source-control-for-config-management/</link>
		<comments>http://www.usefulgeek.com/blog/2009/04/using-source-control-for-config-management/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 20:13:26 +0000</pubDate>
		<dc:creator>jonmoore</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[asterisk]]></category>
		<category><![CDATA[scm]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.usefulgeek.com/blog/?p=98</guid>
		<description><![CDATA[A project involving asterisk has forced me to find a way to help manage my configurations. I&#8217;m going to give using subversion a go at helping me to keep some level of change control and really simple backups, and I&#8217;m going to share my thoughts on that here. This post doesn&#8217;t have any new details, [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>A project involving asterisk has forced me to find a way to help manage my configurations.  I&#8217;m going to give using subversion a go at helping me to keep some level of change control and really simple backups, and I&#8217;m going to share my thoughts on that here.  This post doesn&#8217;t have any new details, it&#8217;s simply a way for me to remember to update <img src='http://www.usefulgeek.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Stay tuned.</p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.usefulgeek.com/blog/2009/04/using-source-control-for-config-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Super simple, limited and basic look at tar</title>
		<link>http://www.usefulgeek.com/blog/2008/11/super-simple-limited-and-basic-look-at-tar/</link>
		<comments>http://www.usefulgeek.com/blog/2008/11/super-simple-limited-and-basic-look-at-tar/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 00:42:00 +0000</pubDate>
		<dc:creator>jonmoore</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.usefulgeek.com/blog/?p=58</guid>
		<description><![CDATA[Create a tar archive tar -c -f archive.tar * Create a compressed archive with gzip tar -c -z -f archive.tar.gz * You can also condense down the commands like so.. tar -czf archive.tar.gz * No related posts. Related posts brought to you by Yet Another Related Posts Plugin.
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Create a tar archive<br />
<code>tar -c -f archive.tar *</code></p>
<p>Create a compressed archive with gzip<br />
<code>tar -c -z -f archive.tar.gz *</code></p>
<p>You can also condense down the commands like so..<br />
<code>tar -czf archive.tar.gz *</code></p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.usefulgeek.com/blog/2008/11/super-simple-limited-and-basic-look-at-tar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

