<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.2" -->
<rss version="0.92">
<channel>
	<title>Linux Manju</title>
	<link>http://linuxmanju.com/blog</link>
	<description>Not For the Faint Hearted</description>
	<lastBuildDate>Tue, 18 May 2010 10:37:49 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Intel ( 945 ) Graphics Card and Slow Compiz performance</title>
		<description>Compiz historically hates Intel Graphic Cards, if you happen to be one of those ( Un ) Fortunate Intel Graphic card owners, And facing very slow performance.. Here is a trick which worked for me..

Rename the Original compiz binary ( normally in /usr/bin/compiz )

mv /usr/bin/compiz /usr/bin/compiz.orig

Create a shell script with ...</description>
		<link>http://linuxmanju.com/blog/?p=53</link>
			</item>
	<item>
		<title>A Killer Combo ( Alfresco and Liferay )</title>
		<description>I am not sure.. If I could publish the how to because of my company policy ( Need to check ), But if anyone interested in exploring options, Liferay is an amazing Portal and Alfresco is a feature rich Document Management System. Integrate Both Liferay and Alferesco together, Its the ...</description>
		<link>http://linuxmanju.com/blog/?p=46</link>
			</item>
	<item>
		<title>A linuxhater/ Windows Lover  blog :)</title>
		<description>This is my first ( Or may be second next to First hello world line :P)., With my busy schedule I took out time to write this out of Frustration/ Disgust/ Agony.. etc..

As I was googling for some content, I came across this Linux hater's blog, Which In my opinion ...</description>
		<link>http://linuxmanju.com/blog/?p=44</link>
			</item>
	<item>
		<title>Tomcat Name Based Virtual Hosting How to</title>
		<description>Confluence :- A feature rich Wiki/ Document Management system from atlassian

Jira:- An Excellent Bug/ Issue Tracking system.

Challenge is to run Both with a single instance of tomcat


Tomcat 	Name Based Virtual Hosting How to ( For Yellow.ec2.example.com Jira 	along with Confluence )

Intended Audience:- Sysadmin

Goal:- Is to achive Confluence and Jira parallelly ...</description>
		<link>http://linuxmanju.com/blog/?p=41</link>
			</item>
	<item>
		<title>An Example link Failover Script ( MPLS to OpenVPN ) With Mail Alerts</title>
		<description>Objective:-

To monitor the Link and Change over to alternate link if the link goes down. If it comes back up, Revert the link back.

This Document Assumes. 1) You have a working MPLS/VPN setup,

#!/usr/bin/perl -w
#
#############
########### Written By Manjunath #####
######## http://linuxmanju.com
use Net::SMTP;

my $IFCNF="/sbin/ifconfig";
my $OVPN="/usr/local/sbin/openvpn";
my $SWALL="/sbin/shorewall";

####### Change this to your gateway to monitor ...</description>
		<link>http://linuxmanju.com/blog/?p=36</link>
			</item>
	<item>
		<title>Enlightenment DR 17 Install on Debian</title>
		<description>Download Reasye17.sh from http://exchange.enlightenment.org/application/show/124

The script started showing errors on the first run.. As the package names changed ( I am using Debian Sid 64bit )

As a workaround...

Modify the below packages...

sed -i 's/libjpeg-dev/libjpeg62-dev/g' Reasye17.sh

sed -i 's/libfontconfig-dev/libfontconfig1-dev/g' Reasye17.sh
Once done  become root and run Reasye17.sh

sh Reasye17.sh

Select Debian as the OS...

Grab a coffee ...</description>
		<link>http://linuxmanju.com/blog/?p=31</link>
			</item>
	<item>
		<title>Apache http to https redirection</title>
		<description>I wanted to force all users to use https://mymailserver.com instead of http://mymailserver.com.

Open apache config file (   httpd.conf or apache2.conf  or sites-enabled/000-default  ?? )

Add these lines

RewriteCond %{HTTPS} !=on
RewriteRule ^(.*) https://%{SERVER_NAME}$1 [R,L]

/etc/init.d/apache2 restart </description>
		<link>http://linuxmanju.com/blog/?p=14</link>
			</item>
	<item>
		<title>Firefox 3 ( 64 bit ) Flash player</title>
		<description>1) Download the 64bit flash player from..

wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.d20.7.linux-x86_64.so.tar.gz

2) mkdir $HOME/.mozilla/plugins

3) tar zxvf libflashplayer-10.0.d20.7.linux-x86_64.so.tar.gx -C $HOME/.mozilla/plugins

4) pkill -9 firefox </description>
		<link>http://linuxmanju.com/blog/?p=27</link>
			</item>
	<item>
		<title>High Availibility of Web Server Using UCarp</title>
		<description>Easy way to to achieve 99.99999  with uCarp.

Example Setup:-

1) Server1 -- IP Address 192.168.0.10

2) Server2 -- IP Address 192.168.0.100

Floating IP:-  192.168.0.200 ( This is the Virtual IP Which will be owned by the master server )

Service provided:- Webserver ( My production env has three instances of Bugzilla and Wiki Pages. ...</description>
		<link>http://linuxmanju.com/blog/?p=19</link>
			</item>
	<item>
		<title>rsh password less  login in Ubuntu</title>
		<description>rsh-server in Ubuntu does not honor + + ( Allow everyone from every host ) in /etc/hosts.equiv and buggy.Here is a workaround for the same.vi /etc/hosts.equiv and make sure to add these lines ( If its not there create a file )# /etc/hosts.equiv: list&#160; of&#160; hosts&#160; and&#160; users&#160; that are ...</description>
		<link>http://linuxmanju.com/blog/?p=16</link>
			</item>
</channel>
</rss>
