<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<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/"
	>

<channel>
	<title>UK Dedicated Server Hosting</title>
	<link>http://tmorphwebhosting.co.uk</link>
	<description></description>
	<pubDate>Fri, 27 Jun 2008 17:03:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>Reset MySQL Password on Linux Dedicated Server</title>
		<link>http://tmorphwebhosting.co.uk/?p=27</link>
		<comments>http://tmorphwebhosting.co.uk/?p=27#comments</comments>
		<pubDate>Fri, 27 Jun 2008 17:03:13 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Linux Dedicated Servers]]></category>

		<guid isPermaLink="false">http://tmorphwebhosting.co.uk/?p=27</guid>
		<description><![CDATA[- Stop MySQL and restart in Safe Mode
service mysqld stop
killall mysqld
mysqld_safe &#8211;skip-grant-tables&#38;
- Reset Admin Password and Permissions
- mysql psa -e &#8220;flush privileges; grant all privileges on *.* to &#8216;admin&#8217;@'localhost&#8217; identified by &#8220;password&#8221;
- Replace Password
- Stop Safe Mode and Restart MySQL
killall mysqld
service mysqld start
]]></description>
			<content:encoded><![CDATA[<p>- Stop MySQL and restart in Safe Mode</p>
<p>service mysqld stop<br />
killall mysqld<br />
mysqld_safe &#8211;skip-grant-tables&amp;</p>
<p>- Reset Admin Password and Permissions</p>
<p>- mysql psa -e &#8220;flush privileges; grant all privileges on *.* to &#8216;admin&#8217;@'localhost&#8217; identified by &#8220;password&#8221;</p>
<p>- Replace Password</p>
<p>- Stop Safe Mode and Restart MySQL</p>
<p>killall mysqld<br />
service mysqld start</p>
]]></content:encoded>
			<wfw:commentRss>http://tmorphwebhosting.co.uk/?feed=rss2&amp;p=27</wfw:commentRss>
		</item>
		<item>
		<title>Security : Dedicated Server Firewall</title>
		<link>http://tmorphwebhosting.co.uk/?p=26</link>
		<comments>http://tmorphwebhosting.co.uk/?p=26#comments</comments>
		<pubDate>Fri, 27 Jun 2008 16:56:37 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Windows Dedicated Servers]]></category>

		<guid isPermaLink="false">http://tmorphwebhosting.co.uk/?p=26</guid>
		<description><![CDATA[Ports that are open on Cisco PIX 501 :
- 20 / 21 (FTP)
- 22 ( SSH )
- 42 (DNS Extra: TCP and UDP)
- 53 (DNS)
- 80 (HTTP)
- 110 (POP3)
- 443 (HTTPS)
- 465 (SMTPS)
- 587 (SMTP/TLS)
- 95 (POP3S)
- 3389 (Remote Desktop)
- 8443 (Plesk)
- 9999 (Simple Control Panel)
]]></description>
			<content:encoded><![CDATA[<p>Ports that are open on Cisco PIX 501 :</p>
<p>- 20 / 21 (FTP)<br />
- 22 ( SSH )<br />
- 42 (DNS Extra: TCP and UDP)<br />
- 53 (DNS)<br />
- 80 (HTTP)<br />
- 110 (POP3)<br />
- 443 (HTTPS)<br />
- 465 (SMTPS)<br />
- 587 (SMTP/TLS)<br />
- 95 (POP3S)<br />
- 3389 (Remote Desktop)<br />
- 8443 (Plesk)<br />
- 9999 (Simple Control Panel)</p>
]]></content:encoded>
			<wfw:commentRss>http://tmorphwebhosting.co.uk/?feed=rss2&amp;p=26</wfw:commentRss>
		</item>
		<item>
		<title>Internel Server Error on Dedicated Servers</title>
		<link>http://tmorphwebhosting.co.uk/?p=25</link>
		<comments>http://tmorphwebhosting.co.uk/?p=25#comments</comments>
		<pubDate>Fri, 27 Jun 2008 16:48:07 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Linux Dedicated Servers]]></category>

		<category><![CDATA[Windows Dedicated Servers]]></category>

		<guid isPermaLink="false">http://tmorphwebhosting.co.uk/?p=25</guid>
		<description><![CDATA[What could be the reasons for Internal Server Error on Dedicated Servers ?
- This is a message received when there is misconfiguration on the server.
- You will find the error in error log
- Apache/1.3.33 Server at yourdomain.com Port 80
- This could be due to corrupt .htaccess
- Rename .htaccess file and refresh
- Repair the file
- Upload [...]]]></description>
			<content:encoded><![CDATA[<p>What could be the reasons for Internal Server Error on Dedicated Servers ?</p>
<p>- This is a message received when there is misconfiguration on the server.<br />
- You will find the error in error log<br />
- Apache/1.3.33 Server at yourdomain.com Port 80<br />
- This could be due to corrupt .htaccess<br />
- Rename .htaccess file and refresh<br />
- Repair the file<br />
- Upload .htaccess files in ASCII mode<br />
- Set permissions to 644</p>
]]></content:encoded>
			<wfw:commentRss>http://tmorphwebhosting.co.uk/?feed=rss2&amp;p=25</wfw:commentRss>
		</item>
		<item>
		<title>Dedicated Server Partitions</title>
		<link>http://tmorphwebhosting.co.uk/?p=24</link>
		<comments>http://tmorphwebhosting.co.uk/?p=24#comments</comments>
		<pubDate>Fri, 27 Jun 2008 16:31:55 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Linux Dedicated Servers]]></category>

		<guid isPermaLink="false">http://tmorphwebhosting.co.uk/?p=24</guid>
		<description><![CDATA[For two hard disks on a linux server, you will need to create partion for the server. In order to create partition on a dedicated server :
- Login as root
- Type disk /dev/sdb
- Type n to Create new partitions
- For extended or Primary, type p
- Type w and Enter tp write partitions
- Create file system [...]]]></description>
			<content:encoded><![CDATA[<p>For two hard disks on a linux server, you will need to create partion for the server. In order to create partition on a dedicated server :</p>
<p>- Login as root<br />
- Type disk /dev/sdb<br />
- Type n to Create new partitions<br />
- For extended or Primary, type p<br />
- Type w and Enter tp write partitions<br />
- Create file system :</p>
<p>Type mkfs -t ext3 /dev/sdb</p>
<p>In order to Mount File System :</p>
<p>- Type cd /sbin<br />
- mkdir /mnt/disk2<br />
- Type chmod 777 /mnt/disk2<br />
- Type mount /dev/sdb /mnt/disk2</p>
]]></content:encoded>
			<wfw:commentRss>http://tmorphwebhosting.co.uk/?feed=rss2&amp;p=24</wfw:commentRss>
		</item>
		<item>
		<title>Dedicated Server : Horde Webmail Login Failed</title>
		<link>http://tmorphwebhosting.co.uk/?p=23</link>
		<comments>http://tmorphwebhosting.co.uk/?p=23#comments</comments>
		<pubDate>Fri, 27 Jun 2008 16:25:04 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Linux Dedicated Servers]]></category>

		<guid isPermaLink="false">http://tmorphwebhosting.co.uk/?p=23</guid>
		<description><![CDATA[If you cannot login to Horde Webmail through http://Ip:2095 or http://domain.com/webmail
- Open File : vi /etc/php.ini
- Change file content to : session.auto_start = 0
- Save
- Restart Apache
]]></description>
			<content:encoded><![CDATA[<p>If you cannot login to Horde Webmail through http://Ip:2095 or http://domain.com/webmail</p>
<p>- Open File : vi /etc/php.ini<br />
- Change file content to : session.auto_start = 0<br />
- Save<br />
- Restart Apache</p>
]]></content:encoded>
			<wfw:commentRss>http://tmorphwebhosting.co.uk/?feed=rss2&amp;p=23</wfw:commentRss>
		</item>
		<item>
		<title>How to Create Account in WHM ?</title>
		<link>http://tmorphwebhosting.co.uk/?p=22</link>
		<comments>http://tmorphwebhosting.co.uk/?p=22#comments</comments>
		<pubDate>Fri, 27 Jun 2008 16:22:09 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Linux Dedicated Servers]]></category>

		<guid isPermaLink="false">http://tmorphwebhosting.co.uk/?p=22</guid>
		<description><![CDATA[In order to Create Account in WHM :
- Login to WHM
- Account Functions
- Click on Create Accoutn
- Enter Domain Name, Username, Password and Email
- Click on Create
]]></description>
			<content:encoded><![CDATA[<p>In order to Create Account in WHM :</p>
<p>- Login to WHM<br />
- Account Functions<br />
- Click on Create Accoutn<br />
- Enter Domain Name, Username, Password and Email<br />
- Click on Create</p>
]]></content:encoded>
			<wfw:commentRss>http://tmorphwebhosting.co.uk/?feed=rss2&amp;p=22</wfw:commentRss>
		</item>
		<item>
		<title>FTP Connection on Dedicated Server</title>
		<link>http://tmorphwebhosting.co.uk/?p=21</link>
		<comments>http://tmorphwebhosting.co.uk/?p=21#comments</comments>
		<pubDate>Fri, 27 Jun 2008 16:19:57 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Linux Dedicated Servers]]></category>

		<guid isPermaLink="false">http://tmorphwebhosting.co.uk/?p=21</guid>
		<description><![CDATA[In order to check if FTP is connecting or not on the dedicated server :
- Login to Server via SSH
- Type su -
- Run the command : ftp localhost
- You will know the connection stats
- You can also start FTP service from Linux cPanel ( WHM )
]]></description>
			<content:encoded><![CDATA[<p>In order to check if FTP is connecting or not on the dedicated server :</p>
<p>- Login to Server via SSH<br />
- Type su -<br />
- Run the command : ftp localhost<br />
- You will know the connection stats<br />
- You can also start FTP service from Linux cPanel ( WHM )</p>
]]></content:encoded>
			<wfw:commentRss>http://tmorphwebhosting.co.uk/?feed=rss2&amp;p=21</wfw:commentRss>
		</item>
		<item>
		<title>Update Max Client in Linux Dedicated Server</title>
		<link>http://tmorphwebhosting.co.uk/?p=20</link>
		<comments>http://tmorphwebhosting.co.uk/?p=20#comments</comments>
		<pubDate>Fri, 27 Jun 2008 16:16:12 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Linux Dedicated Servers]]></category>

		<guid isPermaLink="false">http://tmorphwebhosting.co.uk/?p=20</guid>
		<description><![CDATA[In order to update Max Client Setting on Dedicated server :
- Login to Server
- Type su -
- Open /etc/httpd/conf/httpd.conf in edit mode
- Change the MaxClients 10 to more number
]]></description>
			<content:encoded><![CDATA[<p>In order to update Max Client Setting on Dedicated server :</p>
<p>- Login to Server<br />
- Type su -<br />
- Open /etc/httpd/conf/httpd.conf in edit mode<br />
- Change the MaxClients 10 to more number</p>
]]></content:encoded>
			<wfw:commentRss>http://tmorphwebhosting.co.uk/?feed=rss2&amp;p=20</wfw:commentRss>
		</item>
		<item>
		<title>How to reboot Linux or Windows Dedicated Server ?</title>
		<link>http://tmorphwebhosting.co.uk/?p=19</link>
		<comments>http://tmorphwebhosting.co.uk/?p=19#comments</comments>
		<pubDate>Fri, 27 Jun 2008 16:13:54 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Linux Dedicated Servers]]></category>

		<category><![CDATA[Windows Dedicated Servers]]></category>

		<guid isPermaLink="false">http://tmorphwebhosting.co.uk/?p=19</guid>
		<description><![CDATA[Following are ways to reboot linux or windows dedicated server :
Linux Dedicated Server :
- Login to the Server through SSH
- In Command, type su -
- Type reboot
Windows Dedicated Server :
- Login through RDP
- From Start Menu, select Shut Down
- Click on OK
]]></description>
			<content:encoded><![CDATA[<p>Following are ways to reboot linux or windows dedicated server :</p>
<p>Linux Dedicated Server :</p>
<p>- Login to the Server through SSH<br />
- In Command, type su -<br />
- Type reboot</p>
<p>Windows Dedicated Server :</p>
<p>- Login through RDP<br />
- From Start Menu, select Shut Down<br />
- Click on OK</p>
]]></content:encoded>
			<wfw:commentRss>http://tmorphwebhosting.co.uk/?feed=rss2&amp;p=19</wfw:commentRss>
		</item>
		<item>
		<title>How to increase User File Upload limit for Linux Dedicated Server ?</title>
		<link>http://tmorphwebhosting.co.uk/?p=18</link>
		<comments>http://tmorphwebhosting.co.uk/?p=18#comments</comments>
		<pubDate>Fri, 27 Jun 2008 16:11:35 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Linux Dedicated Servers]]></category>

		<guid isPermaLink="false">http://tmorphwebhosting.co.uk/?p=18</guid>
		<description><![CDATA[- Login to Server through SSH
- Type su -
- Type php -i &#124; grep php.ini
- You will fine two variables in php.ini file :
post_max_size - Data that PHP will accept
upload_max_filesize - Individual File size
upload_max_filesize = 2M
Increase the filesize limits to increase file uploads.
Once done, you will need to restart httpd
]]></description>
			<content:encoded><![CDATA[<p>- Login to Server through SSH<br />
- Type su -<br />
- Type php -i | grep php.ini<br />
- You will fine two variables in php.ini file :</p>
<p>post_max_size - Data that PHP will accept</p>
<p>upload_max_filesize - Individual File size</p>
<p>upload_max_filesize = 2M</p>
<p>Increase the filesize limits to increase file uploads.</p>
<p>Once done, you will need to restart httpd</p>
]]></content:encoded>
			<wfw:commentRss>http://tmorphwebhosting.co.uk/?feed=rss2&amp;p=18</wfw:commentRss>
		</item>
	</channel>
</rss>
