<?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>Absolutely Tech &#187; linux</title>
	<atom:link href="http://www.absolutelytech.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.absolutelytech.com</link>
	<description>Yes!! Its absolutely tech...</description>
	<lastBuildDate>Wed, 28 Sep 2011 10:31:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>[SOLVED] Error &#8220;undefined reference to `libiconv_open&#8217;&#8221; while compiling</title>
		<link>http://www.absolutelytech.com/2010/12/06/solved-error-undefined-reference-to-libiconv_open-while-compiling/</link>
		<comments>http://www.absolutelytech.com/2010/12/06/solved-error-undefined-reference-to-libiconv_open-while-compiling/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 14:09:37 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu (Linux)]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[libiconv]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=969</guid>
		<description><![CDATA[I was trying to compile sphinx server from source but I go the following errors on executing make undefined reference to `libiconv_open&#8217; undefined reference to `libiconv&#8217; undefined reference to `libiconv_close&#8217; To fix the error, you can compile without iconv (multiple encoding support) support. Use the following commands to compile. You can add more parameters as [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2011/04/26/solved-undefined-symbol-menu_proxy_module_load-error-in-gnome-applications/' rel='bookmark' title='[SOLVED] &#8220;undefined symbol: menu_proxy_module_load&#8221; error in GNOME applications'>[SOLVED] &#8220;undefined symbol: menu_proxy_module_load&#8221; error in GNOME applications</a></li>
<li><a href='http://www.absolutelytech.com/2010/12/20/solved-error-at-offset-error-in-unserialize/' rel='bookmark' title='[SOLVED] &#8216;Error at offset&#8217; error in unserialize()'>[SOLVED] &#8216;Error at offset&#8217; error in unserialize()</a></li>
<li><a href='http://www.absolutelytech.com/2010/06/30/solved-error-dpkg-error-processing-filename-unpack-trying-to-overwrite/' rel='bookmark' title='[SOLVED] Error &#8216;dpkg: error processing &lt;filename&gt; (&#045;&#045;unpack) trying to overwrite&#8230;'>[SOLVED] Error &#8216;dpkg: error processing &lt;filename&gt; (&#45;&#45;unpack) trying to overwrite&#8230;</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/12/06/solved-error-undefined-reference-to-libiconv_open-while-compiling/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[HowTo] Use locate command and updatedb to search all partitions</title>
		<link>http://www.absolutelytech.com/2010/10/26/howto-use-locate-command-and-updatedb-to-search-all-partitions/</link>
		<comments>http://www.absolutelytech.com/2010/10/26/howto-use-locate-command-and-updatedb-to-search-all-partitions/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 17:59:35 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Ubuntu (Linux)]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[locate]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[updatedb]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=950</guid>
		<description><![CDATA[Updatedb command by default does not include /media path for updating its database. You can change the settings in /etc/updatedb.conf so that it starts indexing other partitions too. sudo gedit /etc/updatedb.conf In the PRUNEPATHS setting, remove /media. Save the file and run sudo updatedb This will index all your files from /media folder. Make sure [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2009/09/24/auto-mounting-partitions-at-start-up/' rel='bookmark' title='Auto mounting partitions at start-up in Ubuntu'>Auto mounting partitions at start-up in Ubuntu</a></li>
<li><a href='http://www.absolutelytech.com/2010/07/14/extract-almost-any-archive-through-terminal-using-a-single-command-in-linux/' rel='bookmark' title='[HowTo]Extract almost any archive through terminal using a single command in linux'>[HowTo]Extract almost any archive through terminal using a single command in linux</a></li>
<li><a href='http://www.absolutelytech.com/2010/07/18/howto-send-emailsusing-mail-function-from-localhost-in-php-through-msmtp-using-gmail-account-on-linux/' rel='bookmark' title='[HOWTO] Send emails(using mail function) from localhost in PHP through msmtp (using gmail account) on Linux'>[HOWTO] Send emails(using mail function) from localhost in PHP through msmtp (using gmail account) on Linux</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/10/26/howto-use-locate-command-and-updatedb-to-search-all-partitions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[HowTo] Suspend Ubuntu from terminal or keyboard shortcuts</title>
		<link>http://www.absolutelytech.com/2010/10/17/howto-suspend-ubuntu-from-terminal-or-keyboard-shortcuts/</link>
		<comments>http://www.absolutelytech.com/2010/10/17/howto-suspend-ubuntu-from-terminal-or-keyboard-shortcuts/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 05:25:27 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Ubuntu (Linux)]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[suspend]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=938</guid>
		<description><![CDATA[When learning to make bash scripts, at one point or other you&#8217;d like to know how to suspend your computer from terminal. Well, there are quite some methods available for Ubuntu. You can choose whatever suits your needs. I prefer method 3 (look below). Method 1: sudo sh /etc/acpi/sleep.sh force Method 2: sudo pm-suspend This [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/07/14/extract-almost-any-archive-through-terminal-using-a-single-command-in-linux/' rel='bookmark' title='[HowTo]Extract almost any archive through terminal using a single command in linux'>[HowTo]Extract almost any archive through terminal using a single command in linux</a></li>
<li><a href='http://www.absolutelytech.com/2010/10/16/howto-find-number-of-files-inside-a-folder-in-linux/' rel='bookmark' title='[HowTo] Find number of files inside a folder in Linux'>[HowTo] Find number of files inside a folder in Linux</a></li>
<li><a href='http://www.absolutelytech.com/2010/07/01/howto-reset-mysql-root-password-on-ubuntu-when-youve-forgotten-it/' rel='bookmark' title='[HOWTO] Reset MySQL root password on Ubuntu when you&#8217;ve forgotten it'>[HOWTO] Reset MySQL root password on Ubuntu when you&#8217;ve forgotten it</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/10/17/howto-suspend-ubuntu-from-terminal-or-keyboard-shortcuts/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>[HowTo] Find number of files inside a folder in Linux</title>
		<link>http://www.absolutelytech.com/2010/10/16/howto-find-number-of-files-inside-a-folder-in-linux/</link>
		<comments>http://www.absolutelytech.com/2010/10/16/howto-find-number-of-files-inside-a-folder-in-linux/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 09:09:08 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Ubuntu (Linux)]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wc]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=925</guid>
		<description><![CDATA[I wanted to find out the number of files inside a folder. I didn&#8217;t want the folders to be included in the result. A blog post on zimbio.com shows us how to do it with ls command which is not only downright inaccurate, it is also slower than what I am going to show you. [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/07/14/extract-almost-any-archive-through-terminal-using-a-single-command-in-linux/' rel='bookmark' title='[HowTo]Extract almost any archive through terminal using a single command in linux'>[HowTo]Extract almost any archive through terminal using a single command in linux</a></li>
<li><a href='http://www.absolutelytech.com/2011/03/27/howto-save-all-flash-video-files-being-played-in-chromechromium-to-home-directory/' rel='bookmark' title='[HowTo] Save all flash video files being played in Chrome/Chromium to Home directory'>[HowTo] Save all flash video files being played in Chrome/Chromium to Home directory</a></li>
<li><a href='http://www.absolutelytech.com/2009/09/26/extracting-and-adding-files-from-and-to-rar-and-7z-files/' rel='bookmark' title='Extracting and adding files from and to Rar and 7z files'>Extracting and adding files from and to Rar and 7z files</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/10/16/howto-find-number-of-files-inside-a-folder-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[HowTo] Enable or disable modules in Apache</title>
		<link>http://www.absolutelytech.com/2010/08/02/howto-enable-or-disable-modules-in-apache/</link>
		<comments>http://www.absolutelytech.com/2010/08/02/howto-enable-or-disable-modules-in-apache/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 05:14:47 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[a2dismod]]></category>
		<category><![CDATA[a2enmod]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mods]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=848</guid>
		<description><![CDATA[You can enable or disable any apache module using a2enmod and a2dismod. You don&#8217;t need to edit the conf file for that unless you are having some problem with this method. The syntax of these commands is really simple: To enable a module: sudo a2enmod module_name To disable a module: sudo a2dismod module_name For instance, [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/08/02/howto-add-expire-headers-to-cache-static-files-using-htaccess/' rel='bookmark' title='[HowTo] Add expires headers to cache static files using htaccess'>[HowTo] Add expires headers to cache static files using htaccess</a></li>
<li><a href='http://www.absolutelytech.com/2010/07/18/howto-send-emailsusing-mail-function-from-localhost-in-php-through-msmtp-using-gmail-account-on-linux/' rel='bookmark' title='[HOWTO] Send emails(using mail function) from localhost in PHP through msmtp (using gmail account) on Linux'>[HOWTO] Send emails(using mail function) from localhost in PHP through msmtp (using gmail account) on Linux</a></li>
<li><a href='http://www.absolutelytech.com/2010/04/18/solved-unable-to-enumerate-usb-device-disabling-ehci_hcd/' rel='bookmark' title='[Solved] Unable to enumerate USB device (Disabling ehci_hcd)'>[Solved] Unable to enumerate USB device (Disabling ehci_hcd)</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/08/02/howto-enable-or-disable-modules-in-apache/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>[HowTo] Use mutt with msmtp</title>
		<link>http://www.absolutelytech.com/2010/07/20/howto-use-mutt-with-msmtp/</link>
		<comments>http://www.absolutelytech.com/2010/07/20/howto-use-mutt-with-msmtp/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 07:12:14 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[Ubuntu (Linux)]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[msmtp]]></category>
		<category><![CDATA[mutt]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=724</guid>
		<description><![CDATA[Mutt is a small but very powerful text-based mail client for Unix operating systems. Msmtp is a smtp client which is available for Linux as well as windows. Configuring mutt to work with msmtp is fortunately quite easy. Here&#8217;s a tutorial teaching the same. Step 1: Find the executable path of msmtp: which msmtp Step [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/07/17/howto-configure-msmtp-to-work-with-gmail-on-linux/' rel='bookmark' title='[HowTo] Configure msmtp to work with gmail on linux'>[HowTo] Configure msmtp to work with gmail on linux</a></li>
<li><a href='http://www.absolutelytech.com/2010/07/18/howto-send-emailsusing-mail-function-from-localhost-in-php-through-msmtp-using-gmail-account-on-linux/' rel='bookmark' title='[HOWTO] Send emails(using mail function) from localhost in PHP through msmtp (using gmail account) on Linux'>[HOWTO] Send emails(using mail function) from localhost in PHP through msmtp (using gmail account) on Linux</a></li>
<li><a href='http://www.absolutelytech.com/2009/12/14/using-codeigniters-email-library-separately/' rel='bookmark' title='Using CodeIgniter&#8217;s Email library separately'>Using CodeIgniter&#8217;s Email library separately</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/07/20/howto-use-mutt-with-msmtp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[HOWTO] Send emails(using mail function) from localhost in PHP through msmtp (using gmail account) on Linux</title>
		<link>http://www.absolutelytech.com/2010/07/18/howto-send-emailsusing-mail-function-from-localhost-in-php-through-msmtp-using-gmail-account-on-linux/</link>
		<comments>http://www.absolutelytech.com/2010/07/18/howto-send-emailsusing-mail-function-from-localhost-in-php-through-msmtp-using-gmail-account-on-linux/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 07:08:27 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu (Linux)]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[mail()]]></category>
		<category><![CDATA[msmtp]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=665</guid>
		<description><![CDATA[There&#8217;ve been lots of times when I wanted to use the mail() function on my local server. I am sure lots of you would&#8217;ve been wanting it too but most of you would&#8217;ve settled for PHPMailer or just used a web host to test the code instead. I myself had been doing the same until [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/07/17/howto-configure-msmtp-to-work-with-gmail-on-linux/' rel='bookmark' title='[HowTo] Configure msmtp to work with gmail on linux'>[HowTo] Configure msmtp to work with gmail on linux</a></li>
<li><a href='http://www.absolutelytech.com/2010/07/20/howto-use-mutt-with-msmtp/' rel='bookmark' title='[HowTo] Use mutt with msmtp'>[HowTo] Use mutt with msmtp</a></li>
<li><a href='http://www.absolutelytech.com/2010/09/11/howto-delete-all-unstarred-emails-from-inbox-or-label-in-gmail/' rel='bookmark' title='[HOWTO] Delete all unstarred emails from Inbox or Label in GMail'>[HOWTO] Delete all unstarred emails from Inbox or Label in GMail</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/07/18/howto-send-emailsusing-mail-function-from-localhost-in-php-through-msmtp-using-gmail-account-on-linux/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>[HowTo] Configure msmtp to work with gmail on linux</title>
		<link>http://www.absolutelytech.com/2010/07/17/howto-configure-msmtp-to-work-with-gmail-on-linux/</link>
		<comments>http://www.absolutelytech.com/2010/07/17/howto-configure-msmtp-to-work-with-gmail-on-linux/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 18:38:57 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Ubuntu (Linux)]]></category>
		<category><![CDATA[ca-certificates]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[msmtp]]></category>
		<category><![CDATA[msmtp gmail]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=731</guid>
		<description><![CDATA[Msmtp is a small but powerful and highly customizable smtp client. You can access gmail smtp using msmtp, which is exactly what I&#8217;ll teach in this tutorial. Step by step instructions: Install msmtp and ca-certificates for use with SSL: sudo apt-get install msmtp ca-certificates We&#8217;ll create and edit the configuration file using Gedit: sudo gedit [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/07/18/howto-send-emailsusing-mail-function-from-localhost-in-php-through-msmtp-using-gmail-account-on-linux/' rel='bookmark' title='[HOWTO] Send emails(using mail function) from localhost in PHP through msmtp (using gmail account) on Linux'>[HOWTO] Send emails(using mail function) from localhost in PHP through msmtp (using gmail account) on Linux</a></li>
<li><a href='http://www.absolutelytech.com/2010/07/20/howto-use-mutt-with-msmtp/' rel='bookmark' title='[HowTo] Use mutt with msmtp'>[HowTo] Use mutt with msmtp</a></li>
<li><a href='http://www.absolutelytech.com/2009/05/31/gmail-inbox-full-now-what-ive-a-solution/' rel='bookmark' title='[HowTo] Forward all gmail mails to new address when you&#8217;ve run out of space'>[HowTo] Forward all gmail mails to new address when you&#8217;ve run out of space</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/07/17/howto-configure-msmtp-to-work-with-gmail-on-linux/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>[SOLVED] No module named gtkhtml2</title>
		<link>http://www.absolutelytech.com/2010/07/15/solved-no-module-named-gtkhtml2/</link>
		<comments>http://www.absolutelytech.com/2010/07/15/solved-no-module-named-gtkhtml2/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 06:11:27 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[Ubuntu (Linux)]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[gtkhtml2]]></category>
		<category><![CDATA[ImportError: No module named gtkhtml2]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[python-gtkhtml2]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=672</guid>
		<description><![CDATA[I came across this error while trying to run BloGTK. I tried installing it from repositories but it failed: sudo apt-get install python-gtkhtml2 Reading package lists... Done Building dependency tree Reading state information... Done Package python-gtkhtml2 is not available, but is referred to by another package. This may mean that the package is missing, has [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/06/30/solved-error-dpkg-error-processing-filename-unpack-trying-to-overwrite/' rel='bookmark' title='[SOLVED] Error &#8216;dpkg: error processing &lt;filename&gt; (&#045;&#045;unpack) trying to overwrite&#8230;'>[SOLVED] Error &#8216;dpkg: error processing &lt;filename&gt; (&#45;&#45;unpack) trying to overwrite&#8230;</a></li>
<li><a href='http://www.absolutelytech.com/2010/10/17/solved-apt-get-is-to-be-installed-errors-in-ubuntu/' rel='bookmark' title='[Solved] apt-get &#8220;is to be installed&#8221; errors in Ubuntu'>[Solved] apt-get &#8220;is to be installed&#8221; errors in Ubuntu</a></li>
<li><a href='http://www.absolutelytech.com/2009/10/30/recovering-from-corrupt-upgrade-from-jaunty-to-karmic/' rel='bookmark' title='Recovering from corrupt upgrade from Jaunty to Karmic'>Recovering from corrupt upgrade from Jaunty to Karmic</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/07/15/solved-no-module-named-gtkhtml2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>[HOWTO] 5 methods to find out your linux distribution name and version through command line</title>
		<link>http://www.absolutelytech.com/2010/07/04/howto-find-out-your-linux-distribution-name-and-version-through-command-line/</link>
		<comments>http://www.absolutelytech.com/2010/07/04/howto-find-out-your-linux-distribution-name-and-version-through-command-line/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 13:20:19 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Ubuntu (Linux)]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command-line]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lsb_release]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[uname]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=633</guid>
		<description><![CDATA[There are lots of commands to find out your ditribution name and distribution version. Some work on some distros, some work on others. Here are some of the methods: lsb_release -a cat /etc/*release cat /etc/issue cat /proc/version uname -a One of these methods will surely tell you your linux distribution name and current version. Cheers! [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/06/26/howto-download-youtube-video-from-command-line-ubuntu/' rel='bookmark' title='[HOWTO] Download youtube video from command-line'>[HOWTO] Download youtube video from command-line</a></li>
<li><a href='http://www.absolutelytech.com/2010/10/16/howto-find-number-of-files-inside-a-folder-in-linux/' rel='bookmark' title='[HowTo] Find number of files inside a folder in Linux'>[HowTo] Find number of files inside a folder in Linux</a></li>
<li><a href='http://www.absolutelytech.com/2010/07/18/howto-send-emailsusing-mail-function-from-localhost-in-php-through-msmtp-using-gmail-account-on-linux/' rel='bookmark' title='[HOWTO] Send emails(using mail function) from localhost in PHP through msmtp (using gmail account) on Linux'>[HOWTO] Send emails(using mail function) from localhost in PHP through msmtp (using gmail account) on Linux</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/07/04/howto-find-out-your-linux-distribution-name-and-version-through-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc (Feed is rejected)
Page Caching using apc
Database Caching 24/137 queries in 0.239 seconds using apc
Object Caching 4113/4228 objects using apc

Served from: www.absolutelytech.com @ 2012-02-08 07:58:53 -->
