<?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>Top Web Solutions. Hosting Solutions, Linux, Bash, SSH, Operation Systems. cPanel Control Panel, Fantastico Autoinstaller, Apache Web server, Gentoo Linux &#187; Tips`n`Tricks</title>
	<atom:link href="http://www.top-web-solutions.com/cat/tipsntricks/feed" rel="self" type="application/rss+xml" />
	<link>http://www.top-web-solutions.com</link>
	<description>cPanel Control Panel, Fantastico Autoinstaller, Apache Web server, Gentoo Linux</description>
	<lastBuildDate>Fri, 01 May 2009 13:22:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Unable to upload product images in Magento</title>
		<link>http://www.top-web-solutions.com/unable-to-upload-product-images-in-magento.html</link>
		<comments>http://www.top-web-solutions.com/unable-to-upload-product-images-in-magento.html#comments</comments>
		<pubDate>Sat, 25 Apr 2009 12:31:46 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Hosting related]]></category>
		<category><![CDATA[Tips`n`Tricks]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.top-web-solutions.com/?p=268</guid>
		<description><![CDATA[This is a very rare bug and the chance to experience this problem isn&#8217;t very big, but I hope it will save the hair pulling for someone :)
The problem manifests itself in products -&#62; edit -&#62; images. There, when you click on the &#8220;Browse&#8221; button to locate the image on your local PC, nothing happens [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/unable-to-upload-product-images-in-magento.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento error &#8212; Notice: Undefined index:  0  in app/code/core/Mage/Core/Model/Mysql4/Config.php on line 92</title>
		<link>http://www.top-web-solutions.com/magento-error-notice-undefined-index-0-in-appcodecoremagecoremodelmysql4configphp-on-line-92.html</link>
		<comments>http://www.top-web-solutions.com/magento-error-notice-undefined-index-0-in-appcodecoremagecoremodelmysql4configphp-on-line-92.html#comments</comments>
		<pubDate>Mon, 13 Apr 2009 21:13:49 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Hosting related]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips`n`Tricks]]></category>

		<guid isPermaLink="false">http://www.top-web-solutions.com/?p=264</guid>
		<description><![CDATA[This will most likely occur when migrating Magento from one host to another. The fix, while not so obvious and easy t find turned out to be quite easy ;)  During the installation, Magento sets two IDs to 0 in its database. However, when importing the database dump to your new host, MySQL doesn&#8217;t like [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/magento-error-notice-undefined-index-0-in-appcodecoremagecoremodelmysql4configphp-on-line-92.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Magento &#8216;404 error: Page not found&#8217; fix</title>
		<link>http://www.top-web-solutions.com/magento-404-error-page-not-found-fix.html</link>
		<comments>http://www.top-web-solutions.com/magento-404-error-page-not-found-fix.html#comments</comments>
		<pubDate>Wed, 01 Apr 2009 11:41:52 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hosting related]]></category>
		<category><![CDATA[Tips`n`Tricks]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.top-web-solutions.com/?p=259</guid>
		<description><![CDATA[The resons for this issue can be quite a few. The issue itself however has the same root in most of the cases. If this error appears, chances are you will nor have access to magento&#8217;s admin area either, so reverting the changes which lead to the problem is out of the question. This is [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/magento-404-error-page-not-found-fix.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to create a file of arbitrary size</title>
		<link>http://www.top-web-solutions.com/how-to-create-a-file-of-arbitrary-size.html</link>
		<comments>http://www.top-web-solutions.com/how-to-create-a-file-of-arbitrary-size.html#comments</comments>
		<pubDate>Fri, 27 Mar 2009 11:07:18 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips`n`Tricks]]></category>

		<guid isPermaLink="false">http://futurepages.net/?p=63</guid>
		<description><![CDATA[Sometimes you might need to test certain functionality of a file system, e.g. if quotas are reported correctly. For this purpose you might want to upload a file on the server in specified size. You can easily create such a file using the command below:
dd if=/dev/zero of=filename bs=1024 count=1048576

if &#8211; input file
of &#8211; output file [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/how-to-create-a-file-of-arbitrary-size.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete files older than X nuber of days</title>
		<link>http://www.top-web-solutions.com/delete-files-older-than-x-nuber-of-days.html</link>
		<comments>http://www.top-web-solutions.com/delete-files-older-than-x-nuber-of-days.html#comments</comments>
		<pubDate>Thu, 19 Mar 2009 12:52:14 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Bash / SSH]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips`n`Tricks]]></category>

		<guid isPermaLink="false">http://www.top-web-solutions.com/?p=239</guid>
		<description><![CDATA[Here is another bash one-liner. This one will help you find and delete files older than X number of days. Very useful in a directory full of various types of logs, such as /var/log:
find .  -type f -mtime +X -exec rm -rf {} \; ;done
This assumes, that you are already in the directory in question. Simply [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/delete-files-older-than-x-nuber-of-days.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make exim send from a new IP</title>
		<link>http://www.top-web-solutions.com/how-to-make-exim-send-from-a-new-ip.html</link>
		<comments>http://www.top-web-solutions.com/how-to-make-exim-send-from-a-new-ip.html#comments</comments>
		<pubDate>Thu, 19 Mar 2009 12:30:56 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Hosting related]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips`n`Tricks]]></category>

		<guid isPermaLink="false">http://www.top-web-solutions.com/?p=235</guid>
		<description><![CDATA[If you need to send lots of e-mail addresses via your Exim MTA, you will most probably want to do so from a new IP address, so you can preserve your main one. Configuring this is as easy as 1-2-3 :) Open exim.conf for editing with your preferred text editor and find the following lines:

 [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/how-to-make-exim-send-from-a-new-ip.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>remove only old files from a folder</title>
		<link>http://www.top-web-solutions.com/remove-only-old-files-from-a-folder.html</link>
		<comments>http://www.top-web-solutions.com/remove-only-old-files-from-a-folder.html#comments</comments>
		<pubDate>Thu, 19 Mar 2009 12:14:04 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Bash / SSH]]></category>
		<category><![CDATA[Tips`n`Tricks]]></category>

		<guid isPermaLink="false">http://www.top-web-solutions.com/?p=231</guid>
		<description><![CDATA[If you have a directory full of logs for example, I am sure at some point you needed to delete all of them, but the 10 most recent ones. Here is a very short bash one-liner:

rm `ls -t &#124; awk 'NR&#62;10'`


This will remove all the files from the folder and will leave the 10 most [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/remove-only-old-files-from-a-folder.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find the full path to a program</title>
		<link>http://www.top-web-solutions.com/find-the-full-path-to-a-program.html</link>
		<comments>http://www.top-web-solutions.com/find-the-full-path-to-a-program.html#comments</comments>
		<pubDate>Thu, 19 Mar 2009 10:59:03 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Hosting related]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips`n`Tricks]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.top-web-solutions.com/?p=227</guid>
		<description><![CDATA[Quite often, when you are installing an application on your host, it asks for the full path to a program. Galleries for example, will need the full path to the convert executable of ImageMagick, some e-commerce scripts need the full path to the curl binary, etc. Of course you can always contact your host and [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/find-the-full-path-to-a-program.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cPanel language</title>
		<link>http://www.top-web-solutions.com/cpanel-language.html</link>
		<comments>http://www.top-web-solutions.com/cpanel-language.html#comments</comments>
		<pubDate>Thu, 19 Mar 2009 10:39:55 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Hosting related]]></category>
		<category><![CDATA[Tips`n`Tricks]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.top-web-solutions.com/?p=223</guid>
		<description><![CDATA[As cPanel is the most popular and widely used hosting control panel, I bet you have used it on at least one of your hosts. Since many of you are not native English speakers, the cpanel developers have added soem additional languages, which you can use, to make the job of maintaining your account a [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/cpanel-language.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP function test</title>
		<link>http://www.top-web-solutions.com/php-function-test.html</link>
		<comments>http://www.top-web-solutions.com/php-function-test.html#comments</comments>
		<pubDate>Thu, 19 Mar 2009 10:15:13 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips`n`Tricks]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.top-web-solutions.com/?p=217</guid>
		<description><![CDATA[Most hosting companies today, which offer PHP hosting tend to disable certain PHP functions mostly for security reasons. Contacting support to check if a function is available or not can sometimes be really tough. To save you all this trouble, here is a short script, which will tell you if a function is available. In [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/php-function-test.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
