<?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>twistedgenes.com - Blogs by Rakesh Gupta &#187; Fedora</title>
	<atom:link href="http://www.twistedgenes.com/tag/fedora/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.twistedgenes.com</link>
	<description>Blogs on truth, technology, food, linux, leisure, experiences, adventure, romance, friends etc !</description>
	<lastBuildDate>Sat, 12 Jun 2010 14:24:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ISP related issues. Reliance Communications WiMax problems solved</title>
		<link>http://www.twistedgenes.com/2010/01/isp-related-issues-reliance-communications-wimax-problems-solved/</link>
		<comments>http://www.twistedgenes.com/2010/01/isp-related-issues-reliance-communications-wimax-problems-solved/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 10:51:17 +0000</pubDate>
		<dc:creator>Rakesh</dc:creator>
				<category><![CDATA[Cool]]></category>
		<category><![CDATA[Experiences]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rocking]]></category>
		<category><![CDATA[all]]></category>
		<category><![CDATA[Bangalore]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.twistedgenes.com/?p=341</guid>
		<description><![CDATA[Recently a lot of issues have turned up with my ISP provider, Reliance Communications in this case. I happen to use multiple laptops and a router. They lock a system based on MAC address or a long duration dhcp lease file. There are various ways to get rid of this situation. A few which I [...]]]></description>
			<content:encoded><![CDATA[<p>Recently a lot of issues have turned up with my ISP provider, Reliance Communications in this case. I happen to use multiple laptops and a router. They lock a system based on MAC address or a long duration dhcp lease file. There are various ways to get rid of this situation. A few which I could figure out and seem to work are</p>
<p><span style="text-decoration: underline;">&#8211; Do neatly logout of their web application, before switching machines. As they keep the records, which would not let you login using a different machine till a session timeout which ranges from 0.5 to 6 hours.</span></p>
<p><span style="text-decoration: underline;">&#8211; Spoof Your MAC Address, if you are using multiple laptops/desktops</span></p>
<p>use<strong> ifconfig</strong> utility:</p>
<p><span style="color: #000000;">MAC address can be changed very easily using <em>ifconfig</em>. Run the following command as root user.</span></p>
<p>#<em><strong>ifconfig eth0 down hw ether address</strong></em></p>
<p><em><strong>eth0</strong></em> is the name of the interface/NIC which address is to be changed.</p>
<p><em><strong>down</strong></em> means the NIC is to be shutdown before changing address.</p>
<p><em><strong>hw ether </strong></em>means hardware address class is ether(which indicates ethernet).</p>
<p><em><strong>address</strong></em> is the address which will used as the new mac.</p>
<p>After the successful execution of the command. start the NIC again using the command:</p>
<p><em><strong># /sbin/ifconfig eth0 up</strong></em></p>
<p><span style="text-decoration: underline;">&#8211; Release your IP after successful log out</span></p>
<p><em><strong># dhclient -r -pf  &lt; path to the current dhclient pid file &gt; </strong></em></p>
<p>The path of current dhclient pid file can be found using</p>
<p><strong><em># ps -eaf  | grep dhclient </em></strong></p>
<p>Path is usually /var/run/dhclient-eth0.pid or /var/run/dhclient-wlan0.pid</p>
<p><em><strong><br />
</strong></em></p>
<p><strong><em><br />
</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedgenes.com/2010/01/isp-related-issues-reliance-communications-wimax-problems-solved/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Upgrade Fedora without burning the DVD/CDs</title>
		<link>http://www.twistedgenes.com/2008/11/upgrade-fedora-without-burning-the-dvdcds/</link>
		<comments>http://www.twistedgenes.com/2008/11/upgrade-fedora-without-burning-the-dvdcds/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 17:27:27 +0000</pubDate>
		<dc:creator>Rakesh</dc:creator>
				<category><![CDATA[Cool]]></category>
		<category><![CDATA[Experiences]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rocking]]></category>
		<category><![CDATA[Truth]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Fedora]]></category>

		<guid isPermaLink="false">http://www.twistedgenes.com/?p=130</guid>
		<description><![CDATA[An upgrade of Fedora Core version normally requires burning the new version&#8217;s image in a DVD or CDs.  An alternate approach to the same is upgrading by copying the same to a hard drive or a pen drive. The approach mentioned below worked very well from me for an upgrade of FC9 to FC10.
Download the [...]]]></description>
			<content:encoded><![CDATA[<p>An upgrade of <a href="http://fedoraproject.org" target="_blank">Fedora Core</a> version normally requires burning the new version&#8217;s image in a DVD or CDs.  An alternate approach to the same is upgrading by copying the same to a hard drive or a pen drive. The approach mentioned below worked very well from me for an upgrade of FC9 to FC10.</p>
<p>Download the new version&#8217;s (say FC 10)  iso(DVD) image and save it to a disk drive partition. I used a pen drive for the same. It works very well for filesystems viz. FAT32,ext2 and not NTFS. Copy the image file to any directory say for example /mnt/FedoraCoreDVD.iso( Assuming, that pen drive is mounted at /mnt) . Mount the iso image in a directory(any) to extract the isolinux folder.</p>
<p><span style="#ff0000;"><span style="#ff0000;">#mount -o loop /mnt/FedoraCoreDVD.iso /home/user/Fedora/</span></span></p>
<p>Copy the isolinux folder and paste it inside the boot folder.</p>
<p><span style="#ff0000;">#cp -r /home/user/Fedora/isolinux /boot</span></p>
<p>Now we need to make an entry in the <a href="http://www.gnu.org/software/grub" target="_blank">grub file</a> to boot the copied isolinux folder&#8217;s install.img</p>
<p><span style="#ff0000;"># cat /etc/grub.conf</span></p>
<p>______________________________</p>
<p><span style="#ff0000;">title Fedora Upgrade<br />
root (hd0,8) </span>&#8212;&#8212;&#8212;&#8211;&gt; should be your  partition containing the current linux installation (0-&gt;First Hard Drive,8-&gt; Partition number on this drive )<br />
<span style="#ff0000;">kernel /isolinux/vmlinuz<br />
initrd /isolinux/initrd.img</span><br />
______________________________</p>
<p>Copy the isolinux folder also to the pen drive(/dev/sdb, mounted at /mnt in this case) and reboot the system. Select the &#8221; Fedora Upgrade&#8221; option in grub and the normal installation/upgrade demon anaconda will start. It will ask for the option of disk partition and folder containing the iso image and iso linux folder, which is /dev/sdb1 in this case. Select the same and the upgradation works like a charm.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedgenes.com/2008/11/upgrade-fedora-without-burning-the-dvdcds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-4811008-2");
pageTracker._setDomainName(".twistedgenes.com");
pageTracker._trackPageview();
} catch(err) {}</script>