<?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; OS</title>
	<atom:link href="http://www.top-web-solutions.com/cat/os/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>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>Server virtualization and consolidation with Innotek VirtualBox</title>
		<link>http://www.top-web-solutions.com/server-virtualization-and-consolidation-with-innotek-virtualbox.html</link>
		<comments>http://www.top-web-solutions.com/server-virtualization-and-consolidation-with-innotek-virtualbox.html#comments</comments>
		<pubDate>Tue, 10 Mar 2009 09:33:09 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[box]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://futurepages.net/server-virtualization-and-consolidation-with-innotek-virtualbox/</guid>
		<description><![CDATA[This is a short technical review of the Innotek VirtualBox software showing the pros and cons of server virtualization and consolidation as a whole. In this article I will show you how to install the VirtualBox application and get running, as a proof of concept, an Ubuntu Linux on top of Microsoft Vista OS as [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/server-virtualization-and-consolidation-with-innotek-virtualbox.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minimal FreeBSD Installation</title>
		<link>http://www.top-web-solutions.com/minimal-freebsd-installation.html</link>
		<comments>http://www.top-web-solutions.com/minimal-freebsd-installation.html#comments</comments>
		<pubDate>Sat, 07 Mar 2009 20:11:48 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[minimal]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://futurepages.net/minimal-freebsd-installation/</guid>
		<description><![CDATA[This article shows you how to install one of the most stable OS in a virtual environment using the VMWare virtualization server. This however should not frighten or disappoint you, as the technique is pretty much the same for non-virtual environment. First lets start with the
Requirements

A computer in front of you.
Available connection to internet &#8211; [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/minimal-freebsd-installation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual FreeBSD part 2: Installing the BASH shell.</title>
		<link>http://www.top-web-solutions.com/virtual-freebsd-part-2-installing-the-bash-shell.html</link>
		<comments>http://www.top-web-solutions.com/virtual-freebsd-part-2-installing-the-bash-shell.html#comments</comments>
		<pubDate>Sun, 01 Mar 2009 15:17:26 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Bash / SSH]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[virtual]]></category>

		<guid isPermaLink="false">http://futurepages.net/virtual-freebsd-part-2-installing-the-bash-shell/</guid>
		<description><![CDATA[This is the second part of the &#8220;Virtual FreeBSD&#8221; tutorials series. In the first part we have installed the OS from the scratch by downloading most of it from the Internet. In this second tutorial we will customize the default shell and install a little bit more user-friendly one. But first thing first:
Requirements

A fresh (or [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/virtual-freebsd-part-2-installing-the-bash-shell.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu wireless application</title>
		<link>http://www.top-web-solutions.com/ubuntu-wireless-application.html</link>
		<comments>http://www.top-web-solutions.com/ubuntu-wireless-application.html#comments</comments>
		<pubDate>Sat, 28 Feb 2009 16:00:23 +0000</pubDate>
		<dc:creator>Adam Cooper</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[wireless adapter]]></category>

		<guid isPermaLink="false">http://www.top-web-solutions.com/?p=44</guid>
		<description><![CDATA[Many Ubuntu users have problems with their wireless adapter. Here is the ultimate solution for the problem:
The key application is called wicd.
Before you install it, make sure you have no automated settings for your network interfaces:
sudo vi /etc/network/interfaces
Make sure the only entries are:
auto lo
iface lo inet loopback
After you have set them &#8211; you are ready [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/ubuntu-wireless-application.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minimal Gentoo Installation</title>
		<link>http://www.top-web-solutions.com/minimal-gentoo-installation.html</link>
		<comments>http://www.top-web-solutions.com/minimal-gentoo-installation.html#comments</comments>
		<pubDate>Sat, 28 Feb 2009 00:35:08 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[minimal]]></category>

		<guid isPermaLink="false">http://futurepages.net/minimal-gentoo-installation/</guid>
		<description><![CDATA[Gentoo OS Installation from Minimal Disk
This artlicle will show you how to install Gentoo OS from a  minimal installation CD on your computer. Before proceeding, please ensure that you have the following:

A computer infront of you.
Available connection to internet &#8211; you will need to download certain packages during the installation.
At least one and a [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/minimal-gentoo-installation.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to edit keyboard layout in Windows Vista</title>
		<link>http://www.top-web-solutions.com/how-to-edit-keyboard-layout-in-windows-vista.html</link>
		<comments>http://www.top-web-solutions.com/how-to-edit-keyboard-layout-in-windows-vista.html#comments</comments>
		<pubDate>Mon, 16 Feb 2009 20:44:18 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://futurepages.net/how-to-edit-keyboard-layout-in-windows-vista/</guid>
		<description><![CDATA[Windows Vista is the new OS product from Microsoft. As everything new, this one includes some not so pleasant surprises. For example the keyboard layouts are drastically changed. Here is a short guide on how to edit these in Vista for your convenience.
First off, you will need Microsoft&#8217;s The Microsoft Keybard layout Editor Install the [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/how-to-edit-keyboard-layout-in-windows-vista.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
