<?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>Mohan Cheema&#039;s Online Diary</title>
	<atom:link href="http://www.mohancheema.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mohancheema.net</link>
	<description>Site Just to Keep Track of My Day to Day Work.</description>
	<lastBuildDate>Mon, 06 Feb 2012 02:46:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Change / Update SSL certificate for Amazon Elastic Load Balancer</title>
		<link>http://www.mohancheema.net/howtos/change-update-ssl-certificate-for-amazon-elastic-load-balancer</link>
		<comments>http://www.mohancheema.net/howtos/change-update-ssl-certificate-for-amazon-elastic-load-balancer#comments</comments>
		<pubDate>Wed, 30 Nov 2011 03:20:50 +0000</pubDate>
		<dc:creator>Mohan Cheema</dc:creator>
				<category><![CDATA[HowTos]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[elb]]></category>
		<category><![CDATA[ELB certificate renewal]]></category>
		<category><![CDATA[ELB ssl change]]></category>
		<category><![CDATA[iam]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://www.mohancheema.net/?p=566</guid>
		<description><![CDATA[This is in continuation to Amazon ELB SSL Termination HowTo. Earlier we have seen how to setup Elastic Load Balancer with SSL termination on Amazon. Now we will see how do we change the SSL certification once we renew it &#8230; <a href="http://www.mohancheema.net/howtos/change-update-ssl-certificate-for-amazon-elastic-load-balancer">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.mohancheema.net/howtos/change-update-ssl-certificate-for-amazon-elastic-load-balancer/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Disable Trace/Track in Apache HTTPD</title>
		<link>http://www.mohancheema.net/webserver/disable-tracetrack-in-apache-httpd</link>
		<comments>http://www.mohancheema.net/webserver/disable-tracetrack-in-apache-httpd#comments</comments>
		<pubDate>Fri, 30 Sep 2011 03:43:27 +0000</pubDate>
		<dc:creator>Mohan Cheema</dc:creator>
				<category><![CDATA[Web Server]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[TRACE Method]]></category>
		<category><![CDATA[TRACK method]]></category>

		<guid isPermaLink="false">http://www.mohancheema.net/?p=560</guid>
		<description><![CDATA[Introduction Disabling TRACE and TRACK in Apache for PCI-related vulnerabilities like Web Server HTTP Trace/Track Method Support Cross-Site Tracing Vulnerability is surprisingly easy with the Apache web server.  The main thing to keep in mind is understanding that if you &#8230; <a href="http://www.mohancheema.net/webserver/disable-tracetrack-in-apache-httpd">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.mohancheema.net/webserver/disable-tracetrack-in-apache-httpd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL MultiMaster Replication</title>
		<link>http://www.mohancheema.net/howtos/mysql-multimaster-replication</link>
		<comments>http://www.mohancheema.net/howtos/mysql-multimaster-replication#comments</comments>
		<pubDate>Wed, 28 Sep 2011 07:24:37 +0000</pubDate>
		<dc:creator>Mohan Cheema</dc:creator>
				<category><![CDATA[HowTos]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysql circular replication]]></category>
		<category><![CDATA[mysql Master master replication]]></category>
		<category><![CDATA[mysql multi master replication]]></category>
		<category><![CDATA[Replication]]></category>

		<guid isPermaLink="false">http://www.mohancheema.net/?p=527</guid>
		<description><![CDATA[You may know about the MySQL Cluster, which is a complex architecture to achieve high availability and performance. One of the advantages of MySQL Cluster is that each node is a peer to the others, whereas in a normal replicating &#8230; <a href="http://www.mohancheema.net/howtos/mysql-multimaster-replication">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.mohancheema.net/howtos/mysql-multimaster-replication/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to test Postfix SMTP using Telnet</title>
		<link>http://www.mohancheema.net/tips/how-to-test-postfix-smtp-using-telnet</link>
		<comments>http://www.mohancheema.net/tips/how-to-test-postfix-smtp-using-telnet#comments</comments>
		<pubDate>Thu, 22 Sep 2011 15:12:45 +0000</pubDate>
		<dc:creator>Mohan Cheema</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[port 25 telnet]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[smtp test]]></category>
		<category><![CDATA[telnet port 25 email test]]></category>

		<guid isPermaLink="false">http://www.mohancheema.net/?p=549</guid>
		<description><![CDATA[1. Telnet to postfix mail server using TCP port 25. Command is telnet &#60;servername/serverip&#62; 25 response should be as follows 220 ******************************************** 2. Turn on local echo on your telnet client so that you can see what you are typing. &#8230; <a href="http://www.mohancheema.net/tips/how-to-test-postfix-smtp-using-telnet">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.mohancheema.net/tips/how-to-test-postfix-smtp-using-telnet/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linux Screen Shortcuts</title>
		<link>http://www.mohancheema.net/tips/linux-screen-shortcuts</link>
		<comments>http://www.mohancheema.net/tips/linux-screen-shortcuts#comments</comments>
		<pubDate>Thu, 18 Aug 2011 08:48:48 +0000</pubDate>
		<dc:creator>Mohan Cheema</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux screen keyboard bindings]]></category>

		<guid isPermaLink="false">http://www.mohancheema.net/?p=518</guid>
		<description><![CDATA[Screen is a much under utilised program, which provides the following functionality: Remote terminal session management (detaching or sharing terminal sessions) unlimited windows (unlike the hard-coded number of Linux virtual consoles) Scroll back buffer (not limited to video memory like &#8230; <a href="http://www.mohancheema.net/tips/linux-screen-shortcuts">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.mohancheema.net/tips/linux-screen-shortcuts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recover from Failed Amazon EC2 Instances</title>
		<link>http://www.mohancheema.net/howtos/recover-from-failed-amazon-ec2-instances</link>
		<comments>http://www.mohancheema.net/howtos/recover-from-failed-amazon-ec2-instances#comments</comments>
		<pubDate>Tue, 09 Aug 2011 14:01:25 +0000</pubDate>
		<dc:creator>Mohan Cheema</dc:creator>
				<category><![CDATA[HowTos]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[EC2 instance]]></category>
		<category><![CDATA[EC2 instance faliure recovery]]></category>

		<guid isPermaLink="false">http://www.mohancheema.net/?p=512</guid>
		<description><![CDATA[One of the things that’s not immediately obvious about Amazon EC2 instances is that they could fail, in fact Amazon says: It’s inevitable that EC2 instances will fail, and you need to plan for it. An instance failure isn’t a &#8230; <a href="http://www.mohancheema.net/howtos/recover-from-failed-amazon-ec2-instances">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.mohancheema.net/howtos/recover-from-failed-amazon-ec2-instances/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding more disk space (EBS volumes) to your instance</title>
		<link>http://www.mohancheema.net/howtos/adding-more-disk-space-ebs-volumes-to-your-instance</link>
		<comments>http://www.mohancheema.net/howtos/adding-more-disk-space-ebs-volumes-to-your-instance#comments</comments>
		<pubDate>Wed, 03 Aug 2011 16:04:24 +0000</pubDate>
		<dc:creator>Mohan Cheema</dc:creator>
				<category><![CDATA[HowTos]]></category>
		<category><![CDATA[Amazon AWS]]></category>
		<category><![CDATA[Amazon EBS]]></category>
		<category><![CDATA[more disk space]]></category>

		<guid isPermaLink="false">http://www.mohancheema.net/?p=508</guid>
		<description><![CDATA[Adding more disk space (EBS volumes) to your instance The AWS Server AMI comes with an attached 30 GB EBS volume. If you need more space, you can create additional volumes and attach them to your EC2 instance. The steps &#8230; <a href="http://www.mohancheema.net/howtos/adding-more-disk-space-ebs-volumes-to-your-instance">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.mohancheema.net/howtos/adding-more-disk-space-ebs-volumes-to-your-instance/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon ELB SSL Termination HowTo</title>
		<link>http://www.mohancheema.net/howtos/amazon-elb-ssl-termination-howto</link>
		<comments>http://www.mohancheema.net/howtos/amazon-elb-ssl-termination-howto#comments</comments>
		<pubDate>Thu, 21 Jul 2011 10:22:07 +0000</pubDate>
		<dc:creator>Mohan Cheema</dc:creator>
				<category><![CDATA[HowTos]]></category>
		<category><![CDATA[Amazon ELB]]></category>
		<category><![CDATA[Amazon ELB SSL]]></category>
		<category><![CDATA[Amazon ELB SSL Termination]]></category>
		<category><![CDATA[Amazon multiple SSL virtual host]]></category>
		<category><![CDATA[javax.net.ssl.SSLException]]></category>
		<category><![CDATA[LoadModule]]></category>
		<category><![CDATA[plaintext connection?]]></category>
		<category><![CDATA[RequestHeader]]></category>
		<category><![CDATA[Unrecognized SSL message]]></category>
		<category><![CDATA[X-Forwarded-Proto]]></category>

		<guid isPermaLink="false">http://www.mohancheema.net/?p=493</guid>
		<description><![CDATA[We’ve been using the new Amazon Load Balancers (ELB) for some of our websites, since there’s not much information out there on the subject, I thought a post would be in order. The load balancers are charged at $0.025 per &#8230; <a href="http://www.mohancheema.net/howtos/amazon-elb-ssl-termination-howto">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.mohancheema.net/howtos/amazon-elb-ssl-termination-howto/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix OpenLDAP Courier-imap Amavisd-new SpamAssassin and clamav HowTo</title>
		<link>http://www.mohancheema.net/howtos/postfix-openldap-courier-imap-amavisd-new-spamassassin-and-clamav-howto</link>
		<comments>http://www.mohancheema.net/howtos/postfix-openldap-courier-imap-amavisd-new-spamassassin-and-clamav-howto#comments</comments>
		<pubDate>Mon, 01 Nov 2010 16:36:27 +0000</pubDate>
		<dc:creator>Mohan Cheema</dc:creator>
				<category><![CDATA[HowTos]]></category>
		<category><![CDATA[amavisd-new]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[clamav]]></category>
		<category><![CDATA[courier ldap]]></category>
		<category><![CDATA[courier-imap]]></category>
		<category><![CDATA[courier.schema]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenLDAP]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[postfwd]]></category>
		<category><![CDATA[postgrey]]></category>
		<category><![CDATA[qmail.schema]]></category>
		<category><![CDATA[SASL]]></category>
		<category><![CDATA[Schema]]></category>
		<category><![CDATA[spamassassin]]></category>
		<category><![CDATA[TLS]]></category>

		<guid isPermaLink="false">http://www.mohancheema.net/?p=460</guid>
		<description><![CDATA[This is a step by step guide on how to configure GNU/Linux system with Postfix, OpenLDAP, Courier-imap, Amavisd-new, SpamAssassin and clamav. Even though this setup was configured on Centos 5, with minor tweaks you should get it working on any &#8230; <a href="http://www.mohancheema.net/howtos/postfix-openldap-courier-imap-amavisd-new-spamassassin-and-clamav-howto">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.mohancheema.net/howtos/postfix-openldap-courier-imap-amavisd-new-spamassassin-and-clamav-howto/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forgot the root password of your linux box</title>
		<link>http://www.mohancheema.net/tips/forgot-the-root-password-of-your-linux-box</link>
		<comments>http://www.mohancheema.net/tips/forgot-the-root-password-of-your-linux-box#comments</comments>
		<pubDate>Mon, 11 Oct 2010 12:11:04 +0000</pubDate>
		<dc:creator>Mohan Cheema</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[password recovery]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.mohancheema.net/?p=445</guid>
		<description><![CDATA[So you forgot your root password of your linux box?, well its not the end of the world if you do have physical / KVM over IP access to your box, you can start it on single user mode and &#8230; <a href="http://www.mohancheema.net/tips/forgot-the-root-password-of-your-linux-box">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.mohancheema.net/tips/forgot-the-root-password-of-your-linux-box/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.426 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-06 02:47:04 -->

