<?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>HelpFolder &#187; Linux</title>
	<atom:link href="http://www.helpfolder.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.helpfolder.com</link>
	<description></description>
	<lastBuildDate>Sat, 17 Jul 2010 19:29:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>What services can be disabled in linux ?</title>
		<link>http://www.helpfolder.com/2010/05/09/what-services-can-be-disabled-in-linux/</link>
		<comments>http://www.helpfolder.com/2010/05/09/what-services-can-be-disabled-in-linux/#comments</comments>
		<pubDate>Sun, 09 May 2010 09:09:29 +0000</pubDate>
		<dc:creator>mahesh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[System]]></category>

		<guid isPermaLink="false">http://www.helpfolder.com/?p=211</guid>
		<description><![CDATA[If you’re not using internet/LAN and Printer then following services are not needed: TELNETD is not needed. APACHE is not needed if you don’t want to work with web development and server. SSHD is not needed if you’re not connected to the Internet. NFS is not needed if you’re not connected to the internet. SAMBA [...]]]></description>
			<content:encoded><![CDATA[<p>If you’re not using internet/LAN and Printer then following services are not needed:</p>
<ul>
<li>TELNETD is not needed.</li>
<li>APACHE is not needed if you don’t want to work with web development and server.</li>
<li>SSHD is not needed if you’re not connected to the Internet.</li>
<li>NFS is not needed if you’re not connected to the internet.</li>
<li>SAMBA is not required if you’re not having internet connection.</li>
</ul>
<p>If you don’t own printer then CUPS service should be disabled. There are few more services that can be disabled while using linux. Ubuntu slims down a lot of things that makes it easy for you to use it without some of the service which you don’t need and are supposed to be enabling manually.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.helpfolder.com/2010/05/09/what-services-can-be-disabled-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find specific file on ubuntu ?</title>
		<link>http://www.helpfolder.com/2009/12/07/how-to-find-specific-file-on-ubuntu/</link>
		<comments>http://www.helpfolder.com/2009/12/07/how-to-find-specific-file-on-ubuntu/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 13:26:34 +0000</pubDate>
		<dc:creator>mahesh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System]]></category>

		<guid isPermaLink="false">http://www.helpfolder.com/?p=171</guid>
		<description><![CDATA[If you want to search for specific files on ubuntu linux then some of your options are as follows: 1. Find command, using this command you can find specific file on ubuntu. 2. Use Places &#124; Computer (or Places &#124; Home or any other location) and then use the &#8216;search&#8217; button (its a looking-glass icon). [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to search for specific files on ubuntu linux then some of your options are as follows:</p>
<p>1. <strong><em>Find</em></strong> command, using this command you can find specific file on ubuntu.</p>
<p>2. Use <strong>Places | Computer </strong>(or<strong> Places | Hom</strong>e or any other location) and then use the &#8216;search&#8217; button (its a looking-glass icon).</p>
<p>3. Use following  commands on terminal for creating index and then search file from it.<br />
    * updatedb<br />
    * locate</p>
<p>The first command create a index, the second use the index to search. </p>
<p>4. Use <a href="http://beagle-project.org/Main%5FPage">Beagle</a> or <a href="http://projects.gnome.org/tracker/">Tracker</a>. (If you&#8217;re using gnome then &#8220;<a href="http://do.davebsd.com/">do</a>&#8221; will help)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.helpfolder.com/2009/12/07/how-to-find-specific-file-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to see where package is installed in ubuntu?</title>
		<link>http://www.helpfolder.com/2009/10/20/how-to-see-where-package-is-installed-in-ubuntu/</link>
		<comments>http://www.helpfolder.com/2009/10/20/how-to-see-where-package-is-installed-in-ubuntu/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 21:55:09 +0000</pubDate>
		<dc:creator>mahesh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[System]]></category>

		<guid isPermaLink="false">http://www.helpfolder.com/?p=142</guid>
		<description><![CDATA[On linux we use application installer like synaptic package manager or adept etc. We get no idea where in directories those applications are installed. You can check this using dpkg utility. If you want to check where all the files of the package are located then use following command: dpkg -L For example, if package [...]]]></description>
			<content:encoded><![CDATA[<p>On linux we use application installer like synaptic package manager or adept etc. We get no idea where in directories those applications are installed. You can check this using <em>dpkg</em> utility. </p>
<p>If you want to check where all the files of the package are located then use following command:</p>
<p><code>dpkg -L
<packagename></code></p>
<p>For example, if package files for gparted to be found out then command will be :</p>
<p><code>dpkg –L gparted</code></p>
<p>This will list the files/folders where gparted and it’s dependent configuration files are listed. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.helpfolder.com/2009/10/20/how-to-see-where-package-is-installed-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to list the disk space usage on ubuntu?</title>
		<link>http://www.helpfolder.com/2009/10/19/how-to-list-the-disk-space-usage-on-ubuntu/</link>
		<comments>http://www.helpfolder.com/2009/10/19/how-to-list-the-disk-space-usage-on-ubuntu/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 21:43:47 +0000</pubDate>
		<dc:creator>mahesh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[System]]></category>

		<guid isPermaLink="false">http://www.helpfolder.com/?p=140</guid>
		<description><![CDATA[If you’re using ubuntu then you can use the GUI utility “Disk usage checker”. Or there is another way to check the disk space usage on ubuntu. You can use the df command on terminal. Whenever you want to list the disk space usage on ubuntu then type : df -TH This will list the [...]]]></description>
			<content:encoded><![CDATA[<p>If you’re using ubuntu then you can use the GUI utility “Disk usage checker”. Or there is another way to check the disk space usage on ubuntu. You can use the df command on terminal. Whenever you want to list the disk space usage on ubuntu then type :</p>
<p><code>df -TH</code></p>
<p>This will list the disk space usage. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.helpfolder.com/2009/10/19/how-to-list-the-disk-space-usage-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find the path of running applications in linux ?</title>
		<link>http://www.helpfolder.com/2009/10/18/how-to-find-the-path-of-running-applications-in-linux/</link>
		<comments>http://www.helpfolder.com/2009/10/18/how-to-find-the-path-of-running-applications-in-linux/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 21:23:07 +0000</pubDate>
		<dc:creator>mahesh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[System]]></category>

		<guid isPermaLink="false">http://www.helpfolder.com/?p=138</guid>
		<description><![CDATA[If you’ve multiple running applications installed on system you might wonder sometimes that which version is running. To find out the path of the application, you can use “which” command then followed by the executable you would have run. For example : which svn This will display the directory of the running version of svn. [...]]]></description>
			<content:encoded><![CDATA[<p>If you’ve multiple running applications installed on system you might wonder sometimes that which version is running. To find out the path of the application, you can use “<em>which</em>” command then followed by the executable you would have run. </p>
<p>For example :</p>
<p><code>which svn</code></p>
<p>This will display the directory of the running version of svn. (Tested this on ubuntu, fedora and suse). </p>
]]></content:encoded>
			<wfw:commentRss>http://www.helpfolder.com/2009/10/18/how-to-find-the-path-of-running-applications-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
