<?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>Linux Neophyte &#187; Apps</title>
	<atom:link href="http://linuxneophyte.com/tag/apps/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxneophyte.com</link>
	<description>Trials of a Linux Newb.</description>
	<lastBuildDate>Mon, 20 Oct 2008 12:42:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Compile Finch on Debian Etch</title>
		<link>http://linuxneophyte.com/compile-finch-on-debian-etch/</link>
		<comments>http://linuxneophyte.com/compile-finch-on-debian-etch/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 15:20:17 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Compile]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Etch]]></category>
		<category><![CDATA[Finch]]></category>
		<category><![CDATA[Pidgin]]></category>

		<guid isPermaLink="false">http://linuxneophyte.com/compile-finch-on-debian-etch/</guid>
		<description><![CDATA[Due to a problem I&#8217;ve been having with centerim and (I think) my MSN account, I&#8217;ve decided to give Finch a shot.  For the uninitiated, Finch is the console client that comes with the Linux Pidgin package.  Since the Debian Etch machine I run my IM client on has no graphical environment, Pidgin [...]]]></description>
			<content:encoded><![CDATA[<p>Due to a problem I&#8217;ve been having with <a href="http://www.centerim.org" target="_blank">centerim</a> and (I think) my MSN account, I&#8217;ve decided to give Finch a shot.  For the uninitiated, Finch is the console client that comes with the Linux <a href="http://pidgin.im" target="_blank">Pidgin</a> package.  Since the <a href="http://debian.org" target="_blank">Debian</a> Etch machine I run my IM client on has no graphical environment, Pidgin isn&#8217;t an option but Finch should fill in nicely.</p>
<p>I can&#8217;t install using the package manager because Finch doesn&#8217;t exist in the default Etch repos (the price of running the stable distro).  In reality, I could install it from <a href="http://backports.org" target="_blank">etch-backports</a>, but it has a lot of dependencies  that I  don&#8217;t want on my system (pidgin &amp; x11 libs among others).  This leaves me one option, compile it myself.</p>
<ul>
<li>I&#8217;ll be compiling Finch 2.3.1 (current version as of this writing).  I won&#8217;t be compiling Pidgin, so I won&#8217;t need to install the development packages to support that program.</li>
<li>I&#8217;m performing a default install, this will put Finch and it&#8217;s files into the <code>/usr/local</code> path</li>
<li>I&#8217;m running all of these commands as my regular user, the root password will be required for two steps.</li>
</ul>
<p>Install everything needed to build the Finch client</p>
<blockquote><p><code>su -c 'apt-get install build-essential linux-headers-2.6-686 libxml2-dev intltool libglib2.0-dev gettext libncurses5-dev libgnutls-dev'<br />
</code></p></blockquote>
<p>Download the source files and extract them (~/src is where I keep my source and build files):<em><br />
</em></p>
<blockquote><p><code>mkdir -p ~/src ; cd ~/src</code></p>
<p><code>wget http://downloads.sourceforge.net/pidgin/pidgin-2.3.1.tar.bz2</code></p></blockquote>
<blockquote><p><code>tar xvjf pidgin-2.3.1.tar.bz2</code></p></blockquote>
<blockquote><p><code>cd pidgin-2.3.1</code></p></blockquote>
<p>Run configure; Feeding it the <code>--disable-gtkui</code> argument tells it that I only want to build the Ncurses client (Finch)</p>
<blockquote><p><code>./configure --disable-gtkui</code></p></blockquote>
<p>Once the configure script completes, it&#8217;ll output Finch&#8217;s configuration information (kinda neat to read).  I can review it later by reading <code>~/src/pidgin-2.3.1/config.log</code>.</p>
<p>Now I build the binaries and install, the <code>make</code> command will take a while to do it&#8217;s job and output all sorts of stuff to the screen.  It looks <strong>awesome</strong> if you&#8217;re doing this from your desktop with transparent terminal windows and a dope background.  I like to run <code>top</code> in one terminal and compile in another, then I toss on some 90&#8217;s techno, run a small screen visualization and imagine myself doing something cool like hacking the Gibson.</p>
<blockquote><p><code>make</code></p>
<p><code>su -c 'make install'</code></p></blockquote>
<p>I now have finch running and ready to go.  When the next version of Pidgin/Finch is released, all I need to do is go back into the directory I built in (<code>~/src/pidgin-2.3.1</code>) and run the command <code>su -c 'make uninstall'</code> to remove the program&#8217;s files.  Following that, <code>rm -rf ~/src/pidgin-2.3.1</code>, and follow the whole process again substituting the filename/path where applicable.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/compile-finch-on-debian-etch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ISO Console Tools</title>
		<link>http://linuxneophyte.com/iso-console-tools/</link>
		<comments>http://linuxneophyte.com/iso-console-tools/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 15:47:13 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Archive]]></category>
		<category><![CDATA[CD]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Console]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[isoinfo]]></category>
		<category><![CDATA[isovfy]]></category>

		<guid isPermaLink="false">http://linuxneophyte.com/iso-console-tools/</guid>
		<description><![CDATA[While working out a strategy for DVD backups on my server I found some handy tools for working with ISO files.  I used some of these to prevent wasting media on test burns (sure, re-writable media would be good, but why not live on the edge and toast all of your WORM media?).
isoinfo:
This is [...]]]></description>
			<content:encoded><![CDATA[<p>While <a href="http://linuxneophyte.com/creating-isos-dvds-using-console-tools/">working out a strategy for DVD backups</a> on my server I found some handy tools for working with <a href="http://en.wikipedia.org/wiki/ISO_image" target="_blank">ISO</a> files.  I used some of these to prevent wasting media on test burns (sure, re-writable media would be good, but why not live on the edge and toast all of your <a href="http://en.wikipedia.org/wiki/Write_Once_Read_Many" target="_blank">WORM</a> media?).</p>
<p><strong>isoinfo:</strong></p>
<p>This is the one that saved me from wasting (a lot of) media so I&#8217;ll start with it.  Since I need to create DVDs that can be read both in Windows and Linux I create my media utilizing both the MS <a href="http://en.wikipedia.org/wiki/Joliet_%28file_system%29" target="_blank">Joliet</a> specification and  <a href="http://en.wikipedia.org/wiki/Rock_Ridge" target="_blank">Rock Ridge</a> standard.  Basically, both of these extensions to the <a href="http://en.wikipedia.org/wiki/ISO_9660" target="_blank">ISO9660 standard</a> allow for additional file information to be stored on CD/DVD (long filenames, permissions and so on).</p>
<p>Initially I was attempting to create an ISO containing files with names exceeding 64 characters.  Joliet technically only allows for 64 and was doing awful things to my file names (umm hello, truncating the extension?).  Isoinfo (<code>isoinfo -i </code><code>&lt;</code><code>iso</code><code>&gt;</code><code> -lJ)</code> allowed me to see that the Joliet filenames were broken.  Had I burned that DVD it would have appeared fine on my Linux machines (as they would be referring the RR data on the DVD) but would have been been a problem on my Windows boxes.  Just that command saved me at least two discs <img src='http://linuxneophyte.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Handy <code>isoinfo</code> commands:</p>
<p><code>isoinfo -i &lt;iso&gt; -lJ</code>: View info from Joliet extensions<br />
<code>isoinfo -i &lt;iso&gt; -lR</code>: View info from RR extensions<br />
<code>isoinfo -i &lt;iso&gt; -d</code>: View ISO&#8217;s properties</p>
<p><strong>isovfy:</strong></p>
<p>Isovfy&#8217;s man page states: isovfy is a utility to verify the integrity of an iso9660 image. Most of the tests in isovfy were added after bugs were discovered in early versions of genisoimage.  It isn’t all that clear how useful this is anymore, but it doesn’t hurt to have this around.</p>
<p>Lack luster description, I personally don&#8217;t know how useful it is either but I figure that if you download an ISO, it couldn&#8217;t hurt to run this proggie on it for a quick sanity check.</p>
<p><code>isovfy &lt;iso&gt;</code></p>
<p><strong>isodump:</strong></p>
<p>Yeah, this one is a mystery to me.  I personally couldn&#8217;t find a human use for this one at all.  isodump is a crude utility to interactively display the contents of iso9660 images in order to verify  directory integrity.   The  initial screen is a display of the first part of the root directory, and the prompt shows you the extent number and offset in the extent.</p>
<p>Feel free to try it on your ISO, just keep in mind that the man page is accurate, it&#8217;s crude.  Personally, I get what I need from the other two utils so I&#8217;ll just forget about this one.</p>
<p>That&#8217;s all I have on ISOs for now, check out the wikipedia links throughout the post, if you&#8217;re a little geeky it&#8217;s interesting reading <img src='http://linuxneophyte.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/iso-console-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating ISOs &amp; DVDs using console tools</title>
		<link>http://linuxneophyte.com/creating-isos-dvds-using-console-tools/</link>
		<comments>http://linuxneophyte.com/creating-isos-dvds-using-console-tools/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 14:43:31 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Archive]]></category>
		<category><![CDATA[CD]]></category>
		<category><![CDATA[cdrecord]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Console]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[mkisofs]]></category>
		<category><![CDATA[wodim]]></category>

		<guid isPermaLink="false">http://linuxneophyte.com/creating-isos-dvds-using-console-tools/</guid>
		<description><![CDATA[I tend to create DVD archives of data.  I&#8217;ve always done this in Windows using Nero to burn my archives and then I store them in a cool dry place.  Since I tend to keep everything on my headless Etch server in the basement now, I need a new way to burn off/save [...]]]></description>
			<content:encoded><![CDATA[<p>I tend to create DVD archives of data.  I&#8217;ve always done this in Windows using Nero to burn my archives and then I store them in a cool dry place.  Since I tend to keep everything on my headless Etch server in the basement now, I need a new way to burn off/save my data.  I spent some time this afternoon reading up on creating ISOs and burning them.</p>
<p><strong>Note:</strong> <em>I did all of this as <code>root</code></em></p>
<p>First, creating an ISO image.  What I need to do is create an image from a directory of goodies that I need to back up.  The directory I&#8217;m backing up contains 4.4G (or one single layer DVD) of random MP3s and I want them written to the root of the DVD when it&#8217;s finalized.</p>
<p>I started by reading the man page for <code>mkisofs</code>.  That got me started, and then a quick read of <a href="http://wiki.linuxquestions.org/wiki/Mkisofs" target="_blank">http://wiki.linuxquestions.org/wiki/Mkisofs</a> finished me off.  My first few attempts just gave me ISOs containing MP3s with short filenames or short filenames in all CAPS.  Not what I wanted, these are all descriptively named files and I want to retain the names.  The command below worked perfectly.</p>
<blockquote><p><code>mkisofs -r -J -l -d -joliet-long -allow-multidot -V Mp3_003 -o ./Mp3_003.iso _Archive/Mp3_003/*</code></p></blockquote>
<p>All of those options are important, <code>-r</code> makes the files publicly readable (among other things), <code>-J</code> preserves case (upper/lower), <code>-l</code> allows long filenames, <code>-d</code> doesn&#8217;t add a period to the end of files that don&#8217;t have them, <code>-joliet-long</code> allows up to 103 characters (vs 64), <code>-allow-multidot</code> allows files to contain multiple periods and <code>-o</code> specifies the output file name, .  Optionally, (but why wouldn&#8217;t you) <code>-V</code> sets the DVD&#8217;s Volume name (up to 32 characters).  As is typical, there are many more options available to you, spend a little time reading the man page for more info.</p>
<p><strong>Note:</strong> <em><code>-joliet-long</code> was key for me.  I found that when I attempted to read files with filenames longer than 64 characters on Windows, they would be truncated and NOT in a good way.  The filename would be truncated in reverse, starting with the file extension.  A 65 character file with a .MP3 extension would end up with a .MP extension.  Ugly.  That said, the man page warns that this breaks the joliet specification and to use with caution.  You&#8217;ve been warned.<br />
</em></p>
<p>After a few moments you&#8217;ll have an ISO image containing all of the files you specified.  In my case, all of the MP3&#8217;s I&#8217;ve collected since I burned my last backup.</p>
<p>Now to write it to my media:</p>
<blockquote><p><code>cdrecord -v -sao  dev=/dev/dvd Mp3_003.iso</code></p></blockquote>
<p><code>-v</code> sets verbose mode, <code>-sao</code> enables session at once (no multi-disc), <code>dev=/dev/dvd</code> specifies the device to use and finally, the input file; <code>Mp3_003.iso</code>.  There are <strong>A LOT</strong> of options available to you, you&#8217;ll want to spend a little time with <code>man cdrecord</code>.</p>
<p><strong>Note:</strong> <em>You don&#8217;t need to specify the device if you have a properly configured <code>/etc/wodim.conf</code>.  If you&#8217;re wondering why it isn&#8217;t <code>/etc/cdrecord.conf</code>, the answer is that <code>cdrecord</code> is nothing more than a sym link to <code>/usr/bin/wodim</code> on Debian (and possibly other distros).  You can verify this on your box with <code>which cdrecord | file -f -</code></em>.</p>
<p>My first write failed but it was because I have two VMware virtual machines running on this box and they were attempting to poll the CD-ROM drive for media.  The fix was to disconnect the drives in the VMs and then burn.</p>
<p>The resulting CD should be readable in any modern OS.  I have no problem accessing the files from Linux or Windows and feel confident that I have a solid solution for creating DVD archives.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/creating-isos-dvds-using-console-tools/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Compile Pidgin on Feisty</title>
		<link>http://linuxneophyte.com/compile-pidgin-on-feisty/</link>
		<comments>http://linuxneophyte.com/compile-pidgin-on-feisty/#comments</comments>
		<pubDate>Thu, 10 May 2007 17:24:27 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Feisty]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linuxneophyte.com/compile-pidgin-on-feisty/</guid>
		<description><![CDATA[Just a quickie (it&#8217;s all I&#8217;ve had time for lately).  I wanted to play with Pidgin on my work machine (I use Gaim to provide support to users around campus) and figured I&#8217;d see what the program looks like.  Since there isn&#8217;t a package available from the Ubuntu repos, I set about compiling [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quickie (it&#8217;s all I&#8217;ve had time for lately).  I wanted to play with Pidgin on my work machine (I use Gaim to provide support to users around campus) and figured I&#8217;d see what the program looks like.  Since there isn&#8217;t a package available from the Ubuntu repos, I set about compiling and installing it myself.</p>
<p>Firstly, I installed the dependencies that are required for Gaim (got this tip by googling, can&#8217;t remember where)</p>
<p><code>sudo apt-get build-dep gaim</code></p>
<p>Then I installed build-essential and libglib2.0-dev (I already had these installed, just put that here for completeness)</p>
<p><code>sudo apt-get install build-essential  libglib2.0-dev</code></p>
<p>I downloaded the program source from <a href="http://pidgin.im/pidgin/download/" target="_blank">http://pidgin.im/pidgin/download/</a> and put it into <code>~/src/</code>.  After the download, I extracted everything from the archive (<code>tar -xjvf pidgin-2.0.0.tar.bz2</code>), changed into the <code>~/src/pidgin-2.0.0</code> directory and ran the configure script (which seemed to complete normally)</p>
<p><code>./configure</code></p>
<p>Then I ran make</p>
<p><code>make</code></p>
<p>Then I installed</p>
<p><code>sudo make install</code></p>
<p>This method <strike>about</strike> above will install Pidgin and its dependencies to <code>/usr/local/lib</code> and will automagically install a menu item for the application in your Gnome menu under Internet.</p>
<p>If you do the same, just remember that whenever there&#8217;s a new Pidgin release you&#8217;ll need to download, compile and install, your package manager has no idea what-so-ever that you&#8217;ve done this.</p>
<p>Check out the release notes and enjoy <img src='http://linuxneophyte.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Edit</strong>: fixed some silly spelling errors</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/compile-pidgin-on-feisty/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Evaluating Wikiware</title>
		<link>http://linuxneophyte.com/evaluating-wikiware/</link>
		<comments>http://linuxneophyte.com/evaluating-wikiware/#comments</comments>
		<pubDate>Thu, 22 Mar 2007 05:09:29 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apps]]></category>

		<guid isPermaLink="false">http://linuxneophyte.com/evaluating-wikiware/</guid>
		<description><![CDATA[I need to document a lot of things both personally and at work.  I&#8217;ve always just created static documents or web pages and just made them available to others.  It works, it may not be elegant, but it works  
I&#8217;ve just downloaded 2 VMware appliances, one includes Twiki, and the other MediaWiki [...]]]></description>
			<content:encoded><![CDATA[<p>I need to document a lot of things both personally and at work.  I&#8217;ve always just created static documents or web pages and just made them available to others.  It works, it may not be elegant, but it works <img src='http://linuxneophyte.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ve just downloaded 2 VMware appliances, one includes <a href="http://twiki.org/" target="_blank">Twiki</a>, and the other <a href="http://www.mediawiki.org/wiki/MediaWiki" target="_blank">MediaWiki</a> (of <a href="http://www.wikipedia.org/" target="_blank">wikipedia</a> fame).  I&#8217;m going to take some time to evaluate both (yeah I know I&#8217;m supposed to be <a href="http://linuxneophyte.com/lvm-getting-started/" target="_blank">reading about LVM</a>, this is in addition to).  I&#8217;m going to document what I learn about LVM in my Wikis and see which &#8220;feels right&#8221; to me.</p>
<p>I&#8217;ve already started using Twiki, I don&#8217;t find it difficult, the shorthand is easy enough to learn, but I have nothing to compare it to.  Hence the download of MediaWiki.  I can muck it up, see what I like, which package I prefer, and then see about installing my own wiki and migrating my work over.  Should be a nice learning experience.</p>
<p>This is just another killer use for VMware appliances.  Just start the VMs up, play and delete.  No muss, no fuss.  Love that!</p>
<p>You can download the Twiki appliance from <a href="http://twiki.org/cgi-bin/view/Codev.TWikiVMDebianStable" target="_blank">http://twiki.org/cgi-bin/view/Codev.TWikiVMDebianStable</a></p>
<p>You can download the MediaWiki appliance from <a href="http://www.rpath.org/rbuilder/project/vehera-base/" target="_blank">http://www.rpath.org/rbuilder/project/vehera-base/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/evaluating-wikiware/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LVM: Getting Started</title>
		<link>http://linuxneophyte.com/lvm-getting-started/</link>
		<comments>http://linuxneophyte.com/lvm-getting-started/#comments</comments>
		<pubDate>Mon, 19 Mar 2007 14:09:31 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[LVM]]></category>

		<guid isPermaLink="false">http://linuxneophyte.com/lvm-getting-started/</guid>
		<description><![CDATA[LVM is an acronym for Linux Volume Management. Simplified, LVM allows you to lay out a logical partition scheme with the ability to increase or decrease the volumes as need arises (among other things). That&#8217;s WAY over simplified.
As it turns out, building your own study guide is a fairly complex process.  Which how-tos and [...]]]></description>
			<content:encoded><![CDATA[<p>LVM is an acronym for Linux Volume Management. Simplified, LVM allows you to lay out a logical partition scheme with the ability to increase or decrease the volumes as need arises (among other things). That&#8217;s WAY over simplified.</p>
<p>As it turns out, building your own study guide is a fairly complex process.  Which how-tos and docs are the best/most accurate?  I&#8217;ve been lightly reading over what I&#8217;ve found and here&#8217;s what I&#8217;m using to attempt to teach myself how to utilize LVM.</p>
<p><strong>Notes:</strong></p>
<p>I will most likely be using Debian (etch) for my testing and the server I&#8217;ll be building after the fact.  I find that Debian and it&#8217;s derivatives tend to be well documented and have oodles of software available &#8220;out of the box&#8221;.  Even if software isn&#8217;t available, I&#8217;ve had luck compiling on Debian (probably due to good documentation).  Debian has slow official release cycles and that&#8217;s perfect when your building a server based on their stable branch.  I don&#8217;t want to have to worry about upgrading the machine every 6 months <img src='http://linuxneophyte.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Reading material:</strong></p>
<ul>
<li><a href="http://www.linuxdevcenter.com/pub/a/linux/2006/04/27/managing-disk-space-with-lvm.html" target="_blank">Managing Disk Space with LVM</a> (linuxdevcenter.com) &#8211; quick read, pretty pictures</li>
<li><a href="http://www.debian-administration.org/articles/410" target="_blank">Simple Intro to Working with LVM</a> (debian-administration.org) &#8211; quick read, ugly pictures</li>
<li><a href="http://www.tldp.org/HOWTO/LVM-HOWTO/" target="_blank">LVM HowTo</a> (tldp.org) &#8211; large and in-depth</li>
<li>Man pages</li>
</ul>
<p><strong>Reading and practice material:</strong></p>
<ul>
<li><a href="http://www.howtoforge.com/linux_lvm" target="_blank">A beginner&#8217;s guide to LVM</a> (howtoforge.com) &#8211; Not only is this inspired by the linuxdevcenter.com &amp; debian-administration.org docs above, but it comes with a VMware appliance already set up and ready for you to hack on and ruin and start all over with.  Now THAT is how you learn!</li>
<li>Once I&#8217;ve mucked about with the VM image above and feel comfortable, I&#8217;ll be building a few of my own VM images and seeing what I can do with LVM myself.</li>
</ul>
<p><strong>Thoughts before getting started:</strong></p>
<ul>
<li>Can one use a live CD to recover data from a machine with an LVM configuration?</li>
<li>Can one have a multi-boot system and read/write data on another Linux install if that install is configured to use LVM?</li>
<li>If one was to have a multi-boot system, would LVM be a really bad idea? (that sorta depends on the answer to the question above)</li>
<li>What am I not thinking of? (always the last question I ask myself)</li>
</ul>
<p>So now that I have something to read, I just need to start reading.  Hopefully I can find some night this week to plow through the docs once or twice and then start ruining VMs <img src='http://linuxneophyte.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  &#8211; This is my first <a href="http://linuxneophyte.com/slowing-down-to-learn/" target="_blank">month long learning project</a>, I reckon I&#8217;ll start the timer whenever I start actually reading.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/lvm-getting-started/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Password Manager Migrated</title>
		<link>http://linuxneophyte.com/password-manager-migrated/</link>
		<comments>http://linuxneophyte.com/password-manager-migrated/#comments</comments>
		<pubDate>Sun, 04 Mar 2007 00:27:21 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Apps]]></category>

		<guid isPermaLink="false">http://linuxneophyte.com/password-manager-migrated/</guid>
		<description><![CDATA[Well, it&#8217;s done.  I&#8217;ve moved my passwords from Password Corral to KeePass.  As expected, it was tedious and seemed to take forever.
It&#8217;s nice keeping my password manager on my main workstation.  I hadn&#8217;t realized how much I disliked having to hit the other machine every time I couldn&#8217;t remember one of my [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it&#8217;s done.  I&#8217;ve moved my passwords from Password Corral to KeePass.  As expected, it was tedious and seemed to take forever.</p>
<p>It&#8217;s nice keeping my password manager on my main workstation.  I hadn&#8217;t realized how much I disliked having to hit the other machine every time I couldn&#8217;t remember one of my passwords.</p>
<p>Anyway, I can&#8217;t stress enough, there is a lot of value in cross platform applications.  Now I have something else to keep in mind when evaluating software <img src='http://linuxneophyte.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/password-manager-migrated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Password Manager Woes</title>
		<link>http://linuxneophyte.com/password-manager-woes/</link>
		<comments>http://linuxneophyte.com/password-manager-woes/#comments</comments>
		<pubDate>Tue, 27 Feb 2007 22:28:02 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Musings]]></category>

		<guid isPermaLink="false">http://linuxneophyte.com/password-manager-woes/</guid>
		<description><![CDATA[I screwed up.  In the history of screw ups it&#8217;s minor, but I did screw up.
A long time ago I settled on a Windows only password manager (PM).  I have hundreds of passwords and I keep them in an encrypted Password Corral database.  The program &#38; db live on my Windows box [...]]]></description>
			<content:encoded><![CDATA[<p>I screwed up.  In the history of screw ups it&#8217;s minor, but I did screw up.</p>
<p>A long time ago I settled on a Windows only password manager (PM).  I have hundreds of passwords and I keep them in an encrypted Password Corral database.  The program &amp; db live on my Windows box and I keep a copy on my flash drive that goes everywhere with me.  I assumed that I would never use another OS and this program would last me a good long time.  &lt;&#8211; That&#8217;s where I screwed the pooch.  I find myself using Linux almost exclusively now and I want a PM that will not only work on Linux, but on Windows as well (and I&#8217;m keeping my options open, I might have a MAC some day too).</p>
<p>I did some searching last night and found a nifty looking cross platform replacement PM named <a href="http://keepass.info/" target="_blank">KeePass</a>.  It&#8217;s open source (I like that very much), uses strong encryption, and it&#8217;s portable.  I can keep a copy of the Windows exe on my flash drive as well as a shell script that will allow me to run it on a Linux box (it seems to have all of the libraries in the tarball so it should run on any distro with a GUI).</p>
<p>Both programs have a similar set of features and both satisfy my needs. So I have some options here, and now I need to decide what I want to do.</p>
<p>Option 1: Do nothing</p>
<p>I&#8217;ve found that Password Corral works well enough in Wine, but I prefer using Linux native apps when I&#8217;m using Linux (who wouldn&#8217;t?).  If I do nothing, I will always need to have Wine installed on any machine I want to run the app on.  I must admit that this option does NOT appeal to me.</p>
<p>Option 2: Migrate to KeePass</p>
<p>KeePass has a nifty import feature, and Password Corral has a nifty export feature. Sadly, they don&#8217;t read/write common formats.  That means I&#8217;m going to have to manually move everything over to KeePass.  That sucks (to put it mildly).  I REALLY don&#8217;t want to spend my time using copy/paste to get the data from one app to the other.  This option doesn&#8217;t appeal to me either.</p>
<p>So, I have 2 options, both rot.  Not sure what I&#8217;m going to do at this point.</p>
<p>If you&#8217;re looking for a portable app, something that you&#8217;re going to rely on, put some thought into it.  Consider open source and whether or not the program is cross platform.  You may not always be in front of a Windows machine!</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/password-manager-woes/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>PDF splitting with pdftk</title>
		<link>http://linuxneophyte.com/pdf-splitting-with-pdftk/</link>
		<comments>http://linuxneophyte.com/pdf-splitting-with-pdftk/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 15:32:27 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[PDF]]></category>

		<guid isPermaLink="false">http://linuxneophyte.com/pdf-splitting-with-pdftk/</guid>
		<description><![CDATA[Just a quickie, this morning I needed to post the monthly payroll calendars for 2007 to our website. These calendars are created using Word&#8217;s calendar template and are then sent to me for conversion to PDF and publishing. This year I was able to handle the task a little differently.
I opened the 12 page doc [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quickie, this morning I needed to post the monthly payroll calendars for 2007 to our website. These calendars are created using Word&#8217;s calendar template and are then sent to me for conversion to PDF and publishing. This year I was able to handle the task a little differently.</p>
<p>I opened the 12 page doc file in OpenOffice and exported it to PDF.  There wasn&#8217;t a clear way to save each page as an individual file so my output was a single PDF.  I needed a fast and easy way to split the pages up for publishing.  I remembered some chatter on the <a href="http://gnhlug.org">GNHLUG</a> list regarding <em>pdftk</em> so I installed it, took a brief look at the man page and did the following:</p>
<p><code>pdftk Calender2007.pdf burst output ~/tmp/%02d-2007.pdf</code></p>
<p>Poof!  Calendar split out to 12 files named <em>01-2007.pdf</em>, <em>02-2007.pdf</em> and so on.</p>
<p>This saved time and eliminated the annoyance factor completely!  The tools available for Linux blow my mind, these are programs I never would have even heard of when I was strictly Windows.  Change is GOOD.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/pdf-splitting-with-pdftk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Click &#8216;N Run for All?</title>
		<link>http://linuxneophyte.com/click-n-run-for-all/</link>
		<comments>http://linuxneophyte.com/click-n-run-for-all/#comments</comments>
		<pubDate>Tue, 23 Jan 2007 18:08:14 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://linuxneophyte.com/click-n-run-for-all/</guid>
		<description><![CDATA[I just read an announcement from Linspire (http://www.linspire.com/lindows_news_pressreleases_archives.php?id=212) stating that they&#8217;re opening up Click &#8216;N Run (CNR) to several popular Linux distributions.  My knee-jerk reaction to this is EXCELLENT!
I&#8217;ve only heard/read wonderful things about CNR, so I can&#8217;t give any details past what&#8217;s included in the press release.  It should be interesting to [...]]]></description>
			<content:encoded><![CDATA[<p>I just read an announcement from Linspire (<a target="_blank" href="http://www.linspire.com/lindows_news_pressreleases_archives.php?id=212">http://www.linspire.com/lindows_news_pressreleases_archives.php?id=212</a>) stating that they&#8217;re opening up Click &#8216;N Run (CNR) to several popular Linux distributions.  My knee-jerk reaction to this is <strong>EXCELLENT!</strong></p>
<p>I&#8217;ve only heard/read wonderful things about CNR, so I can&#8217;t give any details past what&#8217;s included in the press release.  It should be interesting to follow the reactions of the distros mentioned and see if/how they plan on embracing CNR.</p>
<p>If this is something that the better known distros will latch onto, the argument that software installation on Linux &#8220;sucks&#8221; could be a thing of the past.  If played well, this could do A LOT to push Desktop Linux into the foreground.</p>
<p>This might be a good time to download <a target="_blank" href="http://freespire.org/">Freespire</a> and see just how nice CNR is.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/click-n-run-for-all/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
