<?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>Tech Blog</title>
	<atom:link href="http://www.designzone.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designzone.com/blog</link>
	<description>Tech Nooz and How Tooz</description>
	<lastBuildDate>Thu, 18 Aug 2011 19:08:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>New .XXX Extension Available for Pre-Registration at Rediculously High Price</title>
		<link>http://www.designzone.com/blog/2011/08/new-xxx-extension-available-for-pre-registration-at-rediculously-high-price/</link>
		<comments>http://www.designzone.com/blog/2011/08/new-xxx-extension-available-for-pre-registration-at-rediculously-high-price/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 19:04:54 +0000</pubDate>
		<dc:creator>Agent Smith</dc:creator>
				<category><![CDATA[Tech News]]></category>
		<category><![CDATA[.xxx extension]]></category>
		<category><![CDATA[.xxx pre-registration]]></category>
		<category><![CDATA[domain names]]></category>

		<guid isPermaLink="false">http://www.designzone.com/blog/?p=37</guid>
		<description><![CDATA[The registrars have discovered another way to get your money with the new .xxx extension! Not only will your adult site be flagged as inappropriate, but you get to pay a premium for it!The only thing better than that is to get &#8220;pornographer&#8221; tattooed on your forehead! How much do you have to pay for [...]]]></description>
			<content:encoded><![CDATA[<p>The registrars have discovered another way to get your money with the new .xxx extension! Not only will your adult site be flagged as inappropriate, but you get to pay a premium for it!The only thing better than that is to get &#8220;pornographer&#8221; tattooed on your forehead!</p>
<p><a href="http://www.designzone.com/blog/wp-content/uploads/2011/08/xxx-extension.jpg"><img class="aligncenter size-medium wp-image-38" title=".xxx extension" src="http://www.designzone.com/blog/wp-content/uploads/2011/08/xxx-extension-300x89.jpg" alt=".xxx extension" width="300" height="89" /></a></p>
<p>How much do you have to pay for the privilege? Are you sitting down? It&#8217;s $129.99 a year at network Solutions!</p>
<p><a href="http://www.designzone.com/blog/wp-content/uploads/2011/08/pre-reg-price.jpg"><img class="aligncenter size-full wp-image-39" title=".xxx pre registration price" src="http://www.designzone.com/blog/wp-content/uploads/2011/08/pre-reg-price.jpg" alt=".xxx pre registration price" width="289" height="104" /></a></p>
<p>Wow! Sounds like a deal to me! NOT! I guess if you&#8217;re dumb enough to think that you can make any money with adult content anymore, you&#8217;re probably dumb enough to buy one of these lame domains.</p>
<p>Just in case you&#8217;re the kind of person that waters your driveway or believes in the supernatural, <a title="Pre-register a .xxx extension" href="http://www.networksolutions.com/domain-name-registration/xxx-domain-extension/ga-data-collection.jsp" target="_blank">here is the link so you can spend your hard earned cash</a> on a useless URL. Hey, we need people like you to stimulate the economy so, get your domain today!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designzone.com/blog/2011/08/new-xxx-extension-available-for-pre-registration-at-rediculously-high-price/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect one domain to another with mod_rewrite .htaccess</title>
		<link>http://www.designzone.com/blog/2011/05/redirect-one-domain-to-another-with-mod_rewrite-htaccess/</link>
		<comments>http://www.designzone.com/blog/2011/05/redirect-one-domain-to-another-with-mod_rewrite-htaccess/#comments</comments>
		<pubDate>Fri, 06 May 2011 21:46:19 +0000</pubDate>
		<dc:creator>Agent Smith</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[forward domain]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://tech.designzone.com/?p=32</guid>
		<description><![CDATA[Place the .htaccess file in the root directory of the one you want to redirect from. For instance, if your main site is a dot com and you want your dot net to forward to your dot com, add the following code to your .htaccess file: Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^www.mydotnetdomain.net$ [NC] RewriteRule [...]]]></description>
			<content:encoded><![CDATA[<p>Place the .htaccess file in the root directory of the one you want to redirect from. For instance, if your main site is a dot com and you want your dot net to forward to your dot com, add the following code to your .htaccess file:</p>
<pre>Options +FollowSymLinks
RewriteEngine on

RewriteCond %{HTTP_HOST} ^www.mydotnetdomain.net$ [NC]
RewriteRule ^(.*)$ http://www.mydotcomdomain.com/$1 [R=301,L]</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.designzone.com/blog/2011/05/redirect-one-domain-to-another-with-mod_rewrite-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Quick Edit iptables on RedHat Linux (CentOS, RHEL, etc.)</title>
		<link>http://www.designzone.com/blog/2011/05/how-to-quick-edit-iptables-on-redhat-linux-centos-rhel-etc/</link>
		<comments>http://www.designzone.com/blog/2011/05/how-to-quick-edit-iptables-on-redhat-linux-centos-rhel-etc/#comments</comments>
		<pubDate>Thu, 05 May 2011 23:41:05 +0000</pubDate>
		<dc:creator>Agent Smith</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://tech.designzone.com/?p=28</guid>
		<description><![CDATA[Use your favorite text editor: vi /etc/sysconfig/iptables This is how you ALLOW access to a range of IP addresses: # 211 -A RH-Lokkit-0-50-INPUT -p tcp -m state &#8211;state NEW,ESTABLISHED -s 64.1111.222.0/24 &#8211;dport 22 -j ACCEPT -A RH-Lokkit-0-50-INPUT  -p tcp -m state &#8211;state NEW,ESTABLISHED -d 64.111.222.0/24 &#8211;sport 22 -j ACCEPT *********************************************************** by default, everybody should be locked out of the box - DO NOT FORGET THIS STEP - BE CAREFUL - DO NOT LOCK YOURSELF OUT (SEE ABOVE) -A RH-Lokkit-0-50-INPUT -p tcp -m tcp &#8211;dport 22 -j REJECT *********************************************************** This is how you lock up certain ports #shut out these imap hackers -A RH-Lokkit-0-50-INPUT -p tcp -m state &#8211;state NEW,ESTABLISHED -s 66.44.77.33 &#8211;dport 993 -j REJECT -A RH-Lokkit-0-50-INPUT  -p tcp -m state &#8211;state NEW,ESTABLISHED -d 66.44.77.33 &#8211;sport 993 -j REJECT Now restart the service /etc/init.d/restart]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: arial; font-size: small;"><strong><span style="font-family: arial; font-size: small;">Use your favorite text editor:</span></strong></span></p>
<p><span style="font-family: arial; font-size: small;"><strong><span style="font-family: arial; font-size: small;">vi /etc/sysconfig/iptables<br />
</span></strong></span></p>
<p><span style="font-family: arial; font-size: small;"><strong><span style="font-family: arial; font-size: small;"><a href="http://tech.designzone.com/wp-content/uploads/2011/05/redhat.jpg"><img class="aligncenter size-full wp-image-29" title="redhat" src="http://tech.designzone.com/wp-content/uploads/2011/05/redhat.jpg" alt="RedHat Linux iptables howto CentOS RHEL" width="225" height="225" /></a><br />
</span></strong></span></p>
<p><span style="font-family: arial; font-size: small;"><strong><span style="font-family: arial; font-size: small;">This is how you ALLOW access to a range of IP addresses:<br />
# 211<br />
-A RH-Lokkit-0-50-INPUT -p tcp -m state &#8211;state NEW,ESTABLISHED -s 64.1111.222.0/24 &#8211;dport 22 -j ACCEPT<br />
-A RH-Lokkit-0-50-INPUT  -p tcp -m state &#8211;state NEW,ESTABLISHED -d 64.111.222.0/24 &#8211;sport 22 -j ACCEPT</p>
<p>***********************************************************</p>
<p>by default, everybody should be locked out of the box<br />
- DO NOT FORGET THIS STEP - BE CAREFUL - DO NOT LOCK YOURSELF OUT (SEE ABOVE)</p>
<p>-A RH-Lokkit-0-50-INPUT -p tcp -m tcp &#8211;dport 22 -j REJECT</p>
<p>***********************************************************</p>
<p>This is how you lock up certain ports</p>
<p>#shut out these imap hackers<br />
-A RH-Lokkit-0-50-INPUT -p tcp -m state &#8211;state NEW,ESTABLISHED -s 66.44.77.33 &#8211;dport 993 -j REJECT<br />
-A RH-Lokkit-0-50-INPUT  -p tcp -m state &#8211;state NEW,ESTABLISHED -d 66.44.77.33 &#8211;sport 993 -j REJECT</p>
<p>Now restart the service</p>
<p>/etc/init.d/restart<br />
</span><br />
</strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designzone.com/blog/2011/05/how-to-quick-edit-iptables-on-redhat-linux-centos-rhel-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL &#8211; Copy Individual Tables Over From Another Database (While preserving keys, etc.)</title>
		<link>http://www.designzone.com/blog/2011/05/mysql-copy-individual-tables-over-from-another-database-while-preserving-keys-etc/</link>
		<comments>http://www.designzone.com/blog/2011/05/mysql-copy-individual-tables-over-from-another-database-while-preserving-keys-etc/#comments</comments>
		<pubDate>Wed, 04 May 2011 18:09:44 +0000</pubDate>
		<dc:creator>Agent Smith</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://tech.designzone.com/?p=24</guid>
		<description><![CDATA[This works great and it preserves all of the data that you&#8217;ll need. old_database should be changed to the name of the database that you want to copy tables from. I hope that you find this helpful. //CREATE THE NEW TARGET DATABASE create database new_database; //CHANGE TO THE NEW DATABASE use new_database; //Create each table that [...]]]></description>
			<content:encoded><![CDATA[<p>This works great and it preserves all of the data that you&#8217;ll need. old_database should be changed to the name of the database that you want to copy tables from. I hope that you find this helpful.</p>
<p><a href="http://tech.designzone.com/wp-content/uploads/2011/05/mysql.jpg"><img class="aligncenter size-full wp-image-25" title="mysql" src="http://tech.designzone.com/wp-content/uploads/2011/05/mysql.jpg" alt="MySQL Copy tables from a different database" width="263" height="192" /></a></p>
<p>//CREATE THE NEW TARGET DATABASE<br />
create database new_database;</p>
<p>//CHANGE TO THE NEW DATABASE<br />
use new_database;</p>
<p>//Create each table that you want to duplicate into the new database<br />
CREATE TABLE address_book LIKE old_database.address_book;</p>
<p>//Populate the new table<br />
INSERT INTO address_book SELECT * FROM old_database.address_book;</p>
<p>//VERIFY THE RESULTS<br />
describe address_book;</p>
<p>select * from address_book;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designzone.com/blog/2011/05/mysql-copy-individual-tables-over-from-another-database-while-preserving-keys-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We&#8217;re live!</title>
		<link>http://www.designzone.com/blog/2011/05/hello-world/</link>
		<comments>http://www.designzone.com/blog/2011/05/hello-world/#comments</comments>
		<pubDate>Tue, 03 May 2011 20:06:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech News]]></category>

		<guid isPermaLink="false">http://tech.designzone.com/?p=1</guid>
		<description><![CDATA[We&#8217;re just getting started here. Please bear with us!]]></description>
			<content:encoded><![CDATA[<p><span style="color: #888888;">We&#8217;re just getting started here. Please bear with us!</span></p>
<p><span style="color: #888888;"><a href="http://tech.designzone.com/wp-content/uploads/2011/05/matrix.jpg"><img class="aligncenter size-medium wp-image-8" title="matrix" src="http://tech.designzone.com/wp-content/uploads/2011/05/matrix-300x227.jpg" alt="matrix" width="300" height="227" /></a><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designzone.com/blog/2011/05/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 5.6 Basic Installation &#8211; with PHP, MySQL, Apache</title>
		<link>http://www.designzone.com/blog/2011/05/centos-5-6-basic-installation-with-php-mysql-apache/</link>
		<comments>http://www.designzone.com/blog/2011/05/centos-5-6-basic-installation-with-php-mysql-apache/#comments</comments>
		<pubDate>Tue, 03 May 2011 22:35:57 +0000</pubDate>
		<dc:creator>Agent Smith</dc:creator>
				<category><![CDATA[Installation]]></category>

		<guid isPermaLink="false">http://tech.designzone.com/?p=14</guid>
		<description><![CDATA[Hit F11 for boot menu (Works on my machine. Yours may be different) Boot from CD Rom &#8211; used graphical installation /*** PARTITIONING ***/ Choose &#8220;Auto Partition&#8221; Remove all partitions No boot loader password /*** NETWORKING ***/ Click &#8220;Edit&#8221; CHECK ONLY IPv4 support Uncheck &#8220;DHCP&#8221; Add Static IP: 66.77.222.33 (GET THESE NETWORK SETTINGS FROM YOUR [...]]]></description>
			<content:encoded><![CDATA[<p>Hit F11 for boot menu (Works on my machine. Yours may be different)</p>
<p>Boot from CD Rom &#8211; used graphical installation<br />
<a href="http://tech.designzone.com/wp-content/uploads/2011/05/centos2.png"><img class="aligncenter size-full wp-image-17" title="CentOS 5.6" src="http://tech.designzone.com/wp-content/uploads/2011/05/centos2.png" alt="CentOS 5.6" width="247" height="250" /></a> <strong></strong></p>
<p><strong>/*** PARTITIONING ***/</strong></p>
<p>Choose &#8220;Auto Partition&#8221;<br />
Remove all partitions</p>
<p>No boot loader password</p>
<p><strong>/*** NETWORKING ***/</strong><br />
Click &#8220;Edit&#8221;<br />
CHECK ONLY IPv4 support</p>
<p>Uncheck &#8220;DHCP&#8221;<br />
Add Static IP: 66.77.222.33 (GET THESE NETWORK SETTINGS FROM YOUR HOST OR NETWORK ADMIN)<br />
Netmask: 255.255.255.0</p>
<p>Set Hostname Manually:<br />
obama.iamthepresident.com</p>
<p>Gateway: 66.77.222.1<br />
Primary DNS: 66.77.222.7<br />
Secondary DNS: 66.77.222.8</p>
<p><strong>/*** TIMEZONE ***/</strong><br />
&#8220;America/Los_Angeles&#8221; (Choose your own timezone)<br />
check: &#8220;System Clock uses UTC&#8221;</p>
<p>set root password</p>
<p><strong>/*** Customize Software Packages ***/</strong><br />
Choose:</p>
<p><strong>DESKTOPS</strong><br />
Gnome Desktop Environment<br />
<strong>SERVER</strong><br />
Click: customize now</p>
<p><strong>DESKTOP ENVIRONMENTS</strong><br />
Gnome &#8211; choose defaults<br />
<strong>APPLICATIONS</strong><br />
Authoring &amp; Publishing &#8211; choose defaults<br />
Editors &#8211; choose defaults<br />
Graphical Internet &#8211; choose defaults<br />
Graphics &#8211; choose defaults<br />
Text Based Internet &#8211; choose defaults<br />
<strong>DEVELOPMENT</strong><br />
Development Libraries &#8211; choose defaults<br />
Development Tools &#8211; choose defaults<br />
<strong>SERVERS</strong><br />
Mail Server &#8211; choose defaults<br />
MySQL Database &#8211; mod_auth_mysql<br />
+ php-mysql<br />
+ mysql_devel<br />
+ choose defaults<br />
Web Server + mod_authz_ldap<br />
+ php_odbc<br />
+ choose defaults<br />
<strong>BASE SYSTEM</strong><br />
Base &#8211; choose defaults<br />
Xwindows System &#8211; All Xorg packages<br />
+ choose defaults</p>
<p>- completed -</p>
<p><strong>SYSTEM REBOOTS</strong></p>
<p><strong>/*** post install tasks ***/</strong></p>
<p><strong>/**********************************************/<br />
NOTE: You must disable the firewall and disable SElinux &#8211; Thank me later<br />
/*********************************************/<br />
</strong></p>
<p>Firewall: Disabled</p>
<p>SELinux: Disabled</p>
<p>Enable NTP:</p>
<p>adduser smith (Choose your own user name)<strong></strong></p>
<p><strong><br />
chkconfig httpd on<br />
chkconfig mysqld on<br />
chkconfig sshd on</strong></p>
<p>[root@localhost ~]# /etc/init.d/httpd start</p>
<p>[root@localhost ~]# /etc/init.d/mysqld start</p>
<p>nano /etc/aliases (nano is my text editor of choice. Use whatever one you like)</p>
<p>Edit this file:<br />
# Person who should get root&#8217;s mail<br />
root: agentsmith@not-a-real-hostname.com<strong><br />
</strong></p>
<p>Edit this file:</p>
<p>nano /etc/httpd/conf/httpd.conf</p>
<p>edit file to say this:<br />
Listen 66.77.222.33:80 (Again, this IP is from your Network Administrator)</p>
<p>ServerAdmin agentsmith@not-a-real-hostname.com</p>
<p>ServerName 66.77.222.33:80</p>
<p>&lt;Directory &#8220;/var/www/html&#8221;&gt;<br />
Options Indexes FollowSymLinks<br />
AllowOverride All<br />
Order allow,deny<br />
Allow from all<br />
&lt;/Directory&gt;<strong><br />
</strong></p>
<p>AccessFileName .htaccess</p>
<p>&lt;Files ~ &#8220;^.ht&#8221;&gt;<br />
Satisfy ALL<br />
# Order allow,deny<br />
# Deny from all<br />
&lt;/Files&gt;<strong></strong></p>
<p><strong>/*** Update the system packages ***/</strong><br />
yum update</p>
<p>- completed -</p>
<p>/****************************/</p>
<p>Now, create your backup scripts and secure your machine (with firewall and system hardening) before it is live in the production environment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designzone.com/blog/2011/05/centos-5-6-basic-installation-with-php-mysql-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

