<?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>Web Hosting UK &#124; Dedicated Servers &#124; VPS Hosting &#124; Windows Hosting &#187; Web Hosting</title>
	<atom:link href="http://www.webhosting.uk.com/web-hosting/faq/uk-website-hosting/webhosting-uk-services/web-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webhosting.uk.com/web-hosting/faq</link>
	<description>WebHosting Knowledgebase Articles &#124; FAQ's</description>
	<lastBuildDate>Wed, 08 Feb 2012 08:44:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>The Process OF Backing Up And Restoring Individual cPanel Account via SSH</title>
		<link>http://www.webhosting.uk.com/web-hosting/faq/the-process-of-backing-up-and-restoring-individual-cpanel-account-via-ssh/</link>
		<comments>http://www.webhosting.uk.com/web-hosting/faq/the-process-of-backing-up-and-restoring-individual-cpanel-account-via-ssh/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 08:44:00 +0000</pubDate>
		<dc:creator>Catherine</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[website hosting]]></category>

		<guid isPermaLink="false">http://www.webhosting.uk.com/web-hosting/faq/?p=2250</guid>
		<description><![CDATA[It is externally crucial to backup your website hosting account for keeping your web presence intact. It is essential to backup your data at least once a week for ensuring the smooth functioning of your business. cPanel provides with some &#8230; <a href="http://www.webhosting.uk.com/web-hosting/faq/the-process-of-backing-up-and-restoring-individual-cpanel-account-via-ssh/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It is externally crucial to backup your <a href="http://www.webhosting.uk.com/">website hosting</a> account for keeping your web presence intact. It is essential to backup your data at least once a week for ensuring the smooth functioning of your business. cPanel provides with some efficient inbuilt scripts that will enable you to simplify your tasks. The pkgacct command is used for the purpose of backing up the cPanel hosting accounts and restorepkg command is used for restoring the cPanel accounts via the SSH or command line interface.</p>
<p>How to create backup of Individual cPanel Account via SSH?</p>
<p>Step 1: Log in to the SSH as Root user.</p>
<p>Step 2: Type the command stream mentioned below in the command line interface:</p>
<p><span style="color: #0000ff;"> /scripts/pkgacct username</span></p>
<p>[Note: The account backup will be created in the current directory you are using]</p>
<p>How to Restore the Individual cPanel Account via SSH?</p>
<p>Step 1: In order to restore the cPanel account backups, type the following command</p>
<p><span style="color: #0000ff;">  /scripts/restorepkg username</span></p>
<p>[Note: For restoring the data, you will have to be in the directory where the backup file is stored.]</p>
<p>This is the most convenient way for backing up and restoring the individual cPanel web hosting accounts via command line interface.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webhosting.uk.com/web-hosting/faq/the-process-of-backing-up-and-restoring-individual-cpanel-account-via-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Start, Stop And Configure Time Sync For A Cloud VM</title>
		<link>http://www.webhosting.uk.com/web-hosting/faq/how-to-start-stop-and-configure-time-sync-for-a-cloud-vm/</link>
		<comments>http://www.webhosting.uk.com/web-hosting/faq/how-to-start-stop-and-configure-time-sync-for-a-cloud-vm/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 11:35:09 +0000</pubDate>
		<dc:creator>Catherine</dc:creator>
				<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.webhosting.uk.com/web-hosting/faq/?p=2227</guid>
		<description><![CDATA[Follow the steps mentioned below to configure Time Sync for VM’s in Cloud. This will enable the administrators to synchronize the time by the node despite rebooting of the server. Configuring Time Sync for Linux Step 1 : Log into &#8230; <a href="http://www.webhosting.uk.com/web-hosting/faq/how-to-start-stop-and-configure-time-sync-for-a-cloud-vm/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Follow the steps mentioned below to configure Time Sync for VM’s in Cloud. This will enable the administrators to synchronize the time by the node despite rebooting of the server.</p>
<p>Configuring Time Sync for Linux</p>
<p><strong>Step 1</strong> : Log into the server through SSH as administrator<br />
<strong>Step 2</strong> : Type the following command in the command prompt :</p>
<p><span style="color: #0000ff;"><em>vmware-guestd –cmd “vmx.set_option synctime 0 1?</em></span></p>
<p>Configuring Time Sync for <a href=" http://www.webhosting.uk.com/cloud-hosting.php">Cloud Hosting</a> for Windows 2008 R2?</p>
<p><strong>Step 1</strong> : Access the server through RDP – Remote Desktop Protocol (This needs administratos rights on the server)<br />
<strong>Step 2</strong> : Go to the command prompt.<br />
<strong>Step 3</strong> : Type the following command:<br />
<span style="color: #0000ff;"><em>w32tm /config /manualpeerlist:pool.ntp.org,0×8 /syncfromflags:MANUAL</em></span><br />
<span style="color: #0000ff;"><em>netstop w32time</em></span><br />
<span style="color: #0000ff;"><em>net start w32time</em></span></p>
<p>Since this VM is within Hyper-V, it is essential to disable the time sync by going to VM settings &gt;&gt; Management &gt;&gt; Integration Services &gt;&gt; uncheck Time Synchronization.</p>
<p><strong>Step 4</strong> : Check if the VM syncs with the time on reboot, use the following command:</p>
<p><span style="color: #0000ff;"><em>schtasks /create /tn TimeSync /tr “w32tm /resync” /sc onstart</em></span></p>
<p><strong>Step 5</strong> : You might be prompted to enter your username and password for re-establishing connection with the Remote Desktop.</p>
<p>It is also possible to get an error trying to sync time, for instance : “RPC Server is Unavailable”, in that case you can use the following commands for troubleshooting :</p>
<p>Stopping the the Windows Time Service (WTS)<br />
net stop W32Time</p>
<p>Unregistering from the (WTS)</p>
<p><span style="color: #0000ff;"><em>w32tm /unregister</em></span></p>
<p>Re-registering in the WTS</p>
<p><span style="color: #0000ff;"><em>w32tm /register</em></span></p>
<p>Sometimes you might have to reboot the server prior to re-registering the service</p>
<p>In order to re-initiate the WTS and ensure that the service is running properly, you can use the command mentioned below:</p>
<p><span style="color: #0000ff;"><em>net start W32Time sc query W32Time</em></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webhosting.uk.com/web-hosting/faq/how-to-start-stop-and-configure-time-sync-for-a-cloud-vm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating An Image Gallery In WordPress</title>
		<link>http://www.webhosting.uk.com/web-hosting/faq/creating-an-image-gallery-in-wordpress/</link>
		<comments>http://www.webhosting.uk.com/web-hosting/faq/creating-an-image-gallery-in-wordpress/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 08:46:20 +0000</pubDate>
		<dc:creator>Catherine</dc:creator>
				<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.webhosting.uk.com/web-hosting/faq/?p=2219</guid>
		<description><![CDATA[WordPress comprises of a default gallery function. It is possible to add numerous image files to an article that can be presented as a gallery. Follow the steps mentioned below to create an image gallery in WordPress Step 1 : &#8230; <a href="http://www.webhosting.uk.com/web-hosting/faq/creating-an-image-gallery-in-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>WordPress comprises of a default gallery function. It is possible to add numerous image files to an article that can be presented as a gallery.</p>
<p>Follow the steps mentioned below to create an image gallery in WordPress</p>
<p style="text-align: center;"><a href="http://www.webhosting.uk.com/wordpress-hosting-uk.php"><img class="aligncenter size-medium wp-image-2220" title="wordpress admin" src="http://www.webhosting.uk.com/web-hosting/faq/wp-content/uploads/2012/01/wordpress-admin-300x147.jpg" alt="wordpress admin 300x147 Creating An Image Gallery In WordPress" width="300" height="147" /></a></p>
<p>Step 1 : Log in to the admin area of your blog and click on &#8216;New Post&#8217;</p>
<p>Step 2 : Now click on &#8216;Add an image&#8217; button, that is located in the WYSIWYG editor menu</p>
<p>Step 3 : Start uploading the images that you want in the gallery</p>
<p>Step 4 : Click on the &#8216;Save all changes&#8217; button once you are done with uploading the image files</p>
<p>Step 5 : Click on the Gallery tab</p>
<p>Step 6 : Arrange the uploaded images according to your preferences</p>
<p>Step 7 : Click on the Insert Gallery option for adding the gallery to your post</p>
<p>Step 8 : Click on the &#8216;Publish&#8217; button so that others can view it</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webhosting.uk.com/web-hosting/faq/creating-an-image-gallery-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Create An Agent In R1Soft&#8217;s CDP 3.0 Enterprise Edition</title>
		<link>http://www.webhosting.uk.com/web-hosting/faq/how-to-create-an-agent-in-r1softs-cdp-3-0-enterprise-edition/</link>
		<comments>http://www.webhosting.uk.com/web-hosting/faq/how-to-create-an-agent-in-r1softs-cdp-3-0-enterprise-edition/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 10:37:13 +0000</pubDate>
		<dc:creator>Catherine</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[R1Soft]]></category>

		<guid isPermaLink="false">http://www.webhosting.uk.com/web-hosting/faq/?p=2134</guid>
		<description><![CDATA[The steps for creating an agent in R1Soft&#8217;s CDP 3.0 Enterprise Edition are mentioned below: Step 1 : Connect to the CDP 3.0 Enterprise Edition through the web browser and log into it using your username and password Step 2 &#8230; <a href="http://www.webhosting.uk.com/web-hosting/faq/how-to-create-an-agent-in-r1softs-cdp-3-0-enterprise-edition/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The steps for creating an agent in R1Soft&#8217;s CDP 3.0 Enterprise Edition are mentioned below:</p>
<p><strong>Step 1</strong> : Connect to the CDP 3.0 Enterprise Edition through the web browser and log into it using your username and password</p>
<p><a href="http://www.webhosting.uk.com/web-hosting/faq/wp-content/uploads/2011/12/r1soft16.png"><img class="aligncenter size-full wp-image-2135" title="r1soft1" src="http://www.webhosting.uk.com/web-hosting/faq/wp-content/uploads/2011/12/r1soft16.png" alt="r1soft16 How To Create An Agent In R1Softs CDP 3.0 Enterprise Edition" width="281" height="141" /></a></p>
<p><strong>Step 2</strong> : Click on the “Agents” button displayed in the Main Menu located under the ‘Dashboard’ at the left pane of the page</p>
<p><a href="http://www.webhosting.uk.com/web-hosting/faq/wp-content/uploads/2011/12/r1soft2.jpg"><img class="aligncenter size-full wp-image-2136" title="r1soft2" src="http://www.webhosting.uk.com/web-hosting/faq/wp-content/uploads/2011/12/r1soft2.jpg" alt="r1soft2 How To Create An Agent In R1Softs CDP 3.0 Enterprise Edition" width="964" height="318" /></a></p>
<p><strong>Step 3</strong> : Now, click on “Create New Agent” shown in the Agents menu located in the top left pane.</p>
<p><a href="http://www.webhosting.uk.com/web-hosting/faq/wp-content/uploads/2011/12/r1soft3.jpg"><img class="aligncenter size-full wp-image-2137" title="r1soft3" src="http://www.webhosting.uk.com/web-hosting/faq/wp-content/uploads/2011/12/r1soft3.jpg" alt="r1soft3 How To Create An Agent In R1Softs CDP 3.0 Enterprise Edition" width="965" height="262" /></a></p>
<p><strong>Step 4</strong> : Once you click on “Create New Agent” a new window will popup that will enable you to set the following things:</p>
<p><a href="http://www.webhosting.uk.com/web-hosting/faq/wp-content/uploads/2011/12/r1soft4.jpg"><img class="aligncenter size-full wp-image-2138" title="r1soft4" src="http://www.webhosting.uk.com/web-hosting/faq/wp-content/uploads/2011/12/r1soft4.jpg" alt="r1soft4 How To Create An Agent In R1Softs CDP 3.0 Enterprise Edition" width="304" height="303" /></a></p>
<p>Enter a description for the agent you want to create, enter a host name or IP address for that agent and define a port for connection.</p>
<p><strong>Step 5</strong> : For this particular agent, you can set special permission for the group. However, the groups’ permissions can only be changed in the following conditions:</p>
<p>* While adding an agent</p>
<p>* While editing an agent</p>
<p>* While adding a group</p>
<p>* While editing a group</p>
<p><strong>Step 6</strong> : Select a group of your choice and define the special permissions for it. When you select a group you will come across several boxes in the “Groups”</p>
<p><a href="http://www.webhosting.uk.com/web-hosting/faq/wp-content/uploads/2011/12/r1soft5.jpg"><img class="aligncenter size-full wp-image-2139" title="r1soft5" src="http://www.webhosting.uk.com/web-hosting/faq/wp-content/uploads/2011/12/r1soft5.jpg" alt="r1soft5 How To Create An Agent In R1Softs CDP 3.0 Enterprise Edition" width="382" height="117" /></a>Full Control – If you check this option, it provides you with complete control on everything mentioned below</p>
<p>* Editing agent’s settings</p>
<p>* Browsing agent’s recovery points</p>
<p>* Manipulating disk safes for agent</p>
<p>* Editing agent’s users</p>
<p>* Manipulating policies for agent</p>
<p>* Viewing agent’s task in the task history console</p>
<p>* Restoring files from agent’s recovery points</p>
<p align="JUSTIFY">If you would like to remove a group from the agent properties window, simply click on the “X” icon shown in the red color.</p>
<p align="JUSTIFY"><strong>Step 7</strong> : In the same way as “Groups”, you can set special permissions for the “Users”</p>
<p align="JUSTIFY"><strong>Step 8</strong> : Once you have adjusted all the settings, click on the “Create” button at bottom of the window</p>
<p align="JUSTIFY"><strong>Step 9</strong> : After a moment you will see a notification window showing “Successfully created agent” message. Click on the “OK” button</p>
<p align="JUSTIFY"><a href="http://www.webhosting.uk.com/web-hosting/faq/wp-content/uploads/2011/12/r1soft6.jpg"><img class="aligncenter size-full wp-image-2140" title="r1soft6" src="http://www.webhosting.uk.com/web-hosting/faq/wp-content/uploads/2011/12/r1soft6.jpg" alt="r1soft6 How To Create An Agent In R1Softs CDP 3.0 Enterprise Edition" width="280" height="71" /></a></p>
<p>Once the Agent is created it will appear in the Agents list and the Operating System (OS) of your dedicated hosting server will be automatically detected.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webhosting.uk.com/web-hosting/faq/how-to-create-an-agent-in-r1softs-cdp-3-0-enterprise-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing CSF Firewall In cPanel</title>
		<link>http://www.webhosting.uk.com/web-hosting/faq/installing-csf-firewall-in-cpanel-8/</link>
		<comments>http://www.webhosting.uk.com/web-hosting/faq/installing-csf-firewall-in-cpanel-8/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 11:29:20 +0000</pubDate>
		<dc:creator>Catherine</dc:creator>
				<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.webhosting.uk.com/web-hosting/faq/?p=2056</guid>
		<description><![CDATA[The CSF firewall is commonly known as ConfigServer Security and Firewall. It has become one of the most popular firewalls not just because it is easy to use but it also provides a cPanel interface and can be easily installed &#8230; <a href="http://www.webhosting.uk.com/web-hosting/faq/installing-csf-firewall-in-cpanel-8/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The CSF firewall is commonly known as ConfigServer Security and Firewall. It has become one of the most popular firewalls not just because it is easy to use but it also provides a cPanel interface and can be easily installed and tuned by any novice users. If your website is hosted on a cPanel hosting plan without a firewall, then it is recommended to have a CSF firewall, considering the security aspects of your server. CSF is an advanced version of firewall as it provides the user with a wide range of configuration options in comparison to the other firewalls. It is simple enough to install and configure and even a novice user can easily install it. As far as server security is concerned, it basically relates to the firewall and the filters connecting the servers. On a daily basis, there are many malicious activities and brute force attacks that a server encounters, you can check such activities in the servers logs. Therefore the server and your data is constantly under threat if not protected with a reliable firewall. CSF can be easily integrated with WHM/cPanel and it is considered to be one of the most reliable firewalls, therefore it is widely preferred by the website hosting companies for protecting the Linux hosting servers.</p>
<p>The process of installing CSF Firewall in cPanel is mentioned below:</p>
<p>The basic attribute is to have a SSH access of the server first of all. You may get this access with <a href="http://www.webhosting.uk.com/vps-hosting.php">VPS hosting</a>, <a href="http://www.webhosting.uk.com/dedicated-servers-web-hosting.php">dedicated hosting</a> and <a href=" http://www.webhosting.uk.com/cloud-hosting.php">cloud hosting</a>.</p>
<p>Step 1 : SSH in your server<br />
Step 2 : Download CSF from “http://www.configserver.com/free/csf.tgz”</p>
<p><strong><span style="color: #0000ff;">wget http://www.configserver.com/free/csf.tgz</span></strong></p>
<p>Step 3 : The download file has to be extracted now</p>
<p><strong><span style="color: #0000ff;">tar -xzf csf.tgz</span></strong></p>
<p>Step 4 : Once the file is extracted, you can proceed with installing CSF with the following command</p>
<p><strong><span style="color: #0000ff;">cd csf</span></strong><br />
<strong><span style="color: #0000ff;"> sh install.sh</span></strong><br />
When the CSF firewall is installed, it can be located in the WHM&#8217;s menu – Plugins – ConfigServer Security&amp; Firewall</p>
<p>When you access the CSF page, you must proceed according to the guidelines mentioned in the wizard. It is essential to configure the Firewall level depending on your requirements. Once the process is completed, you can turn On the CSF from the Firewall Configuration and set “TESTING” to 0.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webhosting.uk.com/web-hosting/faq/installing-csf-firewall-in-cpanel-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Add A Digital Product To CubeCart?</title>
		<link>http://www.webhosting.uk.com/web-hosting/faq/how-to-add-a-digital-product-to-cubecart/</link>
		<comments>http://www.webhosting.uk.com/web-hosting/faq/how-to-add-a-digital-product-to-cubecart/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 11:16:42 +0000</pubDate>
		<dc:creator>Catherine</dc:creator>
				<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.webhosting.uk.com/web-hosting/faq/?p=2013</guid>
		<description><![CDATA[CubeCart is one of the most efficient eCommerce software applications. It enables you to establish a powerful online store and then you can start selling digital or tangible products right away. Gettng a Cubecart shopping cart software surely enhances the &#8230; <a href="http://www.webhosting.uk.com/web-hosting/faq/how-to-add-a-digital-product-to-cubecart/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>CubeCart is one of the most efficient eCommerce software applications. It enables you to establish a powerful online store and then you can start selling digital or tangible products right away. Gettng a Cubecart shopping cart software surely enhances the efficiency of the <a href="http://www.webhosting.uk.com/ecommerce-hosting-uk.php">eCommerce hosting UK</a>. Main features of CubeCart include the following:</p>
<p>* Search engine optimized<br />
* Inventory stock control<br />
* Supports Google Checkout, PayPal and other payment gateways<br />
* Supports shipping model<br />
* Customer order history and new customer registration</p>
<p>If you would like to add a digital product to your CubeCart, you will have to follow the process mentioned below:</p>
<p>1. First step is to create a folder on your server through an FTP client. This can be above or below the public_html folder as shown below:</p>
<p>e.g. Above (Recommended as it can&#8217;t be accessed directly)<br />
/downloads<br />
/public_html</p>
<p>or below: (Not recommended as it can be accessed directly via the internet)<br />
/public_html<br />
/downloads</p>
<p>2. Once the folder is created, upload your digital file to the downloads folder<br />
e.g. /downloads/my_track.mp3</p>
<p>3. In the section of your stor&#8217;s general settings a root path of your store will be shown. You will need this root path to determine the root path to the file. Suppose for instance it is /home/user/public_html</p>
<p>If your downloads are above the public_html folder the path will be:<br />
/home/user/downloads/my_track.mp3</p>
<p>If it is above this will be:<br />
/home/user/public_html/downloads/my_track.mp3</p>
<p>4. Now you can create a product in your admin control panel and select the product type as digital. Then you will have to enter the root path to the file in the text box provided.</p>
<p>Once the payment is made, you can send a unique url to the customer for accessing the file. Through the general settings you can determine the length of this url and also the number of download that can be made.</p>
<p>This completes the process of adding a digital product to CubeCart</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webhosting.uk.com/web-hosting/faq/how-to-add-a-digital-product-to-cubecart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automated Password Generator For Linux Distros</title>
		<link>http://www.webhosting.uk.com/web-hosting/faq/automated-password-generator-for-linux-distros/</link>
		<comments>http://www.webhosting.uk.com/web-hosting/faq/automated-password-generator-for-linux-distros/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 12:41:50 +0000</pubDate>
		<dc:creator>Catherine</dc:creator>
				<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.webhosting.uk.com/web-hosting/faq/?p=2010</guid>
		<description><![CDATA[Internet has become a very powerful network for establishing businesses and earning money, this has also enhanced the importance of internet security. Technicians have come up with various ways to ensure the security, APG is one of the efficiently methods &#8230; <a href="http://www.webhosting.uk.com/web-hosting/faq/automated-password-generator-for-linux-distros/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Internet has become a very powerful network for establishing businesses and earning money, this has also enhanced the importance of internet security. Technicians have come up with various ways to ensure the security, APG is one of the efficiently methods developed to ensure security. It is considered to be one of the easiest methods for ensuring security on the web hosting servers. This password generator has the capacity of generating complex passwords that cannot be easily judged. Even though you might be comfortable developing a password manually, this tool will provide you with a such a password that cannot be hacked easily.</p>
<p>APG or Automated Password Generator is a Linux based program that enables the webmasters and server administrators to create random, secure passwords, through the server&#8217;s SSH. Many Linux distros use APG in their repository, it has a user friendly interface and it can be installed and used easily. Basically it uses permutations and combinations of various characters, alphabets, numbers, in-combination to generate a password that cannot be predicted.</p>
<p>APG is a free software that is based on open source technology, therefore it can be downloaded for free. You can use this url for downloading APG &#8211; http://www.adel.nursat.kz/apg/ for Linux and its distros.</p>
<p>In order to check the current settings, you may simply enter ‘apg’ in the command line. This will take you to the command prompt that looks like the following:</p>
<p>Please enter some random data (only first 8 are significant)<br />
(eg. your old password):&gt;</p>
<p>When you enter the password, you wont be able to view the characters. Once you hit the enter button, APG will generate six passwords instantly, followed by their pronunciations.</p>
<p>Note : These are not the passwords, it is only an arrangement made to help you to remember the password but are still in a much secure format.<br />
Here is a list of such examples :</p>
<p>Ryatyiarp0 (Ryat-yiarp-ZERO)<br />
AikAktevAj6 (Aik-Ak-tev-Aj-SIX)<br />
Ephfeoc7 (Eph-fe-oc-SEVEN)<br />
urfapDulm3 (urf-ap-Dulm-THREE)<br />
rackVafasos9 (rack-Vaf-as-os-NINE)<br />
RownotCict5 (Rown-ot-Cict-FIVE)</p>
<p>If you would like to skip the pronounceable passwords, you may use the “-a” flag and add a “1? at the end, as shown below :</p>
<p>apg -a 1</p>
<p>After the command is run, you will get the following output:</p>
<p>\+Nx9Hek`<br />
G:89&amp;2OO<br />
uKHOwO-}%u<br />
@q7GCi3Jh+<br />
L5?S|eku</p>
<p>After this the other settings can be configured and then you can specify the minimum length of the password (-min_pass_len) and the mode (-M), this command will help you to determine the types of characters allowed. You can run ‘man apg‘ from the command line for checking the documentation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webhosting.uk.com/web-hosting/faq/automated-password-generator-for-linux-distros/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Install Zen Cart From cPanel Using Softaculous</title>
		<link>http://www.webhosting.uk.com/web-hosting/faq/how-to-install-zen-cart-from-cpanel-using-softaculous/</link>
		<comments>http://www.webhosting.uk.com/web-hosting/faq/how-to-install-zen-cart-from-cpanel-using-softaculous/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 12:56:51 +0000</pubDate>
		<dc:creator>Catherine</dc:creator>
				<category><![CDATA[eCommerce hosting]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[ecommerce hosting]]></category>
		<category><![CDATA[Zen Cart]]></category>

		<guid isPermaLink="false">http://www.webhosting.uk.com/web-hosting/faq/?p=1996</guid>
		<description><![CDATA[What is Zen Cart? An efficient shopping cart is the main aspect of any eCommerce website and it is the most crucial part of an eCommerce hosting UK. Among various shopping cart software applications available, Zen Cart software is one &#8230; <a href="http://www.webhosting.uk.com/web-hosting/faq/how-to-install-zen-cart-from-cpanel-using-softaculous/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>What is Zen Cart?</p>
<p>An efficient shopping cart is the main aspect of any eCommerce website and it is the<img class="alignright size-full wp-image-1998" title="icon_zencart" src="http://www.webhosting.uk.com/web-hosting/faq/wp-content/uploads/2011/11/icon_zencart.jpg" alt="icon zencart How To Install Zen Cart From cPanel Using Softaculous" width="216" height="178" /> most crucial part of an <a href="http://www.webhosting.uk.com/ecommerce-hosting-uk.php">eCommerce hosting UK</a>. Among various shopping cart software applications available, Zen Cart software is one of the most efficient ones. It is a free, user-friendly, open source shopping cart software. The best feature of Zen Cart is that it is designed in a way so as to give preference to the requirements of merchants and shoppers. The Zen Cart software can be installed by anyone possessing the basic computer skills.</p>
<p><strong><span style="color: #0000ff;">The main features provided by Zen Cart include:</span></strong></p>
<p>* Multiple customer nodes<br />
* Unlimited category depth<br />
* XHTML template system<br />
* Multiple payment options<br />
* Newsletter manager<br />
* Individual special prices<br />
* Fully customizable catalog templates<br />
* Support to global eCommerce<br />
* Customer Retention tools<br />
* Powerful administration tools</p>
<p>Along with the ones mentioned above, Zen Cart offers a wide range of features that makes it easier for the online merchant to manage the transactions and sales. The customer can be provided with the most convenient online shopping experience with the features provided by Zen Cart.</p>
<p>You will have to follow a very simple process for installing Zen cart from cPanel using Softaculous. The process is mentioned below:</p>
<p>Login to cPanel and in the Services menu click on Softaculous</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-2000" title="zc1" src="http://www.webhosting.uk.com/web-hosting/faq/wp-content/uploads/2011/11/zc1.png" alt="zc1 How To Install Zen Cart From cPanel Using Softaculous" width="508" height="182" /></p>
<p>Scroll down to E – Commerce. Find the Zen Cart link and click on it.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-2001" title="zc2new" src="http://www.webhosting.uk.com/web-hosting/faq/wp-content/uploads/2011/11/zc2new.png" alt="zc2new How To Install Zen Cart From cPanel Using Softaculous" width="230" height="130" /></p>
<p style="text-align: center;">Click on &#8216;Install&#8217;<br />
<img class="aligncenter size-full wp-image-2002" title="zc3new" src="http://www.webhosting.uk.com/web-hosting/faq/wp-content/uploads/2011/11/zc3new.jpg" alt="zc3new How To Install Zen Cart From cPanel Using Softaculous" width="343" height="103" /></p>
<p>Fill out all of the boxes. In Directory tab type the name of a new directory that you want to create. If you want to install Zen Cart into the main memory, leave it blank. After filing out all the information, click on install.</p>
<p>&nbsp;</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-2003" title="zc4" src="http://www.webhosting.uk.com/web-hosting/faq/wp-content/uploads/2011/11/zc4.png" alt="zc4 How To Install Zen Cart From cPanel Using Softaculous" width="656" height="638" /></p>
<p>You will be navigated to the confirmation page of your installation.</p>
<p>With this the process of Zen Cart installation will be complete.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webhosting.uk.com/web-hosting/faq/how-to-install-zen-cart-from-cpanel-using-softaculous/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing File Permissions On A Linux Server</title>
		<link>http://www.webhosting.uk.com/web-hosting/faq/changing-file-permissions-on-a-linux-server/</link>
		<comments>http://www.webhosting.uk.com/web-hosting/faq/changing-file-permissions-on-a-linux-server/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 05:17:46 +0000</pubDate>
		<dc:creator>Catherine</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Linux server]]></category>
		<category><![CDATA[Linux web hosting plans]]></category>

		<guid isPermaLink="false">http://www.webhosting.uk.com/web-hosting/faq/?p=1989</guid>
		<description><![CDATA[File permissions play a very important role in terms of safe guarding your data over the internet. The file permissions can be defined according to your preferences and based on the level of access you wish to offer the users. &#8230; <a href="http://www.webhosting.uk.com/web-hosting/faq/changing-file-permissions-on-a-linux-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>File permissions play a very important role in terms of safe guarding your data over the internet. The file permissions can be defined according to your preferences and based on the level of access you wish to offer the users. In order to enhance the security, sometimes you may need to protect the files from writing or editing. The following tutorial will explain the process for changing the file permissions. With this information you will be able to assign appropriate permissions to the files.</p>
<p>One of the easiest ways of assigning permissions is through cPanel File Manager.</p>
<p>Follow the changes mentioned below for making the necessary changes:</p>
<p>Step 1 – Go to File Manager in cPanel</p>
<p>Step 2 – Select the file to which permissions have to be assigned</p>
<p>Step 3 – Click on the ‘Change Permissions’ link</p>
<p>Step 4 – Select the appropriate permissions</p>
<p>Step 5 – Click on the change permissions button</p>
<p>cPanel control panel is offered with all the <a href="http://www.webhosting.uk.com/cpanel-hosting.php">Linux web hosting plans</a>. In case you need any assistance you may contact our technical support team via. 24×7 Live Chat.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webhosting.uk.com/web-hosting/faq/changing-file-permissions-on-a-linux-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Install Magento On Windows 2008</title>
		<link>http://www.webhosting.uk.com/web-hosting/faq/how-to-install-magento-on-windows-2008/</link>
		<comments>http://www.webhosting.uk.com/web-hosting/faq/how-to-install-magento-on-windows-2008/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 08:47:17 +0000</pubDate>
		<dc:creator>Catherine</dc:creator>
				<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.webhosting.uk.com/web-hosting/faq/?p=1937</guid>
		<description><![CDATA[Magento is one of the most efficient eCommerce hosting platforms that has gained a lot of popularity with the features provided. Most of the people prefer Magento hosting UK when it comes to eCommerce websites. The following post illustrates the &#8230; <a href="http://www.webhosting.uk.com/web-hosting/faq/how-to-install-magento-on-windows-2008/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Magento is one of the most efficient eCommerce hosting platforms that has gained a lot of popularity with the features provided. Most of the people prefer <a href="../../../../../../../magento-hosting-uk.php">Magento hosting UK</a> when it comes to eCommerce websites. The following post illustrates the procedure of installing Magento on Windows 2008. It is assumed that the user is using the Plesk control panel. The similar procedure can be followed for any other control panel as well.</p>
<p><strong><span style="color: #0000ff;">Step 1</span></strong></p>
<p>Download Magento and upload it under the website</p>
<p><strong><span style="color: #0000ff;"> Step 2</span></strong></p>
<p>Create MySQL databases relevant to Plesk or any other control panel that you are using. You will have to follow the below mentioned procedure to create the MySQL databases:</p>
<ul>
<li>Go to domains &gt; Domain name &gt; Databases and click on add new database</li>
<li>Enter a name for the database. We recommend you to select a domain name that starts with a Latin alphabet symbol and comprises only of alpha numeric and underscore symbols [up to 64 symbols]</li>
<li>Select the database type that you are going to use : MySQL, PostgreeSQL or Microsoft SQL server</li>
<li>Select the database server of the selected type from the list and click on OK</li>
<li>In order to setup database administrator&#8217;s credentials, click on &#8216;Add New Database User&#8217;</li>
<li>Enter a user name and password that will be used for accessing the contents of the database</li>
<li>Click on OK</li>
</ul>
<p><strong><span style="color: #0000ff;">Step 3</span></strong></p>
<p>Once the database is created, again click on the Domains option present under the domains section.</p>
<p><strong><span style="color: #0000ff;">Step 4</span></strong></p>
<p align="JUSTIFY">When the page is reloaded it will display a list of domains under your Plesk control panel. Select the domain on which you want to install the Magento application.</p>
<p align="JUSTIFY"><strong><span style="color: #0000ff;">Step 5</span></strong></p>
<p align="JUSTIFY">When you click on the domain, it will reload and display sections like Web Site, Additional Tools, etc… Select the &#8216;Applications &amp; Services&#8217; section and click on the &#8216;Web Applications&#8217; icon.</p>
<p align="JUSTIFY"><strong><span style="color: #0000ff;">Step 6</span></strong></p>
<p align="JUSTIFY">Now click on the &#8216;Install Web Application&#8217; option. Note, when you install magneto through &#8216;Web Application&#8217; option form Plesk windows , it gets installed in a sub-directory</p>
<p align="JUSTIFY"><strong><span style="color: #0000ff;">Step 7</span></strong></p>
<p align="JUSTIFY">Enter Magento in the search box and hit the Search button</p>
<p align="JUSTIFY"><strong><span style="color: #0000ff;">Step 8</span></strong></p>
<p align="JUSTIFY">Choose your domain as the destination directory from the list that appears on the screen.</p>
<p align="JUSTIFY"><strong><span style="color: #0000ff;">Step 9</span></strong></p>
<p align="JUSTIFY">Click the &#8220;Install&#8221; button to start the installation. Accept the License Agreement and click on Next. Wait for the installation to complete. You will be prompted when the software has been installed.</p>
<p align="JUSTIFY"><strong><span style="color: #0000ff;">Step 10</span></strong></p>
<p align="JUSTIFY">Enter the required information and also enter the destination of the Directory where you would like to install the Magento application</p>
<p align="JUSTIFY"><strong><span style="color: #0000ff;">Step 11</span></strong></p>
<p align="JUSTIFY">Now, to finish the Magento installation on your server, click on &#8216;Install&#8217;</p>
<p align="JUSTIFY"><strong><span style="color: #0000ff;">The process of installing Magento on Windows 2008 is now complete!</span></strong></p>
<p align="JUSTIFY">For getting a better insight on this process, you can also refer the following video: <a href="http://www.webhosting.uk.com/megento/mc-install.htm">Magento Installation</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webhosting.uk.com/web-hosting/faq/how-to-install-magento-on-windows-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

