<?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>BigSmoke &#187; LiveCD</title>
	<atom:link href="http://blog.bigsmoke.us/tag/livecd/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.bigsmoke.us</link>
	<description>Smokes your problems, coughs fresh air.</description>
	<lastBuildDate>Sat, 04 Feb 2012 18:03:39 +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>grml</title>
		<link>http://blog.bigsmoke.us/2010/12/08/grml</link>
		<comments>http://blog.bigsmoke.us/2010/12/08/grml#comments</comments>
		<pubDate>Wed, 08 Dec 2010 20:22:16 +0000</pubDate>
		<dc:creator>Rowan Rodrik</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[LiveCD]]></category>

		<guid isPermaLink="false">http://blog.bigsmoke.us/?p=1509</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://grml.org/">grml</a> seems like an interesting Debian-based Linux Live CD. It seems interesting because “[it] includes a collection of GNU/Linux software especially for system administrators and users of texttools.”</p>]]></content:encoded>
			<wfw:commentRss>http://blog.bigsmoke.us/2010/12/08/grml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Matriux, a penetration testing and security analysis LiveCD</title>
		<link>http://blog.bigsmoke.us/2010/02/01/matriux-livecd-distribution-for-security-analysis</link>
		<comments>http://blog.bigsmoke.us/2010/02/01/matriux-livecd-distribution-for-security-analysis#comments</comments>
		<pubDate>Sun, 31 Jan 2010 22:35:33 +0000</pubDate>
		<dc:creator>Rowan Rodrik</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[LiveCD]]></category>
		<category><![CDATA[Matriux]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.bigsmoke.us/?p=1150</guid>
		<description><![CDATA[<a href="http://www.matriux.com/">Matriux</a> is a fully featured security distribution consisting of a bunch of powerful, open source and free tools that can be used for various purposes including, but not limited to, penetration testing, ethical hacking, system and network administration, cyber forensics investigations, security testing, vulnerability analysis, and much more.]]></description>
			<content:encoded><![CDATA[<p>Last December, someone pointed me to <a href="http://www.matriux.com/">Matriux</a>. In their own words:</p>

<blockquote><p>It is a fully featured security distribution consisting of a bunch of powerful, open source and free tools that can be used for various purposes including, but not limited to, penetration testing, ethical hacking, system and network administration, cyber forensics investigations, security testing, vulnerability analysis, and much more. It is a distribution designed for security enthusiasts and professionals, although it can be used normally as your default desktop system.</p></blockquote>

<p>It comes with a wide <a href="http://www.matriux.com/arsenal.html">arsenal</a> of free software tools to do naughty things to your network. I think I should give it a swing and <a href="http://www.matriux.com/download.html">download</a> it some time.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.bigsmoke.us/2010/02/01/matriux-livecd-distribution-for-security-analysis/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Clonezilla as disk imager</title>
		<link>http://blog.bigsmoke.us/2009/02/05/clonezilla-as-disk-imager</link>
		<comments>http://blog.bigsmoke.us/2009/02/05/clonezilla-as-disk-imager#comments</comments>
		<pubDate>Thu, 05 Feb 2009 13:52:27 +0000</pubDate>
		<dc:creator>halfgaar</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Clonezilla]]></category>
		<category><![CDATA[disk image]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[LiveCD]]></category>
		<category><![CDATA[ntfs]]></category>

		<guid isPermaLink="false">http://blog.bigsmoke.us/?p=372</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>
I was always using partimage to make backups of the hard disks of workstations. When trying to restore one the other day, it just started giving CRC errors. After recreating the image and running a simulated restore, it gave CRC errors again. So, apparently, it&#8217;s not incidental. It must be due to the experimental NTFS support. So, I set out to find a new tool. And that&#8217;s how I found <a href="http://clonezilla.org/">Clonezilla</a>, which gives me a very good first impression.
</p>

<p>
Clonezilla is a wizard-style live CD. It uses several tools, including partimage. However, it prefers ntfsclone over partimage at it&#8217;s default settings. Besides its handy interface, it has some very cool features: It doesn&#8217;t only create the image, but also some other useful files, such as the MBR (first 512 bytes of a disk), the data between the MBR and the first partition, an sfdisk dump of the partition table and some files with info about the PCI devices and other hardware. All this ensures you can properly restore the image.
</p>

<p>
Also, it has support for leaving out the page- and hybernation files on Windows systems, which can save you several gigabytes of space. And, to top it off, it calls &#8220;sync&#8221; when everything is done. They must have read <a href="http://www.halfgaar.net/backing-up-unix">my backup article</a> <img src='http://blog.bigsmoke.us/wp-factory/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .
</p>

<p>
And the last major thing: it allows you to remove the CD when rebooting or halting. It is so incredibly annoying when live CD&#8217;s don&#8217;t do that&#8230;
</p>

<p>
A must have live CD for any sysadmin, I would say.
</p>]]></content:encoded>
			<wfw:commentRss>http://blog.bigsmoke.us/2009/02/05/clonezilla-as-disk-imager/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

