<?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>123 Tweak</title>
	<atom:link href="http://www.123tweak.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.123tweak.com</link>
	<description>Tweaking your Website</description>
	<lastBuildDate>Mon, 09 Nov 2009 18:01:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Change the Timezone in Linux</title>
		<link>http://www.123tweak.com/how-to-change-the-timezone-in-linux/</link>
		<comments>http://www.123tweak.com/how-to-change-the-timezone-in-linux/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 18:00:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Timezone]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=679</guid>
		<description><![CDATA[
Logged in as root, check which timezone your machine is currently using by executing `date`. You&#8217;ll see something like Mon Nov  9 13:49:01 EST 2009, PST in this case is the current timezone.
Change to the directory /usr/share/zoneinfo here you will find a list of time zone regions. Choose the most appropriate region, if you [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/how-to-change-the-timezone-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install bandwidth monitor vnstat</title>
		<link>http://www.123tweak.com/install-bandwidth-monitor-vnstat/</link>
		<comments>http://www.123tweak.com/install-bandwidth-monitor-vnstat/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 07:33:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[install]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=672</guid>
		<description><![CDATA[vnStat is a network traffic monitor for Linux that keeps a log of daily network traffic for the selected interface(s). vnStat isn’t a packet sniffer. The traffic information is analyzed from the /proc -filesystem, so vnStat can be used without root permissions. However at least a 2.2.x kernel is required.

Install vnStat
     [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/install-bandwidth-monitor-vnstat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Block IP Addresses With IPtables &amp; APF</title>
		<link>http://www.123tweak.com/block-ip-addresses/</link>
		<comments>http://www.123tweak.com/block-ip-addresses/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 07:28:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[APF]]></category>
		<category><![CDATA[ban]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[IPtables]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=666</guid>
		<description><![CDATA[Have a user that keeps hammering your FTP or trying to login over and over and over again that you just want to ban and never see again? We’ll show a quick and dirty method to ban an IP address from the server.
We commonly receive questions like:
“I would like to ban that ip address to [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/block-ip-addresses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tuning the Apache MaxClients parameter</title>
		<link>http://www.123tweak.com/tuning-the-apache-maxclients-parameter/</link>
		<comments>http://www.123tweak.com/tuning-the-apache-maxclients-parameter/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 17:31:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[MaxClients]]></category>
		<category><![CDATA[optimizing]]></category>
		<category><![CDATA[Tuning]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=657</guid>
		<description><![CDATA[One thing that can have a really drastic effect on a large site using Apache, is the value assigned to the MaxClients parameter.
This parameter defines how many simultaneous request can be served. Any connection request from browsers that come in after that will be queued.
Apache prefork, StartServers, MaxSpareServers and MinSpareServers
In the most common case, you [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/tuning-the-apache-maxclients-parameter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple AJAX Example</title>
		<link>http://www.123tweak.com/simple-ajax-example/</link>
		<comments>http://www.123tweak.com/simple-ajax-example/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 17:00:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Example]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=648</guid>
		<description><![CDATA[This aims to be the easiest possible example demonstrating AJAX (Asynchronous JavaScript and XML).
AJAX is a technique rather than a technology: It describes how JavaScript can be used to pull data from the server using the XML HTTP Request object and then insert this data into the website using DOM. This is done asynchronously &#8211; [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/simple-ajax-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stop PHP nobody Spammers</title>
		<link>http://www.123tweak.com/stop-php-nobody-spammers/</link>
		<comments>http://www.123tweak.com/stop-php-nobody-spammers/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 18:00:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[nobody]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=643</guid>
		<description><![CDATA[PHP and Apache has a history of not being able to track which users are sending out mail through the PHP mail function from the nobody user causing leaks in formmail scripts and malicious users to spam from your server without you knowing who or where.
Watching your exim_mainlog doesn&#8217;t exactly help, you see th email [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/stop-php-nobody-spammers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rotating Banner in PHP</title>
		<link>http://www.123tweak.com/rotating-banner-in-php/</link>
		<comments>http://www.123tweak.com/rotating-banner-in-php/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 09:36:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[banner]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=638</guid>
		<description><![CDATA[This is a snippet that will rotate a banner on a page. All you have to do is set $File and $Images to the paths to the images. It will just do the next image in $Images in order. It doesn&#8217;t rotate banners for seperate users, it just goes through. Before you use it, create [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/rotating-banner-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Text counter in PHP</title>
		<link>http://www.123tweak.com/text-counter-in-php/</link>
		<comments>http://www.123tweak.com/text-counter-in-php/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 09:07:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[counter]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=630</guid>
		<description><![CDATA[A counter is an essential part of a site to know how many people are coming to site. Here is an easy way to make a counter. All you need is access to PHP and be able to chmod a directory. We&#8217;re going to save the amount of hits in a .dat file, so you [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/text-counter-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing Web Hosts ? Step-By-Step Guide</title>
		<link>http://www.123tweak.com/changing-web-hosts-step-by-step-guide/</link>
		<comments>http://www.123tweak.com/changing-web-hosts-step-by-step-guide/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 23:00:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Domain/Hosting]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=518</guid>
		<description><![CDATA[Every webmaster cringes at the thought of moving hosts. Like moving your home it can be messy and sometimes problems arise. But if you follow these simple steps, your move will be less painful.
Backup Backup Backup
If you&#8217;ve been diligent with your backups, you&#8217;ve got a lot of insurance to fall back on yet always make [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/changing-web-hosts-step-by-step-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Random Text in PHP</title>
		<link>http://www.123tweak.com/create-random-text-in-php/</link>
		<comments>http://www.123tweak.com/create-random-text-in-php/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 17:28:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=589</guid>
		<description><![CDATA[Want to put a random quote on your site? Or randomize some other aspect of your site? It&#8217;s easy. You&#8217;ll want to use PHP or some other server-side scripting language instead of a client-side scripting language like JavaScript. Server-side languages write the content to the page in html before it ever leaves the server. Search [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/create-random-text-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IP country block downloads</title>
		<link>http://www.123tweak.com/ip-country-block-downloads/</link>
		<comments>http://www.123tweak.com/ip-country-block-downloads/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 11:56:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[country]]></category>
		<category><![CDATA[ip]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=572</guid>
		<description><![CDATA[All country IP block files are provided in CIDR format, at this  time. Please note that we compile these lists from regional IP space  providers. To correct any errors please contact your local IP space  provider e.g. for Europe it&#8217;s Ripe, for North America it&#8217;s Arin.
Zone files last updated: Mon Jun 15 [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/ip-country-block-downloads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Lighttpd With PHP5 Support On CentOS</title>
		<link>http://www.123tweak.com/installing-lighttpd-with-php5-support-on-centos/</link>
		<comments>http://www.123tweak.com/installing-lighttpd-with-php5-support-on-centos/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 10:52:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[lighttd]]></category>
		<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=566</guid>
		<description><![CDATA[Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a CentOS 5.0 server with PHP5 support (through FastCGI) and MySQL support.
rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
Afterwards, we can install Lighttpd like this:
yum install lighttpd
Then we create the system startup links for Lighttpd (so that Lighttpd starts [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/installing-lighttpd-with-php5-support-on-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install winrar on CentOS</title>
		<link>http://www.123tweak.com/how-to-install-winrar-on-centos/</link>
		<comments>http://www.123tweak.com/how-to-install-winrar-on-centos/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 10:44:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[rar]]></category>
		<category><![CDATA[split]]></category>
		<category><![CDATA[winrar]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=370</guid>
		<description><![CDATA[Rar is one of the common file format use for data compression and archiving. What happen if you have a rar file in Linux ? Donâ€™t panic, just using the â€˜rarâ€™ program .There is some intro in Unrar the File.
Today I had to install rar support to archive and split large files. Iâ€™ve tried to [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/how-to-install-winrar-on-centos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Script to daily email APF status</title>
		<link>http://www.123tweak.com/script-to-daily-email-apf-status/</link>
		<comments>http://www.123tweak.com/script-to-daily-email-apf-status/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 00:00:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[APF]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Firewall]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=458</guid>
		<description><![CDATA[You are running APF on your server, but sometimes you think &#8220;is APF running fine ?&#8221;
This script sends you an email with APF satus.
Log in to your server as root
Create the script:
nano apfstatus.sh
Put this on the file:
#!/bin/bash
    tail -200 /var/log/apf_log &#124; mail -s "APF Status" youemail@domain.com
Save and Exit
Ctrl+X and Y

Make it executable:
chmod [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/script-to-daily-email-apf-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to open winrar files with Linux</title>
		<link>http://www.123tweak.com/how-to-open-winrar-files-with-linux/</link>
		<comments>http://www.123tweak.com/how-to-open-winrar-files-with-linux/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 16:55:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[rar]]></category>
		<category><![CDATA[unrar]]></category>
		<category><![CDATA[winrar]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=529</guid>
		<description><![CDATA[Introduction
To open RAR (those created with winrar) you will need unrar. There are lots of sites now providing files packaged under the rar format.
So you will need first to install unrar on your systems and therefore be able to list content and unpack the files into your hard disk to be able to work with [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/how-to-open-winrar-files-with-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To remote backup with rsync</title>
		<link>http://www.123tweak.com/remote-backup-with-rsync/</link>
		<comments>http://www.123tweak.com/remote-backup-with-rsync/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 16:35:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[rsync]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=531</guid>
		<description><![CDATA[This is probably the simply way to backup data to other server using a secure protocoal an minimum bandwidh.
Note:
BackupServer.com &#8211; Is the backup server
MainServer.com &#8211; Is the server you want to backup

Login to the server you want to backup
Creating a key with the ssh-keygen utility:
ssh-keygen -t rsa -N '' (these are two single quotes)
Copy RSA [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/remote-backup-with-rsync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Install IonCube Loader</title>
		<link>http://www.123tweak.com/how-to-install-ioncube-loader/</link>
		<comments>http://www.123tweak.com/how-to-install-ioncube-loader/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 03:00:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[IonCube]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=450</guid>
		<description><![CDATA[If you need IonCube loader in order to encode scripts. You will need to install IonCube loadar on your box.

Login to your server as root and download the loaderfor your server: http://www.ioncube.com/loader_download.php
Then extract it
tar -zxvf ioncube_loaders.tar.gz
cd ioncube
Copy ioncube-install-assistant.php file to a www diretory
cp ioncube-install-assistant.php /home/username_here/www

Go to: http://www.yourdomain.com/ioncube-install-assistant.php
You sould see something like this:
PHP Version 5.2.6
Operating System [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/how-to-install-ioncube-loader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to run PHP 4 and 5 on Cpanel</title>
		<link>http://www.123tweak.com/howto-run-php-4-and-5-on-cpanel/</link>
		<comments>http://www.123tweak.com/howto-run-php-4-and-5-on-cpanel/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 07:00:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Domain/Hosting]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=439</guid>
		<description><![CDATA[This information is helpful for hosting companies that want to run PHP 4 &#038; 5 on the same cPanel server. After this, Hosting costumers / cPanel users should choose what version of PHP will they use on theirs scripts.
You should consider some implications on your server performance, but webhosts are using because they don&#8217;t need [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/howto-run-php-4-and-5-on-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Install cPanel on a VPS Server</title>
		<link>http://www.123tweak.com/how-to-install-cpanel-on-vps-server/</link>
		<comments>http://www.123tweak.com/how-to-install-cpanel-on-vps-server/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 00:00:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Domain/Hosting]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Vps]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=436</guid>
		<description><![CDATA[This post is a mini how to, and will help to simply install cPanel on you VPS server. Note that cPanel needs 128 MB to work, but we recommend 256MB.

Login to your VZMC to get inside your server
Create a new VPS with the Sample Ve Config call vps.cpanel
Now you should select the ips you want [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/how-to-install-cpanel-on-vps-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Install ImageMagick</title>
		<link>http://www.123tweak.com/how-to-install-imagemagick/</link>
		<comments>http://www.123tweak.com/how-to-install-imagemagick/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 16:43:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[ImageMagick]]></category>
		<category><![CDATA[install]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=445</guid>
		<description><![CDATA[What is ImageMagick ?
ImageMagick is a software suite for image manipulation and display, supporting close to 100 image formats, it is mainly used to perform various transformation and conversion operations on images.
How To Install ImageMagick:

Get and uncompress ImageMagick:
wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz
gunzip -c ImageMagick.tar.gz tar xvf -
Configure and compile ImageMagick:
cd ImageMagick-6.x.x
./configure make
As root you can install it:
make install

You [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/how-to-install-imagemagick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
