<?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>Mon, 19 Jul 2010 16:48:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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' Download/archlinux-2009.08-netinstall-i686.iso
Then, you&#8217;re done.


No related posts.
Related [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>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://mitcho.com/code/yarpp/'>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 downloading [...]


Related posts:<ol><li><a href='http://www.usefulgeek.com/blog/2010/01/share-files-list-in-dropbox-public-folder/' rel='bookmark' title='Permanent Link: Share list of files in DropBox Public folder'>Share list of files in DropBox Public folder</a> <small>For Windows DropBox users. Here is a simple way to...</small></li>
<li><a href='http://www.usefulgeek.com/blog/2009/11/quick-install-of-tomcat5-on-centos/' rel='bookmark' title='Permanent Link: Quick install of Tomcat5 on CentOS'>Quick install of Tomcat5 on CentOS</a> <small>At the office, we&#8217;re in the process of doing some...</small></li>
<li><a href='http://www.usefulgeek.com/blog/2009/11/launch-google-chrome-and-external-links-with-incognito-mode/' rel='bookmark' title='Permanent Link: Launch Google Chrome and external links with incognito mode.'>Launch Google Chrome and external links with incognito mode.</a> <small>The instructions floating around are to place the --incognito switch...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>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>Related posts:<ol><li><a href='http://www.usefulgeek.com/blog/2010/01/share-files-list-in-dropbox-public-folder/' rel='bookmark' title='Permanent Link: Share list of files in DropBox Public folder'>Share list of files in DropBox Public folder</a> <small>For Windows DropBox users. Here is a simple way to...</small></li>
<li><a href='http://www.usefulgeek.com/blog/2009/11/quick-install-of-tomcat5-on-centos/' rel='bookmark' title='Permanent Link: Quick install of Tomcat5 on CentOS'>Quick install of Tomcat5 on CentOS</a> <small>At the office, we&#8217;re in the process of doing some...</small></li>
<li><a href='http://www.usefulgeek.com/blog/2009/11/launch-google-chrome-and-external-links-with-incognito-mode/' rel='bookmark' title='Permanent Link: Launch Google Chrome and external links with incognito mode.'>Launch Google Chrome and external links with incognito mode.</a> <small>The instructions floating around are to place the --incognito switch...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>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 [...]


Related posts:<ol><li><a href='http://www.usefulgeek.com/blog/2009/10/open-source-storage-server/' rel='bookmark' title='Permanent Link: Open Source storage server'>Open Source storage server</a> <small>This is not going to be a full review, but...</small></li>
<li><a href='http://www.usefulgeek.com/blog/2010/02/rewrite-incoming-callerid/' rel='bookmark' title='Permanent Link: Rewrite incoming CallerID'>Rewrite incoming CallerID</a> <small>We&#8217;re using asterisk, and as part of the dial plan,...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>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>Related posts:<ol><li><a href='http://www.usefulgeek.com/blog/2009/10/open-source-storage-server/' rel='bookmark' title='Permanent Link: Open Source storage server'>Open Source storage server</a> <small>This is not going to be a full review, but...</small></li>
<li><a href='http://www.usefulgeek.com/blog/2010/02/rewrite-incoming-callerid/' rel='bookmark' title='Permanent Link: Rewrite incoming CallerID'>Rewrite incoming CallerID</a> <small>We&#8217;re using asterisk, and as part of the dial plan,...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>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://mitcho.com/code/yarpp/'>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://mitcho.com/code/yarpp/'>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>
