<?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; cli</title>
	<atom:link href="http://www.absolutelytech.com/tag/cli/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] Save all flash video files being played in Chrome/Chromium to Home directory</title>
		<link>http://www.absolutelytech.com/2011/03/27/howto-save-all-flash-video-files-being-played-in-chromechromium-to-home-directory/</link>
		<comments>http://www.absolutelytech.com/2011/03/27/howto-save-all-flash-video-files-being-played-in-chromechromium-to-home-directory/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 09:22:44 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Ubuntu (Linux)]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=1017</guid>
		<description><![CDATA[After watching a video on youtube in chrome, I felt like saving it. I couldn&#8217;t find the flv in ~/.cache or in /tmp. So I dug around and found this link:&#160;http://superuser.com/questions/235535/in-google-chrome-on-linux-where-is-the-flv-if-not-in-tmp. The solution by omab worked for me. So I wrote this one line command which would save all the currently playing files in Chrome [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/08/27/solved-ignoring-file-distupgrade-save-in-directory-etcaptsources-list-d-as-it-has-an-invalid-filename-extension-on-ubuntu-10-10/' rel='bookmark' title='[SOLVED] &#8220;Ignoring file &#8216;.distUpgrade&#8217; / &#8216;.save&#8217; in directory &#8216;/etc/apt/sources.list.d/&#8217; as it has an invalid filename extension&#8221; on Ubuntu 10.10'>[SOLVED] &#8220;Ignoring file &#8216;.distUpgrade&#8217; / &#8216;.save&#8217; in directory &#8216;/etc/apt/sources.list.d/&#8217; as it has an invalid filename extension&#8221; on Ubuntu 10.10</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/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>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2011/03/27/howto-save-all-flash-video-files-being-played-in-chromechromium-to-home-directory/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>
		<item>
		<title>[HOW-TO] Back up all MySQL databases</title>
		<link>http://www.absolutelytech.com/2010/04/06/how-to-back-up-all-mysql-databases/</link>
		<comments>http://www.absolutelytech.com/2010/04/06/how-to-back-up-all-mysql-databases/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 03:30:29 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=349</guid>
		<description><![CDATA[To backup all or some of your MySQL databases, you&#8217;ll need mysqldump which comes bundled with mysql. If you have MySQL installed, you probably have mysqldump installed already. To backup all databases use the following command: In linux: mysqldump -uroot -ppassword &#45;&#45;all-databases &#124; gzip > /media/disk-2/db.sql.gz In Windows: mysqldump -uroot -ppassword &#45;&#45;all-databases > db.sql This [...]


Related posts:<ol><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>
<li><a href='http://www.absolutelytech.com/2010/06/19/solved-cant-connect-to-local-mysql-server-through-socket-error/' rel='bookmark' title='[SOLVED] &#8216;Can&#8217;t connect to local MySQL server through socket&#8217; error'>[SOLVED] &#8216;Can&#8217;t connect to local MySQL server through socket&#8217; error</a></li>
<li><a href='http://www.absolutelytech.com/2010/06/22/howto-use-local-phpmyadmin-with-remote-mysql/' rel='bookmark' title='[HOWTO] Use local phpmyadmin with remote MySQL'>[HOWTO] Use local phpmyadmin with remote MySQL</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/04/06/how-to-back-up-all-mysql-databases/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 12/56 queries in 0.206 seconds using apc
Object Caching 1834/1868 objects using apc

Served from: www.absolutelytech.com @ 2012-02-05 23:43:23 -->
