<?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></title>
	<atom:link href="http://www.umairrashid.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.umairrashid.com</link>
	<description></description>
	<lastBuildDate>Thu, 17 May 2012 11:56:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>System Monitoring Tool For Linux</title>
		<link>http://www.umairrashid.com/2012/05/17/system-monitoring-tool-for-linux/</link>
		<comments>http://www.umairrashid.com/2012/05/17/system-monitoring-tool-for-linux/#comments</comments>
		<pubDate>Thu, 17 May 2012 11:56:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.umairrashid.com/?p=183</guid>
		<description><![CDATA[How do I Find Out Linux CPU Utilization? by VIVEK GITE on APRIL 6, 2006 · 128 COMMENTS Whenever a Linux system CPU is occupied by a process, it is unavailable for processing other requests. Rest of pending requests must wait till CPU is free. This becomes a bottleneck in the system. Following command will help you to identify CPU [...]]]></description>
		<wfw:commentRss>http://www.umairrashid.com/2012/05/17/system-monitoring-tool-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Extra Extensions to Gnome Shell on Ubuntu 12.04</title>
		<link>http://www.umairrashid.com/2012/05/15/adding-extra-extensions-to-gnome-shell-on-ubuntu-12-04/</link>
		<comments>http://www.umairrashid.com/2012/05/15/adding-extra-extensions-to-gnome-shell-on-ubuntu-12-04/#comments</comments>
		<pubDate>Tue, 15 May 2012 09:00:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Gnome Shell]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.umairrashid.com/?p=171</guid>
		<description><![CDATA[Installing Gnome Shell on Ubuntu 12.04 is pretty simple Installing Gnome-Shell sudo add-apt-repository ppa:gnome3-team/gnome3 sudo apt-get update sudo apt-get install gnome-shell &#160; You need to logout and Select Gnome for login &#160; Adding Gnome Shell Extensions (Some Extensions may not work) sudo add-apt-repository ppa:ricotz/testing sudo apt-get update sudo apt-get install gnome-shell-extensions-common &#160; Adding Gnome Shell [...]]]></description>
		<wfw:commentRss>http://www.umairrashid.com/2012/05/15/adding-extra-extensions-to-gnome-shell-on-ubuntu-12-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://www.umairrashid.com/2012/04/29/166/</link>
		<comments>http://www.umairrashid.com/2012/04/29/166/#comments</comments>
		<pubDate>Sun, 29 Apr 2012 12:22:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.umairrashid.com/?p=166</guid>
		<description><![CDATA[If you are running your HTTP and HTTPS service on 80 and 443 port &#160; global &#160; &#160; &#160; &#160; daemon &#160; &#160; &#160; &#160; maxconn 256 &#160; &#160; &#160; &#160; #debug &#160; &#160; &#160; &#160; log 127.0.0.1 local0 defaults &#160; &#160; &#160; &#160; timeout connect 5000ms &#160; &#160; &#160; &#160; timeout client 50000ms &#160; [...]]]></description>
		<wfw:commentRss>http://www.umairrashid.com/2012/04/29/166/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running Google Chrome as root user on linux</title>
		<link>http://www.umairrashid.com/2012/04/17/running-google-chrome-as-root-user-on-linux/</link>
		<comments>http://www.umairrashid.com/2012/04/17/running-google-chrome-as-root-user-on-linux/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 11:10:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.umairrashid.com/?p=158</guid>
		<description><![CDATA[Hey Folks if you are unable to get google chrome working on linux as root user. do the following to fix it &#160; Open Softlink vim &#160;/usr/bin/google-chrome&#160; (use vim or nano or gedit or which ever editor you like) Search for&#160; exec -a &#34;$0&#34; &#34;$HERE/chrome&#34; &#160; &#34;$@&#34; This is probably last line, change above line [...]]]></description>
		<wfw:commentRss>http://www.umairrashid.com/2012/04/17/running-google-chrome-as-root-user-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GIT History on Linux or if you dont have git-extensions installed</title>
		<link>http://www.umairrashid.com/2012/03/19/git-history-on-linux-or-if-you-dont-have-git-extensions-installed/</link>
		<comments>http://www.umairrashid.com/2012/03/19/git-history-on-linux-or-if-you-dont-have-git-extensions-installed/#comments</comments>
		<pubDate>Mon, 19 Mar 2012 10:14:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://www.umairrashid.com/?p=154</guid>
		<description><![CDATA[Use following command to get better git history git log &#8211;graph &#8211;full-history &#8211;all &#8211;color&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8211;pretty=format:&#34;%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s&#34;]]></description>
		<wfw:commentRss>http://www.umairrashid.com/2012/03/19/git-history-on-linux-or-if-you-dont-have-git-extensions-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building Tomcat 6.0 THAT WORKS</title>
		<link>http://www.umairrashid.com/2012/03/01/building-tomcat-6-0-that-works/</link>
		<comments>http://www.umairrashid.com/2012/03/01/building-tomcat-6-0-that-works/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 13:18:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.umairrashid.com/?p=151</guid>
		<description><![CDATA[NOTE: To get the build working you need JDK 1.5 the later wont work with &#34;ant download&#34; Apache Tomcat 6.0 Building Tomcat Table of Contents Introduction Download a Java Development Kit (JDK) release (version 1.5.x or later) Install Apache Ant 1.6.5 or later Checkout or obtain the source code for Tomcat 6.0 Building Tomcat Building [...]]]></description>
		<wfw:commentRss>http://www.umairrashid.com/2012/03/01/building-tomcat-6-0-that-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MYSQLDUMP ERROR 1227 (42000) at line 2492: Access denied</title>
		<link>http://www.umairrashid.com/2012/03/01/mysqldump-error-1227-42000-at-line-2492-access-denied/</link>
		<comments>http://www.umairrashid.com/2012/03/01/mysqldump-error-1227-42000-at-line-2492-access-denied/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 09:09:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.umairrashid.com/?p=149</guid>
		<description><![CDATA[If you face this issue while using mysqldump ERROR 1227 (42000) at line 2492: Access denied; you need (at least one of) the SUPER privilege(s) for this operation. You need to open your mysql dump file and change DEFINER=user_a@localhost I like to change it to : DEFINER=correctuser@ip]]></description>
		<wfw:commentRss>http://www.umairrashid.com/2012/03/01/mysqldump-error-1227-42000-at-line-2492-access-denied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL DUMP &#8211; Include Binary Files in DUMP as well</title>
		<link>http://www.umairrashid.com/2012/02/24/mysql-dump-include-binary-files-in-dump-as-well/</link>
		<comments>http://www.umairrashid.com/2012/02/24/mysql-dump-include-binary-files-in-dump-as-well/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 10:31:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.umairrashid.com/?p=147</guid>
		<description><![CDATA[You need to use &#8211;quick flag for the dump mysqldump -h host.com -u dbuser -ppassword dbname tabe1 > table1.sql]]></description>
		<wfw:commentRss>http://www.umairrashid.com/2012/02/24/mysql-dump-include-binary-files-in-dump-as-well/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PTY allocation request failed on channel 0</title>
		<link>http://www.umairrashid.com/2012/02/23/pty-allocation-request-failed-on-channel-0/</link>
		<comments>http://www.umairrashid.com/2012/02/23/pty-allocation-request-failed-on-channel-0/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 10:10:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://www.umairrashid.com/?p=143</guid>
		<description><![CDATA[So if you are facing this issue, their can be many reasons, if you are using fedora 16 + git with key based login, its likely that you will come accross this issue. So before creating pts dev, you may wana do following things. I faced this issue while I was using gitolite to use [...]]]></description>
		<wfw:commentRss>http://www.umairrashid.com/2012/02/23/pty-allocation-request-failed-on-channel-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Very Old Master to Latest Branch</title>
		<link>http://www.umairrashid.com/2012/02/21/very-old-master-to-latest-branch/</link>
		<comments>http://www.umairrashid.com/2012/02/21/very-old-master-to-latest-branch/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 09:36:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://www.umairrashid.com/?p=140</guid>
		<description><![CDATA[Hey guys, what if you are following a bad practice and not keeping your master Synced up. What if its been 4, 5 months and you have not updated your master to latest code base. Here is how you can do it &#160; Suppose you are on branch called branchNew 1. git checkout master 2. [...]]]></description>
		<wfw:commentRss>http://www.umairrashid.com/2012/02/21/very-old-master-to-latest-branch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

