<?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>Vimal Sudhan &#187; Fedora</title>
	<atom:link href="http://vimalsudhan.com/category/fedora/feed/" rel="self" type="application/rss+xml" />
	<link>http://vimalsudhan.com</link>
	<description>A PHP developer&#039;s weblog</description>
	<lastBuildDate>Tue, 18 Oct 2011 19:44:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Is your eclipse working in Fedora 15?</title>
		<link>http://vimalsudhan.com/2011/06/eclipse-crashes-on-fedora-15/</link>
		<comments>http://vimalsudhan.com/2011/06/eclipse-crashes-on-fedora-15/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 13:14:45 +0000</pubDate>
		<dc:creator>Vimal</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[code assist]]></category>
		<category><![CDATA[crashes]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[fedora 15]]></category>
		<category><![CDATA[libwebkit]]></category>
		<category><![CDATA[libwebkitgtk]]></category>

		<guid isPermaLink="false">http://vimalsudhan.com/?p=144</guid>
		<description><![CDATA[Just after I updated my server to Fedora 15, I found out that eclipse is crashing when code/content assist comes up. I started searching in internet for a solution and got many with a lot not fixing my issue. Finally, I figured out why.. Its due to the new libwebkit! With lot and lot of [...]]]></description>
			<content:encoded><![CDATA[<p>Just after I updated my server to Fedora 15, I found out that eclipse is crashing when code/content assist comes up. I started searching in internet for a solution and got many with a lot not fixing my issue. Finally, I figured out why.. Its due to the new libwebkit!</p>
<p>With lot and lot of changes in Gnome 3, they also managed to change the name of libwebkit to libwebkitgtk. Obviously, eclipse can&#8217;t know this (like the other tons of application struggling in Gnome 3).</p>
<p>So to make your eclipse work with Code assist without crashing, do the following</p>
<ol>
<li>Create a symbolic link for libwebkit<br />
<code>ln -s /usr/lib/libwebkitgtk-1.0.so.0 /usr/lib/libwebkit-1.0.so.2<br />
or whatever version of libwebkit you have</code>
</li>
<li>Add <code>org.eclipse.swt.browser.UseWebKitGTK=true</code> to eclipse.ini or config.ini of eclipse
</li>
</ol>
<p>I hope this helps.<br />
See ya!</p>
]]></content:encoded>
			<wfw:commentRss>http://vimalsudhan.com/2011/06/eclipse-crashes-on-fedora-15/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Data Description (dd) aka Data Destroyer</title>
		<link>http://vimalsudhan.com/2010/12/creating-bootable-usb-sticks-devices/</link>
		<comments>http://vimalsudhan.com/2010/12/creating-bootable-usb-sticks-devices/#comments</comments>
		<pubDate>Sat, 11 Dec 2010 16:44:33 +0000</pubDate>
		<dc:creator>Vimal</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://vimalsudhan.com/?p=105</guid>
		<description><![CDATA[Want to create bootable usb sticks or pen drives? There is an easy way to do it, by using dd command. dd stands for Data Description which is a low level copying command that does copying through raw data. By means of raw data, it has the power to clone the boot tables found in [...]]]></description>
			<content:encoded><![CDATA[<p>Want to create bootable usb sticks or pen drives? There is an easy way to do it, by using dd command.<br />
dd stands for Data Description which is a low level copying command that does copying through raw data. By means of raw data, it has the power to clone the boot tables found in your iso cd/dvd images.</p>
<p>Syntax:<br />
<code>dd if=[source_iso] of=[device]</code></p>
<p>Just be careful while specifying input and output parameters! if is INPUT and of is OUTPUT. This command is nicknamed &#8216;Data Destroyer&#8217;, reversing the parameters will result in loss of some or all data in disk.</p>
<p>Example<br />
<code>dd if=~/Download/boot.iso of=/dev/sdc</code></p>
<p>You can use findfs command to know your usb device name<br />
<code>findfs LABEL="DEVICE_LABEL"</code></p>
<p>I have already cautioned you. Please be careful while using this dd command. Be feared of &#8216;Data Destroyer&#8217; <img src='http://vimalsudhan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://vimalsudhan.com/2010/12/creating-bootable-usb-sticks-devices/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Booting to terminal with Grub</title>
		<link>http://vimalsudhan.com/2010/05/booting-to-terminal-with-grub/</link>
		<comments>http://vimalsudhan.com/2010/05/booting-to-terminal-with-grub/#comments</comments>
		<pubDate>Tue, 04 May 2010 16:02:09 +0000</pubDate>
		<dc:creator>Vimal</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://vimalsudhan.com/?p=65</guid>
		<description><![CDATA[Quick boot to terminal comes handy, when you want to make full system update (yum update) or maintenance. You can boot into terminal without using a rescue disk or installation media by following these steps. 1. When your system boots, pause with the grub menu. 2. Highlight your OS to which you want to boot. [...]]]></description>
			<content:encoded><![CDATA[<p>Quick boot to terminal comes handy, when you want to make full system update (yum update) or maintenance. You can boot into terminal without using a rescue disk or installation media by following these steps.<span id="more-65"></span></p>
<p><code>1. When your system boots,  pause with the grub menu.<br />
2. Highlight your OS to which you want to boot. Press 'e' then.<br />
3. Highlight kernel (that will be second in the menu) and press 'e' again.<br />
4. Without changing the kernel arguments, add '3' with space (without quotes). Press enter. 3 is runlevel for terminal with networking support.<br />
5. This goes back to grub menu with kernel highlighted. Press 'b' to boot into.<br />
</code></p>
<p>Thats it! you will be booted to terminal. Do your gui-enemy stuffs there.</p>
<p>You can also prefer different run levels in kernel arguments (step 4).</p>
<p><strong>Run levels in fedora:</strong><br />
<b>1</b> 	-Single-User mode<br />
<b>2</b> 	-Multi-user mode console logins only (without networking)<br />
<b>3</b> 	-Multi-User mode, console logins only<br />
<b>5</b> -Multi-User mode, with display manager as well as console logins (X11)</p>
<p>For other distributions, please refer <a href="http://en.wikipedia.org/wiki/Runlevel">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vimalsudhan.com/2010/05/booting-to-terminal-with-grub/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gwib your tweets!</title>
		<link>http://vimalsudhan.com/2010/03/gwib-your-tweets/</link>
		<comments>http://vimalsudhan.com/2010/03/gwib-your-tweets/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 12:31:56 +0000</pubDate>
		<dc:creator>Vimal</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://vimalsudhan.com/?p=53</guid>
		<description><![CDATA[Started using Gwibber, few days ago. Its a microbloggin client. I quite liked it. Very simple. Easy to use. It supports Twitter, Facebook, Statusnet, FriendFeed, etc. If you have seen my twitter status, you might have noticed it. Gwibber is in fedora repo. Just useyum install gwibberto install. Don&#8217;t forget to enable editor in menu [...]]]></description>
			<content:encoded><![CDATA[<p>Started using <a href="http://www.gwibber.com">Gwibber</a>, few days ago. Its a microbloggin client. I quite liked it. Very simple. Easy to use.<br />
It supports Twitter, Facebook, Statusnet, FriendFeed, etc.<br />
If you have seen my <a href="http://twitter.com/vimalsudhan">twitter status</a>, you might have noticed it.<br />
Gwibber is in fedora repo. Just use<code>yum install gwibber</code>to install.<br />
Don&#8217;t forget to enable editor in menu or else you will be wondering how to tweet <img src='http://vimalsudhan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://vimalsudhan.com/2010/03/gwib-your-tweets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Google Chrome in Fedora</title>
		<link>http://vimalsudhan.com/2010/02/installing-google-chrome-in-fedora/</link>
		<comments>http://vimalsudhan.com/2010/02/installing-google-chrome-in-fedora/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 11:42:56 +0000</pubDate>
		<dc:creator>Vimal</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[fedora10]]></category>
		<category><![CDATA[fedora11]]></category>
		<category><![CDATA[fedora12]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://vimalsudhan.com/?p=35</guid>
		<description><![CDATA[Recently, Google has released its own chromium build for fedora. You can get it here This will add Google&#8217;s repository into your system to keep chrome up to date. However, if you don&#8217;t want to add Google&#8217;s repo and want to stick to premium fedora builds, you can follow below method. Tom &#8216;spot&#8217;, Fedora engineering [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, Google has released its own chromium build for fedora. You can get it <a href="http://www.google.com/chrome/eula.html?platform=linux_fedora_i386">here</a> This will add Google&#8217;s repository into your system to keep chrome up to date.</p>
<p>However, if you don&#8217;t want to add Google&#8217;s repo and want to stick to premium fedora builds, you can follow below method.</p>
<p><a href="http://fedoraproject.org/wiki/User:Spot">Tom &#8216;spot&#8217;</a>, Fedora engineering manager has his own repo, in which he maintains Chrome packages for fedora and are always up to date. Its available for Fedora 10, 11 and 12.</p>
<p>To install chromium in this way, first you need to create a new repo.</p>
<p>Login as root and then<br />
<code>vim /etc/yum.repos.d/chromium.repo</code></p>
<p>If you are a GUI guy, then<br />
<code>gedit /etc/yum.repos.d/chromium.repo</code></p>
<p>Add up the following lines into file:<br />
<code>[chromium]<br />
name=Chromium Packages<br />
baseurl=http://spot.fedorapeople.org/chromium/F$releasever/<br />
enabled=1<br />
gpgcheck=0</code></p>
<p>That&#8217;s it! Now yum it<br />
<code>yum install chromium</code></p>
<p>If all done for success, your chrome browser is ready to browse. Find chrome in application menu -> internet.</p>
<p>Enjoy Google&#8217;s Chrome! Try not to give monoploy to Google <img src='http://vimalsudhan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://vimalsudhan.com/2010/02/installing-google-chrome-in-fedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

