<?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>CS &#38; IT Solutions &#187; Uncategorized</title>
	<atom:link href="http://blog.csatpk.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.csatpk.com</link>
	<description>Computer Scientists and IT Professionals Weblog</description>
	<lastBuildDate>Mon, 17 Oct 2011 10:58:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How can I use TCPDUMP to determine the top talker on my network?</title>
		<link>http://blog.csatpk.com/2010/09/how-can-i-use-tcpdump-to-determine-the-top-talker-on-my-network/</link>
		<comments>http://blog.csatpk.com/2010/09/how-can-i-use-tcpdump-to-determine-the-top-talker-on-my-network/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 04:39:57 +0000</pubDate>
		<dc:creator>amanat</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tcpdump]]></category>
		<category><![CDATA[top user]]></category>

		<guid isPermaLink="false">http://blog.csatpk.com/?p=1020</guid>
		<description><![CDATA[tcpdump -tnn -c 20000 -i eth0 &#124; awk -F &#8220;.&#8221; &#8216;{print $1&#8243;.&#8221;$2&#8243;.&#8221;$3&#8243;.&#8221;$4}&#8217; &#124; sort &#124; uniq -c &#124; sort -nr &#124; awk &#8216; $1 &#62; 100 &#8216; download in bash script top-talker.sh.txt-remove download and rename the file t- top-talker.sh if required, to make it executable #chmod a+x toptalker.sh Good luck!]]></description>
		<wfw:commentRss>http://blog.csatpk.com/2010/09/how-can-i-use-tcpdump-to-determine-the-top-talker-on-my-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install and Configure Windows 2003 Remote Installation Services (RIS)</title>
		<link>http://blog.csatpk.com/2010/03/install-and-configure-windows-2003-remote-installation-services-ris/</link>
		<comments>http://blog.csatpk.com/2010/03/install-and-configure-windows-2003-remote-installation-services-ris/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 04:33:41 +0000</pubDate>
		<dc:creator>amanat</dc:creator>
				<category><![CDATA[MCSE]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[network administration]]></category>
		<category><![CDATA[ris]]></category>
		<category><![CDATA[windows servers]]></category>
		<category><![CDATA[windows upgrade]]></category>

		<guid isPermaLink="false">http://blog.csatpk.com/?p=934</guid>
		<description><![CDATA[RIS is Microsoft&#8217;s version of 3rd party imaging software such as Symantec&#8217;s Ghost. RIS uses various technologies, such as PXE and DHCP to install clean installations, (not upgrade), of several operation systems. The PXE protocol is a combination of DHCP and TFTP, where DHCP is used to locate a boot server or servers, with TFTP [...]]]></description>
		<wfw:commentRss>http://blog.csatpk.com/2010/03/install-and-configure-windows-2003-remote-installation-services-ris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to squidGuard + squid on freeBSD</title>
		<link>http://blog.csatpk.com/2010/02/how-to-squidguard-squid-on-freebsd/</link>
		<comments>http://blog.csatpk.com/2010/02/how-to-squidguard-squid-on-freebsd/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 14:48:36 +0000</pubDate>
		<dc:creator>amanat</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.csatpk.com/?p=809</guid>
		<description><![CDATA[Download Berkeley Db from oracle website cd /usr/local wget http://download.oracle.com/berkeley-db/db-4.8.26.tar.gz #tar -zxvf db-4.8.26.tar.gz #cd db-4.8.26/build-unix run this command #../dist/configure &#8211;prefix=/usr/local/db/ after that #make &#38;&#38; make install this will install it in /usr/local/db go and verify new directories there e.g bin and include etc if yes then #cd /usr/local wget http://www.squidguard.org/Downloads/squidGuard-1.4.tar.gz unzip it using # tar [...]]]></description>
		<wfw:commentRss>http://blog.csatpk.com/2010/02/how-to-squidguard-squid-on-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

