<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<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/"
	>

<channel>
	<title>Configure Install Setup</title>
	<link>http://www.configureinstallsetup.com</link>
	<description>Basic configuration, basic installation, basic setup of open source installation programs.</description>
	<pubDate>Wed, 18 Jun 2008 04:46:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>How to configure on Linux CentOS</title>
		<link>http://www.configureinstallsetup.com/how-to-configure-on-linux-centos/</link>
		<comments>http://www.configureinstallsetup.com/how-to-configure-on-linux-centos/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 04:46:36 +0000</pubDate>
		<dc:creator>napster</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.configureinstallsetup.com/how-to-configure-on-linux-centos/</guid>
		<description><![CDATA[Fundamental Configuration CentOS
-ntsysv
crond
iptables
kudzu
network
syslog
xinetd
-iptables
rm /etc/sysconfig/iptables
reboot
-vi iptables
iptables -P INPUT DROP
iptables -P OUTPUT ACCEPT
iptables -P FORWARD DROP
iptables -A INPUT -i lo -j ACCEPT
iptables -A INPUT -p icmp -j ACCEPT
iptables -A INPUT -P tcp &#8211;dport 80 -j ACCEPT
iptables -A INPUT -P tcp &#8211;sport 53 -j ACCEPT
iptables -A INPUT -P udp &#8211;sport 53 -j ACCEPT
iptables -A INPUT -P tcp &#8211;dport [...]

<script type="text/javascript">
SHARETHIS.addEntry({
	title: "How to configure on Linux CentOS",
	url: "http://www.configureinstallsetup.com/how-to-configure-on-linux-centos/"
});
</script>
	]]></description>
		<wfw:commentRss>http://www.configureinstallsetup.com/how-to-configure-on-linux-centos/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Linux Operations Command</title>
		<link>http://www.configureinstallsetup.com/linux-operations-command/</link>
		<comments>http://www.configureinstallsetup.com/linux-operations-command/#comments</comments>
		<pubDate>Thu, 15 May 2008 03:18:04 +0000</pubDate>
		<dc:creator>napster</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.configureinstallsetup.com/2008/05/14/linux-operations-command/</guid>
		<description><![CDATA[Linux operation commands
ps ax            #process status
ps ax &#124; grep httpd    #to show only httpd included list
top            #computer status
ls -la            [...]

<script type="text/javascript">
SHARETHIS.addEntry({
	title: "Linux Operations Command",
	url: "http://www.configureinstallsetup.com/linux-operations-command/"
});
</script>
	]]></description>
		<wfw:commentRss>http://www.configureinstallsetup.com/linux-operations-command/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Knows Oracle 9i database administrator: implementing and administration</title>
		<link>http://www.configureinstallsetup.com/knows-oracle-9i-database-administrator-implementing-and-administration/</link>
		<comments>http://www.configureinstallsetup.com/knows-oracle-9i-database-administrator-implementing-and-administration/#comments</comments>
		<pubDate>Fri, 09 May 2008 10:03:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Databases]]></category>

		<guid isPermaLink="false">http://www.configureinstallsetup.com/2008/05/09/knows-oracle-9i-database-administrator-implementing-and-administration/</guid>
		<description><![CDATA[Oracle Architecture overview
The oracle 9i RDBMS contains a suite of software that includes required components, work-saving tools, utilities, and management software that is primarily user for DBA. More features for use with the Internet than prior releases for example, a new XML DB (database) feature provides an interface within the database for easily storing, updating, [...]

<script type="text/javascript">
SHARETHIS.addEntry({
	title: "Knows Oracle 9i database administrator: implementing and administration",
	url: "http://www.configureinstallsetup.com/knows-oracle-9i-database-administrator-implementing-and-administration/"
});
</script>
	]]></description>
		<wfw:commentRss>http://www.configureinstallsetup.com/knows-oracle-9i-database-administrator-implementing-and-administration/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to install,setup and configure GD on linux</title>
		<link>http://www.configureinstallsetup.com/how-to-installsetup-and-configure-gd-on-linux/</link>
		<comments>http://www.configureinstallsetup.com/how-to-installsetup-and-configure-gd-on-linux/#comments</comments>
		<pubDate>Fri, 09 May 2008 07:42:06 +0000</pubDate>
		<dc:creator>napster</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.configureinstallsetup.com/2008/05/09/how-to-installsetup-and-configure-gd-on-linux/</guid>
		<description><![CDATA[Installation of GD
-Install zlib for gd
download zlib-1.2.3.tar.gz in /usr/local/src
tar -xzvf zlib-1.2.3.tar.gz
cd zlib-1.2.3
./configure &#8211;prefix=/usr/local &#8211;shared
make
make install
-Install libpng for gd
download libpng-1.2.20.tar.gz in /usr/local/scr
tar -xzvf libpng-1.2.20.tar.gz
cd libpng-1.2.20
./configure &#8211;prefix=/usr/local
make check
make install


<script type="text/javascript">
SHARETHIS.addEntry({
	title: "How to install,setup and configure GD on linux",
	url: "http://www.configureinstallsetup.com/how-to-installsetup-and-configure-gd-on-linux/"
});
</script>
	]]></description>
		<wfw:commentRss>http://www.configureinstallsetup.com/how-to-installsetup-and-configure-gd-on-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to install,setup and configure postfix and dovecot SSL on linux platform</title>
		<link>http://www.configureinstallsetup.com/how-to-installsetup-and-configure-postfix-and-dovecot-ssl-on-linux-platform/</link>
		<comments>http://www.configureinstallsetup.com/how-to-installsetup-and-configure-postfix-and-dovecot-ssl-on-linux-platform/#comments</comments>
		<pubDate>Fri, 09 May 2008 01:54:06 +0000</pubDate>
		<dc:creator>napster</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.configureinstallsetup.com/2008/05/08/how-to-installsetup-and-configure-postfix-and-dovecot-ssl-on-linux-platform/</guid>
		<description><![CDATA[Configure Postfix, Dovecot for SSL
&#8211;improvement for smtp over ssl authentication
#-issue server certifcate
# cd /usr/share/ssl/certs
# make mail.pem
#    Country Name:US
#    Province Name:NY
#    Locality Name:Manhattan
#    Organization Name :CIS
#    Organization Unit Name:
#    Common Name:mail.configureinstallsetup.com
#    Email Address:admin@configureinstallsetup.com
#   [...]

<script type="text/javascript">
SHARETHIS.addEntry({
	title: "How to install,setup and configure postfix and dovecot SSL on linux platform",
	url: "http://www.configureinstallsetup.com/how-to-installsetup-and-configure-postfix-and-dovecot-ssl-on-linux-platform/"
});
</script>
	]]></description>
		<wfw:commentRss>http://www.configureinstallsetup.com/how-to-installsetup-and-configure-postfix-and-dovecot-ssl-on-linux-platform/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to install,setup and configure dovecot on linux platform</title>
		<link>http://www.configureinstallsetup.com/how-to-installsetup-and-configure-dovecot-on-linux-platform/</link>
		<comments>http://www.configureinstallsetup.com/how-to-installsetup-and-configure-dovecot-on-linux-platform/#comments</comments>
		<pubDate>Fri, 09 May 2008 00:06:29 +0000</pubDate>
		<dc:creator>napster</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.configureinstallsetup.com/2008/05/08/how-to-installsetup-and-configure-dovecot-on-linux-platform/</guid>
		<description><![CDATA[Installation Of Dovecot
-make group and user dovecot
useradd dovecot
-download dovecot
download dovecot-1.0.2.tar.gz to /usr/local/src
cd /usr/local/src
tar xzvf dovecot-1.0.2.tar.gz
-install dovecot
cd dovecot-1.0.2
./configure
make
make install
create /etc/pam.d/dovecot as
auth required pam_unix.so
account required pam_unix.so


<script type="text/javascript">
SHARETHIS.addEntry({
	title: "How to install,setup and configure dovecot on linux platform",
	url: "http://www.configureinstallsetup.com/how-to-installsetup-and-configure-dovecot-on-linux-platform/"
});
</script>
	]]></description>
		<wfw:commentRss>http://www.configureinstallsetup.com/how-to-installsetup-and-configure-dovecot-on-linux-platform/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to install,setup and configure postfix on linux platform</title>
		<link>http://www.configureinstallsetup.com/how-to-installsetup-and-configure-postfix-on-linux-platform/</link>
		<comments>http://www.configureinstallsetup.com/how-to-installsetup-and-configure-postfix-on-linux-platform/#comments</comments>
		<pubDate>Wed, 07 May 2008 06:07:50 +0000</pubDate>
		<dc:creator>napster</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.configureinstallsetup.com/2008/05/07/how-to-installsetup-and-configure-postfix-on-linux-platform/</guid>
		<description><![CDATA[How to install of Postfix mail server
-download postfix
downlad postfix2.4.3.tar.gz to /usr/local/scr
tar xzvf postfix2.4.3.tar.gz
-Install postfix
groupadd postfix
useradd -g postfix postfix
groupadd postdrop
make
make install
#inquiries are all defaults


<script type="text/javascript">
SHARETHIS.addEntry({
	title: "How to install,setup and configure postfix on linux platform",
	url: "http://www.configureinstallsetup.com/how-to-installsetup-and-configure-postfix-on-linux-platform/"
});
</script>
	]]></description>
		<wfw:commentRss>http://www.configureinstallsetup.com/how-to-installsetup-and-configure-postfix-on-linux-platform/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to install,setup and configure dhcp on 2003 server screenshot</title>
		<link>http://www.configureinstallsetup.com/how-to-installsetup-and-configure-dhcp-on-2003-server-screenshot/</link>
		<comments>http://www.configureinstallsetup.com/how-to-installsetup-and-configure-dhcp-on-2003-server-screenshot/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 07:12:48 +0000</pubDate>
		<dc:creator>napster</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.configureinstallsetup.com/2008/04/28/how-to-installsetup-and-configure-dhcp-on-2003-server-screenshot/</guid>
		<description><![CDATA[How to enable dhcp services? First, you need to add component dhcp on the add and remove program. Check on the Dinamic Host Configuration Protocol(DHCP). Make sure you put the cd 2003 server on the cd-rom.


<script type="text/javascript">
SHARETHIS.addEntry({
	title: "How to install,setup and configure dhcp on 2003 server screenshot",
	url: "http://www.configureinstallsetup.com/how-to-installsetup-and-configure-dhcp-on-2003-server-screenshot/"
});
</script>
	]]></description>
		<wfw:commentRss>http://www.configureinstallsetup.com/how-to-installsetup-and-configure-dhcp-on-2003-server-screenshot/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to install,setup and configure skin on subdreamer screenshot</title>
		<link>http://www.configureinstallsetup.com/how-to-installsetup-and-configure-skin-on-subdreamer-screenshot/</link>
		<comments>http://www.configureinstallsetup.com/how-to-installsetup-and-configure-skin-on-subdreamer-screenshot/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 06:09:28 +0000</pubDate>
		<dc:creator>napster</dc:creator>
		
		<category><![CDATA[Content Management System]]></category>

		<guid isPermaLink="false">http://www.configureinstallsetup.com/2008/04/02/how-to-installsetup-and-configure-skin-on-subdreamer-screenshot/</guid>
		<description><![CDATA[How to install skin on subdreamer screenshot.
1)Download skin from subdreamer.com
2)Extract the zip file &#8220;effect.zip&#8221;


<script type="text/javascript">
SHARETHIS.addEntry({
	title: "How to install,setup and configure skin on subdreamer screenshot",
	url: "http://www.configureinstallsetup.com/how-to-installsetup-and-configure-skin-on-subdreamer-screenshot/"
});
</script>
	]]></description>
		<wfw:commentRss>http://www.configureinstallsetup.com/how-to-installsetup-and-configure-skin-on-subdreamer-screenshot/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Duplicating a Database using RMAN</title>
		<link>http://www.configureinstallsetup.com/how-to-duplicating-a-database-using-rman/</link>
		<comments>http://www.configureinstallsetup.com/how-to-duplicating-a-database-using-rman/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 07:04:30 +0000</pubDate>
		<dc:creator>napster</dc:creator>
		
		<category><![CDATA[Databases]]></category>

		<guid isPermaLink="false">http://www.configureinstallsetup.com/2008/03/11/how-to-duplicating-a-database-using-rman/</guid>
		<description><![CDATA[Duplicating a Database using RMAN



Run the script below
on the database in which you plan to duplicate to generate the new paths for
the data files. This example assumes you have enough disk space on one mount
point. However, you can easily change some of the mount points in VI to
point another location or modify the script to [...]

<script type="text/javascript">
SHARETHIS.addEntry({
	title: "How to Duplicating a Database using RMAN",
	url: "http://www.configureinstallsetup.com/how-to-duplicating-a-database-using-rman/"
});
</script>
	]]></description>
		<wfw:commentRss>http://www.configureinstallsetup.com/how-to-duplicating-a-database-using-rman/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
