<?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>MyLiteratureTechLife.COM &#187; Web Servers Security</title>
	<atom:link href="http://myliteraturetechlife.com/category/web-servers-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://myliteraturetechlife.com</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 15:18:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Securing Kloxo lxadmin with iptables firewall</title>
		<link>http://myliteraturetechlife.com/securing-kloxo-lxadmin-with-iptables-firewall/</link>
		<comments>http://myliteraturetechlife.com/securing-kloxo-lxadmin-with-iptables-firewall/#comments</comments>
		<pubDate>Sat, 18 Dec 2010 18:49:06 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Kloxo]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Servers Security]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[kloxo]]></category>
		<category><![CDATA[lxadmin]]></category>
		<category><![CDATA[securing server]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=737</guid>
		<description><![CDATA[Iptables is a default firewall available in all linux flavors, and widely used to secure servers. If you are running kloxo, and want to use iptables to secure your box, then here are the basic rules which you can add in your iptables. # Clear rules iptables -t filter -F iptables -t filter -X echo [...]<p><a href="http://myliteraturetechlife.com/securing-kloxo-lxadmin-with-iptables-firewall/">Securing Kloxo lxadmin with iptables firewall</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/securing-kloxo-lxadmin-with-iptables-firewall/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Securing server from  SYN flooding DOS attack</title>
		<link>http://myliteraturetechlife.com/securing-server-from-syn-flooding-dos-attack/</link>
		<comments>http://myliteraturetechlife.com/securing-server-from-syn-flooding-dos-attack/#comments</comments>
		<pubDate>Sat, 18 Dec 2010 18:24:57 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Kloxo]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web hosting]]></category>
		<category><![CDATA[Web Servers Security]]></category>
		<category><![CDATA[dos attack]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[syn flooding]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=733</guid>
		<description><![CDATA[As the internet is becoming larger day by day, therefore security risks for your servers are also increasing. If your server is connected to internet and is hosting some good high traffic and popular websites, then there are high chances that you get SYN flooding. SYN flooding is a kind of DOS attack, a.k.a &#8220;Deniel [...]<p><a href="http://myliteraturetechlife.com/securing-server-from-syn-flooding-dos-attack/">Securing server from  SYN flooding DOS attack</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/securing-server-from-syn-flooding-dos-attack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find process root in Linux</title>
		<link>http://myliteraturetechlife.com/how-to-find-process-root-in-linux/</link>
		<comments>http://myliteraturetechlife.com/how-to-find-process-root-in-linux/#comments</comments>
		<pubDate>Tue, 09 Nov 2010 21:04:38 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Web Servers Security]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[process]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=668</guid>
		<description><![CDATA[If you find a process creating load on your linux machine, and you want to find the application, file or script which is running this process and ps aux command is your friend. Suppose, a php process is running and creating load, you can run ps aux &#124; grep php It will show the the [...]<p><a href="http://myliteraturetechlife.com/how-to-find-process-root-in-linux/">How to find process root in Linux</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/how-to-find-process-root-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disabling Dr web notifications</title>
		<link>http://myliteraturetechlife.com/disabling-dr-web-notifications/</link>
		<comments>http://myliteraturetechlife.com/disabling-dr-web-notifications/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 11:53:11 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Web hosting]]></category>
		<category><![CDATA[Web Servers Security]]></category>
		<category><![CDATA[cron notification]]></category>
		<category><![CDATA[Dr Web]]></category>
		<category><![CDATA[How to disable]]></category>
		<category><![CDATA[notification]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=489</guid>
		<description><![CDATA[Edit /etc/drweb/drweb_qmail.conf to stop receiving DrWeb notification messages… [VirusNotifications] SenderNotify = no AdminNotify = no RcptsNotify =no Also, there are many other configuration options for the notifications, you may configure them as you wish. Then restart DrWeb Service to apply the changes. #/etc/init.d/drwebd restart NOTE: If this file “drweb_qmail.conf” not present under this directory “/etc/drweb/”, [...]<p><a href="http://myliteraturetechlife.com/disabling-dr-web-notifications/">Disabling Dr web notifications</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/disabling-dr-web-notifications/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mount reiserfs partitions on CentOS</title>
		<link>http://myliteraturetechlife.com/mount-reiserfs-partitions-on-centos/</link>
		<comments>http://myliteraturetechlife.com/mount-reiserfs-partitions-on-centos/#comments</comments>
		<pubDate>Sun, 19 Sep 2010 18:11:38 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Web Servers Security]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[Mount]]></category>
		<category><![CDATA[partitions]]></category>
		<category><![CDATA[reiserfs]]></category>
		<category><![CDATA[to]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=480</guid>
		<description><![CDATA[CentOS use ext3 file system, and it do not support reiserfs. Therefore if you try to mount a drive with reiserfs partition, it give error mount: fs type reiserfs not supported by kernel It&#8217;s possible to see what filesystems are supported by running this command: cat /proc/filesystems On my fairly default install CentOS 4 machine, [...]<p><a href="http://myliteraturetechlife.com/mount-reiserfs-partitions-on-centos/">Mount reiserfs partitions on CentOS</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/mount-reiserfs-partitions-on-centos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to secure SSH in your server ?</title>
		<link>http://myliteraturetechlife.com/how-to-secure-ssh-in-your-server/</link>
		<comments>http://myliteraturetechlife.com/how-to-secure-ssh-in-your-server/#comments</comments>
		<pubDate>Sat, 15 May 2010 11:56:58 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Web hosting]]></category>
		<category><![CDATA[Web Servers Security]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=430</guid>
		<description><![CDATA[1) Set a very strong password, keep it in your mind but dont write in somewhere. 2) Disable direct root login emacs /etc/ssh/sshd_config Search for #PermitRootLogin yes Set it as PermitRootLogin no Restart ssh service sshd restart 3) Limit user login AllowUsers username Restart ssh service sshd restart 4) Disable protocol 1 ssh use 2 [...]<p><a href="http://myliteraturetechlife.com/how-to-secure-ssh-in-your-server/">How to secure SSH in your server ?</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/how-to-secure-ssh-in-your-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>why sites suddenly stopped working in dedicated/virtual private servers</title>
		<link>http://myliteraturetechlife.com/why-sites-suddenly-stopped-working-in-dedicatedvirtual-private-servers/</link>
		<comments>http://myliteraturetechlife.com/why-sites-suddenly-stopped-working-in-dedicatedvirtual-private-servers/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 12:23:40 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[Directadmin]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Web hosting]]></category>
		<category><![CDATA[Web Servers Security]]></category>
		<category><![CDATA[dedicated]]></category>
		<category><![CDATA[sites]]></category>
		<category><![CDATA[stopped]]></category>
		<category><![CDATA[suddenly]]></category>
		<category><![CDATA[virtual private servers]]></category>
		<category><![CDATA[working]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=411</guid>
		<description><![CDATA[VeriSign has made some changes recently which are applied since March 1, 2010.  You can read detail by clicking here How do I fix it? You need to log in to your control panel and modify the affected domain name&#8217;s zone file, using the table below as an example. To Modify or Add DNS Records [...]<p><a href="http://myliteraturetechlife.com/why-sites-suddenly-stopped-working-in-dedicatedvirtual-private-servers/">why sites suddenly stopped working in dedicated/virtual private servers</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/why-sites-suddenly-stopped-working-in-dedicatedvirtual-private-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ip_conntrack table is full and dropping packets</title>
		<link>http://myliteraturetechlife.com/ip_conntrack-table-is-full-and-dropping-packets/</link>
		<comments>http://myliteraturetechlife.com/ip_conntrack-table-is-full-and-dropping-packets/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 12:00:18 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Firewalls]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Web Servers Security]]></category>
		<category><![CDATA[dropping]]></category>
		<category><![CDATA[full]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[ip_conntrack]]></category>
		<category><![CDATA[loaded]]></category>
		<category><![CDATA[packets]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=406</guid>
		<description><![CDATA[Last day one of our server had an attack, attack was not so big but still server was unresponsive because of this. After some research I found that this is because of iptables which are being load while handling so much traffic. Then I found a good article on the same issue which you can [...]<p><a href="http://myliteraturetechlife.com/ip_conntrack-table-is-full-and-dropping-packets/">ip_conntrack table is full and dropping packets</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/ip_conntrack-table-is-full-and-dropping-packets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing &amp; configuring shorewall firewall in Ubuntu/Debian</title>
		<link>http://myliteraturetechlife.com/installing-configuring-shorewall-firewall-in-ubuntudebian/</link>
		<comments>http://myliteraturetechlife.com/installing-configuring-shorewall-firewall-in-ubuntudebian/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 21:19:31 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Firewalls]]></category>
		<category><![CDATA[Web Servers Security]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[shorewall]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=398</guid>
		<description><![CDATA[Shore line firewall known as &#8220;Shorewall&#8221;, it is a very high level firewall and very easy to install and ocnfigure How to install :- sudo apt-get install shorewall configuring shorewall startup service :- nano /etc/default/shorewall #Now simply change the line below from 0 to 1 startup = 0 to startup = 1 #save, and exit. [...]<p><a href="http://myliteraturetechlife.com/installing-configuring-shorewall-firewall-in-ubuntudebian/">Installing &#038; configuring shorewall firewall in Ubuntu/Debian</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/installing-configuring-shorewall-firewall-in-ubuntudebian/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Browser security handbook by Google</title>
		<link>http://myliteraturetechlife.com/browser-security-handbook-by-google/</link>
		<comments>http://myliteraturetechlife.com/browser-security-handbook-by-google/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 18:36:32 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[Web Servers Security]]></category>
		<category><![CDATA[browser security]]></category>
		<category><![CDATA[handbook]]></category>
		<category><![CDATA[Michal Zalewski]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=268</guid>
		<description><![CDATA[Browser security handbook is released by Google, and google has described it as &#8220;a comprehensive, 60-page document meant to provide Web application developers and information security researchers with a one-stop reference to several hundred key security properties and sometimes counterintuitive quirks in contemporary Web browsers.&#8221; Book is written by &#8220;Michal Zalewski&#8221;, who is very a [...]<p><a href="http://myliteraturetechlife.com/browser-security-handbook-by-google/">Browser security handbook by Google</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/browser-security-handbook-by-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

