<?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>Fosiul.com &#187; Miscellaneous Admin Commands</title>
	<atom:link href="http://www.fosiul.com/index.php/category/linux/miscellaneous-admin-commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fosiul.com</link>
	<description>Dedicated To Linux</description>
	<lastBuildDate>Tue, 07 Feb 2012 12:35:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Linux: lsof command and its uses</title>
		<link>http://www.fosiul.com/index.php/2010/11/linux-lsof-command-and-its-uses/</link>
		<comments>http://www.fosiul.com/index.php/2010/11/linux-lsof-command-and-its-uses/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 15:29:53 +0000</pubDate>
		<dc:creator>Fosiul</dc:creator>
				<category><![CDATA[Miscellaneous Admin Commands]]></category>

		<guid isPermaLink="false">http://www.fosiul.com/?p=1611</guid>
		<description><![CDATA[How to view only TCP Established connections lsof -iTCP &#124; grep ESTABLISHED How to view traffic on specific port ( port 22) Syntax is : lsof -i : port number lsof -i :22 &#124; grep ESTABLISHED How to view traffic from specific ip address lsof -i@ip.of.your.user how to view open files by a individual users [...]]]></description>
		<wfw:commentRss>http://www.fosiul.com/index.php/2010/11/linux-lsof-command-and-its-uses/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mysql Server processlist shows negative value(-) in connect column for system user</title>
		<link>http://www.fosiul.com/index.php/2010/06/mysql-server-processlist-shows-negative-value-in-connect-column-for-system-user/</link>
		<comments>http://www.fosiul.com/index.php/2010/06/mysql-server-processlist-shows-negative-value-in-connect-column-for-system-user/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 09:25:26 +0000</pubDate>
		<dc:creator>Fosiul</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Miscellaneous Admin Commands]]></category>
		<category><![CDATA[MySQL Server]]></category>

		<guid isPermaLink="false">http://www.fosiul.com/?p=1190</guid>
		<description><![CDATA[Some times process list out put show negative value like bellow : Command : watch /usr/local/mysql/bin/mysqladmin -ppass processlist 8 &#124; system user &#124; &#124; Connect &#124; -1247 &#124; Has read all relay log; waiting for the slave I/O thread to update it &#124; One of the reason : make sure both Server has same time [...]]]></description>
		<wfw:commentRss>http://www.fosiul.com/index.php/2010/06/mysql-server-processlist-shows-negative-value-in-connect-column-for-system-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

