<?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; Linux</title>
	<atom:link href="http://vimalsudhan.com/category/linux/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>My Headless Linux Server</title>
		<link>http://vimalsudhan.com/2011/10/headless-linux-server/</link>
		<comments>http://vimalsudhan.com/2011/10/headless-linux-server/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 19:28:15 +0000</pubDate>
		<dc:creator>Vimal</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://vimalsudhan.com/?p=162</guid>
		<description><![CDATA[Finally I setup-ed my linux server for my home! Woo Hoo!! Now I can code, develop my stuff &#038; sites, get my hands dirty inside linux, stream music &#038; videos within home network, or even host an online presence with DDns&#8230;. And I can do all these without even touching the server. well things are [...]]]></description>
			<content:encoded><![CDATA[<p>Finally I setup-ed my linux server for my home! Woo Hoo!!<br />
Now I can code, develop my stuff &#038; sites, get my hands dirty inside linux, stream music &#038; videos within home network, or even host an online presence with DDns&#8230;. And I can do all these without even touching the server. well things are enormous to explore with this!<br />
And also figured out that you can switch on a machine remotely <img src='http://vimalsudhan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  magic packet &#8211; WOL</p>
<p>Its running CentOS 6 on Intel Atom processor (D425KT) with 2GB Memory, great to run for 24&#215;7 with very less power consumption.</p>
]]></content:encoded>
			<wfw:commentRss>http://vimalsudhan.com/2011/10/headless-linux-server/feed/</wfw:commentRss>
		<slash:comments>0</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>Remote desktop connection in Linux (RDP)</title>
		<link>http://vimalsudhan.com/2010/10/remote-desktop-connection-in-linux-rdp/</link>
		<comments>http://vimalsudhan.com/2010/10/remote-desktop-connection-in-linux-rdp/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 14:19:51 +0000</pubDate>
		<dc:creator>Vimal</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[rdp]]></category>
		<category><![CDATA[remote desktop]]></category>

		<guid isPermaLink="false">http://vimalsudhan.com/?p=80</guid>
		<description><![CDATA[Want to connect to windows from linux? Its easy use rdesktop rdesktop supports rdp and you can connect using ip address of windows client rdesktop &#60;client-ip&#62; -u &#60;username&#62; -p &#60;password&#62; rdesktop is available in all common repositories so you can use yum install rdesktop for Fedora or apt-get in ubuntu http://www.rdesktop.org/]]></description>
			<content:encoded><![CDATA[<p>Want to connect to windows from linux? Its easy use <strong>rdesktop</strong><br />
rdesktop supports rdp and you can connect using ip address of windows client<br />
<code>rdesktop &lt;client-ip&gt; -u &lt;username&gt; -p &lt;password&gt;</code><br />
rdesktop is available in all common repositories<br />
so you can use<br />
<code>yum install rdesktop</code> for Fedora<br />
or apt-get in ubuntu<br />
<a href="http://www.rdesktop.org/">http://www.rdesktop.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vimalsudhan.com/2010/10/remote-desktop-connection-in-linux-rdp/feed/</wfw:commentRss>
		<slash:comments>0</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>

