<?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>TechHead.co.uk &#187; Linux</title>
	<atom:link href="http://www.techhead.co.uk/category/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techhead.co.uk</link>
	<description>TechHead.co.uk is a site dedicated to information on various IT technologies, solutions, fixes and IT news. Topic areas include HP Proliant Servers &#38; Storage, VMware vSphere,ESX,ESXi, Microsoft Hyper V and Windows Server</description>
	<lastBuildDate>Wed, 01 Feb 2012 14:02:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to start a cPanel scheduled backup job manually</title>
		<link>http://www.techhead.co.uk/how-to-start-a-cpanel-scheduled-backup-job-manually</link>
		<comments>http://www.techhead.co.uk/how-to-start-a-cpanel-scheduled-backup-job-manually#comments</comments>
		<pubDate>Mon, 26 Sep 2011 10:29:03 +0000</pubDate>
		<dc:creator>Simon Seagrave</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.techhead.co.uk/how-to-start-a-cpanel-scheduled-backup-job-manually</guid>
		<description><![CDATA[Those of you that host your own Linux based web server may be using the very useful cPanel backup script to make a regular scheduled backup of your web site’s content and database content.&#160; Although you can configure the details of the site backups and schedule from the graphical user interface it doesn’t provide you [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<div class="mti_div">
<a href="http://www.techhead.co.uk/category/linux" title="Linux"><img src="/wp-images/icons/topic_linux.jpg" class="mti_icon" width="104" height="100" alt="Linux" /></a>
</div>
<div class="KonaBody"><p>Those of you that host your own Linux based web server may be using the very useful cPanel backup script to make a regular scheduled backup of your web site’s content and database content.&#160; Although you can configure the details of the site backups and schedule from the graphical user interface it doesn’t provide you with the ability to kick the scheduled backup job off manually using the settings found in /etc/cpbackup.conf file.&#160; This backup configuration is set via the WebHost Manager at Main &gt;&gt; Backup &gt;&gt; Configure Backup menu. To start the backup job off manually you need to log onto the server via SSH and then run the following command.</p>
<p>Code:</p>
<blockquote><p># /scripts/cpbackup –force</p>
</blockquote>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3e549394-8e65-4840-b9aa-fee64b9273f8" class="wlWriterSmartContent">Technorati Tags: <a href="http://technorati.com/tags/cPanel" rel="tag">cPanel</a>,<a href="http://technorati.com/tags/backup" rel="tag">backup</a>,<a href="http://technorati.com/tags/manual" rel="tag">manual</a>,<a href="http://technorati.com/tags/kick+off" rel="tag">kick off</a>,<a href="http://technorati.com/tags/start" rel="tag">start</a>,<a href="http://technorati.com/tags/web+host" rel="tag">web host</a>,<a href="http://technorati.com/tags/manually" rel="tag">manually</a></div>
</div><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.techhead.co.uk/how-to-start-a-cpanel-scheduled-backup-job-manually/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email Fail &#8211; virtual_aliases via virtual_aliases router force address failure</title>
		<link>http://www.techhead.co.uk/email-fail-virtual_aliases-via-virtual_aliases-router-force-address-failure</link>
		<comments>http://www.techhead.co.uk/email-fail-virtual_aliases-via-virtual_aliases-router-force-address-failure#comments</comments>
		<pubDate>Fri, 26 Aug 2011 10:30:07 +0000</pubDate>
		<dc:creator>Simon Seagrave</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.techhead.co.uk/email-fail-virtual_aliases-via-virtual_aliases-router-force-address-failure</guid>
		<description><![CDATA[If hosting your own websites, such as WordPress, on a single webserver and have your email for a particular domain on that web server hosted somewhere else, you may experience the following error message when trying to send emails from within your website to an email address on the same domain: ‘virtual_aliases via virtual_aliases router [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<div class="mti_div">
<a href="http://www.techhead.co.uk/category/linux" title="Linux"><img src="/wp-images/icons/topic_linux.jpg" class="mti_icon" width="104" height="100" alt="Linux" /></a>
<a href="http://www.techhead.co.uk/category/wordpress" title="WordPress"><img src="/wp-images/icons/topic_wordpress.jpg" class="mti_icon" width="111" height="111" alt="WordPress" /></a>
</div>
<div class="KonaBody"><p>If hosting your own websites, such as WordPress, on a single webserver and have your email for a particular domain on that web server hosted somewhere else, you may experience the following error message when trying to send emails from within your website to an email address on the same domain: ‘<strong>virtual_aliases via virtual_aliases router forced address failure</strong>’.&#160; (Hope this long sentence makes sense). </p>
<p>To resolve this issue SSL to your webserver take a look at the entries in the ‘<strong>etc/localdomains</strong>’ file.&#160; In here you will see a list of your locally hosted domains on that web server.&#160; Using an editor such as VI or NANO remove the line which contains the name of your domain whose email is hosted elsewhere and then save and exit.</p>
<p>Next using an editor open up the ‘<strong>etc/remotedomains</strong>’ file and add in the name of your domain – ensuring that the case and spelling matches how it was originally entered into the ‘<strong>etc/localdomains</strong>’ file.&#160; Save the file and exit the editor.</p>
<p>You have now told the email transfer agent on the web server (eg: Exim) to look for a remotely hosted email server for that domain to send locally generated emails to.</p>
<p>&#160;</p>
<p><strong><u>Useful Links:</u></strong></p>
<p><a href="http://computerquestionhelp.com/blogs/Linux/what-do-files-/etc/localdomains-and-/etc/remotedomains-do-or-mean-on-my-linux-server.html" target="_blank">What does /etc/remotedomains and /etc/local domains mean on my Linux server? Should my domain be inside these files?</a></p>
<p><a href="http://www.webhostingtalk.com/showthread.php?t=691851" target="_blank">‘Bounce Backs’ Forum Thread</a></p>
<p>&#160;</p>
<p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3d69fbfe-b96c-4a92-a907-7bc32aa53a24" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Email" rel="tag">Email</a>,<a href="http://technorati.com/tags/Fail" rel="tag">Fail</a>,<a href="http://technorati.com/tags/Exim" rel="tag">Exim</a>,<a href="http://technorati.com/tags/failure" rel="tag">failure</a>,<a href="http://technorati.com/tags/error" rel="tag">error</a>,<a href="http://technorati.com/tags/message" rel="tag">message</a>,<a href="http://technorati.com/tags/domains" rel="tag">domains</a>,<a href="http://technorati.com/tags/Linux" rel="tag">Linux</a>,<a href="http://technorati.com/tags/virtual_aliases" rel="tag">virtual_aliases</a>,<a href="http://technorati.com/tags/router" rel="tag">router</a>,<a href="http://technorati.com/tags/localdomains" rel="tag">localdomains</a>,<a href="http://technorati.com/tags/remotedomains" rel="tag">remotedomains</a></div></p>
</div><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.techhead.co.uk/email-fail-virtual_aliases-via-virtual_aliases-router-force-address-failure/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slow internet performance when using Ubuntu</title>
		<link>http://www.techhead.co.uk/slow-internet-performance-when-using-ubuntu</link>
		<comments>http://www.techhead.co.uk/slow-internet-performance-when-using-ubuntu#comments</comments>
		<pubDate>Wed, 13 Dec 2006 16:37:42 +0000</pubDate>
		<dc:creator>Simon Seagrave</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://techhead.co.uk/?p=11</guid>
		<description><![CDATA[After recently installing Kubuntu one thing I immediately noticed was the slow performance when surfing the web either via Fire Fox or KDE´s Konqueror web browser. Apparently it looks as though this could be put down to these browsers compliance with and use of IPv6. This seems to be quite a common problem experienced by [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<div class="mti_div">
<a href="http://www.techhead.co.uk/category/linux" title="Linux"><img src="/wp-images/icons/topic_linux.jpg" class="mti_icon" width="104" height="100" alt="Linux" /></a>
</div>
<div class="KonaBody"><p>After recently installing Kubuntu one thing I immediately noticed was the slow performance when surfing the web either via Fire Fox or KDE´s Konqueror web browser.</p>
<p>Apparently it looks as though this could be put down to these browsers compliance with and use of IPv6. This seems to be quite a common problem experienced by many Ubuntu users though there is divided thought on whether this is the actual cause. Though if it wasn´t why does disabling IPv6 make internet connectivity improve to normal speeds?</p>
<p>The work around fix that worked for me was to disable IPv6 in Fire Fox. The thread below discusses this further and explains how to do this.</p>
<p><a href="http://ubuntuforums.org/showthread.php?t=6841">http://ubuntuforums.org/showthread.php?t=6841</a></p>
</div><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.techhead.co.uk/slow-internet-performance-when-using-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu &#8211; installing additional user interfaces (KDE &amp; Gnome)</title>
		<link>http://www.techhead.co.uk/ubuntu-installing-additional-user-interfaces-kde-gnome</link>
		<comments>http://www.techhead.co.uk/ubuntu-installing-additional-user-interfaces-kde-gnome#comments</comments>
		<pubDate>Wed, 13 Dec 2006 16:22:14 +0000</pubDate>
		<dc:creator>Simon Seagrave</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://techhead.co.uk/?p=10</guid>
		<description><![CDATA[Here is a step by step guide on how to install either KDE or Gnome as an extra user interface for Ubuntu &#8211; and how to swap between the two. http://www.psychocats.net/ubuntu/gnome No related posts.
No related posts.]]></description>
			<content:encoded><![CDATA[<div class="mti_div">
<a href="http://www.techhead.co.uk/category/linux" title="Linux"><img src="/wp-images/icons/topic_linux.jpg" class="mti_icon" width="104" height="100" alt="Linux" /></a>
</div>
<div class="KonaBody"><p>Here is a step by step guide on how to install either KDE or Gnome as an extra user interface for Ubuntu &#8211; and how to swap between the two.</p>
<p>http://www.psychocats.net/ubuntu/gnome</p>
</div><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.techhead.co.uk/ubuntu-installing-additional-user-interfaces-kde-gnome/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare Server &#8211; installing on Ubuntu</title>
		<link>http://www.techhead.co.uk/vmware-server-installing-on-ubuntu</link>
		<comments>http://www.techhead.co.uk/vmware-server-installing-on-ubuntu#comments</comments>
		<pubDate>Tue, 12 Dec 2006 22:07:05 +0000</pubDate>
		<dc:creator>Simon Seagrave</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://techhead.co.uk/?p=9</guid>
		<description><![CDATA[Here is a good guide on how to install VMWare Server under Ubuntu, v6.x: It worked a treat for me! No related posts.
No related posts.]]></description>
			<content:encoded><![CDATA[<div class="mti_div">
<a href="http://www.techhead.co.uk/category/linux" title="Linux"><img src="/wp-images/icons/topic_linux.jpg" class="mti_icon" width="104" height="100" alt="Linux" /></a>
</div>
<div class="KonaBody"><p><a href="http://www.ubuntuforums.org/showthread.php?t=183209" target="_blank">Here is</a> a good guide on how to install VMWare Server under Ubuntu, v6.x:</p>
<p>It worked a treat for me!</p>
</div><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.techhead.co.uk/vmware-server-installing-on-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: www.techhead.co.uk @ 2012-02-07 08:21:38 -->
