<?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>Gaurish Sharma Live &#187; Archlinux</title>
	<atom:link href="http://www.gaurishsharma.com/category/archlinux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gaurishsharma.com</link>
	<description>Gaurish Sharma&#039;s blog foccused on Technology,Broadband,Latest Offers. He seldomly writes about his life experiances</description>
	<lastBuildDate>Fri, 03 Sep 2010 21:08:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>cdrtools vs cdrkit: The India-Pakistan of CD/DVD burning tools(Linux Only)</title>
		<link>http://www.gaurishsharma.com/2010/01/cdrtools-vs-cdrkit-the-india-pakistan-of-cddvd-burning-toolslinux-only.html</link>
		<comments>http://www.gaurishsharma.com/2010/01/cdrtools-vs-cdrkit-the-india-pakistan-of-cddvd-burning-toolslinux-only.html#comments</comments>
		<pubDate>Thu, 28 Jan 2010 18:27:50 +0000</pubDate>
		<dc:creator>gaurish</dc:creator>
				<category><![CDATA[Archlinux]]></category>
		<category><![CDATA[Editorial]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.gaurishsharma.com/?p=382</guid>
		<description><![CDATA[Why you are only able to Write 4.3GB data in 4.7GB DVD-R, Read Below!]]></description>
			<content:encoded><![CDATA[<h2><strong>Background</strong></h2>
<p>Since ages ago, <a title="cdrtools" href="http://en.wikipedia.org/wiki/Cdrtools">cdrtools</a> was the default tool-set used for optical disc buring on Linux. Under the hood of those pretty GUI programs like k3b/brasero, was actually cdrtools which did the dirty work.it was being actively developed by a team led by <a href="http://en.wikipedia.org/wiki/Jörg_Schilling">Joerg Schilling</a>.The whole code was licensed under GPL.</p>
<p>One fine Morning,</p>
<p>Mr. Schilling decided to change license to <a href="http://en.wikipedia.org/wiki/Common_Development_and_Distribution_License">CDDL</a>.This is where everything started to go wrong!</p>
<h2><strong>What is the issue?</strong></h2>
<p>CDDL license is incompatible with the GPL.The CDDL is intended to be GPL incompatibleso cannot be distributed along with GPL code. Hence, it became illegal for Linux Distributions to redistribute cdrtools.</p>
<h2><strong>Debian comes to rescue!</strong></h2>
<p>Linux didn&#8217;t have any alternative to cdrtools, hence <a title="Debian - Mailing Lists" href="http://lists.debian.org/debian-devel-announce/2006/09/msg00002.html">debian project decided to fork last available GPLed code into Cdrkit</a>. they dropped cdrtools and included cdrkit. every major distro like Fedora,Ubuntu,Mandriva supported debian and did the same.debian took the responsibility and start to maintain cdrkit.</p>
<h2>Cool, everything finally settled.</h2>
<p>No, there is one small problem.CD/DVD burning is a complicated business that needs a lot of knowledge and also requires a lot of development effort which debian does not have.lately, it has been seen cdrkit  is not been actively developed (current to last stable was around a year).Addionatlly it is technically inferior to cdrtools.cdrkit still does not generate proper iso-level-3 file systems and has trouble with big file support(the famous 4.3GB data limit in DVD against the real capacity of 4.7GB) .<br />
This is the reason creation of proper blu-ray in linux is so hard.<br />
it seems the developers of cdrkit don&#8217;t have the resources/skills to maintain such a complex software.</p>
<h2><strong>Guess, we are stuck!</strong></h2>
<p>So Choice is what we have in this.If you face problems with cdrkit, there are two options:</p>
<p>1) Built and Install Cdrtools yourself.Source is available at its <a href="http://cdrecord.berlios.de/old/private/cdrecord.html">Home Page</a>. ArchLinux users can get it on aur.</p>
<p>2) (Last Option)Switch to propertiery closed source burning suite:<a href="http://www.nero.com/ena/linux4.html">NeroLinux.</a>. if everything fails then only you should go by this route. I would strongly advise you to try choose option 1)</p>
<p><strong>What is the purpose of this post</strong><br />
The purpose of this post if to let the users know the actual situation/state of CD/DVD burning apps in Linux. And let them select which software they want to use.</p>
<img src="http://www.gaurishsharma.com/?ak_action=api_record_view&id=382&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.gaurishsharma.com/2008/09/archlinux-stop-dhcp-from-overwriting.html' rel='bookmark' title='Permanent Link: ArchLinux: Stop dhcp from overwriting resolv.conf(Linux Only)'>ArchLinux: Stop dhcp from overwriting resolv.conf(Linux Only)</a> <small>Here is a Quick tip for people using Archlinux: Sometimes...</small></li>
<li><a href='http://www.gaurishsharma.com/2008/06/linux-bible-2008.html' rel='bookmark' title='Permanent Link: Linux Bible, 2008'>Linux Bible, 2008</a> <small>&gt; The Linux Bible 2008 Edition is the best first...</small></li>
<li><a href='http://www.gaurishsharma.com/2008/07/ubuntu-linux-as-family-pc.html' rel='bookmark' title='Permanent Link: Ubuntu Linux as Family PC'>Ubuntu Linux as Family PC</a> <small>We know Linux is a operating system where everything can...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.gaurishsharma.com/2010/01/cdrtools-vs-cdrkit-the-india-pakistan-of-cddvd-burning-toolslinux-only.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ArchLinux: Stop dhcp from overwriting resolv.conf(Linux Only)</title>
		<link>http://www.gaurishsharma.com/2008/09/archlinux-stop-dhcp-from-overwriting.html</link>
		<comments>http://www.gaurishsharma.com/2008/09/archlinux-stop-dhcp-from-overwriting.html#comments</comments>
		<pubDate>Sat, 20 Sep 2008 12:53:00 +0000</pubDate>
		<dc:creator>gaurish</dc:creator>
				<category><![CDATA[Archlinux]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://gaurishsharma.wordpress.com/2008/09/20/archlinux-stop-dhcp-from-overwriting-resolvconflinux-only/</guid>
		<description><![CDATA[Here is a Quick tip for people using Archlinux: Sometimes we don&#8217;t want dhcpcd overwriting our resolv.conf anymore, since it is customized. We do, however, want dhcpcd to continue to automatically set out IP, default gateway, et cetera. To cause this effect we will edit /etc/conf.d/dhcpcd as root, with our favorite editor. The directive we [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a Quick tip for people using Archlinux: </p>
<div class="separator" style="clear:both;text-align:center;"><a href="http://1.bp.blogspot.com/_wMAC6frBFdw/SNTsFOH2RWI/AAAAAAAAAS8/KG78eoy8Uts/s1600-h/archlinux.png"><img border="0" src="http://1.bp.blogspot.com/_wMAC6frBFdw/SNTsFOH2RWI/AAAAAAAAAS8/Xd9QsFEehaQ/s200-R/archlinux.png" /></a></div>
<p>
Sometimes we don&#8217;t want dhcpcd overwriting our resolv.conf anymore, since it is customized. We do, however, want dhcpcd to continue to automatically set out IP, default gateway, et cetera. To cause this effect we will edit <code>/etc/conf.d/dhcpcd</code> as root, with our favorite editor. The directive we are looking for is <code>DHCPCD_ARGS</code> and by default that directive should look like the following figure:  </p>
<pre>&nbsp;</pre>
<blockquote><pre>DHCPCD_ARGS="-t 30 -h $HOSTNAME"
</pre>
</blockquote>
<p>To that directive, add the -R flag. Your directive line should look something like the following figure: </p>
<blockquote><pre>DHCPCD_ARGS="-t 30 -h $HOSTNAME -R"</pre>
</blockquote>
<p>Taken from <a href="http://wiki.archlinux.org/index.php/Post_Installation_Tips">Archwiki</a>
<div class="blogger-post-footer">Did you enjoy this Post?.Please give your feedback at contact at gaurishsharma.com.<br />
Read more at GaurishSharma.com</div>
<img src="http://www.gaurishsharma.com/?ak_action=api_record_view&id=45&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.gaurishsharma.com/2008/07/ubuntu-linux-as-family-pc.html' rel='bookmark' title='Permanent Link: Ubuntu Linux as Family PC'>Ubuntu Linux as Family PC</a> <small>We know Linux is a operating system where everything can...</small></li>
<li><a href='http://www.gaurishsharma.com/2010/01/cdrtools-vs-cdrkit-the-india-pakistan-of-cddvd-burning-toolslinux-only.html' rel='bookmark' title='Permanent Link: cdrtools vs cdrkit: The India-Pakistan of CD/DVD burning tools(Linux Only)'>cdrtools vs cdrkit: The India-Pakistan of CD/DVD burning tools(Linux Only)</a> <small>Why you are only able to Write 4.3GB data in...</small></li>
<li><a href='http://www.gaurishsharma.com/2008/10/dummies-guide-to-scheduling.html' rel='bookmark' title='Permanent Link: Dummies Guide to Scheduling Downloads(Linux Version)'>Dummies Guide to Scheduling Downloads(Linux Version)</a> <small>Linux is a stable OpenSource Operating system.It has a ability...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.gaurishsharma.com/2008/09/archlinux-stop-dhcp-from-overwriting.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
