<?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>Linux Knowledge base</title>
	<atom:link href="http://www.linuxknowledgebase.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxknowledgebase.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 06 Dec 2011 17:17:05 +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>Must have Linux Desktop Applications</title>
		<link>http://www.linuxknowledgebase.com/index.php/2011/12/must-have-linux-desktop-applications/</link>
		<comments>http://www.linuxknowledgebase.com/index.php/2011/12/must-have-linux-desktop-applications/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 17:06:25 +0000</pubDate>
		<dc:creator>nala</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.linuxknowledgebase.com/?p=57</guid>
		<description><![CDATA[Chromium Browser Chromium is the original open source idea on which Google Chrome is based. Though you can easily download and install Google Chrome in Ubuntu, we still recommend you to choose Chromium instead. GIMP ( GNU Image Manipulation Program) GIMP is the GNU Image Manipulation Program. It is used to edit and manipulate images. &#8230; <a href="http://www.linuxknowledgebase.com/index.php/2011/12/must-have-linux-desktop-applications/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3>Chromium Browser </h3>
<p>Chromium is the original open source idea on which Google Chrome is based. Though you can easily download and install Google Chrome in Ubuntu, we still recommend you to choose Chromium instead.</p>
<h3>GIMP ( GNU Image Manipulation Program)</h3>
<p>GIMP is the GNU Image Manipulation Program. It is used to edit and manipulate images. It  can  load and save a variety of image formats and can be used to convert between formats.</p>
<h3>VLC Media Player</h3>
<p>VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVD, Audio CD, VCD, and various streaming protocols.</p>
<h3>Audacity</h3>
<p>If you need an application to edit audio files, Audacity is always the best choice for you whether you are using Linux, Windows or MacOS. Audacity has many useful features and is always free</p>
<h3>Inkscape</h3>
<p>Another graphic editor dedicated to do vector graphics designing. It&#8217;s also free and available for Windows and MacOS</p>
<h3> Openshot</h3>
<p>Perhaps the best video editor for Linux. It provides a stable, free and friendly environment to edit video</p>
<h3>Rhymthbox</h3>
<p>Though replaced by Banshee as the default music player in Ubuntu 11.04, Rhymthbox still has the favor of many users. It still one of the best music players with many cool features.</p>
<h3>Calibre</h3>
<p>f you have a huge collection of ebooks, Calibre is a must-have application, it helps you organize, save and manage ebooks, supporting many ebook formats. Calibre also supports e-book syncing with a variety of popular e-book readers like the Amazon kindle</p>
<h3> Pidgin Instant Messenger</h3>
<p>Instant massager</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.linuxknowledgebase.com%2Findex.php%2F2011%2F12%2Fmust-have-linux-desktop-applications%2F&amp;title=Must%20have%20Linux%20Desktop%20Applications" id="wpa2a_2"><img src="http://www.linuxknowledgebase.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.linuxknowledgebase.com/index.php/2011/12/must-have-linux-desktop-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to check hardware specification in linux</title>
		<link>http://www.linuxknowledgebase.com/index.php/2011/12/how-to-check-hardware-specification-in-linux/</link>
		<comments>http://www.linuxknowledgebase.com/index.php/2011/12/how-to-check-hardware-specification-in-linux/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 16:39:11 +0000</pubDate>
		<dc:creator>nala</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.linuxknowledgebase.com/?p=52</guid>
		<description><![CDATA[You may at times need to know about the hardware information on your computer for many reasons, such as to find a correct driver or to check its hardware specification. In this article we list some of the method you can find the hardware specification in Linux. Check the /proc folder The /proc/ folder has &#8230; <a href="http://www.linuxknowledgebase.com/index.php/2011/12/how-to-check-hardware-specification-in-linux/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You may at times need to know about the hardware information on your computer for many reasons, such as to find a correct driver or to check its hardware specification. In this article we list some of the method you can find the hardware specification in Linux. </p>
<h3>Check the /proc folder</h3>
<p>The /proc/ folder has many useful files to check hardware info. The most popular files are /proc/cpuinfo (about processor info), /proc/meminfo (about RAM memory) and /proc/partitions (a full list about all disk partitions). To check these files you can run the &#8220;cat&#8221; command to display these file info on the terminal. For example</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">cat</span> <span style="color: #000000; font-weight: bold;">/</span>proc<span style="color: #000000; font-weight: bold;">/</span>cpuinfo 
<span style="color: #c20cb9; font-weight: bold;">cat</span> <span style="color: #000000; font-weight: bold;">/</span>proc<span style="color: #000000; font-weight: bold;">/</span>meminfo
<span style="color: #c20cb9; font-weight: bold;">cat</span> <span style="color: #000000; font-weight: bold;">/</span>proc<span style="color: #000000; font-weight: bold;">/</span>partitions</pre></div></div>

<h3>lshw</h3>
<p> lshw is a small tool to extract detailed information on the hardware configuration of the  machine.<br />
       It  can  report  exact memory configuration, firmware version, mainboard configuration, CPU version<br />
       and speed, cache configuration, bus speed, etc. on DMI-capable x86 or IA-64  systems </p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> lshw
<span style="color: #c20cb9; font-weight: bold;">sudo</span> lshw <span style="color: #660033;">-short</span></pre></div></div>

<p>To find the info on one specific class wit lshw, say the processor, you can run the following command</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> lshw <span style="color: #660033;">-class</span> processor</pre></div></div>

<h3>hwinfo</h3>
<p> hwinfo is used to probe for the hardware present in the system. It can be used to generate asystem overview log which can be later used for support.</p>
<p>To install hwinfo in Ubuntu or other debian based distro run this command </p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> hwinfo</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">hwinfo
hwinfo <span style="color: #660033;">--bios</span></pre></div></div>

<h3>dmidecode</h3>
<p> dmidecode  is a tool for dumping a computer&#8217;s DMI (some say SMBIOS) table contents in a human-read‐able format. This table contains a description of the system&#8217;s  hardware  components,  as  well  as other  useful pieces of information such as serial numbers and BIOS revision. Thanks to this table, you can retrieve this information without having to probe for the actual hardware.  While this is a good  point in terms of report speed and safeness, this also makes the presented information possibly unreliable.</p>
<p> To install dmidecode in Ubuntu and other debian based distros, run the following command </p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> dmidecode</pre></div></div>

<p> To install dmidecode in Fedora,centOS, or RHEL run the following command </p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">yum <span style="color: #c20cb9; font-weight: bold;">install</span> dmidecode</pre></div></div>

<p>To use dmidecode, you need to run the command as root. To get full report about hardware info, you can run the following command </p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> dmidecode</pre></div></div>

<p>To get details about particular hardware classes you can run the commands like example below</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> dmidecode <span style="color: #660033;">-s</span> chassis-type 
<span style="color: #c20cb9; font-weight: bold;">sudo</span> dmidecode <span style="color: #660033;">-s</span> bios-vendor 
<span style="color: #c20cb9; font-weight: bold;">sudo</span> dmidecode <span style="color: #660033;">-s</span> processor-version</pre></div></div>

<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.linuxknowledgebase.com%2Findex.php%2F2011%2F12%2Fhow-to-check-hardware-specification-in-linux%2F&amp;title=How%20to%20check%20hardware%20specification%20in%20linux" id="wpa2a_4"><img src="http://www.linuxknowledgebase.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.linuxknowledgebase.com/index.php/2011/12/how-to-check-hardware-specification-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Is ld.so and How Do I Get It?</title>
		<link>http://www.linuxknowledgebase.com/index.php/2011/12/what-is-ld-so-and-how-do-i-get-it/</link>
		<comments>http://www.linuxknowledgebase.com/index.php/2011/12/what-is-ld-so-and-how-do-i-get-it/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 14:36:32 +0000</pubDate>
		<dc:creator>nala</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.linuxknowledgebase.com/?p=50</guid>
		<description><![CDATA[ld.so is the dynamic library loader. Each binary using shared libraries used to have about 3K of start-up code to find and load the shared libraries. Now that code has been put in a special shared library, /lib/ld.so, where all binaries can look for it, so that it wastes less disk space, and can be &#8230; <a href="http://www.linuxknowledgebase.com/index.php/2011/12/what-is-ld-so-and-how-do-i-get-it/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>ld.so is the dynamic library loader. Each binary using shared libraries used to have about 3K of start-up code to find and load the shared libraries. Now that code has been put in a special shared library, /lib/ld.so, where all binaries can look for it, so that it wastes less disk space, and can be upgraded more easily.</p>
<p>ld.so can be obtained from http://tsx-11.mit.edu/pub/linux/packages/GCC/ and mirror sites. The latest version at the time of writing is ld.so.1.9.5.tar.gz.</p>
<p>/lib/ld-linux.so.1 is the same thing for ELF (&#8220;What&#8217;s all this about ELF? &#8220;) and comes in the same package as the a.out loader.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.linuxknowledgebase.com%2Findex.php%2F2011%2F12%2Fwhat-is-ld-so-and-how-do-i-get-it%2F&amp;title=What%20Is%20ld.so%20and%20How%20Do%20I%20Get%20It%3F" id="wpa2a_6"><img src="http://www.linuxknowledgebase.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.linuxknowledgebase.com/index.php/2011/12/what-is-ld-so-and-how-do-i-get-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the relationship between Ubuntu and Debian</title>
		<link>http://www.linuxknowledgebase.com/index.php/2011/12/what-is-the-relationship-between-ubuntu-and-debian/</link>
		<comments>http://www.linuxknowledgebase.com/index.php/2011/12/what-is-the-relationship-between-ubuntu-and-debian/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 14:33:59 +0000</pubDate>
		<dc:creator>nala</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.linuxknowledgebase.com/?p=46</guid>
		<description><![CDATA[Ubuntu and Debian are closely related. Ubuntu builds on the foundations of Debian&#8217;s architecture and infrastructure, but has a different community and release process. About Debian Debian is &#8216;the rock upon which Ubuntu is built&#8217;. Debian is a volunteer project that works on developing a GNU/Linux operating system. The Debian project began more than a &#8230; <a href="http://www.linuxknowledgebase.com/index.php/2011/12/what-is-the-relationship-between-ubuntu-and-debian/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3>Ubuntu and Debian are closely related.</h3>
<p>Ubuntu builds on the foundations of Debian&#8217;s architecture and infrastructure, but has a different community and release process.</p>
<h3>About Debian</h3>
<p>Debian is &#8216;the rock upon which Ubuntu is built&#8217;. Debian is a volunteer project that works on developing a GNU/Linux operating system. The Debian project began more than a decade ago and has since grown to comprise more than 1,000 members with official developer status, and many more volunteers and contributors. It has expanded to encompass over 20,000 &#8216;packages&#8217; of free and open-source applications and documentation.</p>
<h3>About Ubuntu</h3>
<p>Ubuntu provides a system based on Debian with frequent, regular releases and a consistent desktop interface. It is backed by Canonical&#8217;s commercial services and support on both the desktop and the server. It releases critical bug fixes and is never more than six months away from the latest version of anything in the open-source world.</p>
<p>Reference : http://www.ubuntu.com/community/ubuntu-and-debian</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.linuxknowledgebase.com%2Findex.php%2F2011%2F12%2Fwhat-is-the-relationship-between-ubuntu-and-debian%2F&amp;title=What%20is%20the%20relationship%20between%20Ubuntu%20and%20Debian" id="wpa2a_8"><img src="http://www.linuxknowledgebase.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.linuxknowledgebase.com/index.php/2011/12/what-is-the-relationship-between-ubuntu-and-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gnu Screen Basic</title>
		<link>http://www.linuxknowledgebase.com/index.php/2011/12/gnu-screen-basic/</link>
		<comments>http://www.linuxknowledgebase.com/index.php/2011/12/gnu-screen-basic/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 14:32:29 +0000</pubDate>
		<dc:creator>nala</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.linuxknowledgebase.com/?p=44</guid>
		<description><![CDATA[Screen is a full-screen window manager that multiplexes a physical terminal between several processes note: ==== ctrl-a means type control key plus a Basic #To Start a screen with session name screen -S sessionname* #To get help screen ctrl-a ? #To Create new windows within screen ctrl-a + c #To deatach screen type screen -d &#8230; <a href="http://www.linuxknowledgebase.com/index.php/2011/12/gnu-screen-basic/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Screen is a full-screen window manager that multiplexes a physical terminal between several processes note: ==== ctrl-a means type control key plus a</p>
<h3>Basic</h3>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#To Start a screen with session name</span>
<span style="color: #c20cb9; font-weight: bold;">screen</span> <span style="color: #660033;">-S</span> sessionname<span style="color: #000000; font-weight: bold;">*</span>
<span style="color: #666666; font-style: italic;">#To get help screen</span>
ctrl-a ?
<span style="color: #666666; font-style: italic;">#To Create new windows within screen</span>
ctrl-a + c
<span style="color: #666666; font-style: italic;">#To deatach screen type</span>
<span style="color: #c20cb9; font-weight: bold;">screen</span> <span style="color: #660033;">-d</span>
<span style="color: #666666; font-style: italic;">#to Attach a running screen which was Detach first</span>
<span style="color: #666666; font-style: italic;">#if there is onlye one session</span>
<span style="color: #c20cb9; font-weight: bold;">screen</span> <span style="color: #660033;">-r</span>
<span style="color: #c20cb9; font-weight: bold;">screen</span> <span style="color: #660033;">-r</span> sessionname
<span style="color: #666666; font-style: italic;">#To list available screen session</span>
<span style="color: #c20cb9; font-weight: bold;">screen</span> <span style="color: #660033;">-ls</span>
<span style="color: #666666; font-style: italic;">## to attach to screen</span>
<span style="color: #c20cb9; font-weight: bold;">screen</span> <span style="color: #660033;">-r</span> session_name
<span style="color: #666666; font-style: italic;">#To Rename window in screen</span>
ctrl+a A
<span style="color: #666666; font-style: italic;">#To split the window on one screen</span>
ctrl-a + S
<span style="color: #666666; font-style: italic;">#To change to split window</span>
ctrl + tab
<span style="color: #666666; font-style: italic;">#To kill alll the split and make the current windows active</span>
ctrl-a + Q</pre></div></div>

<h3>Related links</h3>
<ul>
<li>http://www.bangmoney.org/presentations/screen.html</li>
<li>http://www.gnu.org/software/screen/</li>
</ul>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.linuxknowledgebase.com%2Findex.php%2F2011%2F12%2Fgnu-screen-basic%2F&amp;title=Gnu%20Screen%20Basic" id="wpa2a_10"><img src="http://www.linuxknowledgebase.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.linuxknowledgebase.com/index.php/2011/12/gnu-screen-basic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Most commonly Used filesystems on Linux</title>
		<link>http://www.linuxknowledgebase.com/index.php/2011/12/most-commonly-used-filesystems-on-linux/</link>
		<comments>http://www.linuxknowledgebase.com/index.php/2011/12/most-commonly-used-filesystems-on-linux/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 14:29:12 +0000</pubDate>
		<dc:creator>nala</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[file-systems]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.linuxknowledgebase.com/?p=42</guid>
		<description><![CDATA[The Linux kernel supports various filesystems. We&#8217;ll explain ext2, ext3, ReiserFS, XFS and JFS as those filesystems are most commonly used on Linux systems. ext2 ext2 is the tried and true Linux filesystem but doesn&#8217;t have metadata journaling, which means that routine ext2 filesystem checks at startup time can be quite time-consuming. There is now &#8230; <a href="http://www.linuxknowledgebase.com/index.php/2011/12/most-commonly-used-filesystems-on-linux/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Linux kernel supports various filesystems. We&#8217;ll explain ext2, ext3, ReiserFS, XFS and JFS as those filesystems are most commonly used on Linux systems.</p>
<h3>ext2</h3>
<p>ext2 is the tried and true Linux filesystem but doesn&#8217;t have metadata journaling, which means that routine ext2 filesystem checks at startup time can be quite time-consuming. There is now quite a selection of newer-generation journaled filesystems that can be checked for consistency very quickly and are thus generally preferred over their non-journaled counterparts. Journaled filesystems prevent long delays when you boot your system and your filesystem happens to be in an inconsistent state.</p>
<h3>ext3</h3>
<p>ext3 is the journaled version of the ext2 filesystem, providing metadata journaling for fast recovery in addition to other enhanced journaling modes like full data and ordered data journaling. ext3 is a very good and reliable filesystem. It has an additional hashed b-tree indexing option that enables high performance in almost all situations. In short, ext3 is an excellent filesystem.</p>
<h3>ReiserFS</h3>
<p>ReiserFS is a B*-tree based filesystem that has very good overall performance and greatly outperforms both ext2 and ext3 when dealing with small files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales extremely well and has metadata journaling. As of kernel 2.4.18+, ReiserFS is solid and usable as both general-purpose filesystem and for extreme cases such as the creation of large filesystems, the use of many small files, very large files and directories containing tens of thousands of files.</p>
<h3>XFS</h3>
<p>XFS is a filesystem with metadata journaling that is fully supported under Gentoo Linux&#8217;s xfs-sources kernel. It comes with a robust feature-set and is optimized for scalability. We only recommend using this filesystem on Linux systems with high-end SCSI and/or fibre channel storage and a uninterruptible power supply. Because XFS aggressively caches in-transit data in RAM, improperly designed programs (those that don&#8217;t take proper precautions when writing files to disk and there are quite a few of them) can lose a good deal of data if the system goes down unexpectedly. </p>
<h3>JFS</h3>
<p>JFS is IBM&#8217;s high-performance journaling filesystem. It has recently become production-ready and there hasn&#8217;t been a sufficient track record to comment positively nor negatively on its general stability at this point</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.linuxknowledgebase.com%2Findex.php%2F2011%2F12%2Fmost-commonly-used-filesystems-on-linux%2F&amp;title=Most%20commonly%20Used%20filesystems%20on%20Linux" id="wpa2a_12"><img src="http://www.linuxknowledgebase.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.linuxknowledgebase.com/index.php/2011/12/most-commonly-used-filesystems-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VI Editor Just Enough to Get By</title>
		<link>http://www.linuxknowledgebase.com/index.php/2011/12/vi-editor-just-enough-to-get-by/</link>
		<comments>http://www.linuxknowledgebase.com/index.php/2011/12/vi-editor-just-enough-to-get-by/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 14:24:19 +0000</pubDate>
		<dc:creator>nala</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.linuxknowledgebase.com/?p=37</guid>
		<description><![CDATA[Just Enough to Get By (Reference : Prentice Hall Linux Desk Reference Second Edition) As the heading suggests, in this section I attempt to present a subset of the vi commands large enough to enable you to accomplish basic tasks, but small enough that a beginner can remember most of them. Opening and Closing You &#8230; <a href="http://www.linuxknowledgebase.com/index.php/2011/12/vi-editor-just-enough-to-get-by/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just Enough to Get By (Reference : Prentice Hall Linux Desk Reference Second Edition)</p>
<p>As the heading suggests, in this section I attempt to present a subset of the vi commands large enough to enable you to accomplish basic tasks, but small enough that a beginner can remember most of them. Opening and Closing</p>
<p>You open a file by typing &#8220;vi &#8221; on the command line— for example:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">vi</span> chapter29.txt</pre></div></div>

<p>
You close a file by getting into command mode (use the key), typing a colon &#8220;:&#8221; and then typing wq (write quit). If you don&#8217;t want to save changes to the file, type q (quit). If it gives you any trouble, type wq! (enthusiastic quit).</p>
<h3>Inserting Text</h3>
<p>
You insert new text by getting into edit mode. There are a lot of ways to get into edit mode. An incomplete list is presented next: Key Function
</p>
<ul>
<li>i Insert new text at current cursor position.</li>
<li>a Append new text to the end of the current line.</li>
</ul>
<h3>Deleting Text</h3>
<p>Delete text by getting into command mode (press ) and using one of the following keys: Key Function x Delete a character. dw Delete a word. * dd Delete a line.</p>
<h3>Moving Around</h3>
<p>Get into command mode by pressing . The following keys are active: Key Function h Left one space j Down one line k Up one line l Right one space</p>
<h3>Undo</h3>
<p>The undo key is &#8220;u&#8221;. Get into command mode (press ) and then press &#8220;u&#8221;. This will undo all the changes back to the last time you entered edit mode. You may press undo repeatedly, each time undoing an edit session.</p>
<h3>Searching :Search for text by</h3>
<ul>
<li>Getting into command mode (press ).</li>
<li> Press the forward slash &#8220;/&#8221;. A forward slash character should appear in the lower left corner of your screen.</li>
<li>    Typing the string you wish to search for.</li>
<li> Starting and Stopping vi</li>
</ul>
<h3>vi can be invoked from the command line as follows:</h3>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">vi</span> <span style="color: #660033;">-r</span> <span style="color: #c20cb9; font-weight: bold;">file</span> Recover a buffer saved when <span style="color: #c20cb9; font-weight: bold;">vi</span> terminates.
<span style="color: #c20cb9; font-weight: bold;">vi</span> +n <span style="color: #c20cb9; font-weight: bold;">file</span> Open <span style="color: #c20cb9; font-weight: bold;">file</span> on line n.
<span style="color: #c20cb9; font-weight: bold;">vi</span> + <span style="color: #c20cb9; font-weight: bold;">file</span> Open a <span style="color: #c20cb9; font-weight: bold;">file</span> at the <span style="color: #c20cb9; font-weight: bold;">last</span> line of file.
<span style="color: #c20cb9; font-weight: bold;">vi</span> +<span style="color: #000000; font-weight: bold;">/</span>pattern <span style="color: #c20cb9; font-weight: bold;">file</span> Open <span style="color: #c20cb9; font-weight: bold;">file</span> at the first instance of pattern.
<span style="color: #c20cb9; font-weight: bold;">vi</span> <span style="color: #c20cb9; font-weight: bold;">file</span> file... Open multiple files.</pre></div></div>

<p>Once inside vi, to get to the next file, type :n from command mode.</p>
<p>view file Open file in read-only mode.</p>
<p>The following commands will either get you out of vi, write any changes you may have made, or both:</p>
<h3>Key Function</h3>
<ul>
<li>:w file Write to the specified file.</li>
<li>:w! file Write to specified file, regardless of file permissions.</li>
<li>:wq Write and quit.</li>
<li>:wq! Write and quit, regardless of access mode.</li>
<li> <img src='http://www.linuxknowledgebase.com/wp-includes/images/smilies/icon_mad.gif' alt=':x' class='wp-smiley' />  ,  ZZ Quit and save any changes.</li>
<li>:q Quit.</li>
<li>:q! Quit without saving changes.</li>
<li>Q Quit vi and start ex.</li>
</ul>
<p>Wanna know more, please get the book</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.linuxknowledgebase.com%2Findex.php%2F2011%2F12%2Fvi-editor-just-enough-to-get-by%2F&amp;title=VI%20Editor%20Just%20Enough%20to%20Get%20By" id="wpa2a_14"><img src="http://www.linuxknowledgebase.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.linuxknowledgebase.com/index.php/2011/12/vi-editor-just-enough-to-get-by/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Which file is responsible for setting up interfaces at boot time?</title>
		<link>http://www.linuxknowledgebase.com/index.php/2011/12/which-file-is-responsible-for-setting-up-interfaces-at-boot-time/</link>
		<comments>http://www.linuxknowledgebase.com/index.php/2011/12/which-file-is-responsible-for-setting-up-interfaces-at-boot-time/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 14:10:35 +0000</pubDate>
		<dc:creator>nala</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.linuxknowledgebase.com/?p=35</guid>
		<description><![CDATA[Depends what distro you are using Ubuntu, Debian,Mint : > /etc/network/interfaces redhat,Fedora,Centos :> /etc/sysconfig/network-scripts/]]></description>
			<content:encoded><![CDATA[<p>Depends what distro you are using</p>
<ul>
<li>Ubuntu, Debian,Mint : >  /etc/network/interfaces</li>
<li>redhat,Fedora,Centos :> /etc/sysconfig/network-scripts/</ul>
</li>
</ul>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.linuxknowledgebase.com%2Findex.php%2F2011%2F12%2Fwhich-file-is-responsible-for-setting-up-interfaces-at-boot-time%2F&amp;title=Which%20file%20is%20responsible%20for%20setting%20up%20interfaces%20at%20boot%20time%3F" id="wpa2a_16"><img src="http://www.linuxknowledgebase.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.linuxknowledgebase.com/index.php/2011/12/which-file-is-responsible-for-setting-up-interfaces-at-boot-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do you find out external network ip from shell</title>
		<link>http://www.linuxknowledgebase.com/index.php/2011/12/how-do-you-find-out-external-network-ip-from-shell/</link>
		<comments>http://www.linuxknowledgebase.com/index.php/2011/12/how-do-you-find-out-external-network-ip-from-shell/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 14:07:59 +0000</pubDate>
		<dc:creator>nala</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.linuxknowledgebase.com/?p=32</guid>
		<description><![CDATA[Using google IP hceck you can do this from the shell curl --silent 'http://www.google.com/search?q=what+is+my+ip' &#124; sed 's/.*Client IP address: //;s/).*//;q']]></description>
			<content:encoded><![CDATA[<p>Using google IP hceck you can do this from the shell</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"> curl <span style="color: #660033;">--silent</span> <span style="color: #ff0000;">'http://www.google.com/search?q=what+is+my+ip'</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #ff0000;">'s/.*Client IP address: //;s/).*//;q'</span></pre></div></div>

<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.linuxknowledgebase.com%2Findex.php%2F2011%2F12%2Fhow-do-you-find-out-external-network-ip-from-shell%2F&amp;title=How%20do%20you%20find%20out%20external%20network%20ip%20from%20shell" id="wpa2a_18"><img src="http://www.linuxknowledgebase.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.linuxknowledgebase.com/index.php/2011/12/how-do-you-find-out-external-network-ip-from-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Extra Packages for Enterprise Linux (or EPEL)?</title>
		<link>http://www.linuxknowledgebase.com/index.php/2011/12/what-is-extra-packages-for-enterprise-linux-or-epel/</link>
		<comments>http://www.linuxknowledgebase.com/index.php/2011/12/what-is-extra-packages-for-enterprise-linux-or-epel/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 14:04:26 +0000</pubDate>
		<dc:creator>nala</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Redhat]]></category>

		<guid isPermaLink="false">http://www.linuxknowledgebase.com/?p=30</guid>
		<description><![CDATA[Extra Packages for Enterprise Linux (or EPEL) is a Fedora Special Interest Group that creates, maintains, and manages a high quality set of additional packages for Enterprise Linux, including, but not limited to, Red Hat Enterprise Linux (RHEL), CentOS and Scientific Linux (SL). EPEL packages are usually based on their Fedora counterparts and will never &#8230; <a href="http://www.linuxknowledgebase.com/index.php/2011/12/what-is-extra-packages-for-enterprise-linux-or-epel/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Extra Packages for Enterprise Linux (or EPEL) is a Fedora Special Interest Group that creates, maintains, and manages a high quality set of additional packages for Enterprise Linux, including, but not limited to, Red Hat Enterprise Linux (RHEL), CentOS and Scientific Linux (SL).</p>
<p>EPEL packages are usually based on their Fedora counterparts and will never conflict with or replace packages in the base Enterprise Linux distributions. EPEL uses much of the same infrastructure as Fedora, including buildsystem, bugzilla instance, updates manager, mirror manager and more.</p>
<p>Learn more about EPEL in the <a title="EPEL/FAQ" href="http://fedoraproject.org/wiki/EPEL/FAQ" rel="nofollow"> EPEL FAQ</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.linuxknowledgebase.com%2Findex.php%2F2011%2F12%2Fwhat-is-extra-packages-for-enterprise-linux-or-epel%2F&amp;title=What%20is%20Extra%20Packages%20for%20Enterprise%20Linux%20%28or%20EPEL%29%3F" id="wpa2a_20"><img src="http://www.linuxknowledgebase.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.linuxknowledgebase.com/index.php/2011/12/what-is-extra-packages-for-enterprise-linux-or-epel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

