<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>LinuxHostingSupport</title>
	<link>http://linuxhostingsupport.net/blog</link>
	<description>Everything About _Linux WebHosting_</description>
	<lastBuildDate>Sat, 07 Jan 2012 12:53:57 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Howto Install and Configure VNCserver in Linux?</title>
		<description><![CDATA[The common method to manage a Linux server remotely is through CLI interface via SSH, which many people often find it difficult as they are not familar with the Linux commands. The solution is to install a KDE Or GNOME Desktop on the Linux server and access it through VNC. VNC (Virtual Network Computing) is [...]]]></description>
		<link>http://linuxhostingsupport.net/blog/howto-install-and-configure-vncserver-in-linux</link>
			</item>
	<item>
		<title>error event.h: No such file or directory</title>
		<description><![CDATA[While compiling a package say, Greensql you may end up with the &#8220;event.h: No such file or directory&#8221;  error message as follows: # make g++ -g -Wno-deprecated -Wall -I/usr/local/include/   -c -o main.o main.cpp main.cpp:23:19: error: event.h: No such file or directory It indicates that the required &#8216;libevent&#8217; package is missing from the server. You have [...]]]></description>
		<link>http://linuxhostingsupport.net/blog/error-event-h-no-such-file-or-directory</link>
			</item>
	<item>
		<title>How to Install and Enable cPanel Proxy?</title>
		<description><![CDATA[cPanel, WHM and even Webmail uses non-common ports which some Internet Server Providers (ISP) do not allow and makes it impossible for people to access any of these. cPanel works on 2082/2083, WHM 2086/2087 and Webmail 2095/2096. The workaround is to install cPanel Proxy which works as a proxy gateway for Apache and the requests [...]]]></description>
		<link>http://linuxhostingsupport.net/blog/how-to-install-and-enable-cpanel-proxy</link>
			</item>
	<item>
		<title>RPM remove error: specifies multiple packages</title>
		<description><![CDATA[While removing a package using &#8220;rpm -e &#8220;, you may run into &#8220;error: packagename specifies multiple packages&#8221; error message, for example: $ rpm -e mysql-devel error: "mysql-devel" specifies multiple packages This is because the packages of both the architectures, 32 bit and 64 bit are installed on the server i.e. mysql-devel.i386 mysql-devel.x86_64 CentOS, Fedora will [...]]]></description>
		<link>http://linuxhostingsupport.net/blog/rpm-remove-error-specifies-multiple-packages</link>
			</item>
	<item>
		<title>Nginx 502 Bad Gateway error</title>
		<description><![CDATA[My server went down today and after restarting, it came up with a &#8220;Nginx 502 Bad Gateway&#8221; message. At first I thought its something related to the Nginx service, so restarted the nginx service but immediately realized it wasn&#8217;t the case. Nginx receives a request on port 80 and it then proxies the request to [...]]]></description>
		<link>http://linuxhostingsupport.net/blog/nginx-502-bad-gateway-error</link>
			</item>
	<item>
		<title>Unable to start SSH: /dev/null is not a character device</title>
		<description><![CDATA[The &#8220;/dev/null is not a character device&#8221; message occurs in a VPS when an upgrade is performed and the /dev/null turns into a regular file. # /etc/init.d/sshd restart Restarting Secure Shell server: sshd failed! /dev/null is not a character device!. The /dev/null should be a character device as per the Linux standards. To fix the [...]]]></description>
		<link>http://linuxhostingsupport.net/blog/unable-to-start-ssh-devnull-is-not-a-character-device</link>
			</item>
	<item>
		<title>How to add a sub-domain in Plesk with www prefix?</title>
		<description><![CDATA[Generally, a sub-domain is not accessed using the www prefix i.e. you can access subdomain.domain.tld but cannot access www.subdomain.domain.tld by default. To make a subdomain work with &#8216;www&#8217; prefix on a Plesk server, you have to add a ServerAlias entry in the vhost configuration of the sub-domain and add an A record from Plesk. Solution: [...]]]></description>
		<link>http://linuxhostingsupport.net/blog/how-to-add-a-sub-domain-in-plesk-with-www-prefix</link>
			</item>
	<item>
		<title>Howto: find the Linux kernel version?</title>
		<description><![CDATA[The &#8216;uname&#8217; command is use to determine certain system information in all the Linux/Unix flavours like CentOS, Ubuntu, Debian, Fedora, FreeBSD etc. With specific &#8216;uname&#8217; options, you can display all the details of the current working kernel on the server. To display the working kernel name, version, date and time, system architecture type, use: # [...]]]></description>
		<link>http://linuxhostingsupport.net/blog/howto-find-the-linux-kernel-version</link>
			</item>
	<item>
		<title>Webmail login error: Your Internet Address has changed since the beginning of your Mail session.</title>
		<description><![CDATA[Sometimes you see the following error at the middle of your Webmail Horde session : Your Internet Address has changed since the beginning of your Mail session. To protect your security, you must login again. This error mostly occurs when the ISP is using proxy servers to filter the browsers content. The proxy server randomly [...]]]></description>
		<link>http://linuxhostingsupport.net/blog/webmail-login-error-your-internet-address-has-changed-since-the-beginning-of-your-mail-session</link>
			</item>
	<item>
		<title>[Ubuntu] apt-get: Package has no installation candidate</title>
		<description><![CDATA[When you try to install a package using apt-get, APT searches it&#8217;s own database for the package name, if the package is available in the database, then it looks for the repository from where to download the package. It then download the package from that repository and installs it. If the package name does not [...]]]></description>
		<link>http://linuxhostingsupport.net/blog/ubuntu-apt-get-package-packagename-has-no-installation-candidate</link>
			</item>
</channel>
</rss>

