<?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; Linux</title>
	<atom:link href="http://www.top-web-solutions.com/cat/os/linux/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>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 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>Rolling your SERIAL mouse wheel on FreeBSD + Xorg</title>
		<link>http://www.top-web-solutions.com/rolling-your-serial-mouse-wheel-on-freebsd-xorg.html</link>
		<comments>http://www.top-web-solutions.com/rolling-your-serial-mouse-wheel-on-freebsd-xorg.html#comments</comments>
		<pubDate>Sun, 15 Feb 2009 20:08:16 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Tips`n`Tricks]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[serial]]></category>
		<category><![CDATA[wheel]]></category>

		<guid isPermaLink="false">http://futurepages.net/rolling-your-serial-mouse-wheel-on-freebsd-xorg/</guid>
		<description><![CDATA[This one is easy. However it took me a while before I found the sollution.
Here is the scenario. You have an old serial wheel mouse and you do not want to buy a new one as the current is doing great its job :)
If you try the Xorg auto configuration and fire up your favorite [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/rolling-your-serial-mouse-wheel-on-freebsd-xorg.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gentoo Tutorial part 2: Adding goodies to the system.</title>
		<link>http://www.top-web-solutions.com/gentoo-tutorial-part-2-adding-goodies-to-the-system.html</link>
		<comments>http://www.top-web-solutions.com/gentoo-tutorial-part-2-adding-goodies-to-the-system.html#comments</comments>
		<pubDate>Sat, 07 Feb 2009 23:20:45 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[goodies]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://futurepages.net/gentoo-tutorial-part-2-adding-goodies-to-the-system/</guid>
		<description><![CDATA[This is the second part of the Gentoo Tutorials. In the first section &#8220;Minimal Gentoo Installation&#8221; we have built a fresh Gentoo system using the minimal install disk and downloading the stages/ports and building the kernel. This left us with a bare Gentoo OS. In this second Gentoo Tutorial we are going to customize and [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/gentoo-tutorial-part-2-adding-goodies-to-the-system.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>openvpn and a Windows client</title>
		<link>http://www.top-web-solutions.com/openvpn-and-a-windown-client.html</link>
		<comments>http://www.top-web-solutions.com/openvpn-and-a-windown-client.html#comments</comments>
		<pubDate>Thu, 05 Feb 2009 20:53:51 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Bash / SSH]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[openvpn]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://top-web-solutions.com/openvpn-and-a-windown-client/</guid>
		<description><![CDATA[This is quite an easy one. Even for a newbie. Here we will show the quickest way to create an openVPN tunnel between your safe home Linux/BSD router and your Windows client. Very useful for mobile computers, which do not always use the same secure network. Mind that this only shows you the quickest way [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/openvpn-and-a-windown-client.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>KDE4 plasma workspace bug</title>
		<link>http://www.top-web-solutions.com/kde4-plasma-workspace-bug.html</link>
		<comments>http://www.top-web-solutions.com/kde4-plasma-workspace-bug.html#comments</comments>
		<pubDate>Sun, 01 Feb 2009 15:56:52 +0000</pubDate>
		<dc:creator>Adam Cooper</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kde plasma workspace]]></category>
		<category><![CDATA[kde4]]></category>

		<guid isPermaLink="false">http://www.top-web-solutions.com/?p=41</guid>
		<description><![CDATA[As you might already know, there is a testing version of K Desktop Environment 4 released.
It is as expected full with bugs and problems to solve. Here is one:
After you install the KDE4, try to change the wallpaper by selecting a new desktop from the ones available with the installation. For some reason it will [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/kde4-plasma-workspace-bug.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache with multiple PHP Versions</title>
		<link>http://www.top-web-solutions.com/apache-with-multiple-php-versions.html</link>
		<comments>http://www.top-web-solutions.com/apache-with-multiple-php-versions.html#comments</comments>
		<pubDate>Wed, 28 Jan 2009 12:19:41 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Multiple]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Versions]]></category>

		<guid isPermaLink="false">http://top-web-solutions.com/apache-with-multiple-php-versions/</guid>
		<description><![CDATA[This is the third part of our Gentoo tutorials. In the first two parts we have installed Gentoo from the minimal installation disc and added some interesting applications and utilities.
In this third part we will install an apache webserver with several different php versions. I will use php4 and php5, however this guide can be [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/apache-with-multiple-php-versions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
