<?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>Cloud Hosting &#124;&#124; Cloud Computing &#124;&#124; Cloud Server</title>
	<atom:link href="http://www.workfromhomecrew.co.uk/feed" rel="self" type="application/rss+xml" />
	<link>http://www.workfromhomecrew.co.uk</link>
	<description>This Blog offers information about Web Hosting Industry, Cloud Hosting, Dedicated Servers, Website Hosting, Reseller Hosting and much more.</description>
	<lastBuildDate>Tue, 31 May 2011 16:08:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How To Add Additionaly Static IP To Ubuntu Server</title>
		<link>http://www.workfromhomecrew.co.uk/dedicated-hosting/how-to-add-additionaly-static-ip-to-ubuntu-server</link>
		<comments>http://www.workfromhomecrew.co.uk/dedicated-hosting/how-to-add-additionaly-static-ip-to-ubuntu-server#comments</comments>
		<pubDate>Tue, 31 May 2011 16:07:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dedicated Hosting]]></category>
		<category><![CDATA[adding static]]></category>

		<guid isPermaLink="false">http://www.workfromhomecrew.co.uk/?p=83</guid>
		<description><![CDATA[There are number reasons why the client do require additional static IP address. Getting the secondary IP address which is one of the simple process these days if it is done for the right reasons and done correctly.  You doesn&#8217;t &#8230; <a href="http://www.workfromhomecrew.co.uk/dedicated-hosting/how-to-add-additionaly-static-ip-to-ubuntu-server">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There are number reasons why the client do require additional static IP address. Getting the secondary IP address which is one of the simple process these days  if it is done for the right reasons and done correctly.  You doesn&#8217;t need any additional hardware such as NIC cards but with the help of the user you will be creating virtual adapters as the  secondary IP will be routing through the primary IP. The below mentioned information will help you to give a complete information  about how to add additional static IP to ubuntu server.</p>
<p>1) vi /etc/network/interfaces, here you will see the already configured IP<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
auto eth0<br />
iface eth0 inet static<br />
address  192.168.0.20<br />
netmask 255.255.255.0<br />
network 192.168.0.0<br />
broadcast 192.168.0.255<br />
gateway 109.203.116.1<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
# dns-* options are implemented by the resolvconf package, if installed<br />
dns-nameservers 192.168.0.254<br />
dns-search mynetwork.com</p>
<p>2) Copy above lines and paste under these after doing following changes.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
auto eth0:1 # change eth0 to eth0:1<br />
iface eth0:1 inet static # change eth0 to eth0:1<br />
address 192.168.0.21 # mention another IP and rest of the lines will be same<br />
netmask 255.255.255.0<br />
network 192.168.0.0<br />
broadcast 192.168.0.255<br />
gateway 109.203.116.1<br />
# dns-* options are implemented by the resolvconf package, if installed<br />
dns-nameservers 192.168.0.254<br />
dns-search mynetwork.com<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>3) Once it is pasted, then save the file and quite</p>
<p>4) Make sure you restart the networking service for changes<br />
The below mentioned command will execute the restarts the service.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
#/etc/init.d/networking restart<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>5) For better service we have to verify the settings with the commands by<br />
&#8212;&#8212;&#8212;&#8212;<br />
#ifconfig<br />
&#8212;&#8212;&#8212;&#8212;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.workfromhomecrew.co.uk/dedicated-hosting/how-to-add-additionaly-static-ip-to-ubuntu-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Remove Error from the Horde Webmail</title>
		<link>http://www.workfromhomecrew.co.uk/cpanel-hosting/how-to-remove-error-from-the-horde-webmail</link>
		<comments>http://www.workfromhomecrew.co.uk/cpanel-hosting/how-to-remove-error-from-the-horde-webmail#comments</comments>
		<pubDate>Wed, 18 May 2011 11:07:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cPanel Hosting]]></category>
		<category><![CDATA[error horde webmail]]></category>
		<category><![CDATA[Horde Webmail]]></category>
		<category><![CDATA[Horde Webmail error]]></category>
		<category><![CDATA[issue with horde webmail]]></category>

		<guid isPermaLink="false">http://www.workfromhomecrew.co.uk/?p=80</guid>
		<description><![CDATA[Error within Horde Webmail : Few of my friends do face problem when they use Horde Webmail. While they try to browse the webmail using the lines which is webmail.domainname.com it normally show following error such as directory not found &#8230; <a href="http://www.workfromhomecrew.co.uk/cpanel-hosting/how-to-remove-error-from-the-horde-webmail">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Error within Horde Webmail :</p>
<p>Few of my friends do face problem when they use Horde Webmail. While they try to browse the webmail using the lines which is webmail.domainname.com it normally show following error such as directory not found or some thing related to that.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Warning: main(PEAR.php) [function.main]: failed to open stream: No such file or directory in D:\Inetpub\vhosts\webmail\horde\lib\core.php on line 26</p>
<p>Warning: main() [function.include]: Failed opening &#8216;PEAR.php&#8217; for inclusion (include_path=&#8217;D:\Inetpub\vhosts\webmail\horde\lib<br />
;.;./includes;./pear&#8217;) in D:\Inetpub\vhosts\webmail\horde\lib\core.php on line 26</p>
<p>Warning: main(Log.php) [function.main]: failed to open stream: No such file or directory in D:\Inetpub\vhosts\webmail\horde\lib\Horde.php on line 3</p>
<p>Warning: main() [function.include]: Failed opening &#8216;Log.php&#8217; for inclusion (include_path=&#8217;D:\Inetpub\vhosts\webmail\horde\lib<br />
;.;./includes;./pear&#8217;) in C:\Inetpub\vhosts\webmail\horde\lib\Horde.php on line 3</p>
<p>Warning: _connect(DB.php) [function.-connect]: failed to open stream: No such file or directory in D:\Inetpub\vhosts\webmail\horde\lib\Horde\DataTree<br />
\sql.php on line 1255</p>
<p>Fatal error: _connect() [function.require]: Failed opening required &#8216;DB.php&#8217; (include_path=&#8217;D:\Inetpub\vhosts\webmail\horde\lib<br />
;.;./includes;./pear&#8217;) in D:\Inetpub\vhosts\webmail\horde\lib\Horde\DataTree<br />
\sql.php on line 1255<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
For such kind of problem you have to find out whether such errors are going to be. You have to check this with the <a href="http://www.webhosting.uk.com/" target="_blank">hosting provider</a> or with your admin. See this can be sorted very easily you just have to edit few files which are present in your hosting account.</p>
<p>First of all you have to Open a file named as &#8220;core.php&#8221; of horde mail.</p>
<p>You will be getting this file in the below mentioned specific area which is<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
\webmail\horde\lib\webmail\horde\ lib\core.php<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
you have to change this:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
ini_set(&#8216;include_path&#8217;, dirname(__FILE__) . PATH_SEPARATOR . ini_get(&#8216;include_path&#8217;));<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
to:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
ini_set(&#8216;include_path&#8217;, &#8216;C:/Inetpub/vhosts/webmail/horde/lib&#8217; . PATH_SEPARATOR . &#8216;C:/Inetpub/vhosts/webmail&#8217; . PATH_SEPARATOR . &#8216;C:/Inetpub/vhosts/webmail/horde/pear&#8217; .PATH_SEPARATOR . ini_get(&#8216;include_path&#8217;));<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
The above issue will definatly solve your problem for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.workfromhomecrew.co.uk/cpanel-hosting/how-to-remove-error-from-the-horde-webmail/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring Yum Server in RHEL5</title>
		<link>http://www.workfromhomecrew.co.uk/cpanel-hosting/configuring-yum-server-in-rhel5</link>
		<comments>http://www.workfromhomecrew.co.uk/cpanel-hosting/configuring-yum-server-in-rhel5#comments</comments>
		<pubDate>Fri, 13 May 2011 16:08:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cPanel Hosting]]></category>
		<category><![CDATA[how to configure Yum Server]]></category>
		<category><![CDATA[RHEL5]]></category>
		<category><![CDATA[Yum Server]]></category>
		<category><![CDATA[Yum Server RHEL5]]></category>

		<guid isPermaLink="false">http://www.workfromhomecrew.co.uk/?p=76</guid>
		<description><![CDATA[Configuring Yum Server in RHEL5 you should have two RPM - If  you are planning to install Yum Server in RHEL5 its very easy to do so. 1. vsftpd-&#62;vsftpd-2.0.5.10.e l5.i386.rpm 2. createrepo -&#62; createrepo-0.4.4-2.0.fc6.n oarch.rpm You have to follow few &#8230; <a href="http://www.workfromhomecrew.co.uk/cpanel-hosting/configuring-yum-server-in-rhel5">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>Configuring Yum Server in RHEL5 you should have two RPM -</h2>
<p>If  you are planning to install Yum <a href="http://www.webhosting.uk.com/cloud-servers.php">Server</a> in RHEL5 its very easy to do so.</p>
<p>1. vsftpd-&gt;vsftpd-2.0.5.10.e l5.i386.rpm<br />
2. createrepo -&gt;<br />
createrepo-0.4.4-2.0.fc6.n oarch.rpm</p>
<p>You have to follow few step which are as follows :-</p>
<p>Step 1. The most important way is to first of all run by using the mentioned command<br />
Run vsftpd rpm<br />
rpm -ivh vsftpd-*.rpm</p>
<p>Step 2.This will help you to insert the IP address with the help of<br />
iptables -I INPUT -p tcp<br />
dport 20 -j ACCEPT</p>
<p>Step 3. iptables -I INPUT -p tcp &#8211;dport 21 -j<br />
ACCEPT</p>
<p>Step 4. iptables -I INPUT -p udp &#8211;dport 21 -j ACCEPT<br />
iptables -I INPUT -p udp &#8211;dport 20 -j ACCEPT</p>
<p>Step 5. This is for SELinux to access<br />
setsebool allow_ftpd_full_access on</p>
<p>Step 6. Then open the specific file :- vim<br />
/etc/sysconfig/iptables-c onfig and modify below mention<br />
line</p>
<p>IPTABLES_MODU LES=&#8221;ip_conntrack_netbios_ns<br />
ip_conntrack_ftp&#8221;</p>
<p>and now your ftp server is ready to take the responsibilty of yum server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.workfromhomecrew.co.uk/cpanel-hosting/configuring-yum-server-in-rhel5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloud Website Hosting Package</title>
		<link>http://www.workfromhomecrew.co.uk/cloud-hosting/cloud-website-hosting-package</link>
		<comments>http://www.workfromhomecrew.co.uk/cloud-hosting/cloud-website-hosting-package#comments</comments>
		<pubDate>Mon, 02 May 2011 14:41:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cloud Hosting]]></category>
		<category><![CDATA[cheap website hosting]]></category>
		<category><![CDATA[dedicated web hosting]]></category>
		<category><![CDATA[windows web hosting]]></category>

		<guid isPermaLink="false">http://www.workfromhomecrew.co.uk/?p=72</guid>
		<description><![CDATA[Website Hosting package with in organization are getting very popular. We can also say that web hosting industry is in demand and some hosting experts say that it will be in demmand for some more years for updating there need &#8230; <a href="http://www.workfromhomecrew.co.uk/cloud-hosting/cloud-website-hosting-package">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Website Hosting package with in organization are getting very popular. We can also say that web hosting industry is in demand and some hosting experts say that it will be in demmand for some more years for updating there need as there business expands. The web solutions provided by such providers are highly efficient as well as secured. Unlike shared hosting, where &#8216;actions&#8217; client server with other hosting customers, cheap <a href="http://en.wikipedia.org/wiki/hosting" target="_blank">web hosting</a> which is also a hosting service. It&#8217;s same like a normal hosting service where a web hosting service is provided by the hosting provider .  When a client buy such service he give&#8217;s rent for the entire server to the hosting provider, this is intended as a server is bit cheaper as compared to web hosting service. Where as the web hosting company still owns the server.</p>
<p>The customer is the only one who uses the service for his website or web pages, from the server when ever a client use the hosting service. This allows higher performance and security of their website. When users are using shared hosting services for their website many other resources on the server are being used by the website, and it&#8217;s be taxed later. The result for this service which is lowering the performance activities of websites. This does not apply to cheap web hosting as a server to be used by the same client, where as there could be single website or multiple sites of  the clients. <a href="http://www.webhosting.uk.com/">Cheap website hosting</a> server also offers customers a greater level of security. Only on their website hosted on that server. The customer need not worry about anything other customers to find a way to alter their website or information.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.workfromhomecrew.co.uk/cloud-hosting/cloud-website-hosting-package/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make You Business Move On Cloud Server</title>
		<link>http://www.workfromhomecrew.co.uk/cloud-hosting/make-you-business-move-on-cloud-server</link>
		<comments>http://www.workfromhomecrew.co.uk/cloud-hosting/make-you-business-move-on-cloud-server#comments</comments>
		<pubDate>Sat, 30 Apr 2011 14:04:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cloud Hosting]]></category>
		<category><![CDATA[cloud host]]></category>
		<category><![CDATA[cloud hosting companies]]></category>
		<category><![CDATA[cloud web hosting]]></category>
		<category><![CDATA[cloud website hosting]]></category>
		<category><![CDATA[uk cloud host]]></category>

		<guid isPermaLink="false">http://www.workfromhomecrew.co.uk/?p=68</guid>
		<description><![CDATA[Business cloud server hosting options rely on a number of reasons. First, the costs are lower than the corresponding hosting options due to the reduced need for a ton of different physical inputs. When the virtual nature of the hosting &#8230; <a href="http://www.workfromhomecrew.co.uk/cloud-hosting/make-you-business-move-on-cloud-server">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Business <a href="http://www.webhosting.uk.com/cloud-servers.php" target="_blank">cloud server hosting</a> options rely on a number of reasons. First, the costs are lower than the corresponding hosting options due to the reduced need for a ton of different physical inputs. When the virtual nature of the hosting environment, more resources, improvement or even maintenance can be done remotely and with ease. When the server when you use the resources available to that server, the only option is to expand through the acquisition of another server. This is a very expensive thing.</p>
<p>Few Internet service providers do offer paid as services to receive. Generally paid hosting services are good because they provide reliable and reasonable set of features that includes a domain of personalization, service depth and quality service. But before final arrangements for the purchase of pipes web, it&#8217;s always important to consider the services offered or the different web host. They offer web hosting packages at different prices. There are several web hosts offer web hosting services online. Web hosts play an important role in web hosting. It includes a dedicated hosting, shared hosting and managed. <a href="http://blog.webhosting.uk.com/" target="_blank">more information</a></p>
<p>Many companies set out the reasons mentioned above began to turn to cloud server hosts as hosting server of choice. Many people see the server cloud as the means for future networks. There are a lot of hope and opportunity, which many see as a possibility in the future with <a href="http://en.wikipedia.org/wiki/Cloud_acceleration" target="_blank">clouds acceleration</a>, which is simply not possible with traditional accommodation options. As technology continues to promote, and &amp;quot;bugs&amp;quot; have been prepared, cloud hosting continues to gain popularity. Many find the technology easier to use, and with all options for the future, now regarded by many as the perfect time to jump on the wagon cloud.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.workfromhomecrew.co.uk/cloud-hosting/make-you-business-move-on-cloud-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Check Plesk Version</title>
		<link>http://www.workfromhomecrew.co.uk/windows-web-hosting/how-to-check-plesk-version</link>
		<comments>http://www.workfromhomecrew.co.uk/windows-web-hosting/how-to-check-plesk-version#comments</comments>
		<pubDate>Fri, 08 Apr 2011 14:54:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Web Hosting]]></category>
		<category><![CDATA[plesk control panel]]></category>
		<category><![CDATA[windows web hosting]]></category>

		<guid isPermaLink="false">http://www.workfromhomecrew.co.uk/?p=61</guid>
		<description><![CDATA[The Article will help you with to check the current shell type that you are in or the version you are working with. currently working on linux fedora and how to check the shell version on linux fedora. The article &#8230; <a href="http://www.workfromhomecrew.co.uk/windows-web-hosting/how-to-check-plesk-version">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Article will help you with to check the current shell type that you are in or the version you are working with. currently working on linux fedora and how to check the shell version on linux fedora. The article below will guide you step by step to check whether the current shell that you are using and how to display the shell version on Linux Fedora 9.</p>
<p>The reason we have to check the OS version is to check if the application we are working with should be running smoothly. The below command example can be use to display the current shell procedure you must go ahead with. If you wanted to check the <a href="http://www.webhosting.uk.com/plesk.php" target="_blank">Plesk control panel</a> version which are running on the server from shell or the SSH the you just need to execute the below commands :</p>
<p>You have to login to your root via shell. As soon as you login to your server.</p>
<p>A user just have to go to the below mentioned path and he will get a sort of display screen.</p>
<p>root@server[#]  cat /usr/local/psa/version<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
it will  show the output as : 9.5.2 CentOS 5 95100504.12<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Or  there is another command which is rpm -q psa</p>
<p>root@server[#] rpm -q psa  It will show the output as :<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
sa-9.5.2-cos5.build95100504.12<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>That’s all , easy isn’t it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.workfromhomecrew.co.uk/windows-web-hosting/how-to-check-plesk-version/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Components Of Cloud Server Hosting</title>
		<link>http://www.workfromhomecrew.co.uk/cloud-hosting/basic-components-of-cloud-server-hosting</link>
		<comments>http://www.workfromhomecrew.co.uk/cloud-hosting/basic-components-of-cloud-server-hosting#comments</comments>
		<pubDate>Tue, 29 Mar 2011 13:34:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cloud Hosting]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[cloud hosting]]></category>
		<category><![CDATA[cloud hosting companies]]></category>
		<category><![CDATA[cloud hosting europe]]></category>
		<category><![CDATA[cloud website hosting]]></category>

		<guid isPermaLink="false">http://www.workfromhomecrew.co.uk/?p=58</guid>
		<description><![CDATA[In Cloud Website hosting era the term Cloud Service is the future of networking and server technology. Experts also says that the cloud is going to be one of the new appropriate way of hosting  we can say that Cloud &#8230; <a href="http://www.workfromhomecrew.co.uk/cloud-hosting/basic-components-of-cloud-server-hosting">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In Cloud Website hosting era the term Cloud Service is the future of networking and server technology. Experts also says that the cloud is going to be one of the new appropriate way of hosting  we can say that Cloud Computing is essentially an infrastructure that encompasses any subscription based or pay per use service, in real time and thus extending IT capabilities by reducing its infrastructural costs.</p>
<p>Well we can also say that cloud is the nutshell. Many Senior administrator has commented that “Cloud Computing is one of the service which provides developers   which helps developers for on-demand <a href="http://en.wikipedia.org/wiki/Cloud_computing#Application" target="_blank">computing</a> platform which helps in multiple areas such as storage to host, scale resources and manage multiple applications. In more simpler way it is all about implementing processes online instead of using the  local machine or software” for e.g Office documents that can be uploaded, extracted and even worked on at the same time online, instead of requiring any of your personal computer to do that kind of work.</p>
<p><strong>Cloud Computing Technical Details </strong>:-Thus Cloud Computing gives a complete  freedom to develop the application without looking into the details of network to be used for it. So just forget about building an infrastructure to support your web services and application and start focusing on development alone. I think now you have a little bit of acquittance of about cloud computing is all about, so if you are deciding to go for utilizing this service for your own business, then there are certain basics of cloud computing that you should know.</p>
<p>* Instant Cloud Computing<br />
* Best Storage<br />
* Elastic Load Balance<br />
* Service Delivery<br />
* Complete Database Support<br />
* Bets Server Monitoring</p>
<p>The above 6 aspect are new aspect of <a href="http://www.webhosting.uk.com/coud-hosting.php" target="_blank">cloud website hosting</a> platform . These help us to enhance the  complete productivity of the entire process of marketing your product in front of all your clients. There are plenty of other aspects as well where we need to add a complete delivery of aspect with in the cloud hosting platform.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.workfromhomecrew.co.uk/cloud-hosting/basic-components-of-cloud-server-hosting/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Getting Data From Exim Mail Logs With Exigrep</title>
		<link>http://www.workfromhomecrew.co.uk/dedicated-hosting/getting-data-from-exim-mail-logs-with-exigrep</link>
		<comments>http://www.workfromhomecrew.co.uk/dedicated-hosting/getting-data-from-exim-mail-logs-with-exigrep#comments</comments>
		<pubDate>Sat, 26 Mar 2011 14:39:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dedicated Hosting]]></category>
		<category><![CDATA[Exim Mail Logs]]></category>

		<guid isPermaLink="false">http://www.workfromhomecrew.co.uk/?p=53</guid>
		<description><![CDATA[Digging Into Exim Mail Logs With Exigrep There are some particular domain on which the cPanel server has stopped receiving e-mail. Or, the address on which your domain is able to receive the e-mail, except from your supplier. Some how &#8230; <a href="http://www.workfromhomecrew.co.uk/dedicated-hosting/getting-data-from-exim-mail-logs-with-exigrep">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Digging Into Exim Mail Logs With Exigrep</p>
<p>There are some particular domain on which the <a href="http://www.webhosting.uk.com/dedicated-servers-web-hosting.php" target="_blank">cPanel server</a> has stopped receiving e-mail. Or, the address on which your domain is able to receive the e-mail, except from your supplier. Some how you can receive the e-mail just fine, but are receiving error message bounce-backs from Yahoo. How are you going to get the fine-grained information you need to figure out just what is going on.</p>
<p>The answers you seek can be found in exim’s logs.</p>
<p>Getting Started<br />
If you have the sshed into your cPanel server, you have to cd into the directory where exim keeps its logs. Exim puts all of its logs into the following directory:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
[root@host / ]% cd /var/log<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
These will be the Exim maintains three log files :<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
/var/log/exim_mainlog<br />
/var/log/exim_paniclog<br />
/var/log/exim_rejectlog<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>The Exim Mainlog: This logs are being tracked every single e-mail transaction that your email does or the server handles. This is the go-to log when troubleshooting all e-mail delivery problems.</p>
<p>The Exim Rejectlog: These log files show logs only for the delivery rejections. Such that these can be useful, this is not going to be the first log file you will require to search while troubleshooting the mail problem. For example, if mail is getting through out on the server part, but your mail client is silently failing to download mail, this log will not help you.</p>
<p>The Exim Paniclog: This log has a complete information Regarding the complete exim program itself, and not had any mail transactions. For this reason, it is not suitable for most mail troubleshooting.</p>
<p>Using Exigrep: By using Exigrep you can imagine, on to a server sending and receiving a lot of mail, exim’s log files can get large fast. While normally one would use the grep command to find lines in a file matching a search string, that does not work as well with exim’s logs. One single mail transaction will span multiple lines in the file, and not every line will have the search string you are looking for. The <a href="http://en.wikipedia.org/wiki/Grep" target="_blank">exigrep command</a> works around this problem by finding your search string in transactions, and then helpfully gathering every log entry into separate, complete transactions.</p>
<p>exigrep is run just like grep; simply pass it the search string and the filename of the log file you are searching in:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
[root@host /var/log/ ]% exigrep &#8220;input_string&#8221; exim_mainlog<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Some of the  typical result will look something like this:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
2010-07-10 05:00:13 [1487] 1Ov4tU-0000Nz-Rm H=mailhost.domain.com [208.42.54.2]:51792 I=[76.215.120.175]:25 Warning: &#8220;SpamAssassin as theuser detected message as NOT spam (0.0)&#8221;2010-07-10 05:00:13 [1487] 1Ov4tU-0000Nz-Rm &lt;= maillinglist@domain.com H=mailhost.domain.com [208.42.54.2]:51792 I=[76.215.120.175]:25 P=esmtps X=TLSv1:AES256-SHA:256 CV=no S=21778 id=384a86a39e83be0d9b3a94d1feb3119f@domain.com T=&#8221;Daily Science Maillinglist: Chameleon&#8221; from for user@example.com<br />
2010-07-10 05:00:14 [1534] 1Ov4tU-0000Nz-Rm =&gt; user F= P= R=virtual_user T=virtual_userdelivery S=21902 QT=6s DT=0s<br />
2010-07-10 05:00:15 [1534] 1Ov4tU-0000Nz-Rm Completed QT=7s</p>
<p>How To Read The Exigrep Output :-</p>
<p>The most basic thing to check for when reading exigrep output is the word “Completed” on the last line. If it says “Completed”, then the e-mail in question has been delivered. If you do not see the word “Completed” you will likely see an error, which is a good starting place for tracking down your delivery failures.</p>
<p>These are a parts of the transaction that are also important:</p>
<p>* Timestamp: While in the beginning of each line the important date and time has specified step of the mail transaction occurred.<br />
* from and to: as you can see in the second entry of the example (as indicated with the second timestamp), one line of every transaction shows both who the e-mail is from, and who the e-mail is being sent to<br />
* Transaction ID: Here is each transaction gets its own unique identification string; in the above example, that string is 1Ov4tU-0000Nz-Rm.</p>
<p>Hopefully, understanding the basics of a successful transaction in cPanel’s exim_mainlog will give you a sound basis for starting to troubleshoot thornier exim issues. If you are having trouble making out a particular transaction on your Liquid Web server, do not hesitate to contact Liquid Web’s Heroic Support to find out more. Further articles on this topic will dig more deeply into more complex exigrep queries, as well as transaction results for e-mails that have not been delivered. <a href="http://www.webhosting.uk.com/web-hosting/faq/" target="_blank">more details</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.workfromhomecrew.co.uk/dedicated-hosting/getting-data-from-exim-mail-logs-with-exigrep/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cPanel The Popular Easy Control Panel</title>
		<link>http://www.workfromhomecrew.co.uk/cpanel-hosting/cpanel-the-popular-easy-control-panel</link>
		<comments>http://www.workfromhomecrew.co.uk/cpanel-hosting/cpanel-the-popular-easy-control-panel#comments</comments>
		<pubDate>Sat, 12 Mar 2011 11:55:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cPanel Hosting]]></category>
		<category><![CDATA[cheap website hosting]]></category>
		<category><![CDATA[cpanel hosting uk]]></category>
		<category><![CDATA[linux website hosting]]></category>
		<category><![CDATA[shared website hosting]]></category>

		<guid isPermaLink="false">http://www.workfromhomecrew.co.uk/?p=17</guid>
		<description><![CDATA[cPanel, the web hosting industries leading control panel. cPanel website hosting is the most popular and easy control panels in the world till today. CPanel is used for the maintenance of the website and the web server. The CPanel has &#8230; <a href="http://www.workfromhomecrew.co.uk/cpanel-hosting/cpanel-the-popular-easy-control-panel">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>cPanel, the web hosting industries leading control panel. <a href="http://www.webhosting.uk.com/cpanel-hosting.php" target="_blank">cPanel website hosting</a> is the most popular and easy control panels in the world till today. CPanel  is used for the maintenance of the website and the web server. The CPanel has a very good <strong>graphical user interface</strong> (GUI) which makes it very easy to use for all its users.</p>
<p>Anyone who is new to this field of web hosting and website development can design and develop a professional website using this cPanel website hosting. You&#8217;ll have complete control over your website with our Cpanel hosting interface. It is one of the most reliable control panels in the world today. cPanel website hosting even supports <strong>PHP, Front Page, MySQL, Fantastico, and many more </strong>exciting web applications and features.</p>
<p><a href="http://www.workfromhomecrew.co.uk/wp-content/uploads/2011/02/cpanel.jpg"><img class="size-full wp-image-18 aligncenter" title="cPanel website hosting " src="http://www.workfromhomecrew.co.uk/wp-content/uploads/2011/02/cpanel.jpg" alt="cPanel website hosting,shared hosting,website hosting" width="571" height="292" /></a><br />
cPanel website hosting has a feature that gives you all the important statistics about your web server. Their control panel is quite easy to use and gives you great control, and they have several pieces of web software you *can* (but don&#8217;t have to) add to your website for free. For example, the bandwidth and disk space usage, web traffic details, domain and sub-domain details, the places from where your web traffic comes to your website and to which web pages, how long the web traffic stays on which web page, and much more.</p>
<p>cPanel website hosting also offers some of the most important add-ons and great web tools like Fantastico Deluxe, which contains easy installation of some of the most important applications like the content management system, Joomla that can be directly installed using this control panel. The following blogs can be installed with just a few clicks: b2, b2evolution, Nucleus, pMachine Free and <a href="http://www.webhosting.uk.com/web-hosting/faq/" target="_blank">WordPress</a>.</p>
<p>Fantastico Deluxe allows you to install some very important web scripts with the help of just a few mouse clicks.Also, installing these web scripts is very easy even for the novices, and you do not need to have extensive knowledge about the process of installation these advanced web scripts and applications. Using the cPanel website hosting, you can perform many important tasks. cPanel <a href="http://en.wikipedia.org/wiki/hosting" target="_blank">website hosting </a>also makes the web programming and the coding of the website much easier.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.workfromhomecrew.co.uk/cpanel-hosting/cpanel-the-popular-easy-control-panel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A New Way of Calling Online-VoIP</title>
		<link>http://www.workfromhomecrew.co.uk/voip-server-uk/a-new-way-of-calling-online-voip</link>
		<comments>http://www.workfromhomecrew.co.uk/voip-server-uk/a-new-way-of-calling-online-voip#comments</comments>
		<pubDate>Sat, 12 Mar 2011 11:11:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VoIP Server UK]]></category>
		<category><![CDATA[voip advantages]]></category>
		<category><![CDATA[voip calling]]></category>
		<category><![CDATA[voip server]]></category>
		<category><![CDATA[what is voip]]></category>

		<guid isPermaLink="false">http://www.workfromhomecrew.co.uk/?p=39</guid>
		<description><![CDATA[VoIP a Voice Over Internet Protocol, allows calling over internet. With VoIP, it benefit’s a technology update which procedure and  allowing facilitation such as a telephone calls via the internet in cheaper cost. The Voice Over Internet technology has been &#8230; <a href="http://www.workfromhomecrew.co.uk/voip-server-uk/a-new-way-of-calling-online-voip">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>VoIP a Voice Over Internet Protocol, allows calling over internet. With VoIP, it benefit’s a technology update which procedure and  allowing facilitation such as a telephone calls via the internet in cheaper cost. The Voice Over Internet technology has been around in the hosting market for decades but client wasn’t aware of. Only the with these kind of services advances in the bandwidth capability of internet lines have made it possible.<a href="http://www.webhosting.uk.com/web-hosting/faq/" target="_blank">more info</a></p>
<p>There are multiple advantage of broadband over narrowband (modem) have led to the more widespread introduction of VoIP Server.With the advent of Voice over IP telephony, cable modems can also be used to the many people who have cable modems have opted to eliminate their Plain Old phone. Especially from last 5 years, VoIP Server solutions have grown in a good way or we can say exploded. The number of high speed broadband connection has become more easy to access as well as in much affordable rates. The VoIP Server hosting will be purely beneficial for both homes as well as for corporate world.</p>
<p>Some Features For VoIP :-<br />
First, we have an expectation that VOIP has many advantages over regular phone service. Low cost.,Portability,Phone-to-phone VOIP,Features. If you had any idea by early days the <a href="http://en.wikipedia.org/wiki/voip" target="_blank">VoIP telephony</a> has being considered by some to be a technologically which was an unreliable fad. For the homeowners or for the tenants, they just have to pay just with the flat rate per month which normally inclusive of all the call costing, where as it can be short or long distance calling. One that was shunned by mostly everyone who had long relied upon their traditional phone service company to provide them with dependable, if not costly, telephone service.</p>
<p>Choosing the right service is a major decision. A lot of customers which started using internet phone lack many important features that they should have had included in their service. For that reason alone, they simultaneously use their old phone along with the internet phone. Some of the basic installation which is required but there are not usually hidden extras. Overall, a <a href="http://www.webhosting.uk.com/voip-servers.php" target="_blank">VoIP Server</a> Hosting solution should be cheaper than traditional landlines, even in the short to medium term. Today, much has changed and VoIP telephony has not only vastly improved, but has attracted millions of new customers thanks to technological advancements and smart marketing. Additionally, you can expect extra facilities such as call waiting, caller ID and even call filtering.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.workfromhomecrew.co.uk/voip-server-uk/a-new-way-of-calling-online-voip/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

