<?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>Optimize your Website</description>
	<lastBuildDate>Tue, 10 Jan 2012 05:54:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>MySQL Import Command</title>
		<link>http://www.123tweak.com/mysql-import-command/</link>
		<comments>http://www.123tweak.com/mysql-import-command/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 05:52:54 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=894</guid>
		<description><![CDATA[How do I import data stored in a &#8220;.sql&#8221; file (created by mysqldump command) under UNIX or Linux operating systems? The syntax is as follows to import the data created by mysqldump command: mysql -u{DB-USER-NAME} -p{DB-PASSWORD} {DB-NAME} &#60; {db.file.sql} mysql -h{MySQL-SERVER-HOST-NAME} -u{DB-USER-NAME} -p{DB-PASSWORD} {DB-NAME} &#60; {db.file.sql} In this example import a file called sales.sql for [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/mysql-import-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS / Red Hat IPv6 Network Configuration</title>
		<link>http://www.123tweak.com/centos-red-hat-ipv6-network-configuration/</link>
		<comments>http://www.123tweak.com/centos-red-hat-ipv6-network-configuration/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 05:10:58 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[IPV4]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[RHEL]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=887</guid>
		<description><![CDATA[Setting up IPv6 on CentOS, and for that matter RHEL and Fedora Linux, is quite straight forward. You need to edit just two files: 1. /etc/sysconfig/network-scripts/ifcfg- 2. /etc/sysconfig/network Configure the IP address. For example, for interface eth0, edit /etc/sysconfig/network-scripts/ifcfg-eth0 and make the necessary changes as below.DEVICE=eth0 HWADDR=00:22:15:17:CC:C1 BOOTPROTO=static IPADDR=192.168.1.2 NETMASK=255.255.255.0 NETWORK=192.168.1.0 BROADCAST=192.168.1.255 IPV6INIT=yes IPV6_AUTOCONF=no IPV6ADDR=&#60;ipv6 [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/centos-red-hat-ipv6-network-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset MySQL root Password</title>
		<link>http://www.123tweak.com/reset-mysql-root-password/</link>
		<comments>http://www.123tweak.com/reset-mysql-root-password/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 05:04:20 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[reset]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=882</guid>
		<description><![CDATA[To reset MySQL root user&#8217;s password, follow the following steps. Terminate all running instances of MySQL server. You can do that either via the RC script (/etc/init.d/&#60;script_name&#62; stop or /user/local/etc/rc.d/&#60;script_name&#62; stop for FreeBSD) or using the tools like kill and pkill. To use kill or pkill, you will have to use ps or pgrep to [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/reset-mysql-root-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turn on MySQL query cache to speed up query performance?</title>
		<link>http://www.123tweak.com/turn-on-mysql-query-cache-to-speed-up-query-performance/</link>
		<comments>http://www.123tweak.com/turn-on-mysql-query-cache-to-speed-up-query-performance/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 11:15:45 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[Speed up]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=858</guid>
		<description><![CDATA[Many times developers looking for ways to speed up query, in mysql we can enable query cache to speed up query performance. Whenever query cache is enable, it will cache the query in memory and boost query performance. As we know, speed is always the most important element in developing a website especially for those [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/turn-on-mysql-query-cache-to-speed-up-query-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find large files in Linux</title>
		<link>http://www.123tweak.com/how-to-find-large-files-in-linux/</link>
		<comments>http://www.123tweak.com/how-to-find-large-files-in-linux/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 05:49:23 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[large files]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=874</guid>
		<description><![CDATA[At the command line as root enter: find / -size +102400k This will find all files on the entire system that are bigger than 100 MB. Use this one to see the sizes: find / -size +103400k &#124; xargs ls -laAh Use &#8220;find .&#8221; to look only in the current directory. find . -size +103400k [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/how-to-find-large-files-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Schedule tasks on Linux using crontab</title>
		<link>http://www.123tweak.com/schedule-tasks-on-linux-using-crontab/</link>
		<comments>http://www.123tweak.com/schedule-tasks-on-linux-using-crontab/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 11:38:34 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[crontab]]></category>
		<category><![CDATA[Schedule]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=865</guid>
		<description><![CDATA[If you&#8217;ve got a website that&#8217;s heavy on your web server, you might want to run some processes like generating thumbnails or enriching data in the background. This way it can not interfere with the user interface. Linux has a great program for this called cron. It allows tasks to be automatically run in the [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/schedule-tasks-on-linux-using-crontab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change the default editor Linux</title>
		<link>http://www.123tweak.com/change-the-default-editor-linux/</link>
		<comments>http://www.123tweak.com/change-the-default-editor-linux/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 11:23:25 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[editor]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=863</guid>
		<description><![CDATA[Ever wanted to change the crontab of a server, but got an editor on screen that you&#8217;re totally unfamiliar with? There are a lot of causes for this annoyance, but one is that somebody recently installed or used midnight commander (mc) which for whatever reason seams to overrule your session&#8217;s default editor. Changing the editor [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/change-the-default-editor-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Backup MySQL in command line with compression</title>
		<link>http://www.123tweak.com/backup-mysql-in-command-line-with-compression/</link>
		<comments>http://www.123tweak.com/backup-mysql-in-command-line-with-compression/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 11:15:14 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[compression]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=856</guid>
		<description><![CDATA[For those who looking for way to backup mysql database, you can use mysqldump to backup mysql database. Below is the script example to backup mysql database in command line:- $ mysqldump -h localhost -u username -p password database_name &#62; backup_db.sql If your mysql database is very big, you might want to compress your sql [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/backup-mysql-in-command-line-with-compression/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install MySQL on CentOS Redhat Linux</title>
		<link>http://www.123tweak.com/how-to-install-mysql-on-centos-redhat-linux/</link>
		<comments>http://www.123tweak.com/how-to-install-mysql-on-centos-redhat-linux/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 10:18:58 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[Redhat]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=851</guid>
		<description><![CDATA[Install MySQL with YUM yum install mysql-server mysql php-mysql How to configure MySQL Set the MySQL service to start on boot chkconfig --levels 235 mysqld on Start the MySQL service service mysqld start Log into MySQL mysql -u root Set the root user password for all local domains SET PASSWORD FOR 'root'@'localhost' = PASSWORD('new-password'); SET [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/how-to-install-mysql-on-centos-redhat-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimizing a php application in 5 minutes</title>
		<link>http://www.123tweak.com/optimizing-php-application/</link>
		<comments>http://www.123tweak.com/optimizing-php-application/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 09:48:03 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[optimizing]]></category>
		<category><![CDATA[xdebug]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=839</guid>
		<description><![CDATA[It is often said that premature optimization is the root of all evil: it is indeed true that the optimization stage must come after the main development of an application has been completed. Optimizing means reducing loading and execution times, improving the user experience by making the application reacting more responsively. When it comes the [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/optimizing-php-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to upgrade Linux kernel</title>
		<link>http://www.123tweak.com/how-to-upgrade-linux-kernel/</link>
		<comments>http://www.123tweak.com/how-to-upgrade-linux-kernel/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 05:00:41 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=834</guid>
		<description><![CDATA[How do I upgrade my Linux kernel? I would like to upgrade kernel without compiling from source code i.e. binary upgrade. How do I perform the actual upgrade of the kernel in Linux? You need to compile kernel only if: You need custom made kernel for specific task such as embedded kernel. Apply third party [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/how-to-upgrade-linux-kernel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing PHP webservers</title>
		<link>http://www.123tweak.com/securing-php-webservers/</link>
		<comments>http://www.123tweak.com/securing-php-webservers/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 18:35:30 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Secure]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=825</guid>
		<description><![CDATA[PHP applications have a reputation for higher than average security problems. What configuration techniques do you use for making sure the application is secure as possible ? I&#8217;m looking for ideas like: Using Hardened PHP/Suhosin Using mod_security Disabling register_globals and allow_url_fopen in php.ini I normally use Linux, but feel free to suggest Windows solutions too. [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/securing-php-webservers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IP Address conversion in PHP</title>
		<link>http://www.123tweak.com/ip-address-conversion-in-php/</link>
		<comments>http://www.123tweak.com/ip-address-conversion-in-php/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 17:00:16 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[ip2long]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=816</guid>
		<description><![CDATA[The purpose of this technote is to provide a small recipe for manipulating and/or converting IP addresses to decimals and back. I wrote a similar technote on how to do this in the Perl language. I thought it would be just as useful to know how to do the same thing in PHP. PHP has [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/ip-address-conversion-in-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MySQL IF() usage</title>
		<link>http://www.123tweak.com/mysql-if-usage/</link>
		<comments>http://www.123tweak.com/mysql-if-usage/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 17:00:34 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=811</guid>
		<description><![CDATA[This article discusses the usage of the MySQL IF() function to display the status of a BOOLEAN or TINYINT(1) column. While working on a tool to track a migration, I needed a means to show the migration status of a collection of tasks. If all the tasks had been migrated, then I needed to summarize [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/mysql-if-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Sandbox FAQ</title>
		<link>http://www.123tweak.com/google-sandbox-faq/</link>
		<comments>http://www.123tweak.com/google-sandbox-faq/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 17:00:03 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[pagerank]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=783</guid>
		<description><![CDATA[What is the sandbox? Basically its a time period that keywords that are competitive must wait in order to achieve results on Google. Is it real? Better believe it. Does the sandbox effect my entire site? No! It is keyword related only. Say you make a site for home loans. Everything about the site is [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/google-sandbox-faq/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reset lost root password in MySQL</title>
		<link>http://www.123tweak.com/reset-lost-root-password-in-mysql/</link>
		<comments>http://www.123tweak.com/reset-lost-root-password-in-mysql/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 05:22:17 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[Root]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=809</guid>
		<description><![CDATA[This is a handy procedure that can be used to reset the root password for the MySQL account. I had to use this procedure on a failed installation. It appeared that I had a problem with the bin/install_db command, and it failed to pre-populate the mysql.user table with the correct initial permissions and grants. Without [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/reset-lost-root-password-in-mysql/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to install UnixBench ?</title>
		<link>http://www.123tweak.com/how-to-install-unixbench/</link>
		<comments>http://www.123tweak.com/how-to-install-unixbench/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 04:11:17 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Vps]]></category>
		<category><![CDATA[Benchmark]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=805</guid>
		<description><![CDATA[UnixBench is the original BYTE UNIX benchmark suite, updated and revised by many people over the years. The purpose of UnixBench is to provide a basic indicator of the performance of a Unix-like system; hence, multiple tests are used to test various aspects of the system&#8217;s performance. These test results are then compared to the [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/how-to-install-unixbench/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>10 Tips to Keep Email Out of the Spam Folder</title>
		<link>http://www.123tweak.com/10-tips-to-keep-email-out-of-the-spam-folder/</link>
		<comments>http://www.123tweak.com/10-tips-to-keep-email-out-of-the-spam-folder/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 20:13:46 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Domain/Hosting]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=793</guid>
		<description><![CDATA[1. Be Compliant with the CAN-SPAM Act If you are sending “any electronic mail message, the primary purpose of which is the commercial advertisement or promotion of a commercial product or service,” then you must comply with the following 7 main requirements (or face penalties up to $16,000) [5]: Don’t use false or misleading header [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/10-tips-to-keep-email-out-of-the-spam-folder/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Export MySQL data into CSV or PSV files</title>
		<link>http://www.123tweak.com/export-mysql-data-into-csv-or-psv-files/</link>
		<comments>http://www.123tweak.com/export-mysql-data-into-csv-or-psv-files/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 17:00:55 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[psv]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=770</guid>
		<description><![CDATA[One way to export data from MySQL tables into plain text files would be to use mysqldump, then remove SQL from the dump file. Perhaps an easier way is to pipe SQL SELECT output to a file. For CSV (comma delimited, enclosing content in quotes): mysql mydb -e "SELECT * FROM my_table" &#124; sed 's/\t/","/g;s/^/"/;s/$/"/;' [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/export-mysql-data-into-csv-or-psv-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install mcache (msession) to be used for session caching in PHP</title>
		<link>http://www.123tweak.com/install-mcache-msession/</link>
		<comments>http://www.123tweak.com/install-mcache-msession/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 05:00:12 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[optimizing]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[session]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=732</guid>
		<description><![CDATA[Installing mcache, previously known as msession, on CentOS 32 bit system. MCache can be used completely transparently to a PHP application. By editing PHP&#8217;s “php.ini” file to use MCache as its default session handler (see Appendix D), applications will simply use MCache without knowing. This has an advantage in that MCache presents a standard interface [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/install-mcache-msession/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

