<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>zbeba.com</title>
	<link>http://blog.zbeba.com</link>
	<description>Random nothingness, courtesy of The Man</description>
	<lastBuildDate>Sat, 05 Apr 2008 04:03:02 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Extract an RPM</title>
		<description>This is one of those things I only do occasionally, so here's a note on how to do it.

rpm2cpio rpmarchive.rpm &#124; cpio -idmv

This should extract the entire rpm into the current dir, so make sure you are in a clean dir before you do this.  The rpm2cpio command should ...</description>
		<link>http://blog.zbeba.com/2008/04/04/extract-an-rpm/</link>
			</item>
	<item>
		<title>Amazon&#8217;s MP3s Available for Linux Now</title>
		<description>Some months ago, launched a huge, DRM-free catalog of songs and albums available in MP3 format.  Now they have released their download client for Linux in native formats for Ubuntu, Debian, Fedora and OpenSUSE.  The client is not required to download individual songs, but only for entire albums. ...</description>
		<link>http://blog.zbeba.com/2008/03/10/amazons-mp3s-available-for-linux-now/</link>
			</item>
	<item>
		<title>Found: Unix/Linux Gold</title>
		<description>I stumbled upon this invaluable gem:

http://souptonuts.sourceforge.net/how_to_linux_and_open_source.htm

It is a page of over 200 tips and tricks for all sorts of *nix and opensource goodies, like this:


TIP 70:

     Generating Random Numbers.

         $ od -vAn -N4 -tu4 < /dev/urandom
   ...</description>
		<link>http://blog.zbeba.com/2006/11/16/found-unixlinux-gold/</link>
			</item>
	<item>
		<title>Support for non-Krita (PNG, JPG, etc.) Files in Krita</title>
		<description>On FC5 (don't have FC6 yet), if you don't have the rpm for "koffice-filters" installed, you won't be able to open up anything except native Krita files.  I believe that these filters are packaged separately because they are maintained separately from Krita, since they are used by other KOffice ...</description>
		<link>http://blog.zbeba.com/2006/11/07/support-for-non-krita-png-jpg-etc-files-in-krita/</link>
			</item>
	<item>
		<title>Merging PDFs</title>
		<description>Need to make multiple PDFs into one?  Here is an easy way to do it with Ghostscript:

gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=finished.pdf file1.pdf file2.pdf

After scanning a few documents, I converted the resulting individual PNGs into PDFs and then used the command above to make a single, multi-page PDF.

Here's a ...</description>
		<link>http://blog.zbeba.com/2006/11/04/merging-pdfs/</link>
			</item>
</channel>
</rss>
