<?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; terminal</title>
	<atom:link href="http://www.absolutelytech.com/tag/terminal/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>[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] 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>
		<item>
		<title>[HOWTO] Download youtube video from command-line</title>
		<link>http://www.absolutelytech.com/2010/06/26/howto-download-youtube-video-from-command-line-ubuntu/</link>
		<comments>http://www.absolutelytech.com/2010/06/26/howto-download-youtube-video-from-command-line-ubuntu/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 08:27:35 +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[downloading-youtube]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[youtube]]></category>
		<category><![CDATA[youtube-dl]]></category>
		<category><![CDATA[youtube-videos]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=433</guid>
		<description><![CDATA[Linux is awesome and so is the terminal. Things become a lot more easy if you can just type in few commands and get your work done. Downloading youtube video has always been messy with GUI downloaders, browser extensions and web services which claim to give you the download link to that video. Now, you [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/07/04/howto-find-out-your-linux-distribution-name-and-version-through-command-line/' rel='bookmark' title='[HOWTO] 5 methods to find out your linux distribution name and version through command line'>[HOWTO] 5 methods to find out your linux distribution name and version through command line</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/2011/04/26/solved-vlc-does-not-support-the-audio-or-video-format-h-264-on-ubuntu/' rel='bookmark' title='[SOLVED] VLC does not support the audio or video format &#8220;h.264&#8243; on Ubuntu'>[SOLVED] VLC does not support the audio or video format &#8220;h.264&#8243; on Ubuntu</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/06/26/howto-download-youtube-video-from-command-line-ubuntu/feed/</wfw:commentRss>
		<slash:comments>5</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 15/44 queries in 0.052 seconds using apc
Object Caching 1456/1482 objects using apc

Served from: www.absolutelytech.com @ 2012-02-08 08:25:26 -->
