<?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/"
	>

<channel>
	<title>OpenPeta &#187; Internet</title>
	<atom:link href="http://openpeta.com/index.php/category/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://openpeta.com</link>
	<description>Open Mind ....  Open Source ...</description>
	<lastBuildDate>Wed, 21 Jul 2010 03:20:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Let Us Know About Email  !!!</title>
		<link>http://openpeta.com/index.php/2010/04/let-us-know-about-email/</link>
		<comments>http://openpeta.com/index.php/2010/04/let-us-know-about-email/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 10:53:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Seamntic Web]]></category>

		<guid isPermaLink="false">http://www.openpeta.com/index.php/let-us-know-about-email/</guid>
		<description><![CDATA[What is Email? Email,short for electronic mail and often abbreviated to email,email or simply mail, is a store and forward method of composing,sending, receiving and storing messages over electronic communication systems. Applications or Use 1.The Hotmail service was founded by Sabeer Bhatia and Jack Smith ,and was one of the first webmail services on the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is Email?</strong><br />
Email,short for electronic mail and often abbreviated to email,email or simply mail, is a store and forward method of composing,sending, receiving and storing messages over electronic communication systems.</p>
<p><strong>Applications or Use</strong><br />
1.The Hotmail service was founded by Sabeer Bhatia and Jack Smith ,and was one of the first webmail services on the Internet. It was commercially launched on July 4, 1996, American Independence Day.<br />
2. It was sold at 1997 to Microsoft for a reported $400 million, and it joined the MSN group of services<br />
3.Yahoo! Mail (Started at 1996) is a Web based email (webmail) service from Yahoo!. It is the most used email on the Internet,serving over 260 million users.<br />
4. Gmail, officially Google Mail is a free Web based email (webmail), POP3 and IMAP email service provided b  Google. On April 1, 2004 the product began as an invitation only<br />
beta release. On February 7, 2007 the beta version was opened to the general public.</p>
<p><strong>Technology Used In Email</strong><br />
The format of Internet email messages is defined in RFC 2822 and a series of RFCs, RFC 2045 through RFC 2049, collectively called Multipurpose Internet Mail Extensions (MIME).<br />
Internet email  messages consist of two major sections:</p>
<ul>
<li>
<div>Header — Structured into fields such as summary, sender, receiver, and other information about the email</div>
</li>
<li>
<div>Body — The message itself as unstructured text; sometimes containing a signature block at the end The header is separated from the body by a blank line.</div>
</li>
</ul>
<p><strong>Header</strong><br />
The message header consists of fields, usually including at least the following:</p>
<ol>
<li>
<div>From: The email  address, and optionally the name of the sender</div>
</li>
<li>
<div>To: The email address[es], and optionally name[s] of the message&#8217;s recipient[s]</div>
</li>
<li>
<div>Subject: A brief summary of the contents of the message</div>
</li>
<li>
<div>Date: The local time and date when the message was written Other common header fields include (see RFC 4021 or RFC 2076 for more).</div>
</li>
<li>
<div>Cc: carbon copy</div>
</li>
<li>
<div>Bcc: Blind Carbon Copy</div>
</li>
<li>
<div>Received: Tracking information generated by mail servers that have previously handled a message</div>
</li>
<li>
<div>ContentType: Information about how the message has to be displayed, usually a MIME type</div>
</li>
<li>
<div>ReplyTo: Address that should be used to reply to the sender.</div>
</li>
<li>
<div>References: MessageID of the message that this is a reply to, and the messageid of this message, etc.</div>
</li>
<li>
<div>InReplyTo: MessageID of the message that this is a reply to.</div>
</li>
<li>
<div>XFace: Small icon.</div>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://openpeta.com/index.php/2010/04/let-us-know-about-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sending Email Using PHP &#8211; Explained</title>
		<link>http://openpeta.com/index.php/2010/04/php-and-email-explained/</link>
		<comments>http://openpeta.com/index.php/2010/04/php-and-email-explained/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 10:51:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Open Source Programming]]></category>
		<category><![CDATA[Seamntic Web]]></category>

		<guid isPermaLink="false">http://www.openpeta.com/index.php/php-and-email-explained/</guid>
		<description><![CDATA[Plain Text and HTML Both plain text and HTML are used to convey email. Advantages of HTML include the ability to include inline links and images, set apart previous messages in block quotes, wrap naturally on any display, use emphasis such as underlines and italics, and change font styles. Sendmail Configuration in php.ini file # [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Plain Text and HTML</strong></p>
<blockquote><p>Both plain text and HTML are used to convey email. Advantages of HTML include the ability to include inline links and images, set apart previous messages in block quotes, wrap naturally on any display, use emphasis such as underlines and italics, and change font styles.</p></blockquote>
<p><strong>Sendmail Configuration in php.ini file</strong></p>
<blockquote><p><strong></strong><br />
# vim /opt/lampstack/php/etc/php.ini<br />
[mail function]<br />
; For Win32 only.<br />
SMTP = localhost<br />
smtp_port = 25<br />
; For Win32 only.<br />
sendmail_from = <a href="mailto:antony@gmail.com">antony@gmail.com</a><br />
; For Unix only. You may supply arguments as well (default: &#8220;sendmail –t -i&#8221;).<br />
sendmail_path = sendmain –t -i</p></blockquote>
<p><strong>Simple Example</strong></p>
<pre lang = "php" line="1">
&lt;php
$to = 'amalantonyraj@yahoo.co.in';
$subject = 'From PHP';
$message = 'Test';
if(mail($to, $subject, $message)) {
echo "Mail has been sent successfully";
}
else {
echo "Server error";
}
?&gt;
</pre>
<p><strong>Mail Function in PHP</strong></p>
<blockquote><p><strong></strong><br />
<em>Syntax</em><br />
bool mail ( string $to , string $subject , string $message [, string $additional_headers [, string $additional_parameters ]] )</p></blockquote>
<p><strong>Parameters</strong><br />
<strong><em>to </em></strong></p>
<p>Receiver, or receivers of the mail. The formatting of this string must comply with » RFC 2822. Some examples are:<br />
* user@example.com<br />
* user@example.com, anotheruser@example.com<br />
* User &lt;user@example.com&gt;<br />
* User &lt;user@example.com&gt;, Another User<br />
&lt;anotheruser@example.com&gt;<br />
<strong><em>subject<br />
</em></strong>Subject of the email to be sent.<br />
Caution<br />
This must not contain any newline characters, or the mail may not be sent properly.<br />
<strong><em>message</em></strong><br />
Message to be sent Each  line should be separated with a LF (\n). Lines should not be larger than 70 characters.</p>
<p><strong><em>additional_headers (optional)</em></strong><br />
String to be inserted at the end of the email header. This is typically used to add extra headers (From, Cc, and Bcc). Multiple extra headers should be separated with a CRLF (\r\n). <strong><em>additional_parameters (optional)</em></strong><br />
sending mail using the sendmail_path configuration setting. For example, this can be used to set the envelope sender address when using sendmail with the f sendmail option.</p>
<p>For  Emailing with attchment and extra headers . please refer this link</p>
<p><a title="http://pradeepkumar.org/2009/09/sending-email-in-php.html" href="http://pradeepkumar.org/2009/09/sending-email-in-php.html">http://pradeepkumar.org/2009/09/sending-email-in-php.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://openpeta.com/index.php/2010/04/php-and-email-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Elinks &#8211; Text Based Web Browser</title>
		<link>http://openpeta.com/index.php/2010/04/elinks-text-based-web-browser/</link>
		<comments>http://openpeta.com/index.php/2010/04/elinks-text-based-web-browser/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 00:13:28 +0000</pubDate>
		<dc:creator>ANTHONIRAJ</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Softwares and EBooks]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>

		<guid isPermaLink="false">http://www.openpeta.com/?p=729</guid>
		<description><![CDATA[ELinks is a feature-rich program for browsing the web in text mode.  It is like enhanced Lynx and Links. Unlike Firefox , elinks will display only text from the web pages , all multimedia components such as image , audio , video , flash file are removed from the web page.  So the browsing speed [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">ELinks is a feature-rich program for browsing the web in text mode.  It is like enhanced Lynx and Links. Unlike Firefox , elinks will display only text from the web pages , all multimedia components such as image , audio , video , flash file are removed from the web page.  So the browsing speed is very fast comparing to normal web browsers. To install elinks in your Ubuntu machine , use the given command</p>
<blockquote>
<p style="padding-left: 60px;">sudo apt-get install elinks</p>
</blockquote>
<div id="attachment_730" class="wp-caption aligncenter" style="width: 310px"><a href="http://openpeta.com/wp-content/uploads/2010/04/Screenshot2.png"><img class="size-medium wp-image-730" title="Screenshot" src="http://www.openpeta.com/wp-content/uploads/2010/04/Screenshot-300x169.png" alt="E-Links Installation" width="300" height="169" /></a><p class="wp-caption-text">E-Links Installation</p></div>
<p><strong>Features</strong></p>
<ul>
<li>Lots of protocols (local files, finger, HTTP(S), FTP, IPv4/6 etc.)</li>
<li>Internationalized domain names</li>
<li>Persistent cookies, HTTP authentication and proxy authentication</li>
<li>Tabbed browsing, good looking menus and dialogs, and key-binding manager</li>
<li>History browsing and typeahead searches</li>
<li>Forms history and completion, and history in commonly used input dialogs</li>
<li>CSS support and support for browser scripting (Perl, Lua, Guile etc.)</li>
<li>Tables and frames rendering, and configurable color support</li>
<li>Compressed and background (non-blocking) downloads, and download resuming</li>
</ul>
<div id="attachment_731" class="wp-caption aligncenter" style="width: 310px"><a href="http://openpeta.com/wp-content/uploads/2010/04/Screenshot-ELinks2.png"><img class="size-medium wp-image-731" title="Screenshot-ELinks" src="http://www.openpeta.com/wp-content/uploads/2010/04/Screenshot-ELinks-300x209.png" alt="" width="300" height="209" /></a><p class="wp-caption-text">Home Page</p></div>
<p><strong>Shortcut Keys</strong></p>
<ol>
<li>Space                   &#8212;  Move downwards by a page (<em>move-page-down</em>)</li>
<li>D             &#8212;                 Open download manager (<em>download-manager</em>)</li>
<li>d              &#8212;               Download the current link (<em>link-download</em>)</li>
<li>Delete    &#8212;   Scroll down (<em>scroll-down</em>)</li>
<li>Enter     &#8212;   Follow the current link (<em>link-follow</em>)</li>
<li>F10                      &#8212;   Open the File menu (<em>file-menu</em>)</li>
<li>Tab        &#8212;   Move to the next frame (<em>frame-next</em>)</li>
<li>Shift-Tab  &#8212;                Move to the previous frame (<em>frame-prev</em>)</li>
<li>h                 &#8212;                 Open history manager (<em>history-manager</em>)</li>
<li>t                                &#8212;   Open a new tab (<em>open-new-tab</em>)</li>
</ol>
<div id="attachment_732" class="wp-caption aligncenter" style="width: 310px"><a href="http://openpeta.com/wp-content/uploads/2010/04/Screenshot-Ubuntu-One-A-New-Storage-Application-OPEN-PETA-ELinks1.png"><img class="size-medium wp-image-732" title="Screenshot-Ubuntu One - A New Storage Application | OPEN PETA - ELinks" src="http://www.openpeta.com/wp-content/uploads/2010/04/Screenshot-Ubuntu-One-A-New-Storage-Application-OPEN-PETA-ELinks-300x209.png" alt="Sample Page from Openpeta.com" width="300" height="209" /></a><p class="wp-caption-text">Sample Page from Openpeta.com</p></div>
<p>For more information , please refer <a href="http://elinks.or.cz/documentation/manpages/elinkskeys.5.html" target="_blank">http://elinks.or.cz/documentation/manpages/elinkskeys.5.html</a> url.</p>
<p><strong>Other Text Based Browsers</strong></p>
<ul>
<li><a title="Lynx (web browser)" href="http://en.wikipedia.org/wiki/Lynx_%28web_browser%29">Lynx</a></li>
<li><a title="Net-Tamer" href="http://en.wikipedia.org/wiki/Net-Tamer">Net-Tamer</a></li>
<li><a title="W3m" href="http://en.wikipedia.org/wiki/W3m">w3m</a></li>
<li><a title="WebbIE" href="http://en.wikipedia.org/wiki/WebbIE">WebbIE</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://openpeta.com/index.php/2010/04/elinks-text-based-web-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watermark Images  &#8211; A Software for Adding Text into Images</title>
		<link>http://openpeta.com/index.php/2010/03/watermark-images-a-software-for-adding-text-into-images/</link>
		<comments>http://openpeta.com/index.php/2010/03/watermark-images-a-software-for-adding-text-into-images/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 02:06:38 +0000</pubDate>
		<dc:creator>ANTHONIRAJ</dc:creator>
				<category><![CDATA[Image Processing]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[Weblog]]></category>

		<guid isPermaLink="false">http://www.openpeta.com/?p=717</guid>
		<description><![CDATA[Every time when i post article in my blog, i used to display some images,  also i will think about adding  &#8220;my blog name:OpenPeta.com&#8221; as a watermark into the images for ownership purpose [In OpenPeta all content and images are published under Open source and creative common licenses , so any one can copy and [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Every time when i post article in my blog, i used to display some images,  also i will think about adding  &#8220;my blog name:OpenPeta.com&#8221; as a watermark into the images for ownership purpose [In OpenPeta all content and images are published under Open source and creative common licenses , so any one can copy and distribute the content with author name. for that purpose only i want to add watermark in images] . but In Ubuntu i could not do that task , Windows Live has that features of adding watermark and border to images .  I always look into sourceforge.net for open source softwares, today i found one simple Java based watermark software for adding text into images. lets analyze it.</p>
<p style="text-align: justify;">
<div id="attachment_718" class="wp-caption aligncenter" style="width: 310px"><a href="http://openpeta.com/wp-content/uploads/2010/03/Screenshot1.jpg"><img class="size-medium wp-image-718" title="WatermarkImages from SourceForge.net" src="http://www.openpeta.com/wp-content/uploads/2010/03/Screenshot-300x187.jpg" alt="WatermarkImages from SourceForge.net" width="300" height="187" /></a><p class="wp-caption-text">WatermarkImages from SourceForge.net</p></div>
<p style="text-align: justify;"><strong>What is Image Watermarking?</strong></p>
<p style="text-align: justify;">Image watermarking is the technique for hiding data within the image, the data can be a text or image. This technique is used for preventing unauthorized ownership of  particular image . There are two types of watermarking</p>
<ol>
<li>Visible Watermarking &#8211; watermarked text will visible inside the image</li>
<li>Invisible Watermarking &#8211; watermarked text will not be visible to others , only the owner can extract the text using decoding algorithm and key.</li>
</ol>
<p><strong>Image Watermarking Software -WatermarkImages</strong></p>
<p>WatermarkImages is a software which is used for adding text with various colors and fonts into image. it can be downloaded from <a href="http://sourceforge.net/projects/watermarkimages/">http://sourceforge.net/projects/watermarkimages/</a> sourceforge website.  This software is written in Java , so you need Java interpreter or run time environment to run this software .</p>
<div id="attachment_719" class="wp-caption aligncenter" style="width: 310px"><a href="http://openpeta.com/wp-content/uploads/2010/03/Screenshot-Hitesh-S-J-Sathawane-Watermarker-2.01.jpg"><img class="size-medium wp-image-719" title="Watermarker 2.0" src="http://www.openpeta.com/wp-content/uploads/2010/03/Screenshot-Hitesh-S-J-Sathawane-Watermarker-2.0-300x246.jpg" alt="" width="300" height="246" /></a><p class="wp-caption-text">Watermarker 2.0</p></div>
<p><strong>Adding Watermark into Images</strong></p>
<p>After downloading binary or jar file of this software from the net , simply extract the file and store it into some folder. for runnung this software , goto terminal and tyoe</p>
<blockquote>
<h3><strong>#java -jar WaterMarker2.1.jar</strong></h3>
</blockquote>
<div id="attachment_720" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.openpeta.com/wp-content/uploads/2010/03/Screenshot-Text-Watermarking-Panel.jpg"><img class="size-medium wp-image-720" title="Screenshot-Text Watermarking Panel" src="http://www.openpeta.com/wp-content/uploads/2010/03/Screenshot-Text-Watermarking-Panel-300x296.jpg" alt="" width="300" height="296" /></a><p class="wp-caption-text">Text Watermarking Panel</p></div>
<p>This command will open the GUI window of this software, then select the image which you want to add text , and Enter the text then  click start button ,  The watermarked image will be ready for you within a second.</p>
]]></content:encoded>
			<wfw:commentRss>http://openpeta.com/index.php/2010/03/watermark-images-a-software-for-adding-text-into-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu One &#8211; A New Storage Application</title>
		<link>http://openpeta.com/index.php/2010/03/ubuntu-one-a-new-storage-application/</link>
		<comments>http://openpeta.com/index.php/2010/03/ubuntu-one-a-new-storage-application/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 01:21:58 +0000</pubDate>
		<dc:creator>ANTHONIRAJ</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux on NoteBook PCs]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>

		<guid isPermaLink="false">http://www.openpeta.com/?p=704</guid>
		<description><![CDATA[Ubuntu one is the new storage application which provides file synchronization between client machines . User can store upto 2GB files through Ubuntu one client application. This application was written in Python and it comes with Ubuntu OS by default. Canonical company provides this services , If user want more space , they can pay [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Ubuntu one is the new storage application which provides file synchronization between client machines . User can store upto 2GB files through Ubuntu one client application. This application was written in Python and it comes with Ubuntu OS by default. Canonical company provides this services , If user want more space , they can pay $10 per month and utilize upto 50GB. Currently Ubuntu One Client application is not available for Windows and Mac OS.</p>
<div id="attachment_705" class="wp-caption aligncenter" style="width: 310px"><a href="http://openpeta.com/wp-content/uploads/2010/03/Ubuntu-One-Home1.png"><img class="size-medium wp-image-705" title="Ubuntu One : Home" src="http://www.openpeta.com/wp-content/uploads/2010/03/Ubuntu-One-Home-300x145.png" alt="Ubuntu One : Home" width="300" height="145" /></a><p class="wp-caption-text">Ubuntu One : Home</p></div>
<p style="text-align: justify;"><strong>Features of Ubuntu One Service</strong></p>
<ul>
<li>User Can Store up to 2GB for free of cost</li>
<li>Cloud Computing Technology &#8211; Storing and Retrieving files will be very fast</li>
<li>Synchronization functionality &#8211; User can access and store the file from any Linux client machines [Only thing is they need Ubuntu One Client Application]</li>
<li>Synchronizing Firefox Bookmarks with Ubuntu One</li>
<li>User can use web browser to upload the files using http://one.ubuntu.com link</li>
<li>Ubuntu One Music Store [ Will be released in Ubuntu 10.04 version]</li>
</ul>
<div id="attachment_707" class="wp-caption aligncenter" style="width: 310px"><a href="http://openpeta.com/wp-content/uploads/2010/03/Screenshot-Ubuntu-One-Preferences1.png"><img class="size-medium wp-image-707" title="Screenshot-Ubuntu One Preferences" src="http://www.openpeta.com/wp-content/uploads/2010/03/Screenshot-Ubuntu-One-Preferences-300x243.png" alt="" width="300" height="243" /></a><p class="wp-caption-text">Ubuntu One Preferences</p></div>
<p><strong>How to Create an Account and Uploading files ?</strong></p>
<p style="text-align: justify;">You need user name and password for accessing this service , If you already have Ubuntu launchpad account, you can use that one for Ubuntu One Service, otherwise simply create one account with <a href="http://one.ubuntu.com" target="_blank">http://one.ubuntu.com</a> website. You can find Ubuntu client application in Applications-&gt;Internet Menu.  click on it and enter your user name and password .</p>
<p style="text-align: justify;">
<div id="attachment_708" class="wp-caption aligncenter" style="width: 310px"><a href="http://openpeta.com/wp-content/uploads/2010/03/Screenshot-Ubuntu-One-File-Browser1.png"><img class="size-medium wp-image-708" title="Screenshot-Ubuntu One - File Browser" src="http://www.openpeta.com/wp-content/uploads/2010/03/Screenshot-Ubuntu-One-File-Browser-300x170.png" alt="" width="300" height="170" /></a><p class="wp-caption-text">Ubuntu One - File Browser</p></div>
<p>Once you get connected , automatically one folder will appear in your file browser, simply drag and drop the files which you want to upload to Ubuntu One. , Ubuntu one will synchronize all the files while you access from another machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://openpeta.com/index.php/2010/03/ubuntu-one-a-new-storage-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Microsoft Core Fonts in Ubuntu</title>
		<link>http://openpeta.com/index.php/2010/03/installing-microsoft-core-fonts-in-ubuntu/</link>
		<comments>http://openpeta.com/index.php/2010/03/installing-microsoft-core-fonts-in-ubuntu/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 01:36:44 +0000</pubDate>
		<dc:creator>ANTHONIRAJ</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux on NoteBook PCs]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>

		<guid isPermaLink="false">http://www.openpeta.com/?p=681</guid>
		<description><![CDATA[I dont know why all people are always using Times New Roman in  publications and standard documents. Even though lot of alternate standard fonts are available [ Nimbus New Roman , Sans , Serif], only Times New Roman is in the first place. I think this is the domination or popularity of Microsoft windows. Ok [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I dont know why all people are always using Times New Roman in  publications and standard documents. Even though lot of alternate standard fonts are available [ Nimbus New Roman , Sans , Serif], only Times New Roman is in the first place. I think this is the domination or popularity of Microsoft windows. Ok you dont bother about how to use Microsoft core fonts in linux.  we have all options in linux , only thing is that we need to find it. For installing Mscorefonts simply search in Ubuntu  synaptic package manager with &#8220;microsoft core fonts&#8221; , you can find one package &#8220;ttf-mscorefonts-installer&#8221; , just mark this package and install it.</p>
<p style="text-align: justify;"><a href="http://openpeta.com/wp-content/uploads/2010/03/Screenshot-Synaptic-Package-Manager-2.png"><img class="aligncenter size-medium wp-image-682" title="Synaptic Package Manager" src="http://www.openpeta.com/wp-content/uploads/2010/03/Screenshot-Synaptic-Package-Manager--300x153.png" alt="" width="300" height="153" /></a></p>
<p>This package allows for easy installation of the Microsoft True Type Core Fonts for the Web including:</p>
<ul>
<li>Andale Mono</li>
<li> Arial Black</li>
<li> Arial (Bold, Italic, Bold Italic)</li>
<li> Comic Sans MS (Bold)</li>
<li> Courier New (Bold, Italic, Bold Italic)</li>
<li> Georgia (Bold, Italic, Bold Italic)</li>
<li> Impact</li>
<li> Times New Roman (Bold, Italic, Bold Italic)</li>
<li> Trebuchet (Bold, Italic, Bold Italic)</li>
<li> Verdana (Bold, Italic, Bold Italic)</li>
<li> Webdings</li>
</ul>
<p>You will need an Internet connection to download these fonts if you  don&#8217;t already have them.</p>
]]></content:encoded>
			<wfw:commentRss>http://openpeta.com/index.php/2010/03/installing-microsoft-core-fonts-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Appnr &#8211; A Web Based Debian Package Manager</title>
		<link>http://openpeta.com/index.php/2010/03/appnr-a-web-based-debian-package-manager/</link>
		<comments>http://openpeta.com/index.php/2010/03/appnr-a-web-based-debian-package-manager/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 22:56:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Softwares and EBooks]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>

		<guid isPermaLink="false">http://www.openpeta.com/index.php/appnr-a-web-based-debian-package-manager/</guid>
		<description><![CDATA[Appnr is a web-based package manager that install applications on Ubuntu. This is a web interface for APT system, and the package is downloaded and installed from Ubuntu/Third-party repositories. The AptURL Protocol Handler and a web browser support are required to install packages. Steps are given here to install the apturl package [if using APT-based [...]]]></description>
			<content:encoded><![CDATA[<p>Appnr is a web-based package manager that install applications on Ubuntu. This is a web interface for APT system, and the package is downloaded and installed from Ubuntu/Third-party repositories.</p>
<p><a href="http://openpeta.com/wp-content/uploads/2010/03/ScreenshotAppnrGetUbuntuApplicationsMozillaFirefox2.png"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="Screenshot-Appnr - Get Ubuntu Applications! - Mozilla Firefox" src="http://openpeta.com/wp-content/uploads/2010/03/ScreenshotAppnrGetUbuntuApplicationsMozillaFirefox_thumb2.png" border="0" alt="Screenshot-Appnr - Get Ubuntu Applications! - Mozilla Firefox" width="244" height="126" /></a></p>
<p>The AptURL Protocol Handler and a web browser support are required to install packages. Steps are given here to install the apturl package [if using APT-based Linux system such as Ubuntu, Debian, Linux Mint, and gOS].</p>
<p><strong>Install from Synaptic Package Manager</strong></p>
<blockquote><p>Go to <em>Synaptic Package Manager</em> and find <em>apturl</em>.<br />
When you have found it check it and click on Apply Changes.</p></blockquote>
<p><strong>Install from Terminal</strong></p>
<blockquote><p><em>sudo apt-get install apturl</em></p></blockquote>
<p><strong>Enable the AptURL protocol</strong> in Web Browsers</p>
<p><strong><em>*** Firefox ***</em></strong></p>
<ul>
<li>Type in about:config in the location bar.</li>
<li>Right click, select New -&gt; String<br />
Type in network.protocol-handler.app.apt in the name of string, and type  in /usr/bin/apturl in the value.</li>
<li>One more right click, select New -&gt; String<br />
Type in network.protocol-handler.app.apt+http in the name of string, and type in /usr/bin/apturl in the value.</li>
</ul>
<p><strong><em>*** Opera ***</em></strong></p>
<ul>
<li>Open Preferences.<br />
Tools -&gt; Preferences -&gt; Advanced -&gt; Programs</li>
<li>Click “Add” button.<br />
Type in “apt” in the “Protocol” field,<br />
and type in “apturl” in the “Open with other application” field.<br />
Click “OK” button.</li>
<li>One more click “Add” button.<br />
Type in “apt+http” in the “Protocol” field,<br />
and type in “apturl” in the “Open with other application” field.<br />
Click “OK” button.</li>
</ul>
<p>After finishing your configuration , You can use <a href="http://www.appnr.com">http://www.appnr.com</a> search page to browse the package manager. This web based package browser will automatically find and install the dependency software of a given package.</p>
<p>Reference : <a href="http://www.appnr.com">http://www.appnr.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://openpeta.com/index.php/2010/03/appnr-a-web-based-debian-package-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bilbo &#8211; A KDE Blogging Client</title>
		<link>http://openpeta.com/index.php/2010/03/bilbo-a-kde-blogging-client/</link>
		<comments>http://openpeta.com/index.php/2010/03/bilbo-a-kde-blogging-client/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 11:48:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Weblog]]></category>

		<guid isPermaLink="false">http://www.openpeta.com/?p=657</guid>
		<description><![CDATA[I have been searching for a good blogging client for long time. Finally i found Bilbo , the most powerful blogging client has all features. Bilbo is available for KDE , but you can also install in Gnome environment. For installing Bilbo in Ubuntu you can use the command #sudo apt-get install bilbo or use [...]]]></description>
			<content:encoded><![CDATA[<p>I have been searching for a good blogging client for long time. Finally i found Bilbo , the most powerful blogging client has all features. Bilbo is available for KDE , but you can also install in Gnome environment. For installing Bilbo in Ubuntu you can use the command</p>
<blockquote><p>#sudo apt-get install bilbo</p></blockquote>
<p style="text-align: center;"><img class="aligncenter" title="Installing Bilbo" src="http://www.openpeta.com/wp-content/uploads/2010/03/Screenshot-Biblo1.png" alt="" width="415" height="374" /></p>
<p>or use synaptic package manager and install it. The Bilbo client supports the following Blogs</p>
<ol>
<li>Blogger 1.0 API</li>
<li>Metaweblog API</li>
<li>Movable Type</li>
<li>WordPress</li>
<li>Blogspot.com</li>
</ol>
<p>HTML Options for creating or editing POST</p>
<p style="text-align: center;"><img class="aligncenter" src="http://openpeta.com/wp-content/uploads/2010/03/Screenshot-Bilbo-Blogger21.png" alt="" width="348" height="196" /></p>
<ul>
<li>Spell Check</li>
<li>Bold , Italic , Underline and Strike</li>
<li>Code &lt;/&gt;</li>
<li>Paragraph , h1,h2 &#8230;</li>
<li>Increase and Decrease font size</li>
<li>Changing font color</li>
<li>Clear formatting</li>
<li>Quote the text</li>
<li>Align left, right, center,Justify.</li>
<li>Ordered and Unordered list</li>
<li>Insert or Remove link</li>
<li>Insert Image or Media</li>
</ul>
<p>Features of Bilbo</p>
<p><a href="http://www.openpeta.com/wp-content/uploads/2010/03/Screenshot3.png"><img class="aligncenter size-medium wp-image-658" title="Features of Bilbo" src="http://www.openpeta.com/wp-content/uploads/2010/03/Screenshot3-300x187.png" alt="" width="300" height="187" /></a></p>
<ol>
<li>Create / Modify post</li>
<li>Remove post</li>
<li>Fetch recent post</li>
<li>Multipaged post</li>
<li>Support Tags</li>
<li>Upload Media</li>
<li>Save File in Local Machine</li>
</ol>
<p>Only bilbo  does not support &#8220;Create New Category &#8220;yet . This would be the best alternate open source alternate  for Windows Live Writer. Just Try this !!!!!!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://openpeta.com/index.php/2010/03/bilbo-a-kde-blogging-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installation of OpenLink Virtuoso Server in Ubuntu</title>
		<link>http://openpeta.com/index.php/2010/02/virtuoso/</link>
		<comments>http://openpeta.com/index.php/2010/02/virtuoso/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 19:41:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>

		<guid isPermaLink="false">http://www.openpeta.com/?p=624</guid>
		<description><![CDATA[OpenLink Virtuoso is the first CROSS PLATFORM Universal Server to implement Web, File, and Database server functionality alongside Native XML Storage, and Universal Data Access Middleware, as a single server solution. OpenLink Virtuoso plays a vital role for semantic web programming, it can work as a solid SPARQL end point, which can be supported by [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify">OpenLink Virtuoso is the first CROSS PLATFORM Universal Server to implement Web, File, and Database server functionality alongside Native XML Storage, and Universal Data Access Middleware, as a single server solution. OpenLink Virtuoso plays a vital role for semantic web programming, it can work as a solid SPARQL end point, which can be supported by almost all endpoint interfaces. There are following steps to install and start OpenLink Virtuoso universal server-</p>
<p><span style="text-decoration: underline">1. Install Dependencies</span></p>
<p>To install OpenLink Virtuoso first of all following dependencies are needed-</p>
<table border="0" cellspacing="0" cellpadding="2" width="501">
<tbody>
<tr>
<td width="120" valign="top"><span style="color: #000000"><span style="line-height: normal;font-size: small">Package </span></span></td>
<td width="107" valign="top">Version</td>
<td width="272" valign="top">From</td>
</tr>
<tr>
<td width="120" valign="top"><span style="color: #000000"><span style="line-height: normal;font-size: small">autoconf </span></span></td>
<td width="107" valign="top">2.57</td>
<td width="272" valign="top">http://www.gnu.org/software/autoconf/</td>
</tr>
<tr>
<td width="120" valign="top"><span style="color: #000000"><span style="line-height: normal;font-size: small">automake </span></span></td>
<td width="107" valign="top">1.9</td>
<td width="272" valign="top">http://www.gnu.org/software/automake/</td>
</tr>
<tr>
<td width="120" valign="top"><span style="color: #000000"><span style="line-height: normal;font-size: small">libtool</span></span></td>
<td width="107" valign="top">1.5.16</td>
<td width="272" valign="top">http://www.gnu.org/software/libtool/</td>
</tr>
<tr>
<td width="120" valign="top"><span style="color: #000000"><span style="line-height: normal;font-size: small">flex </span></span></td>
<td width="107" valign="top">2.5.33</td>
<td width="272" valign="top">http://www.gnu.org/software/non-gnu/flex/</td>
</tr>
<tr>
<td width="120" valign="top"><span style="color: #000000"><span style="line-height: normal;font-size: small">bison</span></span></td>
<td width="107" valign="top">2.3</td>
<td width="272" valign="top">http://www.gnu.org/software/bison/</td>
</tr>
<tr>
<td width="120" valign="top"><span style="color: #000000"><span style="line-height: normal;font-size: small">gperf </span></span></td>
<td width="107" valign="top">2.7.2</td>
<td width="272" valign="top">http://www.gnu.org/software/gperf/</td>
</tr>
<tr>
<td width="120" valign="top"><span style="color: #000000"><span style="line-height: normal;font-size: small">gawk</span></span></td>
<td width="107" valign="top">3.1.1</td>
<td width="272" valign="top">http://www.gnu.org/software/gawk/</td>
</tr>
<tr>
<td width="120" valign="top"><span style="color: #000000"><span style="line-height: normal;font-size: small">m4 </span></span></td>
<td width="107" valign="top">1.4.1</td>
<td width="272" valign="top">http://www.gnu.org/software/m4/</td>
</tr>
<tr>
<td width="120" valign="top"><span style="color: #000000"><span style="line-height: normal;font-size: small">make </span></span></td>
<td width="107" valign="top">3.79.1</td>
<td width="272" valign="top">http://www.gnu.org/software/make/</td>
</tr>
<tr>
<td width="120" valign="top"><span style="color: #000000"><span style="line-height: normal;font-size: small">OpenSSL </span></span></td>
<td width="120" valign="top">0.9.7i</td>
<td width="273" valign="top">http://www.openssl.org/</td>
</tr>
</tbody>
</table>
<p><span style="color: #00ff00"> </span></p>
<p style="text-align: left">First of all check all the dependencies whether installed or not. (Version is important!)</p>
<p>To check the version use following sequence.</p>
<div><em> </em></p>
<p style="margin-bottom: 0cm"><span style="font-style: normal"><em> </em></span></p>
<blockquote>
<p style="margin-bottom: 0cm"><em>#autoconf &#8211;version</em></p>
<p style="margin-bottom: 0cm"><em># automake &#8211;version</em></p>
<p style="margin-bottom: 0cm"><em>#libtoolize &#8211;version</em></p>
<p style="margin-bottom: 0cm"><em>#flex &#8211;version</em></p>
<p style="margin-bottom: 0cm"><em>#bison &#8211;version</em></p>
<p style="margin-bottom: 0cm"><em>#gperf &#8211;version</em></p>
<p style="margin-bottom: 0cm"><em>#gawk &#8211;version</em></p>
<p style="margin-bottom: 0cm"><em>#m4 &#8211;version</em></p>
<p style="margin-bottom: 0cm"><em>#make &#8211;version</em></p>
<p style="margin-bottom: 0cm"><em>#openssl version</em></p>
</blockquote>
<div>
<p><em>During checking of the dependencies you will know whether they are installed or not and if not installed, for example,  you will get  something like-</em></p>
<p><em>The program &#8216;autoconf&#8217; is currently not installed.  You can install it by typing:</em></p>
<div>
<blockquote><p><em>apt-get install autoconf</em></p></blockquote>
</div>
<p><em>Then why should you wait!! install the packages using &#8220;apt-get&#8221; one by one in the sequence as checking the version.</em></p>
</div>
<div><span style="font-style: normal"><em>OR </em></span></div>
<div><span style="font-style: normal"><em>you can install these from synaptic package manager.</em></span></div>
<div><span style="font-style: normal"> </span></div>
<div><span style="font-style: normal"><em><br />
</em></span></div>
<blockquote>
<div><em>2. </em><em>run this command  apt-get install libssl-dev from your terminal</em></div>
<div><em>3. Download <span style="font-style: normal">OpenLink Virtuoso from source forge (<a href="http://sourceforge.net/projects/virtuoso/">Link</a>)</span></em></div>
<div><span style="font-style: normal"><em>4. Extract the package in any directory.</em></span></div>
<div><span style="font-style: normal"><em>5. Go to the directory where you have extracted the package.</em></span></div>
<div><em>6. It is better to run </em>autogen.sh by typing ./autogen.sh, which checks for the presence and right version of some of the required components, and if it reports any missing package then install that package.</div>
<div><em>7. Set following  environmental variable by typing (one by one)</em> -</div>
<div>CFLAGS=&#8221;-O2&#8243;<br />
export CFLAGS</div>
<div><span style="font-style: normal"><em>8. type  `./configure&#8217; to configure the package for your system.</em></span></div>
<div><span style="font-style: normal"><em>9. Type `make&#8217; to compile the package.</em></span></div>
<div><span style="font-style: normal"><em>10. Type `make install&#8217; to install the programs and any data files and documentation. </em></span></div>
<div><span style="font-style: normal"><em><br />
</em></span></div>
</blockquote>
<div><span style="font-style: normal"><em>To start the server you have two steps-</em></span></div>
<blockquote>
<div><span style="font-style: normal"><em>1. Go to &#8216;cd  /usr/local/virtuoso-opensource/var/lib/virtuoso/db&#8217;</em></span></div>
<div><span style="font-style: normal"><em>2. then type &#8216;/usr/local/virtuoso-opensource/bin/virtuoso-t -f &amp;&#8217;</em></span></div>
</blockquote>
<div><span style="font-style: normal"><em>Finally use the server from your browser by typing &#8216;http://localhost:8890/&#8217; in the address bar.</em></span></div>
<div><span style="font-style: normal"><em>Use the powerful multipurpose opensource server !!</em></span></div>
<div><span style="font-style: normal"><em>Note:- All documentations are available at <a href="http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main">Wiki Page</a> of  OpenLink Virtuoso.</em></span></div>
<blockquote>
<div><span style="font-style: normal"><em>To grant the SPARQL to update and insert data into a graph-</em></span></div>
<div><span style="font-style: normal"><em>1. Go to &#8220;http://localhost:8890/conductor&#8221; and login as &#8220;dba&#8221; (Uname and Pass =&#8221; dba&#8221;)</em></span></div>
<div><span style="font-style: normal"><em>2. Click on &#8220;Interactive SQL (ISQL)&#8221;.</em></span></div>
<div><span style="font-style: normal"><em>3. In ISQL window type the commad</p>
<pre>GRANT ALL PRIVILEGES TO "SPARQL";</pre>
<p></em></span></div>
</blockquote>
</div>
]]></content:encoded>
			<wfw:commentRss>http://openpeta.com/index.php/2010/02/virtuoso/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ffmpeg and Mobile Media Converter [MMC] &#8211; Convert &quot;Any to Any Video Formats&quot;</title>
		<link>http://openpeta.com/index.php/2009/10/ffmpeg-and-mobile-media-converter-mmc-convert-any-to-any-video-formats/</link>
		<comments>http://openpeta.com/index.php/2009/10/ffmpeg-and-mobile-media-converter-mmc-convert-any-to-any-video-formats/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 05:55:41 +0000</pubDate>
		<dc:creator>ANTHONIRAJ</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Softwares and EBooks]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>

		<guid isPermaLink="false">http://www.openpeta.com/?p=530</guid>
		<description><![CDATA[Sometimes i wonder the power of Open Source Tools and its functionality . How the group of people are developing these much of effective software to world ? . Because forming one open source community is not so easy . Last month i was trying to find some good tools for converting video into one [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><span style="background-color: #ffffff; ">Sometimes i wonder the power of Open Source Tools and its functionality . How the group of people are developing these much of effective software to world ? . Because forming one open source community is not so easy . Last month i was trying to find some good tools for converting video into one format to other for my Sony Ericsson Mobile Phone . I know that ffmpeg is the powerful command line tool for converting video. but the problem is using syntax of it . There are separate syntax for each and every video format conversions. i found those syntax and also i thought of finding software which is using ffmpeg in back end. Finally i got Mobile Media Converter [ MMC ] . It is a graphical interface for ffmpeg command and let allow user easily convert from one video format to other without knowing the syntax of ffmpeg. The result of converted video is as good as compared to other conversion software . You can convert the following audio and video fie format using MMC</span></p>
<ol>
<li>Mobile Audio &#8211; AMR</li>
<li>Mobile Video &#8211;  3GP video</li>
<li>MP3 Audio [ .mp3 ]</li>
<li>Windows Media Audio</li>
<li>ogg vorbis audio</li>
<li>Wave Audio [ .wav or .au ]</li>
<li>MPEG 1/2 Video</li>
<li>AVI Video</li>
<li>Windows Media Video [ .wmv ]</li>
<li>Flash Video [ .flv ]</li>
<li>Quick Time Video</li>
<li>iPhone or iPod MP4 video [ .mp4 ]</li>
<li>PSP MP4 video</li>
</ol>
<p>Features of Mobile Media Converter</p>
<ul>
<li><span style="background-color: #ffffff;">Very simple to use for beginners also.</span></li>
<li><span style="background-color: #ffffff;">Supports All Types of Audio and Video formats </span></li>
<li><span style="background-color: #ffffff;">Multiple file conversion </span></li>
<li><span style="background-color: #ffffff;">User can  extract or download video from Youtube URL.</span></li>
<li><span style="background-color: #ffffff;">User can manually change the size of the video and audio bit rate etc .</span></li>
</ul>
<p>Demerits of MMC</p>
<ul>
<li><span style="background-color: #ffffff;">MKV [ .mkv ] video format is not supported [ hope this feature would be added in future version ]</span></li>
<li><span style="background-color: #ffffff;">There is no pause and resume option for conversion</span></li>
</ul>
<p>Installing MMC</p>
<p>It can be downloaded from <a href="http://www.miksoft.net/mobileMediaConverter.htm" target="_blank">http://www.miksoft.net/mobileMediaConverter.htm</a> this web site . MMC is available for both Linux and Windows operating systems . so installation is very simple with one click . here i have given some snapshots for your reference</p>
<div id="attachment_541" class="wp-caption aligncenter" style="width: 310px"><a href="http://openpeta.com/wp-content/uploads/2009/10/mmc11.png"><img class="size-medium wp-image-541" title="Mobile Media Converter" src="http://www.openpeta.com/wp-content/uploads/2009/10/mmc1-300x187.png" alt="Mobile Media Converter" width="300" height="187" /></a><p class="wp-caption-text">Mobile Media Converter</p></div>
<div id="attachment_542" class="wp-caption aligncenter" style="width: 310px"><a href="http://openpeta.com/wp-content/uploads/2009/10/mmc22.png"><img class="size-medium wp-image-542" title="MMC - Multiple File Conversion And Settings" src="http://www.openpeta.com/wp-content/uploads/2009/10/mmc2-300x187.png" alt="MMC - Multiple File Conversion And Settings" width="300" height="187" /></a><p class="wp-caption-text">MMC - Multiple File Conversion And Settings</p></div>
<div id="attachment_543" class="wp-caption aligncenter" style="width: 310px"><a href="http://openpeta.com/wp-content/uploads/2009/10/mmc41.png"><img class="size-medium wp-image-543" title="MMC - Conversion Process" src="http://www.openpeta.com/wp-content/uploads/2009/10/mmc4-300x187.png" alt="MMC - Conversion Process" width="300" height="187" /></a><p class="wp-caption-text">MMC - Conversion Process</p></div>
<p>Just try this software instead of using paid video conversion tools . you will surely  feel the power of open source &#8230;&#8230;&#8230;&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://openpeta.com/index.php/2009/10/ffmpeg-and-mobile-media-converter-mmc-convert-any-to-any-video-formats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
