<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Ubuntu Blog &#187; applications</title>
	<atom:link href="http://embraceubuntu.com/category/applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://embraceubuntu.com</link>
	<description>Not quite everything about Ubuntu, but close.</description>
	<lastBuildDate>Tue, 29 May 2012 00:36:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='embraceubuntu.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Ubuntu Blog &#187; applications</title>
		<link>http://embraceubuntu.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://embraceubuntu.com/osd.xml" title="Ubuntu Blog" />
	<atom:link rel='hub' href='http://embraceubuntu.com/?pushpress=hub'/>
		<item>
		<title>SSH Menu &#8211; Save and Open SSH Connections from the Panel</title>
		<link>http://embraceubuntu.com/2007/08/17/ssh-menu-save-and-open-ssh-connections-from-the-panel/</link>
		<comments>http://embraceubuntu.com/2007/08/17/ssh-menu-save-and-open-ssh-connections-from-the-panel/#comments</comments>
		<pubDate>Sat, 18 Aug 2007 00:08:21 +0000</pubDate>
		<dc:creator>Carthik</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ubuntu.wordpress.com/2007/08/17/ssh-menu-save-and-open-ssh-connections-from-the-panel/</guid>
		<description><![CDATA[I was looking for a replacement for SecureCRT in Ubuntu. Something that would let me save all my SSH connections and make it possible to open a connection with the least effort. As is often the case, I found something better than SecureCRT &#8211; a panel applet for GNOME that gives me a drop-down list [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=embraceubuntu.com&#038;blog=235&#038;post=328&#038;subd=ubuntu&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was looking for a replacement for <a href="http://www.vandyke.com/products/securecrt/">SecureCRT</a> in Ubuntu. Something that would let me save all my SSH connections and make it possible to open a connection with the least effort.</p>
<p>As is often the case, I found something better than SecureCRT &#8211; a panel applet for GNOME that gives me a drop-down list of SSH connections. <a href="http://www.mclean.net.nz/ruby/sshmenu/">SSHMenu</a> is cool, way too cool.<br />
<img src='http://ubuntu.files.wordpress.com/2007/08/ssh-menu1.png?w=460' alt='SSH Menu' /><br />
<span id="more-328"></span><br />
Above, you can see my list of ssh accounts in all their glory. A connection is just a click away. </p>
<p>When you set up the connections, you can specify the geometry &#8211; ie, where on your desktop you want the gnome-terminal window to pop up, as well as a &#8220;profile&#8221; for the gnome-terminal instance &#8211; very handy if you want to have different color schemes for different ssh accounts to be able to distinguish between them better.<br />
<img src='http://ubuntu.files.wordpress.com/2007/08/ssh-menu2.png?w=460' alt='SSH Menu Options' /></p>
<p>What&#8217;s even better is, in the &#8220;Hostname (etc)&#8221; field, you can prepend ssh options to the hostname. The figure below shows my port forwarding setup for IRC at school, since I can&#8217;t chat using port 6667 at school.<br />
<img src='http://ubuntu.files.wordpress.com/2007/08/ssh-menu4.png?w=460' alt='SSHMenu Account Options' /></p>
<p>There&#8217;s a <a href="http://www.mclean.net.nz/ruby/sshmenu/debian.html">Debian/Ubuntu repository for SSHMenu</a>, and of course, nothing stops you from downloading the .deb packages and installing them if you don&#8217;t wish to add another repository to you list of repositories. I wonder how long before SSHMenu finds itself into the Ubuntu repositories <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Once you get SSHMenu installed, you can add it to your panel by right-clicking on your GNOME panel, and selecting &#8220;Add to Panel&#8221;.  SSHMenu should be listed as &#8220;SSH Menu Applet&#8221; under the &#8220;Utilities&#8221; section.  Then all you have to do is use the tool to add accounts that pops-up when you install the applet, or add the accounts later by clicking on the &#8220;SSH&#8221; in your panel. However, this still doesn&#8217;t take us to &#8220;one-click&#8221; login, since you will be prompted for your password by the server you are trying to connect to. </p>
<p>To make the connections truly one-click (or two-click), you might want to setup password-less logins using ssh-keygen and ssh-copy-id. A quick overview of that process follows:<br />
On your local computer, type:<br />
<code>$ssh-keygen -t rsa</code><br />
<strike>When prompted for a password, you may want to enter none. If you enter a password there, you will have to enter it everytime you try to use the &#8220;passwordless&#8221; login, which kind of defeats the purpose.</strike></p>
<p>Enter a password here. Then when you try to connect to the accounts using SSHMenu, you will asked for the password only once, the very first time. (Thanks to Grant, SSHMenu&#8217;s author for the explanation in the comments).</p>
<p>Once your RSA key-pair is generated, you need to add the public key to your server&#8217;s ~/.ssh/authorized_keys file. You can do this very easily by typing (on your local computer):<br />
<code>$ssh-copy-id ~/.ssh/id_rsa.pub username@example.com</code><br />
This will copy your public key for the just-generated RSA keypair to the example.com ssh account, where your username is &#8220;username&#8221;.<br />
Of course, for this passwordless login to work, the server needs to accept this method of authentication. There&#8217;s an <a href="http://www.debian-administration.org/articles/152">old article at the Debian Administration blog</a> that describes the process in a little more detail, and countless others have written about this, so you won&#8217;t have trouble finding info.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntu.wordpress.com/328/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntu.wordpress.com/328/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntu.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntu.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntu.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntu.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntu.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntu.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntu.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntu.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntu.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntu.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntu.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntu.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntu.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntu.wordpress.com/328/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=embraceubuntu.com&#038;blog=235&#038;post=328&#038;subd=ubuntu&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://embraceubuntu.com/2007/08/17/ssh-menu-save-and-open-ssh-connections-from-the-panel/feed/</wfw:commentRss>
		<slash:comments>70</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2b8c6afbea7b3c8c6cd74716e2c2eebd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">carthik</media:title>
		</media:content>

		<media:content url="http://ubuntu.files.wordpress.com/2007/08/ssh-menu1.png" medium="image">
			<media:title type="html">SSH Menu</media:title>
		</media:content>

		<media:content url="http://ubuntu.files.wordpress.com/2007/08/ssh-menu2.png" medium="image">
			<media:title type="html">SSH Menu Options</media:title>
		</media:content>

		<media:content url="http://ubuntu.files.wordpress.com/2007/08/ssh-menu4.png" medium="image">
			<media:title type="html">SSHMenu Account Options</media:title>
		</media:content>
	</item>
		<item>
		<title>Typing Break and WorkRave: Keep RSI at Bay</title>
		<link>http://embraceubuntu.com/2007/06/04/typing-break-and-workrave-keep-rsi-at-bay/</link>
		<comments>http://embraceubuntu.com/2007/06/04/typing-break-and-workrave-keep-rsi-at-bay/#comments</comments>
		<pubDate>Mon, 04 Jun 2007 14:29:24 +0000</pubDate>
		<dc:creator>Carthik</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ubuntu.wordpress.com/2007/06/04/typing-break-and-workrave-keep-rsi-at-bay/</guid>
		<description><![CDATA[I woke up on Thursday with a left arm more painful than a 100 episodes of Wheel of Fortune. I had almost pulled an all-nighter the night before to finish reviewing/correcting a paper. I went to the doctor, fearing the worst. My left wrist was aching, and no change of position or angle would suppress [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=embraceubuntu.com&#038;blog=235&#038;post=320&#038;subd=ubuntu&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I woke up on Thursday with a left arm more painful than a 100 episodes of Wheel of Fortune. I had almost pulled an all-nighter the night before to finish reviewing/correcting a paper. I went to the doctor, fearing the worst. My left wrist was aching, and no change of position or angle would suppress the hurt. </p>
<p>The doctor said I had <a href="http://en.wikipedia.org/wiki/Tenosynovitis">tenosynovitis</a> &#8211; which is a member of the much talked-about <a href="http://en.wikipedia.org/wiki/Repetitive_strain_injury">Repetitive Strain Injuries</a>. He advised me against using the laptop on my lap &#8211; this keep my hands all hunched up together. He also advised a couple of days of rest. So needless to say, I haven&#8217;t typed much over the weekend, though I wanted to write a short guide on implementing a <a href="http://www.davidco.com/what_is_gtd.php">Getting Things Done</a> workflow in Linux. I had set things up for GTD the past week, and the search for tools that work on Linux was frustrating, to say the least. I finally had to narrow it down to an online tool that seems very capable of the task. I have been itching to write the article and yet have resisted. </p>
<p>Monday brought me back to work, and I thought I should look at options to reduce the risk of recurrence of the pain. For two reasons &#8211; the pain was real bad, and the doctor said that repeated occurrences of RSI would lead to the much-dreaded Carpal Tunnel Syndrome and perhaps permanent numbness of the digits in my hands.</p>
<p>GNOME is very advanced when it comes to providing methods to save your hands.<br />
<span id="more-320"></span><br />
There is the Typing Break in GNOME&#8217;s keyboard preferences dialog (System -&gt; Preferences -&gt; Keyboard). Here&#8217;s a snapshot:<br />
<img src="http://ubuntu.files.wordpress.com/2007/06/rsi-keyboard-gnome.png?w=460" /></p>
<p>It is easy enough to ask you computer to lock up every once in an hour or so for 5 minutes to enforce a break.</p>
<p>But for those of us who are not satisfied with a fly swatter to swat flies, there is <a href="http://www.workrave.org">workrave</a>, with the little sheep for a mascot.</p>
<p>You can install workrave using:<br />
<code>$sudo apt-get install workrave</code></p>
<p>Once installed, you can add it to your panel as an applet by right-clicking on a panel and adding the applet:<br />
<img src="http://ubuntu.files.wordpress.com/2007/06/workrave-add-to-panel.png?w=460">.</p>
<p>Once on the panel, you get to right click on the panel applet and set preferences:<br />
<img src="http://ubuntu.files.wordpress.com/2007/06/workrave-prefs.png?w=460" alt="workrave preferences" /></p>
<p>There&#8217;s a whole lot to choose from &#8211; you can choose to have micro-breaks of less than minute every 10 minutes, say. You can also enforce a longer break every hour or so. A break of 5 minutes every hour seems normal. You can also choose whether to be able to postpone the break when you get the warning of an impending break or not. A break can be either just a disabled keyboard, or a locked screen too, just so you don&#8217;t use your mouse to sneak a peek at you mail, or visitor stats <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Workrave also has a neat feature where you can exercise your fingers, wrist, neck and arms during the break &#8211; there is an on-screen display of how to do the exercise and a virtual character does it with you. <a href="http://www.unixreview.com/documents/s=9953/ur0601e/ur0601e.html">Marcel has written about workrave in detail</a> and even has some more screenshots &#8211; including one of the dudette who does the exercises with you.</p>
<p>In addition to the forced typing breaks, I am thinking this would be a good time to switch to the <a href="http://en.wikipedia.org/wiki/Dvorak_Simplified_Keyboard">Dvorak keyboard layout</a>. The initial learning phase where typing gets really slow is what&#8217;s holding me back. Maybe that is one thing to filed under &#8220;someday/maybe&#8221; in my GTD system. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntu.wordpress.com/320/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntu.wordpress.com/320/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntu.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntu.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntu.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntu.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntu.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntu.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntu.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntu.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntu.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntu.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntu.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntu.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntu.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntu.wordpress.com/320/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=embraceubuntu.com&#038;blog=235&#038;post=320&#038;subd=ubuntu&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://embraceubuntu.com/2007/06/04/typing-break-and-workrave-keep-rsi-at-bay/feed/</wfw:commentRss>
		<slash:comments>119</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2b8c6afbea7b3c8c6cd74716e2c2eebd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">carthik</media:title>
		</media:content>

		<media:content url="http://ubuntu.files.wordpress.com/2007/06/rsi-keyboard-gnome.png" medium="image" />

		<media:content url="http://ubuntu.files.wordpress.com/2007/06/workrave-add-to-panel.png" medium="image" />

		<media:content url="http://ubuntu.files.wordpress.com/2007/06/workrave-prefs.png" medium="image">
			<media:title type="html">workrave preferences</media:title>
		</media:content>
	</item>
		<item>
		<title>300+ Easily Installed Free Fonts for Ubuntu</title>
		<link>http://embraceubuntu.com/2007/05/21/300-easily-installed-free-fonts-for-ubuntu/</link>
		<comments>http://embraceubuntu.com/2007/05/21/300-easily-installed-free-fonts-for-ubuntu/#comments</comments>
		<pubDate>Mon, 21 May 2007 17:07:04 +0000</pubDate>
		<dc:creator>Carthik</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[looks and feel]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ubuntu.wordpress.com/2007/05/21/300-easily-installed-free-fonts-for-ubuntu/</guid>
		<description><![CDATA[Ubuntu offers a lot of fonts, in addition to the defaults installed, and the MicroSoft msttcorefonts package, in its repositories. All these fonts mentioned here are provided as packages, which can easily installed using command line tools like apt-get or using Synaptic. These fonts will come in handy for designing flyers, or for designing headers [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=embraceubuntu.com&#038;blog=235&#038;post=312&#038;subd=ubuntu&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ubuntu offers a lot of fonts, in addition to the defaults installed, and the MicroSoft <a href="http://ubuntu.wordpress.com/2005/09/09/installing-microsoft-fonts/">msttcorefonts package</a>, in its repositories. All these fonts mentioned here are provided as packages, which can easily installed using command line tools like apt-get or using Synaptic. These fonts will come in handy for designing flyers, or for designing headers and graphics for the web using the Gimp. Also, some of these fonts are pretty commonly used to render pages, like Lucida. </p>
<p>I will save the packages with the biggest collection of fonts for the end here. Since I have included screenshots of most of the fonts, and this article is sorta long, please read on by clicking the &#8220;More&#8221; link below.</p>
<p><span id="more-312"></span></p>
<h4>Gentium</h4>
<p>This is one of my favorite fonts. <a href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&amp;item_id=Gentium">Gentium</a> calls itself a &#8220;Typeface for the Nations&#8221;, and looks beautiful. You can install Gentium by doing a:<br />
<code>$sudo apt-get install ttf-gentium</code><br />
<img src="http://ubuntu.files.wordpress.com/2007/05/gentium_sample.png?w=460" alt="Sample of Gentium Font" /></p>
<blockquote><p>The design is intended to be highly readable, reasonably compact, and visually attractive. The additional ‘extended’ Latin letters are designed to naturally harmonize with the traditional 26 ones. Diacritics are treated with careful thought and attention to their use. Gentium also supports both polytonic and monotonic Greek, including a number of alternate forms. These fonts were originally the product of two years of research and study by the designer at the University of Reading, England, as part of an MA program in Typeface Design.</p></blockquote>
<h4>Fonts from Dustismo</h4>
<p>These designer fonts were designed by <a href="http://www.dustismo.com/">Dustin Norlander of Dustismo</a>. Here&#8217;s some sample of the fonts:</p>
<p><img src="http://ubuntu.files.wordpress.com/2007/05/ttf-dustin1.png?w=460" alt="ttf-dustin font samples 1" /><br />
<img src="http://ubuntu.files.wordpress.com/2007/05/ttf-dustin2.png?w=460" alt="ttf-dustin font samples 2" /></p>
<p>You can install all of Dustin&#8217;s fonts using:<br />
<code>$sudo apt-get install ttf-dustin</code></p>
<h4>George Williams&#8217; Fonts</h4>
<p>George Williams is a font developer (with <a href="http://en.wikipedia.org/wiki/George_Williams_%28programmer%29">his own Wikipedia page</a>, no less!) who provided the fonts Monospace,  Caslon, Caliban and Cupola. Check out the samples below:<br />
<img src="http://ubuntu.files.wordpress.com/2007/05/ttf-georgewilliams.png?w=460" alt="Preview of George Williams' Truetype fonts" /><br />
You can install these fonts using:<br />
<code>$sudo apt-get install ttf-georgewilliams</code></p>
<h4>Some Juicy Fonts</h4>
<p>The ttf-sjfonts package provides the two fonts, Delphine and Steve Hand which are <a href="http://sourceforge.net/projects/sjfonts">also available from sourceforge</a>. These are two handwriting fonts, as seen below:<br />
<img src="http://ubuntu.files.wordpress.com/2007/05/ttf-sjfonts.png?w=460" alt="Preview of Steve Hand and Delphine fonts" /><br />
You can install these two fonts using:<br />
<code>$sudo apt-get install ttf-sjfonts</code></p>
<h4>Sun Java6 Fonts &#8211; Lucida</h4>
<p>Installing the sun-java6-fonts package installs the Lucida fonts and also installs the java6 binary package &#8211; so if you install the font package you get Java6 for free! This seems to be weird, but this post is about fonts. The package install Lucida Sans, Lucida Bright and Lucida Typewriter:<br />
<img src="http://ubuntu.files.wordpress.com/2007/05/sun-java6-fonts.png?w=460" alt="Sun Java6 fonts - including Lucida Sans, Bright and Typewriter" /></p>
<p>You can install these three fonts using:<br />
<code>$sudo apt-get install sun-java6-fonts</code><br />
<em>Caution:</em> This will also install sun-java6-bin etc &#8211; so you will have a working Sun Java 6 if you choose to install this. This is not a &#8220;bad&#8221; thing, but it can take some time to download and install.</p>
<h4>Larabie Fonts</h4>
<p>Ray Larabie has been &#8220;making fonts and giving them away since 1996&#8243; on the popular font destination <a href="http://www.larabiefonts.com">LarabieFonts.com</a>. We have three packages in Ubuntu that provide the Larabie fonts, or at least the ones that are free. These three packages provide the &#8220;Deco&#8221;, &#8220;Straight&#8221; and &#8220;Uncommon&#8221; Larabie fonts. Since there are way too many of these fonts, 300+ ? I lost count after a hundred <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> , I will link you to a pdf file with samples of all the fonts. Click on the preview below to see the Larabie Fonts Catalogue (Size: <strong>2.5 MB</strong>):<br />
<a href="http://www.larabiefonts.com/larabiefonts-guide.pdf"><img src="http://ubuntu.files.wordpress.com/2007/05/larabie-fonts.png?w=460" alt="Larabie Fonts Sample" /></a><br />
You can install all of the Larabie fonts using:<br />
<code>$sudo apt-get install ttf-larabie-deco ttf-larabie-straight ttf-larabie-uncommon</code><br />
Of course, you could just install one of these packs by removing the names of the other two packages.</p>
<h4>Summary</h4>
<p>If you want to get all the fonts in one go, use the following command:<br />
<code>$sudo apt-get install ttf-gentium ttf-dustin ttf-georgewilliams ttf-sjfonts sun-java6-fonts ttf-larabie-deco ttf-larabie-straight ttf-larabie-uncommon</code></p>
<p>These fonts should together provide enough gunpowder for the novice graphic designer in Ubuntu. If you are wondering how I took the sample screenshots, the answer is gnome-specimen, which provides an easy way to preview the fonts installed on your system. It can be installed using:<br />
<code>$sudo apt-get install gnome-specimen</code></p>
<p>To see more free fonts that are available for Linux systems, visit the <a href="http://www.geocities.com/hartke01/">Free Font Resources for Open Source OSes</a> Page &#8211; it seems to be current since I can already find the Red Hat Liberation Font listed there.</p>
<p>If I missed any TrueType font packages in Ubuntu here, please let me know in the comments.</p>
<p>Update: If you add <a href="http://seveas.imbrandon.com/dists/feisty-seveas/extras/">Seveas&#8217; feisty-extras repository</a>, you can get your hands on the ttf-fossfonts package. </p>
<blockquote><p>ttf-fossfonts is a collection of 108 GPL/Public-Domain licenced .ttf fonts. Included are the Tuffy family with extended members, and the Open Bar Codes project fonts. The package suggests several other worthwhile font packages.</p></blockquote>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntu.wordpress.com/312/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntu.wordpress.com/312/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntu.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntu.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntu.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntu.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntu.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntu.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntu.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntu.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntu.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntu.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntu.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntu.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntu.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntu.wordpress.com/312/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=embraceubuntu.com&#038;blog=235&#038;post=312&#038;subd=ubuntu&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://embraceubuntu.com/2007/05/21/300-easily-installed-free-fonts-for-ubuntu/feed/</wfw:commentRss>
		<slash:comments>325</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2b8c6afbea7b3c8c6cd74716e2c2eebd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">carthik</media:title>
		</media:content>

		<media:content url="http://ubuntu.files.wordpress.com/2007/05/gentium_sample.png" medium="image">
			<media:title type="html">Sample of Gentium Font</media:title>
		</media:content>

		<media:content url="http://ubuntu.files.wordpress.com/2007/05/ttf-dustin1.png" medium="image">
			<media:title type="html">ttf-dustin font samples 1</media:title>
		</media:content>

		<media:content url="http://ubuntu.files.wordpress.com/2007/05/ttf-dustin2.png" medium="image">
			<media:title type="html">ttf-dustin font samples 2</media:title>
		</media:content>

		<media:content url="http://ubuntu.files.wordpress.com/2007/05/ttf-georgewilliams.png" medium="image">
			<media:title type="html">Preview of George Williams&#039; Truetype fonts</media:title>
		</media:content>

		<media:content url="http://ubuntu.files.wordpress.com/2007/05/ttf-sjfonts.png" medium="image">
			<media:title type="html">Preview of Steve Hand and Delphine fonts</media:title>
		</media:content>

		<media:content url="http://ubuntu.files.wordpress.com/2007/05/sun-java6-fonts.png" medium="image">
			<media:title type="html">Sun Java6 fonts - including Lucida Sans, Bright and Typewriter</media:title>
		</media:content>

		<media:content url="http://ubuntu.files.wordpress.com/2007/05/larabie-fonts.png" medium="image">
			<media:title type="html">Larabie Fonts Sample</media:title>
		</media:content>
	</item>
		<item>
		<title>Preserve Threaded View in Thunderbird</title>
		<link>http://embraceubuntu.com/2007/05/20/preserve-threaded-view-in-thunderbird/</link>
		<comments>http://embraceubuntu.com/2007/05/20/preserve-threaded-view-in-thunderbird/#comments</comments>
		<pubDate>Mon, 21 May 2007 02:36:42 +0000</pubDate>
		<dc:creator>Carthik</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[Friends Etc.]]></category>
		<category><![CDATA[snippets]]></category>

		<guid isPermaLink="false">http://ubuntu.wordpress.com/2007/05/20/preserve-threaded-view-in-thunderbird/</guid>
		<description><![CDATA[Via Chris Ilias&#8217; Blog comes this gem of a tip. If you use Mozilla Thunderbird, and love the threaded view, but hate losing the threaded view whenever you click on &#8220;Sender&#8221; or &#8220;Date&#8221; to sort the messages, then this is the tip for you. This helps you keep the threaded view regardless of how you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=embraceubuntu.com&#038;blog=235&#038;post=309&#038;subd=ubuntu&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Via <a href="http://ilias.ca/blog/2007/04/keeping-threaded-view-in-thunderbird/">Chris Ilias&#8217; Blog</a> comes this gem of a tip.</p>
<p>If you use Mozilla Thunderbird, and love the threaded view, but hate losing the threaded view whenever you click on &#8220;Sender&#8221; or &#8220;Date&#8221; to sort the messages, then this is the tip for you. This helps you keep the threaded view regardless of how you sort the messages.</p>
<p>Go to <strong><em>Tools–&gt;Options–&gt;Advanced–&gt;General</em></strong>, and select the Config Editor option.</p>
<p><a href="http://ubuntu.files.wordpress.com/2007/05/thunderbird-threaded.jpg"><img src="http://ubuntu.files.wordpress.com/2007/05/thunderbird-threaded.jpg?w=460" width="420px" alt="Thunderbird Threaded View" /></a></p>
<p>In the Config Editor, search for &#8220;<strong>mailnews.thread_pane_column_unthreads</strong>&#8221; by typing it in at the top. When you see the preference, change the value from &#8220;True&#8221; to &#8220;False&#8221; by double-clicking on it, or by right clicking and changing the value. This will help you keep the threaded view stuck across the different sorting methods.</p>
<p>I find the threaded view useful when browsing the list of bug-related emails, for one. Of course, I use the Claws GTK email client much more than I do Thunderbird, but I have Thunderbird setup on an infrequently used office computer, and I thought many of you might be using Thunderbird anyways.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntu.wordpress.com/309/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntu.wordpress.com/309/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntu.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntu.wordpress.com/309/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntu.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntu.wordpress.com/309/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntu.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntu.wordpress.com/309/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntu.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntu.wordpress.com/309/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntu.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntu.wordpress.com/309/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntu.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntu.wordpress.com/309/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntu.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntu.wordpress.com/309/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=embraceubuntu.com&#038;blog=235&#038;post=309&#038;subd=ubuntu&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://embraceubuntu.com/2007/05/20/preserve-threaded-view-in-thunderbird/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2b8c6afbea7b3c8c6cd74716e2c2eebd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">carthik</media:title>
		</media:content>

		<media:content url="http://ubuntu.files.wordpress.com/2007/05/thunderbird-threaded.jpg" medium="image">
			<media:title type="html">Thunderbird Threaded View</media:title>
		</media:content>
	</item>
		<item>
		<title>^txt2regex$: Regular Expression Tool To Create Regex from Description</title>
		<link>http://embraceubuntu.com/2007/04/21/txt2regex-regular-expression-tool-to-create-regex-from-description/</link>
		<comments>http://embraceubuntu.com/2007/04/21/txt2regex-regular-expression-tool-to-create-regex-from-description/#comments</comments>
		<pubDate>Sat, 21 Apr 2007 20:02:51 +0000</pubDate>
		<dc:creator>Carthik</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ubuntu.wordpress.com/2007/04/21/txt2regex-regular-expression-tool-to-create-regex-from-description/</guid>
		<description><![CDATA[^txt2regex$ is a lifesaver. It helps you create regular expression strings in a step by step process, by describing what your regex pattern should do in English (or your own language). The tool can create RegExes for use with 23 different programs, including sed, vim, mysql, and procmail. When you start the program, it will [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=embraceubuntu.com&#038;blog=235&#038;post=260&#038;subd=ubuntu&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://txt2regex.sourceforge.net/">^txt2regex$</a> is a lifesaver. It helps you create regular expression strings in a step by step process, by describing what your regex pattern should do in English (or your own language). The tool can create RegExes for use with 23 different programs, including sed, vim, mysql, and procmail. When you start the program, it will ask you a series of questions like &#8220;1. do you want to start matching at the beginning of lines? or 2. search anywhere?&#8221; and &#8220;this is followed by&#8230;. 1. A specific character&#8230;&#8221; etc&#8230; download it and run it and you will see.</p>
<p>Anyone who has worked with regular expressions for searching and optionally replacing stuff in files knows what a godsend then can be if you get the regex down pat &#8211; but they would also know what a time sink they can be if you can&#8217;t whip up exactly what you want. In the past, when faced with this kind of a situation, I would read man pages, books, experiment, fail and then, finally, succeed after a good half hour or so. txt2regex is a tool that eliminates the confusion. Totally.</p>
<p>You can install txt2regex on Ubuntu by doing a:<br />
<code>$sudo apt-get install txt2regex</code></p>
<p>Among its features include the ability to print a list of characteristics of the regular expression syntax for various tools, a history tool which keeps track of you past regexes, and some pre-built regexes that are often used &#8211; for dates, times and numbers.</p>
<p>For example,<br />
<code>$txt2regex --all --make number3</code><br />
will create the regex for all supported tools. The regex will match a number of the form &#8220;34,412,069.90&#8243;</p>
<p>Here&#8217;s the output:</p>
<pre>
carthik@milan:~$ txt2regex --all --make number3

### number LEVEL 3: level 2 plus optional commas, like: 34,412,069.90

 RegEx awk       : [+-]?[0-9]!!(,[0-9]!!)*(\.[0-9]!!)?
 RegEx ed        : [+-]\?[0-9]\{1,3\}\(,[0-9]\{3\}\)*\(\.[0-9]\{2\}\)\?
 RegEx egrep     : [+-]?[0-9]{1,3}(,[0-9]{3})*(\.[0-9]{2})?
 RegEx emacs     : [+-]?[0-9]!!\(,[0-9]!!\)*\(\.[0-9]!!\)?
 RegEx expect    : [+-]?[0-9]!!(,[0-9]!!)*(\.[0-9]!!)?
 RegEx find      : [+-]?[0-9]!!\(,[0-9]!!\)*\(\.[0-9]!!\)?
 RegEx gawk      : [+-]?[0-9]{1,3}(,[0-9]{3})*(\.[0-9]{2})?
 RegEx grep      : [+-]\?[0-9]\{1,3\}\(,[0-9]\{3\}\)*\(\.[0-9]\{2\}\)\?
 RegEx javascript: [+-]?[0-9]{1,3}(,[0-9]{3})*(\.[0-9]{2})?
 RegEx lex       : [+-]?[0-9]{1,3}(,[0-9]{3})*(\.[0-9]{2})?
 RegEx lisp      : [+-]?[0-9]!!\\(,[0-9]!!\\)*\\(\\.[0-9]!!\\)?
 RegEx mawk      : [+-]?[0-9]!!(,[0-9]!!)*(\.[0-9]!!)?
 RegEx mysql     : [+-]?[0-9]{1,3}(,[0-9]{3})*(\\.[0-9]{2})?
 RegEx ooo       : [+-]?[0-9]{1,3}(,[0-9]{3})*(\.[0-9]{2})?
 RegEx perl      : [+-]?[0-9]{1,3}(,[0-9]{3})*(\.[0-9]{2})?
 RegEx php       : [+-]?[0-9]{1,3}(,[0-9]{3})*(\.[0-9]{2})?
 RegEx postgres  : [+-]?[0-9]{1,3}(,[0-9]{3})*(\\.[0-9]{2})?
 RegEx procmail  : [+-]?[0-9]!!(,[0-9]!!)*(\.[0-9]!!)?
 RegEx python    : [+-]?[0-9]{1,3}(,[0-9]{3})*(\.[0-9]{2})?
 RegEx sed       : [+-]\?[0-9]\{1,3\}\(,[0-9]\{3\}\)*\(\.[0-9]\{2\}\)\?
 RegEx tcl       : [+-]?[0-9]!!(,[0-9]!!)*(\.[0-9]!!)?
 RegEx vbscript  : [+-]?[0-9]{1,3}(,[0-9]{3})*(\.[0-9]{2})?
 RegEx vi        : [+-]\{0,1\}[0-9]\{1,3\}\(,[0-9]\{3\}\)*\(\.[0-9]\{2\}\)\{0,1\}
 RegEx vim       : [+-]\=[0-9]\{1,3}\(,[0-9]\{3}\)*\(\.[0-9]\{2}\)\=
</pre>
<p><code>$txt2regex --help</code><br />
prints out a short help message</p>
<p>and </p>
<p><code>man txt2regex</code><br />
gives some more info.</p>
<p>What would be handy is if txt2regex had an extension that allowed one to deconstruct a regex &#8211; give it a regex and it tells you what it does in plain English. Also, I cannot seem to create regexes for the mod_rewrite module in apache. I suspect that since mod_rewrite supports POSIX regexes, I could just run with one or the other of the regexes created by txt2regex. Since I haven&#8217;t tried it, I can&#8217;t say which one of the 23, just yet.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntu.wordpress.com/260/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntu.wordpress.com/260/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntu.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntu.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntu.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntu.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntu.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntu.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntu.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntu.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntu.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntu.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntu.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntu.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntu.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntu.wordpress.com/260/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=embraceubuntu.com&#038;blog=235&#038;post=260&#038;subd=ubuntu&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://embraceubuntu.com/2007/04/21/txt2regex-regular-expression-tool-to-create-regex-from-description/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2b8c6afbea7b3c8c6cd74716e2c2eebd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">carthik</media:title>
		</media:content>
	</item>
		<item>
		<title>Convert/Import from PDF and Keep the Formatting</title>
		<link>http://embraceubuntu.com/2007/04/10/convertimport-from-pdf-and-keep-the-formatting/</link>
		<comments>http://embraceubuntu.com/2007/04/10/convertimport-from-pdf-and-keep-the-formatting/#comments</comments>
		<pubDate>Tue, 10 Apr 2007 14:13:01 +0000</pubDate>
		<dc:creator>Carthik</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[guides]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ubuntu.wordpress.com/2007/04/10/convertimport-from-pdf-and-keep-the-formatting/</guid>
		<description><![CDATA[I have often wanted to convert a PDF file to a MS Word (.doc) file or an openoffice.org file. Usually I just copy the text from the PDF file and paste it in the new word document. Soon, this gets pretty tiring. Recently I found a way to convert a pdf file to other formats, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=embraceubuntu.com&#038;blog=235&#038;post=276&#038;subd=ubuntu&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have often wanted to convert a PDF file to a MS Word (.doc) file or an openoffice.org file. Usually I just copy the text from the PDF file and paste it in the new word document. Soon, this gets pretty tiring.</p>
<p>Recently I found a way to convert a pdf file to other formats, including .doc and .odt which preserves the formatting of the text pretty well. It is not perfect preserved but it is way better than having no formatting at all.</p>
<p>The secret goes by the name KWord. KWord is a KDE application that has a pdf &#8220;import&#8221; feature which lets you import either entire pdf documents or just a few pages from a pdf document <em>while preserving the formatting</em>! Of course &#8211; this only works for pdf documents which are not scanned images of pages. I tried it out on files created using <img src='http://s0.wp.com/latex.php?latex=%5CLaTeX&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='&#92;LaTeX' title='&#92;LaTeX' class='latex' />, MS Word and OpenOffice. The font sizes in the imported document are larger than they need to be, but at least the headings are heading, the normal text is normal text, and the bullets are bullets!</p>
<p><span id="more-276"></span></p>
<p><a href='http://ubuntu.files.wordpress.com/2007/04/kword1.png' title='KWord - file menu'><img src='http://ubuntu.files.wordpress.com/2007/04/kword1.png?w=460' alt='KWord - file menu' /></a><br />
Start the import using the &#8220;File&#8221; -&gt; &#8220;Import&#8221; option in the main KWord menu.</p>
<p><a href='http://ubuntu.files.wordpress.com/2007/04/kword2.png' title='Kword - import pdf'><img src='http://ubuntu.files.wordpress.com/2007/04/kword2.png?w=460' alt='Kword - import pdf' /></a><br />
After you select the pdf file to be imported, you will see a window like the one above where you can specify the pages you want to import. I did not change the default selected options &#8211; changing them and seeing what happens is an exercise left to the reader. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Of course, if you want to install KWord on your Ubuntu system, you can run the following command from the terminal window:<br />
<code>$sudo apt-get install kword</code></p>
<p>Then you can launch KWord using:<br />
<code>$KWord &amp;</code><br />
or by clicking the entry for KWord in the menu on your desktop.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntu.wordpress.com/276/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntu.wordpress.com/276/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntu.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntu.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntu.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntu.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntu.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntu.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntu.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntu.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntu.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntu.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntu.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntu.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntu.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntu.wordpress.com/276/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=embraceubuntu.com&#038;blog=235&#038;post=276&#038;subd=ubuntu&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://embraceubuntu.com/2007/04/10/convertimport-from-pdf-and-keep-the-formatting/feed/</wfw:commentRss>
		<slash:comments>53</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2b8c6afbea7b3c8c6cd74716e2c2eebd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">carthik</media:title>
		</media:content>

		<media:content url="http://ubuntu.files.wordpress.com/2007/04/kword1.png" medium="image">
			<media:title type="html">KWord - file menu</media:title>
		</media:content>

		<media:content url="http://ubuntu.files.wordpress.com/2007/04/kword2.png" medium="image">
			<media:title type="html">Kword - import pdf</media:title>
		</media:content>
	</item>
		<item>
		<title>Sylpheed-Claws is Claws Mail</title>
		<link>http://embraceubuntu.com/2007/03/03/sylpheed-claws-is-claws-mail/</link>
		<comments>http://embraceubuntu.com/2007/03/03/sylpheed-claws-is-claws-mail/#comments</comments>
		<pubDate>Sun, 04 Mar 2007 01:40:46 +0000</pubDate>
		<dc:creator>Carthik</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ubuntu.wordpress.com/2007/03/03/sylpheed-claws-is-claws-mail/</guid>
		<description><![CDATA[Sylpheed-Claws, the email client for Linux has a new name &#8211; Claws Mail. Though this is not exactly news (the earliest &#8220;official&#8221; announcement I can find is from December 04, 2006), I just came across the news today. I have been a sylpheed-claws Claws Mail user ever since I tried it for the first time. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=embraceubuntu.com&#038;blog=235&#038;post=258&#038;subd=ubuntu&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sylpheed-Claws, the email client for Linux has a new name &#8211; <a href="http://www.claws-mail.org/">Claws Mail</a>.</p>
<p>Though this is not exactly news (the earliest <a href="http://sourceforge.net/forum/forum.php?forum_id=640867">&#8220;official&#8221; announcement I can find is from December 04, 2006</a>), I just came across the news today.</p>
<p>I have been a <strike>sylpheed-claws</strike> Claws Mail user ever since I tried it for the first time. There is no email client that fit my needs the way Claws did. Claws&#8217; beauty lies in its speed &#8212; of start up, synchornizing and in general, of all operations. The <em>sensibility</em> of the software surprised me, since it provided those features that I wanted most and felt the lack of earlier. You can &#8220;harvest&#8221; email addresses from a folder full of emails, and so many other small things that I forget. Never, ever has it crashed on me, which is more than I can say of other clients. </p>
<p>In fact, many times over the last few months, I have thought of writing down what exactly makes Claws superior, in my opinion. I held back since it could be some work to make notes, now that I am used to Claws. I still use Thunderbird on a Windows XP machine occasionally. It has been ages since I used Evolution, which I found heavy, slow and sometimes unresponsive. If you guys are interested, I can start keeping notes and publish an article introducing claws(though it really needs no <a href="http://www.claws-mail.org/features.php?section=general">introduction</a>. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntu.wordpress.com/258/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntu.wordpress.com/258/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntu.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntu.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntu.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntu.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntu.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntu.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntu.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntu.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntu.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntu.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntu.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntu.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntu.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntu.wordpress.com/258/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=embraceubuntu.com&#038;blog=235&#038;post=258&#038;subd=ubuntu&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://embraceubuntu.com/2007/03/03/sylpheed-claws-is-claws-mail/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2b8c6afbea7b3c8c6cd74716e2c2eebd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">carthik</media:title>
		</media:content>
	</item>
		<item>
		<title>Deb a Day: Qalculate</title>
		<link>http://embraceubuntu.com/2006/12/20/deb-a-day-qalculate/</link>
		<comments>http://embraceubuntu.com/2006/12/20/deb-a-day-qalculate/#comments</comments>
		<pubDate>Wed, 20 Dec 2006 21:03:14 +0000</pubDate>
		<dc:creator>Carthik</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[Ubuntu Sites]]></category>

		<guid isPermaLink="false">http://ubuntu.wordpress.com/2006/12/20/deb-a-day-qalculate/</guid>
		<description><![CDATA[Deb-a-Day is a website that seeks to introduce its reader to one new debian package(.deb) a day. There was a deb-a-day website earlier at livejournal which has been dormant since November 2004. The current deb-a-day is a reincarnation of the old, at a new url. You can read Lucas&#8217; posts describing the resurrection &#8211; post [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=embraceubuntu.com&#038;blog=235&#038;post=224&#038;subd=ubuntu&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://debaday.debian.net/">Deb-a-Day</a> is a website that seeks to introduce its reader to one new debian package(.deb) a day. There was a <a href="http://debaday.livejournal.com/">deb-a-day website earlier at livejournal</a> which has been dormant since November 2004. The current <a href="http://debaday.debian.net/">deb-a-day</a> is a reincarnation of the old, at a new url.</p>
<p>You can read Lucas&#8217; posts describing the resurrection &#8211; <a href="http://www.lucas-nussbaum.net/blog/?p=220">post 1</a>, <a href="http://www.lucas-nussbaum.net/blog/?p=221">post 2</a>.</p>
<p><a href="http://debaday.debian.net/2006/12/19/qalculate-the-ultimate-desktop-calculator/">The most recent package covered in Deb-a-day is Qalculate</a>. Seems like a very interesting little app. I wonder why someone doesn&#8217;t build in all of its <a href="http://qalculate.sourceforge.net/features.html">functionality</a> in the <a href="http://raphael.slinckx.net/deskbar/">deskbar applet</a>. That ould be way too cool!</p>
<p>I look forward to deb-a-day posts, and thought that most of you might want to add it to your feedreaders/bookmarks too. Oh, and yes, you can <a href="http://debaday.debian.net/contribute/">contribute to deb-a-day</a>, too.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntu.wordpress.com/224/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntu.wordpress.com/224/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntu.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntu.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntu.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntu.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntu.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntu.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntu.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntu.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntu.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntu.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntu.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntu.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntu.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntu.wordpress.com/224/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=embraceubuntu.com&#038;blog=235&#038;post=224&#038;subd=ubuntu&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://embraceubuntu.com/2006/12/20/deb-a-day-qalculate/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2b8c6afbea7b3c8c6cd74716e2c2eebd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">carthik</media:title>
		</media:content>
	</item>
		<item>
		<title>Sync Evolution Calendar with Google Calendar</title>
		<link>http://embraceubuntu.com/2006/12/18/sync-evolution-calendar-with-google-calendar/</link>
		<comments>http://embraceubuntu.com/2006/12/18/sync-evolution-calendar-with-google-calendar/#comments</comments>
		<pubDate>Mon, 18 Dec 2006 14:45:12 +0000</pubDate>
		<dc:creator>Carthik</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[guides]]></category>
		<category><![CDATA[office]]></category>

		<guid isPermaLink="false">http://ubuntu.wordpress.com/?p=223</guid>
		<description><![CDATA[Not so much a detailed guide as a couple of links to help me out in the future: How to sync your google calendar with Evolution The access is &#8220;read-only&#8221; which means you cannot add events in Evolution and have them show up in your google calendar, but your events in google calendar will be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=embraceubuntu.com&#038;blog=235&#038;post=223&#038;subd=ubuntu&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Not so much a detailed guide as a couple of links to help me out in the future:</p>
<p><a href="http://johnnyjacob.wordpress.com/2006/04/30/google-calendar-in-evolution/">How to sync your google calendar with Evolution</a><br />
The access is &#8220;read-only&#8221; which means you cannot add events in Evolution and have them show up in your google calendar, but your events in google calendar will be available in Evolution for you to read.</p>
<p>To circumvent the problem of the sync described above not being a &#8220;true&#8221; two-way sync, one can use <a href="http://www.scheduleworld.com/">scheduleworld</a> as a go-between. This way, Evolution and Google Calendar both sync to scheduleworld, and everything is hunky-dory.</p>
<p>A <a href="http://engtech.wordpress.com/2006/08/11/the-holy-grail-of-synchronization-how-to-synchronize-microsoft-outlook-multiple-locations-google-calendar-gmail-ipod-and-mobile-phone-with-funambol-scheduleworld/#holygrail">guide to sync Google calendar using scheduleworld</a> is available, but the guide (unfortunately) deals with MS Outlook primarily.</p>
<p>Many of the concepts from the guide can be usd with Evolution. The missing link is the <a href="http://www.estamos.de/projects/SyncML/">SyncEvolution</a> plugin for Evolution. There is a <a href="http://ubuntuforums.org/showthread.php?t=282408">thread at Ubuntu Forums that explains how to get going with SyncEvolution</a>. So put it all together, and you can sync your Evolution Calendar with your Google Calendar.</p>
<p>Maybe we should all try and add a few million more users to Ubuntu, and then perhaps Google and everyone else will make it easier for us folks to sync and inter-operate seamlessly with their services. Googlers use Ubuntu &#8211; I wonder why a few of them won&#8217;t spend their quota of free/creative weekly hours to make things easier for us folks <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntu.wordpress.com/223/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntu.wordpress.com/223/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntu.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntu.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntu.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntu.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntu.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntu.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntu.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntu.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntu.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntu.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntu.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntu.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntu.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntu.wordpress.com/223/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=embraceubuntu.com&#038;blog=235&#038;post=223&#038;subd=ubuntu&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://embraceubuntu.com/2006/12/18/sync-evolution-calendar-with-google-calendar/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2b8c6afbea7b3c8c6cd74716e2c2eebd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">carthik</media:title>
		</media:content>
	</item>
		<item>
		<title>Cut, Copy, Paste: Clipboard Management</title>
		<link>http://embraceubuntu.com/2006/12/12/cut-copy-paste-clipboard-management/</link>
		<comments>http://embraceubuntu.com/2006/12/12/cut-copy-paste-clipboard-management/#comments</comments>
		<pubDate>Tue, 12 Dec 2006 20:39:25 +0000</pubDate>
		<dc:creator>Carthik</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[gnome]]></category>

		<guid isPermaLink="false">http://ubuntu.wordpress.com/2006/12/12/cut-copy-paste-clipboard-management/</guid>
		<description><![CDATA[For me, one of the most irritating gaps in the GNOME desktop is the absence of a clipboard manager. A clipboard manager is a tool that keeps track of all the text you have copied, or, if you prefer, highlighted with your mouse &#8211; so when its time to paste you can paste not only [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=embraceubuntu.com&#038;blog=235&#038;post=212&#038;subd=ubuntu&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For me, one of the most irritating gaps in the GNOME desktop is the absence of a clipboard manager. A clipboard manager is a tool that keeps track of all the text you have copied, or, if you prefer, highlighted with your mouse &#8211; so when its time to paste you can paste not only what you copied last, but also the <em>n</em> things that you copied before then. Also, in GNOME, if you copy some text from, say, a Firefox window, and then close the Firefox window, you will be surprised to find that there is no copied text when you try to paste what you had copied.</p>
<p>I use Klipper from KDE to manage my clipboard. Its always on my panel. Though I don&#8217;t mind using KDE tools, I&#8217;d love a GNOME (GTK) tool that does the same. Looks like my wish will soon be fulfilled!</p>
<p><a href="http://glipper.sourceforge.net/">Glipper</a> is clipboard manager for GNOME that will ship in <a href="http://packages.ubuntu.com/feisty/utils/glipper">Feisty</a>! It looks pretty much like Klipper, down to the icon and the name, and I hope it does its job well.</p>
<p>Maybe I&#8217;ve said this here before but did you know that there is another way to copy and paste in X? You can highlight some text, and then go to another window or application, click where you want to paste the highlighted text, and then middle-click. If your mouse has no middle button, then you can click both the left and right buttons together to create the middle-click. Thats it &#8211; your highlighted text is now pasted in the other application. This simple trick evaded me for a long long time, &#8217;cause no one ever pointed it out to me.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntu.wordpress.com/212/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntu.wordpress.com/212/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntu.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntu.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntu.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntu.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntu.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntu.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntu.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntu.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntu.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntu.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntu.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntu.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntu.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntu.wordpress.com/212/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=embraceubuntu.com&#038;blog=235&#038;post=212&#038;subd=ubuntu&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://embraceubuntu.com/2006/12/12/cut-copy-paste-clipboard-management/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2b8c6afbea7b3c8c6cd74716e2c2eebd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">carthik</media:title>
		</media:content>
	</item>
	</channel>
</rss>
