<?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>Vinyas &#187; Hosting Articles</title>
	<atom:link href="http://www.vinyas.net/category/hosting-articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vinyas.net</link>
	<description>The Digital Entrepreneur - (Vinyas.net)</description>
	<lastBuildDate>Mon, 15 Feb 2010 10:31:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Add IPs in Linux &#8211; CentOS</title>
		<link>http://www.vinyas.net/add-ips-toin-linux-centos/</link>
		<comments>http://www.vinyas.net/add-ips-toin-linux-centos/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 10:25:16 +0000</pubDate>
		<dc:creator>Vinyas</dc:creator>
				<category><![CDATA[Hosting Articles]]></category>

		<guid isPermaLink="false">http://www.vinyas.net/?p=110</guid>
		<description><![CDATA[Use this method only for non-cPanel control panel servers. Step 1:  cd /etc/sysconfig/network-scripts Step 2: cp ifcfg-eth0 ifcfg-eth0-bahhh Step 3: nano ifcfg-eth0-bahhh (and fill in this:) DEVICE=eth0 BOOTPROTO=none HWADDR=xx:xx:xx:xx:xx:xx ONBOOT=yes TYPE=Ethernet NETMASK=255.255.xxx.xxx IPADDR=xx.xx.xx.xx GATEWAY=xx.xx.xx Step 4: Restart the network $ ]  /etc/init.d/network restart Done. Add IP range IPADDR_START=xxx.xxx.xxx.10 IPADDR_END=xxx.xxx.xxx.100 CLONENUM_START=0 cPanel &#8211; Control Panel Servers: [...]]]></description>
		<wfw:commentRss>http://www.vinyas.net/add-ips-toin-linux-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Catching Spammers on cPanel Servers</title>
		<link>http://www.vinyas.net/catching-spammers-on-cpanel-servers/</link>
		<comments>http://www.vinyas.net/catching-spammers-on-cpanel-servers/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 14:29:22 +0000</pubDate>
		<dc:creator>Vinyas</dc:creator>
				<category><![CDATA[Hosting Articles]]></category>

		<guid isPermaLink="false">http://www.vinyas.net/catching-spammers-on-cpanel-servers/</guid>
		<description><![CDATA[Follow the steps given below to catch Spammers sending mails from scripts ( nobody emails ) :-   1. Edit /etc/exim.conf 2. On the second line add : log_selector = +address_rewrite +all_parents +arguments +connection_reject +delay_delivery +delivery_size +dnslist_defer +incoming_interface +incoming_port +lost_incoming_connection +queue_run +received_sender +received_recipients +retry_defer +sender_on_delivery +size_reject +skip_delivery +smtp_confirmation +smtp_connection +smtp_protocol_error +smtp_syntax_error +subject +tls_cipher +tls_peerdn \ [...]]]></description>
		<wfw:commentRss>http://www.vinyas.net/catching-spammers-on-cpanel-servers/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Setting the Linux Host Name</title>
		<link>http://www.vinyas.net/setting-the-linux-host-name/</link>
		<comments>http://www.vinyas.net/setting-the-linux-host-name/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 21:11:29 +0000</pubDate>
		<dc:creator>Vinyas</dc:creator>
				<category><![CDATA[Hosting Articles]]></category>

		<guid isPermaLink="false">http://www.vinyas.net/setting-the-linux-host-name/</guid>
		<description><![CDATA[uname -n  Configuring /etc/hostsIf your IP address is assigned to you by a DHCP server, then /etc/hosts is configured as follows: 127.0.0.1 mybox.mydomain.com localhost.localdomain localhost mybox If you have a static IP address, then /etc/hosts is configured as follows: 127.0.0.1 localhost.localdomain localhost 192.168.0.10 mybox.mydomain.com mybox Setting the Host Name using &#8220;hostname&#8221; After updating the /etc/hosts [...]]]></description>
		<wfw:commentRss>http://www.vinyas.net/setting-the-linux-host-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>simple .htaccess Tutorial</title>
		<link>http://www.vinyas.net/simple-htaccess-tutorial/</link>
		<comments>http://www.vinyas.net/simple-htaccess-tutorial/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 22:17:37 +0000</pubDate>
		<dc:creator>Vinyas</dc:creator>
				<category><![CDATA[Hosting Articles]]></category>
		<category><![CDATA[Server Hardening]]></category>

		<guid isPermaLink="false">http://www.vinyas.net/simple-htaccess-tutorial/</guid>
		<description><![CDATA[The web document to be protected. Actually, access is restricted by directory so all files in the same directory will be protected. The file .htaccess. This file should be in the directory which contains the documents to restrict access to. The contents of this file specify the name of the password file.For example if you [...]]]></description>
		<wfw:commentRss>http://www.vinyas.net/simple-htaccess-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making Ubuntu Web (Hosting) Server</title>
		<link>http://www.vinyas.net/making-ubuntu-web-hosting-server/</link>
		<comments>http://www.vinyas.net/making-ubuntu-web-hosting-server/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 01:13:48 +0000</pubDate>
		<dc:creator>Vinyas</dc:creator>
				<category><![CDATA[Hosting Articles]]></category>

		<guid isPermaLink="false">http://www.vinyas.net/making-ubuntu-web-hosting-server/</guid>
		<description><![CDATA[I installed Ubuntu Gusty Gibbon 7.1.0 Desktop [Basic] version. Then performed the following actions to install a free control panel. I choosed ISPConfig.org, but other major ones are Webmin, syscp.de, vhcs.net, web-cp.net Manual Method for Adding Repositories Create a backup of your current list of sources. sudo cp -p /etc/apt/sources.list /etc/apt/sources.list_backup sudo gedit /etc/apt/sources.list Replace [...]]]></description>
		<wfw:commentRss>http://www.vinyas.net/making-ubuntu-web-hosting-server/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Spacerich uses Multitail</title>
		<link>http://www.vinyas.net/spacerich-uses-multitail/</link>
		<comments>http://www.vinyas.net/spacerich-uses-multitail/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 12:11:58 +0000</pubDate>
		<dc:creator>Vinyas</dc:creator>
				<category><![CDATA[Hosting Articles]]></category>

		<guid isPermaLink="false">http://www.vinyas.net/spacerich-uses-multitail/</guid>
		<description><![CDATA[What is it in short? MultiTail follows files in style, it is tail on steroids. Can you elaborate on that? MultiTail lets you view one or multiple files like the original tail program. The difference is that it creates multiple windows on your console (with ncurses). It can also monitor wildcards: if another file matching [...]]]></description>
		<wfw:commentRss>http://www.vinyas.net/spacerich-uses-multitail/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Securing /tmp Partition</title>
		<link>http://www.vinyas.net/securing-tmp-partition/</link>
		<comments>http://www.vinyas.net/securing-tmp-partition/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 03:40:44 +0000</pubDate>
		<dc:creator>Vinyas</dc:creator>
				<category><![CDATA[Hosting Articles]]></category>
		<category><![CDATA[Server Hardening]]></category>

		<guid isPermaLink="false">http://www.vinyas.net/securing-tmp-partition/</guid>
		<description><![CDATA[Securing Your /tmp Partition with Cpanel/WHM If you are renting a server then chances are everything is lumped in / and a small amount partitioned for /boot and some for swap. With this current setup, you have no room for making more partitions unless you have a second hard-drive. Learn how to create a secure [...]]]></description>
		<wfw:commentRss>http://www.vinyas.net/securing-tmp-partition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check Server Info</title>
		<link>http://www.vinyas.net/linux-check-memory-usage/</link>
		<comments>http://www.vinyas.net/linux-check-memory-usage/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 05:02:08 +0000</pubDate>
		<dc:creator>Vinyas</dc:creator>
				<category><![CDATA[Hosting Articles]]></category>
		<category><![CDATA[Server Hardening]]></category>

		<guid isPermaLink="false">http://www.vinyas.net/linux-check-memory-usage/</guid>
		<description><![CDATA[Check Server Info: 1) Server disk space in Gigabyte: root@server [~]# df -h 2) Total memory in MB: root@server [~]# free -t -m     -or-   cat /proc/meminfo 3) Distribution Info: uname -r    -or-   cat /etc/redhat-release 4)  CPU:  cat /proc/cpuinfo Read More &#8212; Linux comes with different command to check memory usage. free command displays the total [...]]]></description>
		<wfw:commentRss>http://www.vinyas.net/linux-check-memory-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure WHM &#8211; Manage SSH Keys</title>
		<link>http://www.vinyas.net/secure-whm-manage-ssh-keys/</link>
		<comments>http://www.vinyas.net/secure-whm-manage-ssh-keys/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 14:32:54 +0000</pubDate>
		<dc:creator>Vinyas</dc:creator>
				<category><![CDATA[Hosting Articles]]></category>

		<guid isPermaLink="false">http://www.vinyas.net/secure-whm-manage-ssh-keys/</guid>
		<description><![CDATA[Hello, Short tutorial to use SSH keys instead of plain password to login. 1. Logon to WHM and goto Main &#62;&#62; Security &#62;&#62; Security Center 2. Under &#8220;SSH Password Auth Tweak&#8221; and disable the Password Authentication. 3. Under &#8220;Manage SSH Keys&#8221; click on Generate new key. 4. Give a Key name and Generate a good [...]]]></description>
		<wfw:commentRss>http://www.vinyas.net/secure-whm-manage-ssh-keys/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SSH Host Key Protection</title>
		<link>http://www.vinyas.net/ssh-host-key-protection/</link>
		<comments>http://www.vinyas.net/ssh-host-key-protection/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 10:22:09 +0000</pubDate>
		<dc:creator>Vinyas</dc:creator>
				<category><![CDATA[Hosting Articles]]></category>

		<guid isPermaLink="false">http://www.vinyas.net/ssh-host-key-protection/</guid>
		<description><![CDATA[SSH Host Keys as a protection against Man-In-The-Middle Attacks SSH is a ubiquitous protocol that offers secure, encrypted connections for a variety of purposes, including logging into remote machines, transferring files, setting up encrypted tunnels, running remote commands without manual authentication, and more. It was created to replace many non-encrypted protocols such as Telnet, FTP, [...]]]></description>
		<wfw:commentRss>http://www.vinyas.net/ssh-host-key-protection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
