<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title></title>
	<atom:link href="http://worldisopen.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://worldisopen.wordpress.com</link>
	<description>Open World with open Technologies</description>
	<lastBuildDate>Fri, 20 Feb 2009 03:45:54 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='worldisopen.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/798707d0d84024116c74c5c494cc4d0f?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title></title>
		<link>http://worldisopen.wordpress.com</link>
	</image>
			<item>
		<title>Getting all possible BaSH commands</title>
		<link>http://worldisopen.wordpress.com/2009/02/19/getting-all-possible-bash-commands/</link>
		<comments>http://worldisopen.wordpress.com/2009/02/19/getting-all-possible-bash-commands/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 13:13:39 +0000</pubDate>
		<dc:creator>Hareesh</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://worldisopen.wordpress.com/?p=51</guid>
		<description><![CDATA[In BaSH pressing tab twice gives all possible commands for BaSH.
Try it , Learn and Enjoy
If you want to get all commands in any editor give the following script..
IFS=&#8217;:'; for i in `echo $PATH`; do echo $i&#124;xargs ls; done &#62;/tmp/commands.txt
it will save in the  /tmp directory.
Open it using your favourite editor&#8230;like  gedit /tmp/commands.txt


   [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldisopen.wordpress.com&blog=4313317&post=51&subd=worldisopen&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In BaSH pressing tab twice gives all possible commands for BaSH.</p>
<p>Try it , Learn and Enjoy</p>
<p>If you want to get all commands in any editor give the following script..</p>
<p><span style="color:#993366;"><em>IFS=&#8217;:'; for i in `echo $PATH`; do echo $i|xargs ls; done &gt;/tmp/commands.txt</em></span></p>
<p>it will save in the  /tmp directory.</p>
<p>Open it using your favourite editor&#8230;like  gedit /tmp/commands.txt</p>
<p><span style="color:#993366;"><em><br />
</em></span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/worldisopen.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/worldisopen.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/worldisopen.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/worldisopen.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/worldisopen.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/worldisopen.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/worldisopen.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/worldisopen.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/worldisopen.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/worldisopen.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldisopen.wordpress.com&blog=4313317&post=51&subd=worldisopen&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://worldisopen.wordpress.com/2009/02/19/getting-all-possible-bash-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/47cc23079333ef64c0d067c47e3402ca?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Hari</media:title>
		</media:content>
	</item>
		<item>
		<title>Reset your local wordpress password easily</title>
		<link>http://worldisopen.wordpress.com/2008/12/24/reset-your-local-wordpress-password-easily/</link>
		<comments>http://worldisopen.wordpress.com/2008/12/24/reset-your-local-wordpress-password-easily/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 06:20:30 +0000</pubDate>
		<dc:creator>Hareesh</dc:creator>
				<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://worldisopen.wordpress.com/?p=47</guid>
		<description><![CDATA[If you forget  your wordpress password then what can you do?
Answer is here&#8230;&#8230;&#8230;&#8230;&#8230;.Two easy methods
First Method
start mysql and login
SELECT ‘wordpress’ //this should be your database name
UPDATE `wp_users` SET `user_pass` = MD5( ‘password’ ) WHERE `ID` =1 LIMIT 1 ;
where password is your new password. Your password is reset, for the admin acount.
Second Method
Using Phpmyadmin&#8230;&#8230;
By using [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldisopen.wordpress.com&blog=4313317&post=47&subd=worldisopen&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you forget  your wordpress password then what can you do?</p>
<p>Answer is here&#8230;&#8230;&#8230;&#8230;&#8230;.Two easy methods</p>
<p><strong>First Method</strong></p>
<p>start mysql and login<br />
SELECT ‘wordpress’ //this should be your database name<br />
<span class="syntax"><span class="syntax_alpha syntax_alpha_reservedWord">UPDATE</span> <span class="syntax_quote syntax_quote_backtick">`wp_users`</span> <span class="syntax_alpha syntax_alpha_reservedWord">SET</span> <span class="syntax_quote syntax_quote_backtick">`user_pass`</span> <span class="syntax_punct">=</span> <span class="syntax_alpha syntax_alpha_functionName">MD5</span><span class="syntax_punct syntax_punct_bracket_open_round">(</span> <span class="syntax_quote syntax_quote_single">‘password’</span> <span class="syntax_punct syntax_punct_bracket_close_round">)</span> <span class="syntax_alpha syntax_alpha_reservedWord">WHERE</span> <span class="syntax_quote syntax_quote_backtick">`ID`</span> <span class="syntax_punct">=</span><span class="syntax_digit syntax_digit_integer">1</span> <span class="syntax_alpha syntax_alpha_reservedWord">LIMIT</span> <span class="syntax_digit syntax_digit_integer">1</span> <span class="syntax_punct syntax_punct_queryend">;</span></span></p>
<p>where password is your new password. Your password is reset, for the admin acount.</p>
<p><strong>Second Method</strong></p>
<p><strong>Using Phpmyadmin&#8230;&#8230;</strong></p>
<p>By using phpmyadmin find out the wp-user table and admin user .</p>
<p>You will notice the password is strange, and not plain text. This is because for security reasons, WordPress stores the passwords as an <a href="http://en.wikipedia.org/wiki/MD5">MD5 hash</a>.</p>
<p>We can’t just enter a normal text password, and should replace the MD5 hash of the password we don’t know with the MD5 hash of a password we do know.</p>
<p>To create an MD5 hash, I usually just search for “online MD5 hash” on Google, and come up with some great online tools for creating the result I need.</p>
<p><em>Example: <a href="http://pajhome.org.uk/crypt/md5/">Javacript MD5</a></em></p>
<p>n such tools, I enter what I want the password to be, click a button to process it, and it spits out the MD5 hash that I want to enter in the user_pass field.</p>
<p>Click Go to save the change, and then log in to WordPress using your new password.</p>
<p>Enjoy</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/worldisopen.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/worldisopen.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/worldisopen.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/worldisopen.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/worldisopen.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/worldisopen.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/worldisopen.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/worldisopen.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/worldisopen.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/worldisopen.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldisopen.wordpress.com&blog=4313317&post=47&subd=worldisopen&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://worldisopen.wordpress.com/2008/12/24/reset-your-local-wordpress-password-easily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/47cc23079333ef64c0d067c47e3402ca?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Hari</media:title>
		</media:content>
	</item>
		<item>
		<title>To get system information in linux</title>
		<link>http://worldisopen.wordpress.com/2008/10/22/to-get-system-information-in-linux/</link>
		<comments>http://worldisopen.wordpress.com/2008/10/22/to-get-system-information-in-linux/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 07:19:58 +0000</pubDate>
		<dc:creator>Hareesh</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://worldisopen.wordpress.com/?p=40</guid>
		<description><![CDATA[open a termianl and type the command
cat /proc/cpuinfo &#62; yourname.txt
Then you will get only system hardware information ,
If you want to get the full system information, copy the below given script to a text file and give a name, for example gethwinfo.sh 
#!/bin/bash
#
# Scrip to output specific hardware configuration to the file hardware-info.txt
# in your [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldisopen.wordpress.com&blog=4313317&post=40&subd=worldisopen&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>open a termianl and type the command</p>
<p><span style="color:#ff0000;">cat /proc/cpuinfo &gt; yourname.txt</span></p>
<p>Then you will get only system hardware information ,</p>
<p>If you want to get the full system information, copy the below given script to a text file and give a name, for example <strong><em><span style="font-size:medium;">gethwinfo.sh</span> </em></strong></p>
<p><span style="color:#0000ff;"><em>#!/bin/bash<br />
#<br />
# Scrip to output specific hardware configuration to the file hardware-info.txt<br />
# in your home directory.<br />
# 11.Sep.2007 &#8211; SPACE<br />
# This program is a Free Software Licenced under GNU General Public License Version 3.0<br />
# copyright 2007 Raj Mohan &lt;rmohan@space-kerala.org&gt;<br />
CAT=/bin/cat<br />
FREE=/usr/bin/free<br />
DMIDECODE=/usr/sbin/dmidecode<br />
FDISK=/sbin/fdisk<br />
LSPCI=/bin/lspci<br />
GREP=/bin/grep<br />
EGREP=/bin/egrep<br />
ECHO=/bin/echo<br />
MV=/bin/mv<br />
RM=/bin/rm<br />
CUT=/usr/bin/cut<br />
HEAD=/usr/bin/head<br />
DMESG=/bin/dmesg<br />
OUTFILE=${PWD}/hardware-info.txt<br />
TMPFILE=/tmp/hardware-info.tmp<br />
DMIOUTFILE=/tmp/dmi.out<br />
CDROMOUTFILE=/tmp/cdrom.out</em></span></p>
<p><span style="color:#0000ff;"><em>if [ -f ${TMPFILE} ]<br />
then<br />
$RM ${TMPFILE}<br />
fi</em></span></p>
<p><span style="color:#0000ff;"><em>if [ -f ${DMIOUTFILE} ]<br />
then<br />
$RM ${DMIOUTFILE}<br />
fi</em></span></p>
<p><span style="color:#0000ff;"><em>if [ -f ${CDROMOUTFILE} ]<br />
then<br />
$RM ${CDROMOUTFILE}<br />
fi</em></span></p>
<p><span style="color:#0000ff;"><em>$ECHO &#8220;CPUINFO&#8221; &gt; ${TMPFILE}<br />
$ECHO &#8220;&#8212;&#8212;-&#8221; &gt;&gt; ${TMPFILE}<br />
$CAT /proc/cpuinfo | $EGREP &#8220;vendor-id|model name|MHz&#8221; &gt;&gt; ${TMPFILE}<br />
$ECHO &gt;&gt; ${TMPFILE}</em></span></p>
<p><span style="color:#0000ff;"><em>$ECHO &#8220;MEMORY&#8221; &gt;&gt; ${TMPFILE}<br />
$ECHO &#8220;&#8212;&#8212;&#8221; &gt;&gt; ${TMPFILE}<br />
$FREE -m &gt;&gt; ${TMPFILE}<br />
$ECHO &gt;&gt; ${TMPFILE}</em></span></p>
<p><span style="color:#0000ff;"><em>$ECHO &#8220;Desktop Management Information&#8221; &gt;&gt; ${TMPFILE}<br />
$ECHO &#8220;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8221; &gt;&gt; ${TMPFILE}<br />
$DMIDECODE -t 17 |$GREP Size |$GREP -v No &gt;&gt; ${DMIOUTFILE}<br />
cnt=1<br />
while read line<br />
do<br />
$ECHO &#8220;Memory module ${cnt} -&gt; ${line}&#8221; &gt;&gt; ${TMPFILE}<br />
let cnt=cnt+1<br />
done &lt; ${DMIOUTFILE}<br />
$RM ${DMIOUTFILE}<br />
$ECHO &gt;&gt; ${TMPFILE}</em></span></p>
<p><span style="color:#0000ff;"><em>$ECHO &#8220;Disk Devices&#8221; &gt;&gt; ${TMPFILE}<br />
$ECHO &#8220;&#8212;&#8212;&#8212;&#8212;&#8221; &gt;&gt; ${TMPFILE}<br />
$FDISK -l | $GREP Disk &gt;&gt; ${TMPFILE}<br />
$ECHO &gt;&gt; ${TMPFILE}</em></span></p>
<p><span style="color:#0000ff;"><em>$DMESG |$EGREP &#8220;ROM|CD-R/RW|DVD&#8221; | $GREP -v Uniform &gt; ${CDROMOUTFILE}<br />
if [ $? -eq 0 ]<br />
then<br />
$ECHO &#8220;CD ROM&#8221; &gt;&gt; ${TMPFILE}<br />
$ECHO &#8220;&#8212;&#8212;&#8221; &gt;&gt; ${TMPFILE}<br />
pre=&#8221;"<br />
while read line<br />
do<br />
curr=`$ECHO $line | $CUT -d\  -f1`<br />
if [ "${curr}" != "${pre}" ]<br />
then<br />
$ECHO $line &gt;&gt; ${TMPFILE}<br />
pre=$curr<br />
fi<br />
done &lt; ${CDROMOUTFILE}<br />
$ECHO &gt;&gt; ${TMPFILE}<br />
fi<br />
$RM ${CDROMOUTFILE}</em></span></p>
<p><span style="color:#0000ff;"><em>$ECHO &#8220;VGA card&#8221; &gt;&gt; ${TMPFILE}<br />
$ECHO &#8220;&#8212;&#8212;&#8211;&#8221; &gt;&gt; ${TMPFILE}<br />
$LSPCI | $GREP VGA &gt;&gt; ${TMPFILE}<br />
$ECHO &gt;&gt; ${TMPFILE}</em></span></p>
<p><span style="color:#0000ff;"><em>$ECHO &#8220;Audio card&#8221; &gt;&gt; ${TMPFILE}<br />
$ECHO &#8220;&#8212;&#8212;&#8212;-&#8221; &gt;&gt; ${TMPFILE}<br />
$LSPCI | $GREP Audio &gt;&gt; ${TMPFILE}<br />
if [ $? -eq 1 ]<br />
then<br />
$ECHO &#8220;No Audio card detected&#8221; &gt;&gt; ${TMPFILE}<br />
fi<br />
$ECHO &gt;&gt; ${TMPFILE}</em></span></p>
<p><span style="color:#0000ff;"><em>$ECHO &#8220;Modem card&#8221; &gt;&gt; ${TMPFILE}<br />
$ECHO &#8220;&#8212;&#8212;&#8212;-&#8221; &gt;&gt; ${TMPFILE}<br />
$LSPCI |$GREP Modem &gt;&gt; ${TMPFILE}<br />
if [ $? -eq 1 ]<br />
then<br />
$ECHO &#8220;No intenal modem card detected&#8221; &gt;&gt; ${TMPFILE}<br />
fi<br />
$ECHO &gt;&gt; ${TMPFILE}</em></span></p>
<p><span style="color:#0000ff;"><em>$ECHO &#8220;Network Interface Card&#8221; &gt;&gt; ${TMPFILE}<br />
$ECHO &#8220;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-&#8221; &gt;&gt; ${TMPFILE}<br />
$LSPCI |$GREP Ethernet &gt;&gt; ${TMPFILE}<br />
STATUS1=$?</em></span></p>
<p><span style="color:#0000ff;"><em>$ECHO &gt;&gt; ${TMPFILE}<br />
$LSPCI |$GREP Network &gt;&gt; ${TMPFILE}<br />
STATUS2=$?<br />
if [ $STATUS1  -eq 1 ] &amp;&amp; [ $STATUS2 -eq 1 ]<br />
then<br />
$ECHO &#8220;No Network controller detected&#8221; &gt;&gt; ${TMPFILE}<br />
fi</em></span></p>
<p><span style="color:#0000ff;"><em>$ECHO &gt;&gt; ${TMPFILE}<br />
$ECHO &#8220;Detailed PCI information follows:&#8221; &gt;&gt; ${TMPFILE}<br />
$ECHO &#8220;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8221; &gt;&gt; ${TMPFILE}<br />
$LSPCI &gt;&gt; ${TMPFILE}</em></span></p>
<p><span style="color:#0000ff;"><em>$MV ${TMPFILE} ${OUTFILE}</em></span></p>
<p>After that give permision to that file, for that,</p>
<p>type the command  <strong><em><span style="font-size:medium;">chmod 764  gethwinfo.sh</span></em></strong> in to a terminal.</p>
<p>type the command  <em><strong><span style="font-size:medium;">sudo ./gethwinfo.sh</span></strong></em></p>
<p>One file named   <strong><em><span style="font-size:medium;">hardware-info.txt</span></em></strong> is created in the home directory or on the Desktop.</p>
<p>thanks in advance&#8230;.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/worldisopen.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/worldisopen.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/worldisopen.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/worldisopen.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/worldisopen.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/worldisopen.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/worldisopen.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/worldisopen.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/worldisopen.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/worldisopen.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldisopen.wordpress.com&blog=4313317&post=40&subd=worldisopen&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://worldisopen.wordpress.com/2008/10/22/to-get-system-information-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/47cc23079333ef64c0d067c47e3402ca?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Hari</media:title>
		</media:content>
	</item>
		<item>
		<title>How to dump a mysql database as a bzip file?</title>
		<link>http://worldisopen.wordpress.com/2008/09/18/how-to-dump-a-mysql-database-as-a-bzip-file/</link>
		<comments>http://worldisopen.wordpress.com/2008/09/18/how-to-dump-a-mysql-database-as-a-bzip-file/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 07:37:13 +0000</pubDate>
		<dc:creator>Hareesh</dc:creator>
				<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://worldisopen.wordpress.com/?p=38</guid>
		<description><![CDATA[Use this command:
mysqldump -u &#60;username&#62; -p&#60;password&#62; -q &#60;database&#62; &#124; bzip2 -c &#62; filename.sql.bz2
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldisopen.wordpress.com&blog=4313317&post=38&subd=worldisopen&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Use this command:</p>
<p><em>mysqldump -u &lt;username&gt; -p&lt;password&gt; -q &lt;database&gt; | bzip2 -c &gt; filename.sql.bz2</em></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/worldisopen.wordpress.com/38/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/worldisopen.wordpress.com/38/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/worldisopen.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/worldisopen.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/worldisopen.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/worldisopen.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/worldisopen.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/worldisopen.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/worldisopen.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/worldisopen.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/worldisopen.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/worldisopen.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldisopen.wordpress.com&blog=4313317&post=38&subd=worldisopen&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://worldisopen.wordpress.com/2008/09/18/how-to-dump-a-mysql-database-as-a-bzip-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/47cc23079333ef64c0d067c47e3402ca?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Hari</media:title>
		</media:content>
	</item>
		<item>
		<title>How to set default character set as UTF8 when importing a mysql database?</title>
		<link>http://worldisopen.wordpress.com/2008/09/18/how-to-set-default-character-set-as-utf8-when-importing-a-mysql-database/</link>
		<comments>http://worldisopen.wordpress.com/2008/09/18/how-to-set-default-character-set-as-utf8-when-importing-a-mysql-database/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 07:32:49 +0000</pubDate>
		<dc:creator>Hareesh</dc:creator>
				<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://worldisopen.wordpress.com/?p=36</guid>
		<description><![CDATA[Normally, when importing a mysql database default character set will be UTF8. If not,
we can set it manually with the below methods&#8230;.
1. mysql -u &#60;username&#62; -p &#8211;default_character_set &#8216;utf8&#8242; databasename &#60; database.sql(exported database).
2. if you are using a compressed file, then use&#8230;
1. If bzip2:
bzip2 -cd &#60;database.bz2&#62; &#124; mysql &#8211;host=localhost &#8211;user=&#60;username&#62; -p&#60;password&#62; &#8211;default_character_set &#8216;utf8&#8242; &#60;database name&#62;
This can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldisopen.wordpress.com&blog=4313317&post=36&subd=worldisopen&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Normally, when importing a mysql database default character set will be UTF8. If not,<br />
we can set it manually with the below methods&#8230;.</p>
<p>1. <span style="color:#ff0000;"><em>mysql -u &lt;username&gt; -p &#8211;default_character_set &#8216;utf8&#8242; databasename &lt; database.sql(exported database)</em></span>.</p>
<p>2. if you are using a compressed file, then use&#8230;<br />
1. If bzip2:<br />
<em><span style="color:#ff0000;">bzip2 -cd &lt;database.bz2&gt; | mysql &#8211;host=localhost &#8211;user=&lt;username&gt; -p&lt;password&gt; &#8211;default_character_set &#8216;utf8&#8242; &lt;database name&gt;</span></em></p>
<p>This can be done easily by using phpmyadmin.When importing a database just select UTF8 from the below select box named &#8216;character set of the file&#8217;.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/worldisopen.wordpress.com/36/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/worldisopen.wordpress.com/36/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/worldisopen.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/worldisopen.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/worldisopen.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/worldisopen.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/worldisopen.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/worldisopen.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/worldisopen.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/worldisopen.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/worldisopen.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/worldisopen.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldisopen.wordpress.com&blog=4313317&post=36&subd=worldisopen&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://worldisopen.wordpress.com/2008/09/18/how-to-set-default-character-set-as-utf8-when-importing-a-mysql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/47cc23079333ef64c0d067c47e3402ca?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Hari</media:title>
		</media:content>
	</item>
		<item>
		<title>How to delete or drop all tables from a mysql database?</title>
		<link>http://worldisopen.wordpress.com/2008/09/18/how-to-delete-or-drop-all-tables-from-a-mysql-database/</link>
		<comments>http://worldisopen.wordpress.com/2008/09/18/how-to-delete-or-drop-all-tables-from-a-mysql-database/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 07:22:15 +0000</pubDate>
		<dc:creator>Hareesh</dc:creator>
				<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://worldisopen.wordpress.com/?p=34</guid>
		<description><![CDATA[We can drop tables using the query &#8220;droptable table name;&#8221;. We van do it only one by one.So this is impractical when there is lot of tables. In such situation we can use the below given command:
mysql -u &#60;username&#62; -p&#60;password&#62; &#60;database name&#62; -e &#8220;show tables&#8221; &#124; grep -v Tables_in &#124; grep -v &#8220;+&#8221; &#124; \gawk [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldisopen.wordpress.com&blog=4313317&post=34&subd=worldisopen&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>We can drop tables using the query &#8220;<em><span style="color:#ff6600;">droptable table name</span></em>;&#8221;. We van do it only one by one.So this is impractical when there is lot of tables. In such situation we can use the below given command:</p>
<p><span style="color:#ff0000;"><em>mysql -u &lt;username&gt; -p&lt;password&gt; &lt;database name&gt; -e &#8220;show tables&#8221; | grep -v Tables_in | grep -v &#8220;+&#8221; | \gawk &#8216;{print &#8220;drop table &#8221; $1 &#8220;;&#8221;}&#8217; | mysql -u &lt;username&gt; -p&lt;password&gt; &lt;database name&gt;</em></span></p>
<p>Commonly arising problems:</p>
<p>1. gawk(Gnu awk): you must install this module.gawk is a pattern cheking language.<br />
2. If you give password with this command(in the place of &lt;password&gt; you may avoid the space between -p and password.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/worldisopen.wordpress.com/34/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/worldisopen.wordpress.com/34/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/worldisopen.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/worldisopen.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/worldisopen.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/worldisopen.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/worldisopen.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/worldisopen.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/worldisopen.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/worldisopen.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/worldisopen.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/worldisopen.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldisopen.wordpress.com&blog=4313317&post=34&subd=worldisopen&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://worldisopen.wordpress.com/2008/09/18/how-to-delete-or-drop-all-tables-from-a-mysql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/47cc23079333ef64c0d067c47e3402ca?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Hari</media:title>
		</media:content>
	</item>
		<item>
		<title>Input format activation in Drupal 6</title>
		<link>http://worldisopen.wordpress.com/2008/09/05/input-format-activation-in-drupal-6/</link>
		<comments>http://worldisopen.wordpress.com/2008/09/05/input-format-activation-in-drupal-6/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 05:18:58 +0000</pubDate>
		<dc:creator>Hareesh</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://worldisopen.wordpress.com/?p=32</guid>
		<description><![CDATA[In Drupal 6, the Php filter is not enabled by default. You need to go to the admin/build/modules page and enable the Php Filter module. It will then automatically create the Php input filter.
After activating this module you will get the option Php format
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldisopen.wordpress.com&blog=4313317&post=32&subd=worldisopen&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In Drupal 6, the <span style="color:#ff0000;">Php filter</span> is not enabled by default. You need to go to the <span style="color:#ff0000;">admin/build/modules</span> page and enable the Php Filter module. It will then automatically create the Php input filter.</p>
<p>After activating this module you will get the option <em>Php format</em></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/worldisopen.wordpress.com/32/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/worldisopen.wordpress.com/32/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/worldisopen.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/worldisopen.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/worldisopen.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/worldisopen.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/worldisopen.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/worldisopen.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/worldisopen.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/worldisopen.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/worldisopen.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/worldisopen.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldisopen.wordpress.com&blog=4313317&post=32&subd=worldisopen&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://worldisopen.wordpress.com/2008/09/05/input-format-activation-in-drupal-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/47cc23079333ef64c0d067c47e3402ca?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Hari</media:title>
		</media:content>
	</item>
		<item>
		<title>Malayalam reading in Firefox</title>
		<link>http://worldisopen.wordpress.com/2008/08/25/malayalam-reading-in-firefox/</link>
		<comments>http://worldisopen.wordpress.com/2008/08/25/malayalam-reading-in-firefox/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 17:59:58 +0000</pubDate>
		<dc:creator>Hareesh</dc:creator>
				<category><![CDATA[Malayalam Computing]]></category>

		<guid isPermaLink="false">http://worldisopen.wordpress.com/?p=30</guid>
		<description><![CDATA[Firefox will read all the unicode fonts without any problem..
But some times it will not render some proprietary fonts such as manorama, karthika, tikkana, hemalatha etc. They are dynamic fonts.
In such situation , here we have an extension in firefox called Padma. We will get it as an add-on of firefox.
Method of installation:
1. Click tools [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldisopen.wordpress.com&blog=4313317&post=30&subd=worldisopen&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Firefox will read all the unicode fonts without any problem..</p>
<p>But some times it will not render some proprietary fonts such as <span style="color:#008000;"><em>manorama, karthika, tikkana, hemalatha</em></span> etc. They are dynamic fonts.</p>
<p>In such situation , here we have an extension in firefox called <span style="color:#ff6600;"><em>Padma</em></span>. We will get it as an add-on of firefox.</p>
<p>Method of installation:</p>
<p>1. Click<span style="color:#ff6600;"> tools</span> menu of firefox and select <span style="color:#ff6600;">add-ons</span>.</p>
<p>2. Then <span style="color:#ff6600;">get extensions</span> &#8211;&gt;<span style="color:#ff6600;">browse all add-ons</span>.</p>
<p>3. search for <span style="color:#ff6600;">padma</span> and add it to firefox.</p>
<p>4. restart your firefox.</p>
<p>5. Now you solved your problem&#8230;.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/worldisopen.wordpress.com/30/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/worldisopen.wordpress.com/30/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/worldisopen.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/worldisopen.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/worldisopen.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/worldisopen.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/worldisopen.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/worldisopen.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/worldisopen.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/worldisopen.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/worldisopen.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/worldisopen.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldisopen.wordpress.com&blog=4313317&post=30&subd=worldisopen&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://worldisopen.wordpress.com/2008/08/25/malayalam-reading-in-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/47cc23079333ef64c0d067c47e3402ca?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Hari</media:title>
		</media:content>
	</item>
		<item>
		<title>Malayalam in Open office in windows</title>
		<link>http://worldisopen.wordpress.com/2008/08/25/malayalam-in-open-office-in-windows/</link>
		<comments>http://worldisopen.wordpress.com/2008/08/25/malayalam-in-open-office-in-windows/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 17:49:20 +0000</pubDate>
		<dc:creator>Hareesh</dc:creator>
				<category><![CDATA[Malayalam Computing]]></category>

		<guid isPermaLink="false">http://worldisopen.wordpress.com/?p=28</guid>
		<description><![CDATA[Some times in windows openoffice cannot render malayalam correctly. In such situations do the following &#8230;
1. open the particular opeonoffice application such as openofice org or calc etc.
2. Click the menu tools and select options.
3. Then language settings , click language.
4. Then in the right side bottom you can see a check box enabled for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldisopen.wordpress.com&blog=4313317&post=28&subd=worldisopen&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Some times in windows openoffice cannot render malayalam correctly. In such situations do the following &#8230;</p>
<p>1. open the particular opeonoffice application such as openofice org or calc etc.</p>
<p>2. Click the menu <span style="color:#ff0000;"><em>tools</em></span> and select <em><span style="color:#ff0000;">options</span></em>.</p>
<p>3. Then <span style="color:#ff0000;"><em>language settings</em></span> , click <em><span style="color:#ff0000;">language</span></em>.</p>
<p>4. Then in the right side bottom you can see a check box <em><span style="color:#ff0000;">enabled for complex text layouts(CTL)</span></em></p>
<p>5. Now enabled the <span style="color:#ff0000;"><em>CTL</em></span> select box and select <em><span style="color:#ff0000;">malayalam </span></em>from this select box.</p>
<p>Now you completed the settings and can use malayalam comfortly</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/worldisopen.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/worldisopen.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/worldisopen.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/worldisopen.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/worldisopen.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/worldisopen.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/worldisopen.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/worldisopen.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/worldisopen.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/worldisopen.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/worldisopen.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/worldisopen.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldisopen.wordpress.com&blog=4313317&post=28&subd=worldisopen&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://worldisopen.wordpress.com/2008/08/25/malayalam-in-open-office-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/47cc23079333ef64c0d067c47e3402ca?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Hari</media:title>
		</media:content>
	</item>
		<item>
		<title>Configuring Malayalam in Debian and IT@School</title>
		<link>http://worldisopen.wordpress.com/2008/08/20/configuring-malayalam-in-debian-and-itschool-2/</link>
		<comments>http://worldisopen.wordpress.com/2008/08/20/configuring-malayalam-in-debian-and-itschool-2/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 06:35:23 +0000</pubDate>
		<dc:creator>Hareesh</dc:creator>
				<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://worldisopen.wordpress.com/?p=24</guid>
		<description><![CDATA[Debian and IT@School

For Debian and IT@School there is available a patch for enabling malayalam naming ml-debian developed by SPACE-KERALA, an organization standing for free software promotion. You can easily download this patch from malayalam.kerala.gov.in , Kerala govt’s official website developed for malyalam computing project.
Steps(by default you will get the inscript layaout)
1. Download this patch, this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldisopen.wordpress.com&blog=4313317&post=24&subd=worldisopen&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="color:#ff0000;"><em><strong>Debian and IT@School<br />
</strong></em></span></p>
<p>For Debian and IT@School there is available a patch for enabling malayalam naming <em>ml-debian developed by <a href="http://space-kerala.org/" target="_blank">SPACE-KERALA</a>, </em>an organization standing for free software promotion. You can easily download this patch from <a href="http://malayalam.kerala.gov.in/" target="_blank">malayalam.kerala.gov.in</a> , Kerala govt’s official website developed for malyalam computing project.</p>
<p><strong><em>Steps</em></strong><span style="color:#ff0000;">(by default you will get the inscript layaout)</span></p>
<p>1. Download this patch, this is an .iso file.</p>
<p>2. write this .iso file in to a cd</p>
<p>3. insert cd in to cd drive and take <em><span style="color:#ff6600;">synaptic package manage</span>r</em> from the <span style="color:#ff6600;"><em>system</em></span> menu.</p>
<p>4. From the <span style="color:#ff6600;">edit</span> menu select <span style="color:#ff6600;">add cdrom </span>option , then they will ask to insert the cd … then insert the cd and click <em>yes</em> button. Then it will ask to insert another cd in tio the drive if you want. Now you dont need this ..so click <em>no.</em></p>
<p>5. Then click <span style="color:#ff6600;">reload</span> button on the left side of the top panel.Now you can see the reloading steps.</p>
<p>6. After that from the software list you can search the patch <span style="color:#ff6600;">ml-debian <span style="color:#000000;">, then right click on the left square button and click <span style="color:#ff6600;">mark for installation  <span style="color:#000000;">, then click <span style="color:#ff6600;">mark</span>.</span></span></span></span></p>
<p>7. Then click the apply button on the top panel. Again apply on the next window.</p>
<p>8. Now you complete your installation steps.</p>
<p><strong><em>For Phonetic(manglish)</em></strong></p>
<p>1. From the software list in the synaptic package manager select the patch <span style="color:#ff6600;">ml-phonetic-debian</span> and install  with the method explained above.</p>
<p>2. Then install <span style="color:#ff6600;">SCIM</span> package with the same above method.</p>
<p>3. After that you will need to restart the system.</p>
<p>4. Then you can find a keyboard symbol on the top panel of the desktop.</p>
<p>5. Right click on this symbol , then click <span style="color:#ff6600;">SCIM setup</span> then click <span style="color:#ff6600;">Global Setup</span> under the <span style="color:#ff6600;">IME Engine.</span></p>
<p>6. Then tick the languages you want to use.</p>
<p>Now you complete the settings for your malayalam usage.</p>
<p>For making tthese more simple we have to do some more things.</p>
<p><strong>Selecting keyboard layout </strong></p>
<p>1. Right click on the desktop top panel and click add to panel.</p>
<p>2. select <span style="color:#ff6600;">keyboard indicater</span>. Now you can see <span style="color:#ff6600;">USA</span> on the panel.</p>
<p>3. Right click on the USA button and select <span style="color:#ff6600;">keyboard prefferences</span>.</p>
<p>4. Then click <span style="color:#ff6600;">layouts</span> then add then I<span style="color:#ff6600;">ndia</span> , under India select <span style="color:#ff6600;">malayalam.</span></p>
<p>5. Close the screens and on the desktop click the USA button now it will change to India. This is the method for toggling the keyboard layouts.</p>
<p><strong>Shortcut keys</strong></p>
<p>1. For togling keyboard layouts—-&gt;press both <em><span style="color:#ff6600;">alt</span> </em>keys simultaneously( this is default , you can change it from the settings).</p>
<p>2. For starting SCIM , press<span style="color:#ff6600;"><em> </em><em>control</em>+<em>space bar </em></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/worldisopen.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/worldisopen.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/worldisopen.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/worldisopen.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/worldisopen.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/worldisopen.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/worldisopen.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/worldisopen.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/worldisopen.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/worldisopen.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/worldisopen.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/worldisopen.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldisopen.wordpress.com&blog=4313317&post=24&subd=worldisopen&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://worldisopen.wordpress.com/2008/08/20/configuring-malayalam-in-debian-and-itschool-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/47cc23079333ef64c0d067c47e3402ca?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Hari</media:title>
		</media:content>
	</item>
	</channel>
</rss>