<?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>Madhav Kobal&#039;s Blog</title>
	<atom:link href="http://madhavkobal.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://madhavkobal.wordpress.com</link>
	<description>This blog will be dedicated to Linux, Open Source and Technology news, affairs, how-tos and virtually EVERYTHING in these domains.</description>
	<lastBuildDate>Fri, 13 May 2011 10:59:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='madhavkobal.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/4971c6ee402766d60db57aa24fd52b6d?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Madhav Kobal&#039;s Blog</title>
		<link>http://madhavkobal.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://madhavkobal.wordpress.com/osd.xml" title="Madhav Kobal&#039;s Blog" />
	<atom:link rel='hub' href='http://madhavkobal.wordpress.com/?pushpress=hub'/>
		<item>
		<title>﻿Add a Grammar Checker to OpenOffice.org using the AtD (After the Deadline) Extension</title>
		<link>http://madhavkobal.wordpress.com/2010/08/09/%ef%bb%bfadd-a-grammar-checker-to-openoffice-org-using-the-atd-after-the-deadline-extension/</link>
		<comments>http://madhavkobal.wordpress.com/2010/08/09/%ef%bb%bfadd-a-grammar-checker-to-openoffice-org-using-the-atd-after-the-deadline-extension/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 06:02:51 +0000</pubDate>
		<dc:creator>madhavkobal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[openoffice]]></category>

		<guid isPermaLink="false">http://madhavkobal.wordpress.com/?p=678</guid>
		<description><![CDATA[The lack of a grammar checker is a pet peeve of many OpenOffice.org users. But there is a solution for those who are in desperate need of grammar checking capabilities in the productivity suite. The After the Deadline (AtD) extension adds a grammar checking feature based on the open source language checking server developed and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhavkobal.wordpress.com&amp;blog=9028736&amp;post=678&amp;subd=madhavkobal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<p>The lack of a grammar checker is a pet peeve of many OpenOffice.org  users. But there is a solution for those who are in desperate need of  grammar checking capabilities in the productivity suite. The <a href="http://www.afterthedeadline.com/download.slp?platform=OpenOffice" target="_self">After the Deadline</a> (AtD) extension adds a grammar checking feature based on the open source language checking server developed and maintained by <a href="http://automattic.com/" target="_self">Automattic</a> (the company behind the popular WordPress software). The AtD server  uses a combination of artificial intelligence and natural language  processing technology to find writing errors and offer smart  suggestions.</p>
<div>
<table>
<tbody>
<tr>
<td><a href="http://www.linux-magazine.com/var/linux_magazin/storage/images/media/linux-magazine-eng-us/images/atdopenoffice.org/408080-1-eng-US/AtDOpenOffice.org.png" target="_blank"> <img src="http://www.linux-magazine.com/var/linux_magazin/storage/images/media/linux-magazine-eng-us/images/atdopenoffice.org/408080-1-eng-US/AtDOpenOffice.org_large.png" alt="" /><br />
</a></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<p>To make use of the AtD extension, you need OpenOffice.org 3.2 or later  and Sun Java Runtime Environment 1.5 or higher. Installing the AtD  extension is a pretty straightforward affair. Grab the latest version of  the extension. In OpenOffice.org, choose <strong>Tools | Extension Manager</strong>, press the <strong>Add</strong> button, select the downloaded <em>.oxt</em> file, and press <strong>Open</strong>.  Restart OpenOffice.org, and you are done. Before you start using AtD,  you have to specify what kind of grammatical and style issues it should  detect. To do this, choose <strong>Tools | Extension Manager</strong>, select the AtD extension, and press the <strong>Options</strong> button. Enable then the desired options by ticking the appropriate check boxes. Press <strong>OK</strong> when done. That&#8217;s it, AtD is ready to go. Start typing, and when AtD  detects a grammatical issue, it highlights it using a blue wavy line.  Right-click on the highlighted fragment to view a brief description of  the issue and its possible solution.</p>
<p>By default, the AtD extension uses the official AtD server, which  requires an Internet connection. But you can also deploy the AtD server  on your machine, which lets you use the service even when you are  offline. To install the AtD server, download the latest <a href="http://open.afterthedeadline.com/download/download-source-code/" target="_self">AtD distribution</a> from the project&#8217;s Web site, unpack the downloaded archive, switch to the resulting directory in the terminal, and run the <em>./run.sh</em> command (or <em>./run-lowmem.sh</em> command if your machine has no more than 1.5GB RAM). Next, choose <strong>Tools | Extension Manager</strong>, select the AtD extension, press the <strong>Options</strong> button, and replace the default URL in the <strong>Proofreading Service</strong> section with <em>http://127.0.0.1:1049</em>. Press <strong>OK</strong>, and you are done.</p>
<p>Source by : Dmitri Popov</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/madhavkobal.wordpress.com/678/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/madhavkobal.wordpress.com/678/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/madhavkobal.wordpress.com/678/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/madhavkobal.wordpress.com/678/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/madhavkobal.wordpress.com/678/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/madhavkobal.wordpress.com/678/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/madhavkobal.wordpress.com/678/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/madhavkobal.wordpress.com/678/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/madhavkobal.wordpress.com/678/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/madhavkobal.wordpress.com/678/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/madhavkobal.wordpress.com/678/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/madhavkobal.wordpress.com/678/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/madhavkobal.wordpress.com/678/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/madhavkobal.wordpress.com/678/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhavkobal.wordpress.com&amp;blog=9028736&amp;post=678&amp;subd=madhavkobal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://madhavkobal.wordpress.com/2010/08/09/%ef%bb%bfadd-a-grammar-checker-to-openoffice-org-using-the-atd-after-the-deadline-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/999c68579051688320a09fabc9931f98?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">madhavkobal</media:title>
		</media:content>

		<media:content url="http://www.linux-magazine.com/var/linux_magazin/storage/images/media/linux-magazine-eng-us/images/atdopenoffice.org/408080-1-eng-US/AtDOpenOffice.org_large.png" medium="image" />
	</item>
		<item>
		<title>DeVeDe 3.16.8, create DVDs from video files</title>
		<link>http://madhavkobal.wordpress.com/2010/07/24/devede-3-16-8-create-dvds-from-video-files/</link>
		<comments>http://madhavkobal.wordpress.com/2010/07/24/devede-3-16-8-create-dvds-from-video-files/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 10:04:30 +0000</pubDate>
		<dc:creator>madhavkobal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Multimedia]]></category>

		<guid isPermaLink="false">http://madhavkobal.wordpress.com/?p=674</guid>
		<description><![CDATA[DeVeDe is an application that converts various video file formats into a disc that can be played in a DVD player. Other applications and tool chains can be coaxed into doing this but DeVeDe has the advantage of being a dedicated utility that has been designed for a single function. What DeVeDe can&#8217;t do is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhavkobal.wordpress.com&amp;blog=9028736&amp;post=674&amp;subd=madhavkobal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<div>
<div>
<div><img src="http://www.linuxjournal.com/files/linuxjournal.com/ufiles/imagecache/node-page/nodeimage/story/devede_main.jpg" alt="DeVeDe Screenshot" width="200" height="128" /></div>
</div>
</div>
<p><!--paging_filter--><a href="http://www.rastersoft.com/programas/devede.html">DeVeDe</a> is an  application that converts various video file formats into a disc that  can be played in a DVD player. Other applications and tool chains can be  coaxed into doing this but DeVeDe has the advantage of being a  dedicated utility that has been designed for a single function.</p>
<p>What DeVeDe can&#8217;t do is convert video files into other arbitrary  formats or distill the contents of a video DVD into a single video file.  As you might have guessed, there are no facilities for actual video  editing within the program. However, you could team DeVeDe up with a  dedicated video editor if you need to make changes to the source  material.</p>
<p><img src="http://www.linuxjournal.com/files/linuxjournal.com/ufiles/devede_main1.png" alt="" /></p>
<p>When you first launch DeVeDe you are presented with a menu that  allows you to choose between output formats. Apart from the ability to  create standard DVDs, you can also make video CDs and DVDs with DivX  files for players that support it.</p>
<p>Next up, you are taken to the main interface that allows you to add  video files and titles to the disk. Each project is made up of a series  of titles that are selectable from the main menu of the finished DVD.  These titles, listed on the left of the screen, are associated with one  or more video files, listed on the right. The source video files can be  any video format that the system can understand and you can mix  different formats within the same project. There is a submenu that  allows you to adjust settings such as quality and aspect ratio for each  video file. The DVD menu itself can be customized to some extent by  selecting a background image, a font and a music file.</p>
<p>A bar in the middle of the main window shows you how much space you  have left on the DVD. If the bar exceeds 100%, click on adjust and the  program will automatically lower the quality settings to fit all of the  video files onto the medium.</p>
<p><img src="http://www.linuxjournal.com/files/linuxjournal.com/ufiles/devede_main.png" alt="" /></p>
<p>When you have the project arranged you can begin rendering the DVD  image. This can take a long time, and thankfully, there is an option to  render a short preview to test your settings. The finished file is  output as a .iso file, ready for burning to disk.</p>
<p><strong>Verdict</strong></p>
<p>Although the options aren&#8217;t as comprehensive as some other programs, I  don&#8217;t think that there any absent features that 90% of people will  actually need. In contrast, a lot of applications of this sort force the  user to become of a bit of an expert in video standards and container  file formats. It&#8217;s also worth mentioning that the help file is complete  and details every part of the program. All in all, it&#8217;s a great little  utility that does everything that it should. Recommended.</p>
<p>The <a href="http://www.rastersoft.com/programas/devede.html">DeVeDe</a> website.</p>
<p>Original post by By <a title="View  user profile." href="http://www.linuxjournal.com/users/michael-reed">Michael Reed</a></p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/madhavkobal.wordpress.com/674/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/madhavkobal.wordpress.com/674/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/madhavkobal.wordpress.com/674/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/madhavkobal.wordpress.com/674/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/madhavkobal.wordpress.com/674/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/madhavkobal.wordpress.com/674/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/madhavkobal.wordpress.com/674/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/madhavkobal.wordpress.com/674/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/madhavkobal.wordpress.com/674/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/madhavkobal.wordpress.com/674/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/madhavkobal.wordpress.com/674/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/madhavkobal.wordpress.com/674/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/madhavkobal.wordpress.com/674/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/madhavkobal.wordpress.com/674/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhavkobal.wordpress.com&amp;blog=9028736&amp;post=674&amp;subd=madhavkobal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://madhavkobal.wordpress.com/2010/07/24/devede-3-16-8-create-dvds-from-video-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/999c68579051688320a09fabc9931f98?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">madhavkobal</media:title>
		</media:content>

		<media:content url="http://www.linuxjournal.com/files/linuxjournal.com/ufiles/imagecache/node-page/nodeimage/story/devede_main.jpg" medium="image">
			<media:title type="html">DeVeDe Screenshot</media:title>
		</media:content>

		<media:content url="http://www.linuxjournal.com/files/linuxjournal.com/ufiles/devede_main1.png" medium="image" />

		<media:content url="http://www.linuxjournal.com/files/linuxjournal.com/ufiles/devede_main.png" medium="image" />
	</item>
		<item>
		<title>Google Images Gets A New Look!</title>
		<link>http://madhavkobal.wordpress.com/2010/07/24/google-images-gets-a-new-look/</link>
		<comments>http://madhavkobal.wordpress.com/2010/07/24/google-images-gets-a-new-look/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 06:27:27 +0000</pubDate>
		<dc:creator>madhavkobal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://madhavkobal.wordpress.com/?p=672</guid>
		<description><![CDATA[Google has redesigned its popular image search service, adding a series of tweaks to make it easy to look at more images at once. Launched in 2001, the service has grown quite a bit, from a tiny index of some 250 million images to more than 10 billion today. The new interface displays up to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhavkobal.wordpress.com&amp;blog=9028736&amp;post=672&amp;subd=madhavkobal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:verdana;color:black;font-size:x-small;">Google has redesigned its  popular image search service, adding a series of tweaks to make it easy  to look at more images at once. Launched in 2001, the service has grown  quite a bit, from a tiny index of some 250 million images to more than  10 billion today. The new interface displays up to 1,000 images on a  single scrollable page. </span></p>
<p><span style="font-family:verdana;color:black;font-size:x-small;">“The quantity and variety of  images on the Web has ballooned since 2001, and images have become one  of the most popular types of content people search for. So over the next  few days we’re rolling out an update to Google Images to match the  scope and beauty of this fast-growing visual Web, and to bring to the  surface some of the powerful technology behind Images,” Google explains  in a blog post.</p>
<p>Here’s what’s new in the refreshed design of  Google Images:<br />
• Dense tiled layout designed to make it easy to look  at lots of images at once.<br />
• Instant scrolling between pages,  without letting you get lost in the images. You can now get up to 1,000  images, all in one scrolling page. Google’ll show small, unobtrusive  page numbers so you don’t lose track of where you are.<br />
• Larger  thumbnail previews on the results page, designed for modern browsers and  high-res screens.<br />
• A hover pane that appears when you mouse over a  given thumbnail image, giving you a larger preview, more info about the  image and other image-specific features such as “Similar images.”<br />
•  Once you click on an image, you’re taken to a new landing page that  displays a large image in context, with the website it’s hosted on  visible right behind it. Click anywhere outside the image, and you’re  right in the original page where you can learn more about the source and  context.<br />
• Optimised keyboard navigation for faster scrolling  through many pages, taking advantage of standard Web keyboard shortcuts  such as Page Up/Page Down. It’s all about getting you to the info you  need quickly, so you can get on with actually building that treehouse or  buying those flowers.</p>
<p>Google further adds, &#8220;These upgrades are  rolling out in most of our local interfaces worldwide over the next few  days. We hope they not only make it easier to search for images, but  also contribute to a better aesthetic experience.&#8221; </span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/madhavkobal.wordpress.com/672/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/madhavkobal.wordpress.com/672/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/madhavkobal.wordpress.com/672/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/madhavkobal.wordpress.com/672/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/madhavkobal.wordpress.com/672/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/madhavkobal.wordpress.com/672/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/madhavkobal.wordpress.com/672/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/madhavkobal.wordpress.com/672/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/madhavkobal.wordpress.com/672/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/madhavkobal.wordpress.com/672/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/madhavkobal.wordpress.com/672/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/madhavkobal.wordpress.com/672/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/madhavkobal.wordpress.com/672/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/madhavkobal.wordpress.com/672/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhavkobal.wordpress.com&amp;blog=9028736&amp;post=672&amp;subd=madhavkobal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://madhavkobal.wordpress.com/2010/07/24/google-images-gets-a-new-look/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/999c68579051688320a09fabc9931f98?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">madhavkobal</media:title>
		</media:content>
	</item>
		<item>
		<title>Centrify Express Connects Macs, Linux To Active Directory</title>
		<link>http://madhavkobal.wordpress.com/2010/07/23/centrify-express-connects-macs-linux-to-active-directory/</link>
		<comments>http://madhavkobal.wordpress.com/2010/07/23/centrify-express-connects-macs-linux-to-active-directory/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 10:00:24 +0000</pubDate>
		<dc:creator>madhavkobal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://madhavkobal.wordpress.com/?p=668</guid>
		<description><![CDATA[The new, free software from the identity and access management vendor gives Mac and Linux users single sign-on to Microsoft Active Directory services. Centrify is a founding member of the Enterprise Desktop Alliance, formed to promote interoperability between Macs and Windows. The company already offers the Centrify Suite of Active Directory-based access and identity management [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhavkobal.wordpress.com&amp;blog=9028736&amp;post=668&amp;subd=madhavkobal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The new, free software from the identity and access management vendor  gives Mac and Linux users single sign-on to Microsoft Active Directory  services.</p>
<p>Centrify is a founding member of the <a href="http://www.informationweek.com/news/hardware/mac/showArticle.jhtml?articleID=208801776">Enterprise  Desktop Alliance</a>, formed to promote interoperability between Macs  and Windows. The company already offers the Centrify Suite of Active  Directory-based access and identity management software. But for  organizations with &#8220;just a few non-critical Linux systems or Macs&#8221; (in  Centrify&#8217;s words), Centrify Express offers a simple route to single  sign-on and password policy enforcement.</p>
<p>The Express product  provides a subset of the features of the entire suite. In includes  DirectControl Express, which provides the single sign-on capability and  also lets OS X and Windows servers be part of an Active Directory  domain; DirectManage Express, which discovers and validates non-Windows  systems on a network; a group of Centrify-enabled open source tools and  utilities; and Centrify Express Community, for supporting best practices  through forums, how-to videos, and so on.</p>
<p>&#8220;Cross-platform  identity and access management solutions have traditionally been too  costly and complex for smaller to medium sized businesses, but they  often have some of the same security and compliance requirements such as  PCI as larger organizations,&#8221; said Frank Cabri, vice president of  marketing at Centrify. &#8220;Centrify&#8217;s approach of leveraging Active  Directory combined with our free Express offering will now allow those  organizations to easily improve security and compliance for their  systems and layer on additional capabilities as their business evolves.&#8221;  The free software can be downloaded <a href="http://www.centrify.com/express/free-active-directory-tools-for-linux-mac.asp" target="new">here</a>.</p>
<p>Original post by  <a href="mailto:jakewidman@email.com">Jake Widman</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/madhavkobal.wordpress.com/668/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/madhavkobal.wordpress.com/668/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/madhavkobal.wordpress.com/668/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/madhavkobal.wordpress.com/668/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/madhavkobal.wordpress.com/668/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/madhavkobal.wordpress.com/668/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/madhavkobal.wordpress.com/668/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/madhavkobal.wordpress.com/668/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/madhavkobal.wordpress.com/668/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/madhavkobal.wordpress.com/668/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/madhavkobal.wordpress.com/668/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/madhavkobal.wordpress.com/668/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/madhavkobal.wordpress.com/668/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/madhavkobal.wordpress.com/668/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhavkobal.wordpress.com&amp;blog=9028736&amp;post=668&amp;subd=madhavkobal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://madhavkobal.wordpress.com/2010/07/23/centrify-express-connects-macs-linux-to-active-directory/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/999c68579051688320a09fabc9931f98?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">madhavkobal</media:title>
		</media:content>
	</item>
		<item>
		<title>DuckDuckGo – A Worthy Google Search Alternative(?)</title>
		<link>http://madhavkobal.wordpress.com/2010/07/14/duckduckgo-%e2%80%93-a-worthy-google-search-alternative/</link>
		<comments>http://madhavkobal.wordpress.com/2010/07/14/duckduckgo-%e2%80%93-a-worthy-google-search-alternative/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 08:49:45 +0000</pubDate>
		<dc:creator>madhavkobal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://madhavkobal.wordpress.com/?p=665</guid>
		<description><![CDATA[// // Does the name “DuckDuckGo” ring a bell? Unless you are a Redditor or a HackerNews reader, you can be forgiven for thinking that it is the name of a kids cartoon show. DuckDuckGo is actually a little known search engine. Don’t let the queer name turn you off, because it is actually pretty [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhavkobal.wordpress.com&amp;blog=9028736&amp;post=665&amp;subd=madhavkobal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><!-- Deprecated. Use the .content or .hfeed class for styling instead of #content. --><img src="http://www.pallab.net/uploads/images/theweb/ddg.jpg" alt="Duck-Duck-Go" /></p>
<div>//<br />
// <ins><ins></ins></ins></div>
<p>Does the name “DuckDuckGo” ring a bell? Unless you are a Redditor or a HackerNews reader, you can be forgiven for thinking that it is the name of a kids cartoon show. <a title="Visit DuckDuckGo" href="http://duckduckgo.com/?t=indyan"><strong>DuckDuckGo</strong></a> is actually a little known search engine. Don’t let the queer name turn you off, because it is actually pretty good.</p>
<p>I have been using DuckDuckGo as my default search engine for the past couple of months. While my initial intention was to simply try it for a week or so, review it and then be done with it, I have started to grow a fondness for it.</p>
<p>As I understand it, DDG is maintained by a single guy – <a title="Blog of Gabriel Weinberg" href="http://www.gabrielweinberg.com/blog/">Gabriel Weinberg</a>. Its results are fetched from multiple sources including Bing, Yahoo! BOSS and the DuckDuck bot (DDG’s own webcrawler). DDG has loads of unique features to keep you interested. Some of my favourite ones are:</p>
<p><img src="http://pallab.net/uploads/formatting/bullet_arrow.gif" alt="Arrow" /> <strong>Zero-click info:</strong> This is somewhat similar to the onebox <a title="Google" href="http://www.pallab.net/tag/google/">Google</a> has been experimenting with, but is often more useful. It basically provides a quick snippet, which gives you an idea about your query without having to navigate away from DuckDuckGo.</p>
<p><img src="http://www.pallab.net/uploads/images/theweb/ddg_zero.jpg" alt="Duck-Duck-Go-Zero-Click" /></p>
<p>//<br />
// <ins><ins></ins></ins><br />
<img src="http://pallab.net/uploads/formatting/bullet_arrow.gif" alt="Arrow" /> <strong>Information Search:</strong> If you are looking for information on a specific topic, <em>Information Search</em> can be a real timesaver. Just have a look at the screenshot below to grasp what DDG’s information search has to offer.</p>
<p><img src="http://www.pallab.net/uploads/images/theweb/ddg_info.jpg" alt="Duck-Duck-Go-Information-Search" /></p>
<p><img src="http://pallab.net/uploads/formatting/bullet_arrow.gif" alt="Arrow" /> <strong>!Bang:</strong> This is probably the best feature of DDG. You can directly search dozens of popular sites from DDG. For example, if you want to search download.com for WinRAR, just type “!download WinRAR”. DDG will directly take you to the appropriate page on download.com. The full list of supported queries is available <a title="DuckDuckGo !Bang" href="http://duckduckgo.com/bang.html">here</a>.</p>
<p><img src="http://pallab.net/uploads/formatting/bullet_arrow.gif" alt="Arrow" /> <strong>Loads of goodies:</strong> If you thought Google has some nifty tricks, you should really check out DuckDuckGo. Want to generate a random password? No problem just type “pw”. Want to check your ip address? Once again, DDG can <a title="Check Your Ip Address" href="http://duckduckgo.com/?q=ip">take care</a> of it. Everything from weather reports and time zone conversions to complex calculations and unit conversion is supported.</p>
<p><img src="http://pallab.net/uploads/formatting/bullet_arrow.gif" alt="Arrow" /> <strong>Disambiguation pages:</strong> DDG automatically offers disambiguation pages for terms with multiple meanings in Wikipedia style.</p>
<p><img src="http://www.pallab.net/uploads/images/theweb/ddg_disamb.jpg" alt="Duck-Duck-Go" /></p>
<p><img src="http://pallab.net/uploads/formatting/bullet_arrow.gif" alt="Arrow" /> <strong>Privacy Aware:</strong> Not only does DDG have a secure mode (https), but it is also more privacy conscious. Your ip address isn’t stored, neither is your full user agent. In fact, DDG doesn’t even pass on your query string to the referred website. Although I don’t like the later feature (since if it becomes popular among search engines, it would paralyse web analytics), there is little doubt that DuckDuckGo takes privacy seriously.</p>
<p><img src="http://pallab.net/uploads/formatting/bullet_arrow.gif" alt="Arrow" /> <strong>Infinite Scrolling:</strong> While there are userjs/greasemonkey scripts to achieve the same with Google, DDG supports it out of the box. DDG automatically loads additional results as your scroll down the page.</p>
<p><img src="http://pallab.net/uploads/formatting/bullet_arrow.gif" alt="Arrow" /> <strong>Keyboard Navigation:</strong> Once again, most pro users would appreciate the advanced keyboard navigation supported by DDG.</p>
<p><img src="http://pallab.net/uploads/formatting/bullet_arrow.gif" alt="Arrow" /> <strong>Relevant Search:</strong> Of course none of these fancy features would matter, if the results delivered by DDG weren’t accurate. Fortunately, I have found them to be really good. In fact, there have been occasions when I was better served by DDG than Google.</p>
<p>In the end, is DDG a perfect search engine? No. Its biggest disadvantage is that it has a learning curve. While computer savvy users would appreciate the advanced functionalities offered by DDG, most users would simply fail to grasp some of DDG’s best features. I am also not a big fan of the website’s visual appearance. I understand that DDG doesn’t want to take itself too seriously, but that’s no excuse for looking like a website from the late 90s. Another area where DDG can improve upon is speed. Most of the time I am stuck on a pathetic Tata Photon Whiz connection. Unfortunately, the JS heavy DDG doesn’t fare too well on slower connections.</p>
<p>In spite of all the shortcomings, DDG is the best Google search alternative I have seen in recent times. It’s amazing how a single guy has managed to make super hyped start-ups like Cuil look outright dumb.</p>
<p>Original Post by <a title="Pallab De" href="http://www.pallab.net/author/indyan/">Pallab De</a></p>
<p><!-- Easy AdSense V2.90 --> <!-- Post[count: 1] --></p>
<div>//<br />
// <ins><ins></ins></ins></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/madhavkobal.wordpress.com/665/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/madhavkobal.wordpress.com/665/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/madhavkobal.wordpress.com/665/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/madhavkobal.wordpress.com/665/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/madhavkobal.wordpress.com/665/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/madhavkobal.wordpress.com/665/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/madhavkobal.wordpress.com/665/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/madhavkobal.wordpress.com/665/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/madhavkobal.wordpress.com/665/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/madhavkobal.wordpress.com/665/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/madhavkobal.wordpress.com/665/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/madhavkobal.wordpress.com/665/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/madhavkobal.wordpress.com/665/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/madhavkobal.wordpress.com/665/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhavkobal.wordpress.com&amp;blog=9028736&amp;post=665&amp;subd=madhavkobal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://madhavkobal.wordpress.com/2010/07/14/duckduckgo-%e2%80%93-a-worthy-google-search-alternative/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/999c68579051688320a09fabc9931f98?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">madhavkobal</media:title>
		</media:content>

		<media:content url="http://www.pallab.net/uploads/images/theweb/ddg.jpg" medium="image">
			<media:title type="html">Duck-Duck-Go</media:title>
		</media:content>

		<media:content url="http://pallab.net/uploads/formatting/bullet_arrow.gif" medium="image">
			<media:title type="html">Arrow</media:title>
		</media:content>

		<media:content url="http://www.pallab.net/uploads/images/theweb/ddg_zero.jpg" medium="image">
			<media:title type="html">Duck-Duck-Go-Zero-Click</media:title>
		</media:content>

		<media:content url="http://pallab.net/uploads/formatting/bullet_arrow.gif" medium="image">
			<media:title type="html">Arrow</media:title>
		</media:content>

		<media:content url="http://www.pallab.net/uploads/images/theweb/ddg_info.jpg" medium="image">
			<media:title type="html">Duck-Duck-Go-Information-Search</media:title>
		</media:content>

		<media:content url="http://pallab.net/uploads/formatting/bullet_arrow.gif" medium="image">
			<media:title type="html">Arrow</media:title>
		</media:content>

		<media:content url="http://pallab.net/uploads/formatting/bullet_arrow.gif" medium="image">
			<media:title type="html">Arrow</media:title>
		</media:content>

		<media:content url="http://pallab.net/uploads/formatting/bullet_arrow.gif" medium="image">
			<media:title type="html">Arrow</media:title>
		</media:content>

		<media:content url="http://www.pallab.net/uploads/images/theweb/ddg_disamb.jpg" medium="image">
			<media:title type="html">Duck-Duck-Go</media:title>
		</media:content>

		<media:content url="http://pallab.net/uploads/formatting/bullet_arrow.gif" medium="image">
			<media:title type="html">Arrow</media:title>
		</media:content>

		<media:content url="http://pallab.net/uploads/formatting/bullet_arrow.gif" medium="image">
			<media:title type="html">Arrow</media:title>
		</media:content>

		<media:content url="http://pallab.net/uploads/formatting/bullet_arrow.gif" medium="image">
			<media:title type="html">Arrow</media:title>
		</media:content>

		<media:content url="http://pallab.net/uploads/formatting/bullet_arrow.gif" medium="image">
			<media:title type="html">Arrow</media:title>
		</media:content>
	</item>
		<item>
		<title>Read your e-mail via terminal</title>
		<link>http://madhavkobal.wordpress.com/2010/07/08/read-your-e-mail-via-terminal/</link>
		<comments>http://madhavkobal.wordpress.com/2010/07/08/read-your-e-mail-via-terminal/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 05:33:30 +0000</pubDate>
		<dc:creator>madhavkobal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://madhavkobal.wordpress.com/?p=661</guid>
		<description><![CDATA[Alpine is a free software e-mail client developed at the University of Washington. Alpine 1.0 was publicly released on December 20, 2007. Alpine is a rewrite of the Pine Message System that adds support for Unicode and other features. Alpine is meant to be suitable for both inexperienced email users and the most demanding of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhavkobal.wordpress.com&amp;blog=9028736&amp;post=661&amp;subd=madhavkobal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Alpine</strong> is a free software e-mail client developed at the University of Washington.</p>
<p>Alpine 1.0 was publicly released on December 20, 2007.</p>
<p>Alpine is a rewrite of the Pine Message System that adds support for Unicode and other features. Alpine is meant to be suitable for both inexperienced email users and the most demanding of power users. Alpine is developed at the University of Washington, as was Pine before it. Alpine can be learned by exploration and the use of context-sensitive help. The user interface can be customized.</p>
<h2>Features</h2>
<p>Alpine shares a lot of common feature of console applications, like a rich set of shortcut keys, using keyboard instead of mouse to do all navigation and operation. In fact all operations in Alpine have corresponding shortcut keys.</p>
<p>Unlike other console applications targeting developers and experienced users, which often require users to edit a configuration file, Alpine allows the user to change most configuration options within the software. This makes alpine one of the most easy to learn console-based email clients.</p>
<p>Alpine supports IMAP, POP, SMTP and LDAP protocol natively. Although it does not support composing HTML email, it can display emails that only have HTML content as text.</p>
<p>After the installation, you can access alpine by typing “alpine” (without double code) inside your terminal.</p>
<p>Furthermore, here is the configuration of gmail client:</p>
<p>Lets say your e-mail is: username@gmail.com</p>
<p>Personal name=User1</p>
<p>User domain=gmail.com</p>
<p>SMTP  server=smtp.gmail.com:587/tls/user=username@gmail.com</p>
<p>Inbox  path={pop.gmail.com/pop3/ssl/novalidate-cert/user=username@gmail.com}INBOX</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/madhavkobal.wordpress.com/661/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/madhavkobal.wordpress.com/661/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/madhavkobal.wordpress.com/661/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/madhavkobal.wordpress.com/661/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/madhavkobal.wordpress.com/661/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/madhavkobal.wordpress.com/661/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/madhavkobal.wordpress.com/661/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/madhavkobal.wordpress.com/661/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/madhavkobal.wordpress.com/661/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/madhavkobal.wordpress.com/661/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/madhavkobal.wordpress.com/661/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/madhavkobal.wordpress.com/661/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/madhavkobal.wordpress.com/661/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/madhavkobal.wordpress.com/661/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhavkobal.wordpress.com&amp;blog=9028736&amp;post=661&amp;subd=madhavkobal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://madhavkobal.wordpress.com/2010/07/08/read-your-e-mail-via-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/999c68579051688320a09fabc9931f98?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">madhavkobal</media:title>
		</media:content>
	</item>
		<item>
		<title>FBI can&#8217;t crack open source security</title>
		<link>http://madhavkobal.wordpress.com/2010/07/02/fbi-cant-crack-open-source-security/</link>
		<comments>http://madhavkobal.wordpress.com/2010/07/02/fbi-cant-crack-open-source-security/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 09:44:06 +0000</pubDate>
		<dc:creator>madhavkobal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://madhavkobal.wordpress.com/?p=658</guid>
		<description><![CDATA[Sleuths at the FBI have admitted their attempts to crack the open source encryption software TrueCrypt have come to nowt. America&#8217;s finest have been banging away at hard drives seized by Brazilian police during a 2008 investigation of dodgy banker Daniel Dantas. Brazil&#8217;s own National Institute of Criminology called in the FBI after its own [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhavkobal.wordpress.com&amp;blog=9028736&amp;post=658&amp;subd=madhavkobal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<p><strong>Sleuths at the FBI have admitted their attempts to crack the open source  encryption software TrueCrypt have come to nowt.</strong></p>
<p>America&#8217;s finest have been banging away at hard drives seized by Brazilian police during a 2008 investigation of dodgy banker Daniel Dantas.</p>
<p>Brazil&#8217;s own National Institute of Criminology called in the FBI after its own attempts to break the encryption were foiled. It seems the FBI was no more successful.</p>
<p>According to Brazilian media <a href="http://g1.globo.com/English/noticia/2010/06/not-even-fbi-can-de-crypt-files-daniel-dantas.html" target="_blank">reports</a>, two programs were used to encrypt the drives, one the free open source program <a href="http://www.truecrypt.org/" target="_blank">TrueCrypt</a>. Snoops in Brazil spent five months throwing a dictionary at the drives and got nowhere.</p>
<p>They then passed the drives to the FBI whose experts spend a year trying exactly the same tactic before giving up and sending the unlocked drives back to Brazil</p>
<p>Daniel Dantas meanwhile was sent to prison for ten years in December 2008 for attempting to bribe a police officer. Whatever information he stored on his hard drives remains secret.</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/madhavkobal.wordpress.com/658/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/madhavkobal.wordpress.com/658/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/madhavkobal.wordpress.com/658/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/madhavkobal.wordpress.com/658/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/madhavkobal.wordpress.com/658/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/madhavkobal.wordpress.com/658/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/madhavkobal.wordpress.com/658/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/madhavkobal.wordpress.com/658/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/madhavkobal.wordpress.com/658/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/madhavkobal.wordpress.com/658/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/madhavkobal.wordpress.com/658/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/madhavkobal.wordpress.com/658/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/madhavkobal.wordpress.com/658/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/madhavkobal.wordpress.com/658/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhavkobal.wordpress.com&amp;blog=9028736&amp;post=658&amp;subd=madhavkobal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://madhavkobal.wordpress.com/2010/07/02/fbi-cant-crack-open-source-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/999c68579051688320a09fabc9931f98?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">madhavkobal</media:title>
		</media:content>
	</item>
		<item>
		<title>K3b 2.0 burner software with Blu-ray support arrives</title>
		<link>http://madhavkobal.wordpress.com/2010/07/01/k3b-2-0-burner-software-with-blu-ray-support-arrives/</link>
		<comments>http://madhavkobal.wordpress.com/2010/07/01/k3b-2-0-burner-software-with-blu-ray-support-arrives/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 05:40:42 +0000</pubDate>
		<dc:creator>madhavkobal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://madhavkobal.wordpress.com/?p=654</guid>
		<description><![CDATA[The K3B  development team has released version 2.0 of its CD and DVD creator for Linux. With this version, the developers have almost fully ported the popular burner software to KDE 4 by, for example, using solid for hardware detection. As an added feature, the program now supports the burning of Blu-ray media via cdrecord. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhavkobal.wordpress.com&amp;blog=9028736&amp;post=654&amp;subd=madhavkobal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The K3B  development team has released version 2.0 of its CD and DVD creator for Linux. With this version, the developers have almost fully ported the popular burner software to KDE 4 by, for example, using solid for hardware detection.</p>
<p>As an added feature, the program now supports the burning of Blu-ray media via cdrecord. The developers have also combined various dialogues and given the program new icons to match the Oxygen theme. The rest of the program&#8217;s visual appearance – a direct port of its KDE3 predecessor – remains intact, so users will not need to re-familiarise themselves with the latest release.</p>
<p>More details about the release can be found in the <a rel="external" href="http://k3b.plainblack.com/k3b-news" target="_blank">changelog</a>. K3b 2.0 source code is available to <a rel="external" href="http://k3b.plainblack.com/download" target="_blank">download</a> from the project&#8217;s site. The K3B CD/DVD creator for Linux is licensed under the GPL.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/madhavkobal.wordpress.com/654/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/madhavkobal.wordpress.com/654/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/madhavkobal.wordpress.com/654/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/madhavkobal.wordpress.com/654/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/madhavkobal.wordpress.com/654/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/madhavkobal.wordpress.com/654/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/madhavkobal.wordpress.com/654/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/madhavkobal.wordpress.com/654/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/madhavkobal.wordpress.com/654/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/madhavkobal.wordpress.com/654/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/madhavkobal.wordpress.com/654/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/madhavkobal.wordpress.com/654/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/madhavkobal.wordpress.com/654/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/madhavkobal.wordpress.com/654/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhavkobal.wordpress.com&amp;blog=9028736&amp;post=654&amp;subd=madhavkobal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://madhavkobal.wordpress.com/2010/07/01/k3b-2-0-burner-software-with-blu-ray-support-arrives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/999c68579051688320a09fabc9931f98?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">madhavkobal</media:title>
		</media:content>
	</item>
		<item>
		<title>5 Bash Resources</title>
		<link>http://madhavkobal.wordpress.com/2010/06/22/5-bash-resources/</link>
		<comments>http://madhavkobal.wordpress.com/2010/06/22/5-bash-resources/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 05:07:09 +0000</pubDate>
		<dc:creator>madhavkobal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://madhavkobal.wordpress.com/?p=475</guid>
		<description><![CDATA[1. The Bash Man Page Yeah, I know.  I spent nearly half a page in my book trashing the bash man page for its impenetrable style and its lack of any trace of user-friendliness, but nothing beats typing &#8220;man bash&#8221; when you&#8217;re already working in a terminal.  The trick is finding what you want in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhavkobal.wordpress.com&amp;blog=9028736&amp;post=475&amp;subd=madhavkobal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div><strong>1. The Bash Man Page</strong></div>
<div>Yeah, I know.  I spent nearly half a page in my book trashing the bash man page for its impenetrable style and its lack of any trace of user-friendliness, but nothing beats typing &#8220;man bash&#8221; when you&#8217;re already working in a terminal.  The trick is finding what you want in its enormous length.  This can sometimes be a significant problem, but once you find what you are looking for, the information is always concise and authoritative though not always easy to understand.  Still, this is the resource I use most often.</div>
<div><strong>2. </strong><a id="lo2g" title="The Bash Reference Manual" href="http://www.gnu.org/software/bash/manual/bashref.html"><strong>The Bash Reference Manual</strong></a></div>
<div>Perhaps in response to the usability issues found in the bash man page, the GNU Project produced the Bash Reference Manual.  You can think of it as the bash man page translated into human readable form.  While it lacks a tutorial focus and contains no usage examples, it is much easier to read and is more usefully organized than the bash man page.</div>
<div><strong>3. </strong><a id="i8h0" title="Greg's Wiki" href="http://mywiki.wooledge.org/"><strong>Greg&#8217;s Wiki</strong></a></div>
<div>The bash man page and the Bash Reference Manual both extensively document the features found in <span style="font-family:'Courier New';">bash</span>.  However, when we need a description of bash behavior, different resources are needed.  The best by far is Greg&#8217;s Wiki.  This site covers a variety of topics, but of particular interest to us are the <a id="bvfr" title="Bash FAQ" href="http://mywiki.wooledge.org/BashFAQ">Bash FAQ</a> which contains over one hundred frequently asked questions about <span style="font-family:'Courier New';">bash</span>, the <a id="cefv" title="Bash Pitfalls" href="http://mywiki.wooledge.org/BashPitfalls">Bash Pitfalls</a> which describes many of the common problems script writers encounter with <span style="font-family:'Courier New';">bash</span>, and the <a id="fol6" title="Bash Guide" href="http://mywiki.wooledge.org/BashGuide">Bash Guide</a>, a useful set of tutorials for <span style="font-family:'Courier New';">bash</span> users.  There are also several fun to read <a id="wn:u" title="rants" href="http://mywiki.wooledge.org/CategoryRant">rants</a>.</div>
<div><strong>4. </strong><a id="out1" title="Bash Hackers Wiki" href="http://wiki.bash-hackers.org/start"><strong>Bash Hackers Wiki</strong></a></div>
<div>Like Greg&#8217;s Wiki, the Bash Hackers Wiki provides many different articles relating to <span style="font-family:'Courier New';">bash</span>, its features, and its behavior.  Included are some useful tutorials on various programming techniques and issues with scripting with <span style="font-family:'Courier New';">bash</span>.  While the writing is, at times, a little chaotic, it does contain useful information.  Heck, <a id="l3en" title="they even trash my Writing Shell Scripts tutorial" href="http://wiki.bash-hackers.org/scripting/tutoriallist#rv_linuxcommand">they even trash my Writing Shell Scripts tutorial</a> (Hmmm&#8230;I really ought to fix some of that stuff).</div>
<div><strong>5. </strong><a id="e:iu" title="Chet Ramey's Bash Page" href="http://tiswww.case.edu/php/chet/bash/bashtop.html"><strong>Chet Ramey&#8217;s Bash Page</strong></a></div>
<p>Chet Ramey is the current maintainer of <span style="font-family:'Courier New';">bash</span> and he has his own page.  On this page, you can find version information, latest news, and other things.  The most useful document on the Bash Page is its version of the <a id="a-za" title="Bash FAQ" href="http://tiswww.case.edu/php/chet/bash/FAQ">Bash FAQ</a>.  The <a id="iwjd" title="NEWS" href="http://tiswww.case.edu/php/chet/bash/NEWS">NEWS</a> file contains a concise list of features that have been added to each version of <span style="font-family:'Courier New';">bash</span>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/madhavkobal.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/madhavkobal.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/madhavkobal.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/madhavkobal.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/madhavkobal.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/madhavkobal.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/madhavkobal.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/madhavkobal.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/madhavkobal.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/madhavkobal.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/madhavkobal.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/madhavkobal.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/madhavkobal.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/madhavkobal.wordpress.com/475/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhavkobal.wordpress.com&amp;blog=9028736&amp;post=475&amp;subd=madhavkobal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://madhavkobal.wordpress.com/2010/06/22/5-bash-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/999c68579051688320a09fabc9931f98?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">madhavkobal</media:title>
		</media:content>
	</item>
		<item>
		<title>VLC 1.1.0 (Final) Has Been Released!</title>
		<link>http://madhavkobal.wordpress.com/2010/06/21/vlc-1-1-0-final-has-been-released/</link>
		<comments>http://madhavkobal.wordpress.com/2010/06/21/vlc-1-1-0-final-has-been-released/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 14:03:16 +0000</pubDate>
		<dc:creator>madhavkobal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://madhavkobal.wordpress.com/?p=646</guid>
		<description><![CDATA[Quietly, VLC 1.1.0 final (stable) was posted to the VLC git a few minutes ago. VLC 1.1.0 brings extensions support as well as GPU and DSP decoding among many other new features. Read on! What&#8217;s new in VLC 1.1.0: GPU and DSP decoding on selected platforms New support for codecs, demuxers and muxers Lua extensions [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhavkobal.wordpress.com&amp;blog=9028736&amp;post=646&amp;subd=madhavkobal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>Quietly, VLC 1.1.0 final (stable) was posted to the <a href="http://git.videolan.org/?p=vlc/vlc-1.1.git;a=tag;h=1.1.0">VLC git</a> a few minutes ago. VLC 1.1.0 brings extensions support as well as GPU and DSP decoding among many other new features. Read on!</div>
<p><a name="more"></a><br />
What&#8217;s new in VLC 1.1.0:</p>
<ul>
<li>GPU and DSP decoding on selected platforms</li>
<li>New support for codecs, demuxers and muxers</li>
<li>Lua extensions and Lua content extensions (luaSD)</li>
<li>Improved interfaces</li>
<li>Video Output rework</li>
<li>Removal of lots of modules, rewrite of many</li>
<li>Improved performances, in CPU, RAM and I/O</li>
<li>New libVLC and bindings</li>
<li>New or improved ports on misc platforms</li>
<li>And many other features and bugs fixes</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/madhavkobal.wordpress.com/646/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/madhavkobal.wordpress.com/646/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/madhavkobal.wordpress.com/646/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/madhavkobal.wordpress.com/646/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/madhavkobal.wordpress.com/646/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/madhavkobal.wordpress.com/646/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/madhavkobal.wordpress.com/646/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/madhavkobal.wordpress.com/646/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/madhavkobal.wordpress.com/646/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/madhavkobal.wordpress.com/646/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/madhavkobal.wordpress.com/646/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/madhavkobal.wordpress.com/646/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/madhavkobal.wordpress.com/646/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/madhavkobal.wordpress.com/646/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhavkobal.wordpress.com&amp;blog=9028736&amp;post=646&amp;subd=madhavkobal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://madhavkobal.wordpress.com/2010/06/21/vlc-1-1-0-final-has-been-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/999c68579051688320a09fabc9931f98?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">madhavkobal</media:title>
		</media:content>
	</item>
	</channel>
</rss>
