<?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>Tom Salmon &#187; Useful Utilities</title>
	<atom:link href="http://tomsalmon.eu/category/utils/feed/" rel="self" type="application/rss+xml" />
	<link>http://tomsalmon.eu</link>
	<description>Software Development and Linux Systems</description>
	<lastBuildDate>Sat, 14 Jan 2012 22:11:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>View &#8216;dd&#8217; progress</title>
		<link>http://tomsalmon.eu/2010/07/view-dd-progress/</link>
		<comments>http://tomsalmon.eu/2010/07/view-dd-progress/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 13:53:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux General]]></category>
		<category><![CDATA[Linux System Administration]]></category>
		<category><![CDATA[Useful Utilities]]></category>

		<guid isPermaLink="false">http://tomsalmon.eu/?p=115</guid>
		<description><![CDATA[When reading/writing a disk image using Linux tool &#8216;dd&#8217; launch as follows: dd if=/dev/sdb of=filename.img &#038; pid=$! this will run &#8216;dd&#8217; in the background. To see the progress: kill -USR1 $pid Notes: If you are doing it as a non-root user you&#8217;ll need to prefix those commands with sudo If you do that do &#8216;sudo [...]]]></description>
		<wfw:commentRss>http://tomsalmon.eu/2010/07/view-dd-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mogrify &#8211; convert the existing image with imagemagick</title>
		<link>http://tomsalmon.eu/2010/05/mogrify-convert-the-existing-image-with-imagemagick/</link>
		<comments>http://tomsalmon.eu/2010/05/mogrify-convert-the-existing-image-with-imagemagick/#comments</comments>
		<pubDate>Sat, 08 May 2010 13:13:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux General]]></category>
		<category><![CDATA[Useful Utilities]]></category>

		<guid isPermaLink="false">http://tomsalmon.eu/?p=91</guid>
		<description><![CDATA[Thanks to Rory McCann for pointing this one out. It is possible to convert (resize, rotate etc) an image without creating a new file. mogrify takes the same options as convert but operates on the existing image. Both are tools included in imagemagick.]]></description>
		<wfw:commentRss>http://tomsalmon.eu/2010/05/mogrify-convert-the-existing-image-with-imagemagick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checkinstall &#8211; easy way to build RPM and Deb packages</title>
		<link>http://tomsalmon.eu/2010/04/checkinstall-easy-way-to-build-rpm-and-deb-packages/</link>
		<comments>http://tomsalmon.eu/2010/04/checkinstall-easy-way-to-build-rpm-and-deb-packages/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 10:36:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux System Administration]]></category>
		<category><![CDATA[Useful Utilities]]></category>

		<guid isPermaLink="false">http://tomsalmon.eu/devel/?p=5</guid>
		<description><![CDATA[Thanks to the kind people in #asterisk (irc.freenode.net) I found: Checkinstall This is a very quick and easy was to make your own RPM and Deb packages. When compiling your package, instead of running &#8220;make install&#8221; run: &#8220;checkinstall&#8221; To build for most distributions, the configure script should be executed with the following options: ./configure &#8211;prefix=/usr [...]]]></description>
		<wfw:commentRss>http://tomsalmon.eu/2010/04/checkinstall-easy-way-to-build-rpm-and-deb-packages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

