<?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>Khaled Hussein &#187; Command Line</title>
	<atom:link href="http://www.khussein.com/tag/command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.khussein.com</link>
	<description>Thoughts, Hacks, Coding, Creativity, and Fun.</description>
	<lastBuildDate>Tue, 23 Feb 2010 23:03:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Linux command line repository</title>
		<link>http://www.khussein.com/linux-command-line-repository/</link>
		<comments>http://www.khussein.com/linux-command-line-repository/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 08:53:32 +0000</pubDate>
		<dc:creator>Khaled Hussein</dc:creator>
				<category><![CDATA[Cool Hacks]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Command Line]]></category>

		<guid isPermaLink="false">http://www.khussein.com/2009/linux-command-line-repository/</guid>
		<description><![CDATA[Here is another command line repository. It has a bunch of one line commands that we maybe using everyday. You can also comment and vote on these commands. Happy coding Please, share your thoughts !!]]></description>
		<wfw:commentRss>http://www.khussein.com/linux-command-line-repository/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linux Virtual Terminals</title>
		<link>http://www.khussein.com/linux-virtual-terminals/</link>
		<comments>http://www.khussein.com/linux-virtual-terminals/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 03:18:16 +0000</pubDate>
		<dc:creator>Khaled Hussein</dc:creator>
				<category><![CDATA[Cool Hacks]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Virtual Terminals]]></category>

		<guid isPermaLink="false">http://www.khussein.com/2009/linux-virtual-terminals/</guid>
		<description><![CDATA[As you all know, linux is a multi-user system. This means that you can login as two or more different users at the same time. To switch between virtual terminals, you can use the keyboard combination (Ctrl-)Left Alt-FN, where N is in range 1-12). You can also switch to any virtual terminal from the command [...]]]></description>
		<wfw:commentRss>http://www.khussein.com/linux-virtual-terminals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bash command line editing using vim</title>
		<link>http://www.khussein.com/bash-command-line-editing-using-vim/</link>
		<comments>http://www.khussein.com/bash-command-line-editing-using-vim/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 01:40:59 +0000</pubDate>
		<dc:creator>Khaled Hussein</dc:creator>
				<category><![CDATA[Cool Hacks]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Vim]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Editors]]></category>

		<guid isPermaLink="false">http://www.khussein.com/2009/bash-command-line-editing-with-vim/</guid>
		<description><![CDATA[I was thinking that it&#8217;d be really cool if there is a way to edit my bash shell commands using vim. So, one of my friends told me about a pretty cool command called fc. It is basically a way to fix your last run command in a text editor like vim. All you have [...]]]></description>
		<wfw:commentRss>http://www.khussein.com/bash-command-line-editing-using-vim/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Change GTK+ theme from command line</title>
		<link>http://www.khussein.com/change-gtk-theme-from-command-line/</link>
		<comments>http://www.khussein.com/change-gtk-theme-from-command-line/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 05:28:26 +0000</pubDate>
		<dc:creator>Khaled Hussein</dc:creator>
				<category><![CDATA[Cool Hacks]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[GTK+]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.khussein.com/2009/change-gtk-theme-from-command-line/</guid>
		<description><![CDATA[First, you need to know that installing a gtk theme from command line is fairly easy. All you have to do is to extract the contents of your theme tar file in /usr/share/themes. tar -zxf your-theme-.tar.gz /usr/share/themes/ So, to switch your theme, you can install a tool called gtk-theme-switch. It is easy to guess . [...]]]></description>
		<wfw:commentRss>http://www.khussein.com/change-gtk-theme-from-command-line/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Change keyboard layout from command line</title>
		<link>http://www.khussein.com/change-keyboard-layout-from-command-line/</link>
		<comments>http://www.khussein.com/change-keyboard-layout-from-command-line/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 05:15:00 +0000</pubDate>
		<dc:creator>Khaled Hussein</dc:creator>
				<category><![CDATA[Cool Hacks]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Dvorak]]></category>
		<category><![CDATA[Keyboard Layout]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.khussein.com/2009/change-keyboard-layout-from-command-line/</guid>
		<description><![CDATA[I don&#8217;t want to start a debate about the best keyboard layout ever. However, I was pretty much open minded and decided to give Dvorák a try. I used it for a few months and I caught up with my original speed of qwerty. To switch your keyboard layout to Dvorák: setxkbmap -layout dvorak Honestly, [...]]]></description>
		<wfw:commentRss>http://www.khussein.com/change-keyboard-layout-from-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
