<?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; how to</title>
	<atom:link href="http://blog.csatpk.com/tag/how-to/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 to install and setup squid on freebsd</title>
		<link>http://blog.csatpk.com/2010/02/how-to-install-and-setup-squid-on-freebsd/</link>
		<comments>http://blog.csatpk.com/2010/02/how-to-install-and-setup-squid-on-freebsd/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 17:58:45 +0000</pubDate>
		<dc:creator>amanat</dc:creator>
				<category><![CDATA[feebsd]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[compile squid]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[reverse proxy]]></category>
		<category><![CDATA[Squid]]></category>
		<category><![CDATA[Web Accelerator]]></category>

		<guid isPermaLink="false">http://blog.csatpk.com/?p=756</guid>
		<description><![CDATA[Web Server IP Address –&#62; 192.168.0.1 Public IP address (The Address that Squid will listen on to handle web requests) –&#62; 10.10.10.10 web Server FQDN name —&#62; http://linax.wordpress.com # cd /usr/local/src/ # wget http://www.squid-cache.org/Versions/v2/2.7/squid-2.7.STABLE6.tar.bz2 # tar -jxf squid-2.7.STABLE6.tar.bz2 # cd squid-2.7.STABLE6/ # ./configure --prefix=/opt/squid2.7 --disable-internal-dns \ --enable-forward-log --enable-follow-x-forwarded-for --enable-snmp \ --enable-linux-netfilter --enable-http-violations --enable-delay-pools \ --enable-storeio=diskd,aufs,ufs,coss [...]]]></description>
		<wfw:commentRss>http://blog.csatpk.com/2010/02/how-to-install-and-setup-squid-on-freebsd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to enable SSHD in FreeBSD</title>
		<link>http://blog.csatpk.com/2010/02/how-to-enable-sshd-in-freebsd/</link>
		<comments>http://blog.csatpk.com/2010/02/how-to-enable-sshd-in-freebsd/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 08:51:35 +0000</pubDate>
		<dc:creator>amanat</dc:creator>
				<category><![CDATA[feebsd]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[enable SSH]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[How to enable SSH in FreeBSD]]></category>
		<category><![CDATA[How to enable SSHD in FreeBSD]]></category>

		<guid isPermaLink="false">http://blog.csatpk.com/?p=753</guid>
		<description><![CDATA[Actually you will be asked whether to enable SSH, during a Standard Installation of FreeBSD. Now, if you need to enable SSH after an installation, open the file rc.conf and add the line ` sshd_enable=&#8221;YES&#8221; `. open the file # vi /etc/rc.conf Now add the below line to the file. sshd_enable="YES" Now start sshd. # [...]]]></description>
		<wfw:commentRss>http://blog.csatpk.com/2010/02/how-to-enable-sshd-in-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing DHCP server on FreeBSD</title>
		<link>http://blog.csatpk.com/2010/02/installing-dhcp-server-on-freebsd/</link>
		<comments>http://blog.csatpk.com/2010/02/installing-dhcp-server-on-freebsd/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 05:31:50 +0000</pubDate>
		<dc:creator>amanat</dc:creator>
				<category><![CDATA[feebsd]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[dhcpd. dynamic ip]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[Installing DHCP server on FreeBSD]]></category>

		<guid isPermaLink="false">http://blog.csatpk.com/?p=750</guid>
		<description><![CDATA[I would like to automatically assign IP address to computers attached to my network rather than setting them manually everytime they are attached to my network. This time, I’m going to write how I install and configure the ISC DHCP on my FreeBSD Router. What is DHCP Dynamic Host Configuration Protocol (DHCP) is a protocol [...]]]></description>
		<wfw:commentRss>http://blog.csatpk.com/2010/02/installing-dhcp-server-on-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-To: Customize your Ubuntu Live CD</title>
		<link>http://blog.csatpk.com/2009/07/how-to-customize-your-ubuntu-live-cd/</link>
		<comments>http://blog.csatpk.com/2009/07/how-to-customize-your-ubuntu-live-cd/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 18:32:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[Ubuntu Live CD]]></category>

		<guid isPermaLink="false">http://www.csatpk.com/blog/?p=404</guid>
		<description><![CDATA[Live CD are great, they let you try out a distribution without installing it. They allow you to run your favorite distribution on any computer and on the top of this, they become handy to recover a system. Ubuntu live CD is already packed up with some pretty nifty software that allow you to do [...]]]></description>
		<wfw:commentRss>http://blog.csatpk.com/2009/07/how-to-customize-your-ubuntu-live-cd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

