<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5" -->
<rss version="0.92">
<channel>
	<title>Ramesh Thiruchelvam's Blog</title>
	<link>http://ramesh.sri-lankan.net</link>
	<description>I think that you think that I think...</description>
	<lastBuildDate>Sat, 18 Oct 2008 05:45:46 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Configuring phpMyAdmin</title>
		<description>Installing phpMyAdmin is simple as extracting to the www folder, but I install it in a different way, I extract phpMyAdmin in Program Files folder, and configure Apache to map /myadmin to the extracted folder, and make that only accessible by the local machine for security purpose.


Alias /myadmin/ "C:/Program Files/phpMyAdmin-2.11.9.2/"


 ...</description>
		<link>http://ramesh.sri-lankan.net/2008/10/configuring-phpmyadmin/</link>
			</item>
	<item>
		<title>Change the Server Collation of SQL Server 2005</title>
		<description>I installed my SQL Server 2005 wit the default options and found out that my db collation and the server collation were different that caused my application to throw a collation mismatch exception when comparing.

I tried my options, but couldn’t get it working with out changing the server collation to ...</description>
		<link>http://ramesh.sri-lankan.net/2008/10/change-the-server-collation-of-sql-server-2005/</link>
			</item>
	<item>
		<title>Enabling mod_rewrite in Apache 2</title>
		<description>Enable the mod_rewrite module by uncommenting it from the httpd.conf file.


LoadModule rewrite_module modules/mod_rewrite.so


Enable .htaccess configurations by setting AllowOverride to All for the DocumentRoot directory.



    Options Indexes FollowSymLinks

    # AllowOverride controls what directives may be placed 
    # in .htaccess files. It ...</description>
		<link>http://ramesh.sri-lankan.net/2008/08/enabling-mod_rewrite-in-apache-2/</link>
			</item>
	<item>
		<title>Using mod_rewrite with PHP</title>
		<description>I used apache mod_rewrite to create user friendly and search engine optimized urls for sri-lankan.net. Here is how I did it.

Using the following .htaccess configuration, I redirected all the requests to index.php.


RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]



And decide what to show the user by checking $_SERVER['REQUEST_URI']...



 </description>
		<link>http://ramesh.sri-lankan.net/2008/08/mod_rewrite/</link>
			</item>
	<item>
		<title>Mum and me&#8230;</title>
		<description>
A kindergarten picture of mine, which I found wile scanning my old albums. </description>
		<link>http://ramesh.sri-lankan.net/2008/08/me-and-my-mum/</link>
			</item>
	<item>
		<title>Merging Subversion Repositories</title>
		<description>I had two different projects in separate subversion repositories and I wanted to merge them together. I found a simple tick like this.


$ svnadmin dump srilankan > sri.dump
$ svnadmin dump ebizlanka > ebiz.dump
$ svnadmin create projects
$ svn mkdir file:///home/ramesh/svn/projects/srilankan
$ svnadmin load projects --parent-dir srilankan < sri.dump
$ svn mkdir file:///home/ramesh/svn/projects/ebizlanka
$ svnadmin ...</description>
		<link>http://ramesh.sri-lankan.net/2008/03/merging-subversion-repositories/</link>
			</item>
	<item>
		<title>Show working directory in bash prompt</title>
		<description>I always get confused with which directory I’m working under. The solution I found is to display the working directory in the bash prompt. This is the single line that does the magic in the ~/.bashrc


PS1=[\\w]\\$
 </description>
		<link>http://ramesh.sri-lankan.net/2008/03/show-working-directory-in-bash-prompt/</link>
			</item>
	<item>
		<title>Change timezone of PHP</title>
		<description>If you wanna change the timezone of a PHP script, set the timezone environmental variable in your PHP code as simple as shown bellow.



 </description>
		<link>http://ramesh.sri-lankan.net/2008/02/change-timezone-of-php/</link>
			</item>
	<item>
		<title>U.S. Robotics Wireless USB Adapter in Ubuntu 7.10</title>
		<description>I had a hard time configuring my U.S. Robotics Wireless USB Adapter in Ubuntu 7.10, at last found out non of the native drives work for it and installed the windows driver with ndiswrapper and disabled all the native usb drivers by adding them to the /etc/modprobe.d/blacklist and boom it ...</description>
		<link>http://ramesh.sri-lankan.net/2008/02/us-robotics-wireless-usb-adapter-in-ubuntu-710/</link>
			</item>
	<item>
		<title>Hacking W800i&#8230;</title>
		<description>I decided to play around with my W800i and hack it's features as I want. I used the Far Manager with SEFP (Sony Ericsson Flash Plugin) to access the phone configuration. Here are the stuff I did with my phone. (Use at your own risk)

Remove Camera Sound
I wasn't able to ...</description>
		<link>http://ramesh.sri-lankan.net/2008/01/hacking-w800i/</link>
			</item>
</channel>
</rss>
