<?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>LinuxHub &#187; Linux</title>
	<atom:link href="http://linuxhub.net/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxhub.net</link>
	<description>Making Linux Simple!</description>
	<lastBuildDate>Sun, 16 Oct 2011 13:13:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Install VLC on Ubuntu via PPA</title>
		<link>http://linuxhub.net/2009/09/install-vlc-on-ubuntu-via-ppa/</link>
		<comments>http://linuxhub.net/2009/09/install-vlc-on-ubuntu-via-ppa/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 04:19:32 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[install vlc ubuntu]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[VLC media player]]></category>
		<category><![CDATA[vlc ppa ubuntu]]></category>

		<guid isPermaLink="false">http://linuxhub.net/?p=455</guid>
		<description><![CDATA[VLC is a wonderful media player and it&#8217;s available for Linux as well. What I love about the player is that it almost all the time satisfies all my media playing needs and I don&#8217;t have to worry about having another plugin etc to play a file.
VLC media player is a highly portable multimedia player  [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="size-thumbnail wp-image-458 alignright" style="border: 0pt none; margin-left: 5px; margin-right: 5px;" title="vlc-512" src="http://linuxhub.net/wp-content/uploads/2009/09/vlc-512-150x150.png" alt="vlc-512" width="150" height="150" />VLC is a wonderful media player and it&#8217;s available for Linux as well. What I love about the player is that it almost all the time satisfies all my media playing needs and I don&#8217;t have to worry about having another plugin etc to play a file.</p>
<p style="text-align: justify;">VLC media player is a highly portable multimedia player and multimedia framework  capable of reading most audio and video formats (MPEG-2, MPEG-4, H.264, DivX, MPEG-1, mp3, ogg, aac &#8230;) as well as DVDs, Audio CDs VCDs, and various streaming protocols.</p>
<p style="text-align: justify;">It can also be used as a media converter or a server to stream  in unicast or multicast in IPv4 or IPv6 on networks.</p>
<h3 style="text-align: justify;">Installing VLC on Ubuntu using PPAs</h3>
<p style="text-align: justify;">Let&#8217;s see how to install VLC on Ubuntu (Jaunty) using PPAs.</p>
<p style="text-align: justify;">Add the following lines to your Software Sources Third-Party Software tab.</p>
<p style="text-align: justify;">

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">deb http:<span style="color: #000000; font-weight: bold;">//</span>ppa.launchpad.net<span style="color: #000000; font-weight: bold;">/</span>c-korn<span style="color: #000000; font-weight: bold;">/</span>vlc<span style="color: #000000; font-weight: bold;">/</span>ubuntu jaunty main
&nbsp;
deb-src http:<span style="color: #000000; font-weight: bold;">//</span>ppa.launchpad.net<span style="color: #000000; font-weight: bold;">/</span>c-korn<span style="color: #000000; font-weight: bold;">/</span>vlc<span style="color: #000000; font-weight: bold;">/</span>ubuntu jaunty main</pre></div></div>

<p style="text-align: justify;"><img class="alignnone size-full wp-image-456" title="vlc1" src="http://linuxhub.net/wp-content/uploads/2009/09/vlc1.png" alt="vlc1" width="550" height="517" /></p>
<h3 style="text-align: justify;">Adding the Signing Key</h3>
<p style="text-align: justify;">We need to add the signing key. You can do it by simply typing the following command at the terminal.</p>
<p style="text-align: justify;">

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-key</span> adv <span style="color: #660033;">--recv-keys</span> <span style="color: #660033;">--keyserver</span> keyserver.ubuntu.com 7613768D</pre></div></div>

<p style="text-align: justify;">However, if you are behind a firewall (like me the keys are not added as <a href="http://keyserver.ubuntu.com:11371/pks/lookup?op=get&amp;search=0xD739676F7613768D">http://keyserver.ubuntu.com</a> is blocked ) you can go the signing key page and copy the key into gedit and save the file by the name vlc.</p>
<p style="text-align: justify;">Import the saved file into your Software Sources Authentication tab.</p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-457" title="vlc2" src="http://linuxhub.net/wp-content/uploads/2009/09/vlc2.png" alt="vlc2" width="550" height="517" /></p>
<h3 style="text-align: justify;">Installing VLC</h3>
<p style="text-align: justify;">Drop to terminal and type the following commands:</p>
<p style="text-align: justify;">

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> update</pre></div></div>

<p style="text-align: justify;">

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> vlc vlc-plugin-esd mozilla-plugin-vlc</pre></div></div>

<p style="text-align: justify;">Once installed, you can run VLC by going to <span style="color: #888888;">Applications &gt; Sound &amp; Video &gt; VLC Media Player</span></p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-459" title="vlc3" src="http://linuxhub.net/wp-content/uploads/2009/09/vlc3.png" alt="vlc3" width="496" height="559" /></p>
<p style="text-align: justify;">You can also make video files to open with VLC by default. All you have to do is to right click the video file, go to properties and select Open With tab and select VLC Media Player.</p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-460" title="vlc4" src="http://linuxhub.net/wp-content/uploads/2009/09/vlc4.png" alt="vlc4" width="539" height="591" /></p>
<h2 style="text-align: justify;">Links</h2>
<p style="text-align: justify;"><strong>VLC PPA page</strong></p>
<p style="text-align: justify;"><a href="https://launchpad.net/~c-korn/+archive/vlc" target="_blank">https://launchpad.net/~c-korn/+archive/vlc</a></p>
<p style="text-align: justify;"><strong>VLC Signing key page</strong></p>
<p style="text-align: justify;"><a href="http://keyserver.ubuntu.com:11371/pks/lookup?op=get&amp;search=0xD739676F7613768D">http://keyserver.ubuntu.com:11371/pks/lookup?op=get&amp;search=0xD739676F7613768D</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxhub.net/2009/09/install-vlc-on-ubuntu-via-ppa/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Earcandy: Sound level manager that nicely fades applications in and out</title>
		<link>http://linuxhub.net/2009/09/earcandy-sound-level-manager-that-nicely-fades-applications-in-and-out/</link>
		<comments>http://linuxhub.net/2009/09/earcandy-sound-level-manager-that-nicely-fades-applications-in-and-out/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 18:20:41 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[earcandy]]></category>
		<category><![CDATA[earcandy ubuntu]]></category>
		<category><![CDATA[sound level manager]]></category>
		<category><![CDATA[sound manager ubuntu]]></category>

		<guid isPermaLink="false">http://linuxhub.net/?p=446</guid>
		<description><![CDATA[Earcandy is sound level manager for Linux that changes the volume of your applications based on their profile. It&#8217;s a sound level manager that nicely fades applications in and out based on their profile and window focus. Following are the features of EarCandy:
Features

All volume adjustments are  [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong><img class="size-full wp-image-453 alignright" style="border: 0pt none; margin-left: 5px; margin-right: 5px;" title="earcandy" src="http://linuxhub.net/wp-content/uploads/2009/09/earcandy.jpg" alt="earcandy" width="75" height="100" />Earcandy</strong> is sound level manager for Linux that changes the volume of your applications based on their profile. It&#8217;s a sound level manager that nicely fades applications in and out based on their profile and window focus. Following are the features of EarCandy:</p>
<h3 style="text-align: justify;">Features</h3>
<ul style="text-align: justify;">
<li>All volume adjustments are fades</li>
<li>Fade out music/video players on skype call</li>
<li>Fade to music player with focus when more than one</li>
<li>Fade out music player when video playing</li>
<li>Push sound to USB headsets on plugin</li>
<li>Categories to assign to clients</li>
<li>Sniffs desktop files to guess application category &#8230; music/video/VoIP</li>
<li>Simplified pref UI for creating rules</li>
<li>Volume sniffing to fix youtube video issue</li>
<li>PID matching</li>
<li>Reset volumes for streams on exit (so streams dont get stuck at a low level)</li>
</ul>
<h3 style="text-align: justify;">Installation</h3>
<p style="text-align: justify;">Installation of EarCandy is fairly simple.</p>
<p style="text-align: justify;"><strong>Adding the PPA to the software sources</strong></p>
<p style="text-align: justify;">1. In order to add the EarCandy PPA to software sources list open software sources by going to System &gt; Administration &gt; Software Sources</p>
<p style="text-align: justify;">2. Go to Third-Party Software tab and click the add botton and add the following lines one by one</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">deb http:<span style="color: #000000; font-weight: bold;">//</span>ppa.launchpad.net<span style="color: #000000; font-weight: bold;">/</span>earcandy-devel<span style="color: #000000; font-weight: bold;">/</span>ppa<span style="color: #000000; font-weight: bold;">/</span>ubuntu jaunty main</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">deb-src http:<span style="color: #000000; font-weight: bold;">//</span>ppa.launchpad.net<span style="color: #000000; font-weight: bold;">/</span>earcandy-devel<span style="color: #000000; font-weight: bold;">/</span>ppa<span style="color: #000000; font-weight: bold;">/</span>ubuntu jaunty main</pre></div></div>

<p style="text-align: justify;"><img class="alignnone size-full wp-image-447" title="earcandy1" src="http://linuxhub.net/wp-content/uploads/2009/09/earcandy1.png" alt="earcandy1" width="550" height="517" /></p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-448" title="earcandy2" src="http://linuxhub.net/wp-content/uploads/2009/09/earcandy2.png" alt="earcandy2" width="550" height="517" /></p>
<p style="text-align: justify;"><strong>Adding the OpenPGP keys</strong></p>
<p style="text-align: justify;">1. To add the OpenPGP keys of EarCandy, go to the OpnePGP signing key page (link in the link sections).</p>
<p style="text-align: justify;">2. Copy the key (looks like the one below) on to gedit and save the file as EarCandy.</p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-449" title="earcandy3" src="http://linuxhub.net/wp-content/uploads/2009/09/earcandy3.png" alt="earcandy3" width="550" height="263" /></p>
<p style="text-align: justify;">3. Go to the Authentication tab in Software Sources window and click Import Key File to import  the EarCandy signing key you just created.</p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-450" title="earcandy4" src="http://linuxhub.net/wp-content/uploads/2009/09/earcandy4.png" alt="earcandy4" width="550" height="517" /></p>
<h3 style="text-align: justify;">Installing EarCandy</h3>
<p style="text-align: justify;">We are now left with installing the application. To do so drop to terminal and type the following command.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> update</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> earcandy</pre></div></div>

<p style="text-align: justify;">This should install EarCandy. Once started it&#8217;ll run unobtrusively in the system tray.</p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-451" title="earcandy7" src="http://linuxhub.net/wp-content/uploads/2009/09/earcandy7.png" alt="earcandy7" width="440" height="63" /></p>
<p style="text-align: justify;">Note: You&#8217;ll get an error like the one below once you start earcandy.</p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-452" title="earcandy6" src="http://linuxhub.net/wp-content/uploads/2009/09/earcandy6.png" alt="earcandy6" width="381" height="208" /></p>
<p style="text-align: justify;">There&#8217;s a small bug and earcandy won&#8217;t launch as it&#8217;s path by default is /usr/bin/earcandy. However, the correct path is /usr/bin/ear_candy. You&#8217;ll have to change the path in the startup application menu to /usr/bin/ear_candy.</p>
<h2 style="text-align: justify;">Links</h2>
<p style="text-align: justify;"><strong>PPA Page</strong></p>
<p style="text-align: justify;"><a href="https://launchpad.net/~earcandy-devel/+archive/ppa">https://launchpad.net/~earcandy-devel/+archive/ppa</a></p>
<p style="text-align: justify;"><strong>Signing key</strong></p>
<p style="text-align: justify;"><a href="http://keyserver.ubuntu.com:11371/pks/lookup?search=0xE03A1B636105AA6F2002C0482D01D614E00F07B5&amp;op=index">http://keyserver.ubuntu.com:11371/pks/lookup?search=0xE03A1B636105AA6F2002C0482D01D614E00F07B5&amp;op=index</a></p>
<p style="text-align: justify;"><strong>About the Bug</strong></p>
<p style="text-align: justify;"><a href="http://www.mail-archive.com/universe-bugs@lists.ubuntu.com/msg115858.html">http://www.mail-archive.com/universe-bugs@lists.ubuntu.com/msg115858.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxhub.net/2009/09/earcandy-sound-level-manager-that-nicely-fades-applications-in-and-out/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>qOrganizer: A personal organizer on Linux</title>
		<link>http://linuxhub.net/2009/08/qorganizer-a-personal-organizer-on-linux/</link>
		<comments>http://linuxhub.net/2009/08/qorganizer-a-personal-organizer-on-linux/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 05:30:51 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[personal organizer linux]]></category>
		<category><![CDATA[personal organizer ubuntu]]></category>
		<category><![CDATA[qOrganizer]]></category>
		<category><![CDATA[qorganizer ubuntu]]></category>

		<guid isPermaLink="false">http://linuxhub.net/?p=421</guid>
		<description><![CDATA[qOrganizer is a utility for Linux that helps you organize your daily stuff like, schedule, reminder, notes, to-dos etc. It has some good features for students to use as well like it provides them yo keep track of their timetable absence etc. Good part is it&#8217;s packaged as a deb file for easy  [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-424" style="border: 0pt none; margin-left: 5px; margin-right: 5px;" title="qorganizer3" src="http://linuxhub.net/wp-content/uploads/2009/08/qorganizer3.png" alt="qorganizer3" width="143" height="138" />qOrganizer is a utility for Linux that helps you organize your daily stuff like, schedule, reminder, notes, to-dos etc. It has some good features for students to use as well like it provides them yo keep track of their timetable absence etc. Good part is it&#8217;s packaged as a deb file for easy installation on Ubuntu. Following are some of the features of qOrganizer:</p>
<h3>Features</h3>
<ul>
<li>Innovative interface designed to be clear and simple</li>
<li>Automatic saving of all data.</li>
<li>Loud reminders</li>
<li>A rich text journal for everyday in which you can even drag and drop images</li>
<li>Searching through every entry in the journal and in the schedules</li>
<li>A clear and simple todo list ( general one, not for every day)</li>
<li>A flexible timetable for students which even supports different content for odd and even weeks (this is used by universities)</li>
<li>A student booklet in which the user can keep track of the marks he gets in school, it even calculates averages and stores the date when the mark was given.It</li>
<li>also contains absences too.</li>
<li>The ability to print any page (the calendar, the todo list, the timetable and the booklet are separate pages)</li>
<li>The ability to choose the storing mode: text files, sqlite database or MySQL database over the network.</li>
<li>The ability to upload the stored data to an FTP server and download it. This is useful, because the user can access the data wherever he is.</li>
<li>Ability to save between storing modes(so the risk of data loss is even lower)</li>
<li>Maximal configurability</li>
<li>14 languages:<br />
English,Russian,Portuguese,Spanish,Slovenian,Estonian,Albanian,Macedonian,Hungarian,Romanian,Dutch,German,French,Polish</li>
</ul>
<p>Let&#8217;s see how to install qOrganizer.</p>
<p>1. We&#8217;ll have to download the necessary deb file. Download link is mentioned at the end of  the post.</p>
<p>2. Double click the downloaded file (qorganizer-3.1-4-i386.deb) to install qOrganizer.</p>
<p><img class="alignnone size-full wp-image-422" title="qorganizer1" src="http://linuxhub.net/wp-content/uploads/2009/08/qorganizer1.png" alt="qorganizer1" width="551" height="422" /></p>
<p>3. You can start qOrganizer by going to <span style="color: #888888;">Application &gt; Office &gt; qOrganizer</span></p>
<p><img class="alignnone size-full wp-image-423" title="qorganizer2" src="http://linuxhub.net/wp-content/uploads/2009/08/qorganizer2.png" alt="qorganizer2" width="535" height="383" /></p>
<h3>Links</h3>
<p><strong>Home page</strong></p>
<p><a href="http://qorganizer.sourceforge.net" target="_blank">http://qorganizer.sourceforge.net</a></p>
<p><strong>Download qOrganizer for Ubuntu</strong></p>
<p><a href="http://sourceforge.net/projects/qorganizer/files/" target="_blank">http://sourceforge.net/projects/qorganizer/files/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxhub.net/2009/08/qorganizer-a-personal-organizer-on-linux/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Viewnior: A simple and elegant image viewer</title>
		<link>http://linuxhub.net/2009/08/viewnior-a-simple-and-elegant-image-viewer/</link>
		<comments>http://linuxhub.net/2009/08/viewnior-a-simple-and-elegant-image-viewer/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 08:58:25 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Application software]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[image viewer linux]]></category>
		<category><![CDATA[image viewer ubuntu]]></category>
		<category><![CDATA[Viewnior]]></category>

		<guid isPermaLink="false">http://linuxhub.net/?p=378</guid>
		<description><![CDATA[Images are part of our every day Internet usage and a good image viewer is an integral part of a good operating system. Viewnior is one such application for Linux. Viewnioris an image viewer program. Created to be simple, fast and elegant. It&#8217;s minimalistic interface provides more screenspace for  [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="size-full wp-image-379 alignright" style="border: 0pt none; margin-left: 5px; margin-right: 5px;" title="viewnior4" src="http://linuxhub.net/wp-content/uploads/2009/08/viewnior4.png" alt="viewnior4" width="126" height="112" />Images are part of our every day Internet usage and a good <a class="zem_slink" title="Image viewer" rel="wikipedia" href="http://en.wikipedia.org/wiki/Image_viewer">image viewer</a> is an integral part of a good operating system. Viewnior is one such application for Linux. Viewnioris an image viewer program. Created to be simple, fast and elegant. It&#8217;s minimalistic interface provides more screenspace for your images. Some of it&#8217;s important features are:</p>
<ul style="text-align: justify;">
<li> Fullscreen &amp; Slideshow</li>
<li>Rotate, flip, save, delete images</li>
<li>Animation support</li>
<li>Browse only selected images</li>
<li>Navigation window</li>
<li>Set image as wallpaper (only under <a class="zem_slink" title="GNOME" rel="homepage" href="http://www.gnome.org/">GNOME</a>, see INSTALL file)</li>
<li>Simple interface</li>
</ul>
<h3>Install Viewnior</h3>
<p>To install viewnior download the deb file mentioned at the end of the post. Double click it and install.</p>
<p><img class="alignnone size-full wp-image-380" title="viewnior1" src="http://linuxhub.net/wp-content/uploads/2009/08/viewnior1.png" alt="viewnior1" width="550" height="428" /></p>
<h3>Running Viewnior</h3>
<p>Go to <span style="color: #888888;">Applications &gt; Graphics &gt; Viewnior</span> to start Viewnior</p>
<p><img class="alignnone size-full wp-image-381" title="viewnior2" src="http://linuxhub.net/wp-content/uploads/2009/08/viewnior2.png" alt="viewnior2" width="514" height="377" /></p>
<p><img class="alignnone size-full wp-image-382" title="viewnior3" src="http://linuxhub.net/wp-content/uploads/2009/08/viewnior3.png" alt="viewnior3" width="550" height="435" /></p>
<h3 style="text-align: justify;">Download Viewnior Deb File</h3>
<p style="text-align: justify;"><a href="http://cloud.github.com/downloads/xsisqox/Viewnior/viewnior_0.5-1ubuntu1_i386.deb">http://cloud.github.com/downloads/xsisqox/Viewnior/viewnior_0.5-1ubuntu1_i386.deb</a></p>
<p style="text-align: justify;">
]]></content:encoded>
			<wfw:commentRss>http://linuxhub.net/2009/08/viewnior-a-simple-and-elegant-image-viewer/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Gedit plugins: Extension and customization guide</title>
		<link>http://linuxhub.net/2009/08/gedit-plugins-extension-and-customization-guide/</link>
		<comments>http://linuxhub.net/2009/08/gedit-plugins-extension-and-customization-guide/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 11:12:53 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[customize gedit]]></category>
		<category><![CDATA[gedit]]></category>
		<category><![CDATA[Notepad++]]></category>
		<category><![CDATA[plugins gedit]]></category>
		<category><![CDATA[Text editor]]></category>

		<guid isPermaLink="false">http://linuxhub.net/?p=367</guid>
		<description><![CDATA[Sometime back one of my friend tweeted saying he could install notepad++ using wine on Ubuntu. We had a good discussion on why he doesn&#8217;t prefer using gedit or similar applications which come as native applications for Linux. His argument was because Notepad++ is highly extensible. So, I thought of  [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="size-full wp-image-369 alignright" style="border: 0pt none; margin-left: 5px; margin-right: 5px;" title="gedit5" src="http://linuxhub.net/wp-content/uploads/2009/08/gedit5.png" alt="gedit5" width="198" height="108" />Sometime back one of my friend tweeted saying he could install notepad++ using wine on Ubuntu. We had a good discussion on why he doesn&#8217;t prefer using <a class="zem_slink" title="Gedit" rel="homepage" href="http://www.gnome.org/projects/gedit/">gedit</a> or similar applications which come as native applications for Linux. His argument was because <a class="zem_slink" title="Notepad++" rel="homepage" href="http://notepad-plus.sourceforge.net/">Notepad++</a> is highly extensible. So, I thought of looking at ways to extend gedit and make it gedit++ <img src='http://linuxhub.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Following guide will show how to extend gedit to make it even more powerful <a class="zem_slink" title="Text editor" rel="wikipedia" href="http://en.wikipedia.org/wiki/Text_editor">text editor</a> that what it already is.</p>
<h3 style="text-align: justify;">Enabling Line Numbers on Gedit</h3>
<p style="text-align: justify;">Line numbers are very important for coders and by default gedit doesn&#8217;t have line numbers enabled. In order to enable line numbers in gedit, go to</p>
<p style="text-align: justify;"><span style="color: #888888;">Edit &gt; Preferences</span></p>
<p style="text-align: justify;">Under the view tab, check the box that says Display line numbers.</p>
<p style="text-align: justify;"><img src="http://linuxhub.net/wp-content/uploads/2009/08/gedit1.png" alt="gedit line number" width="550" height="446" /></p>
<p style="text-align: justify;">You will now have line numbers on your gedit. You can also check &#8220;Highlight current line&#8221; to have a better typing experience.</p>
<h3 style="text-align: justify;">Auto Save Gedit files</h3>
<p style="text-align: justify;">For lazy people like me who repent of not saving the file, there&#8217;s a feature that comes to your rescue. It enables autosave of file.</p>
<p style="text-align: justify;"><span style="color: #888888;">Go to Edit &gt; Preferences &gt; Editor (tab)</span></p>
<p style="text-align: justify;">and select the checkbox that reads &#8220;Autosave files every&#8221;. I have set it to 5 minutes.</p>
<p style="text-align: justify;"><img src="http://linuxhub.net/wp-content/uploads/2009/08/gedit2.png" alt="gedit autosave" width="550" height="446" /></p>
<h3 style="text-align: justify;">Changing the look and feel (Making Gedit colorful)</h3>
<p style="text-align: justify;">Go to the tab on the preferences window which reads Font &amp; Colors and uncheck &#8220;Use system fixed width font&#8221; and choose one of  the color schemes.</p>
<p style="text-align: justify;"><img class="alignnone" src="http://linuxhub.net/wp-content/uploads/2009/08/gedit3.png" alt="gedit color" width="550" height="446" /></p>
<h3 style="text-align: justify;">Use/Install plugins</h3>
<p style="text-align: justify;">This is one of my favorite features. You can extend Gedit by installing plugins. Following is a list of official plugins:</p>
<p style="text-align: justify;">Here follows a list of plugins currently available in gedit-plugins:</p>
<ul style="text-align: justify;">
<li> <strong>Bracket Completion</strong>: Add automatically a closing bracket when you insert one</li>
<li><strong>Charmap</strong>: Select characters from a charactermap</li>
<li><strong>Code Comment</strong>: Comment or uncomment blocks of code</li>
<li><strong>Color picker</strong>: Select and insert a color from a dialog (for html, css, php)</li>
<li><strong>Join lines/ Split lines</strong>: Join or split multiple lines through Ctrl+J and Ctrl+Shift+J</li>
<li><strong>Session Saver</strong>: Allow to bookmark working sessions in order to get them back for further use</li>
<li><strong>Smart Spaces</strong>: Allow to unindent like if you were using tabs while you&#8217;re using spaces</li>
<li><strong>Show tabbar</strong>: A very basic plugin which shows or hides the gedit tabbar</li>
<li><strong>Terminal</strong>: A simple terminal widget accessible from the bottom panel</li>
</ul>
<p style="text-align: justify;">You can install these plugins using the following command by dropping to the terminal:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> gedit-plugins</pre></div></div>

<h3 style="text-align: justify;">Third Party Plugins</h3>
<p style="text-align: justify;">And if you thought you had enough of extending Gedit, wait there&#8217;s more. You can find and exaggerating list of third party plugins at:</p>
<p style="text-align: justify;"><a href="http://live.gnome.org/Gedit/Plugins#third_party">http://live.gnome.org/Gedit/Plugins#third_party</a></p>
<h3 style="text-align: justify;">Final Result</h3>
<p style="text-align: justify;"><img src="http://linuxhub.net/wp-content/uploads/2009/08/gedit4.png" alt="" width="550" height="727" /></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxhub.net/2009/08/gedit-plugins-extension-and-customization-guide/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Install DKMS-VirtualBox driver not installed: Error after updating to new Linux Kernel</title>
		<link>http://linuxhub.net/2009/08/install-dkms-virtualbox-driver-not-installed-error-after-updating-to-new-linux-kernel/</link>
		<comments>http://linuxhub.net/2009/08/install-dkms-virtualbox-driver-not-installed-error-after-updating-to-new-linux-kernel/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 15:28:50 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Dynamic Kernel Module Support]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://linuxhub.net/?p=359</guid>
		<description><![CDATA[Yesterday I did a post on How to install virtualbox on Ubuntu 9.04 and run WindowsXP as virtual OS. However, today after I upgraded my Linux Kernel I realized that VirtualBox stopped working throwing the error saying Kernel driver not installed (rc=-1908). Also, it was suggested by VirtualBox that  [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="size-full wp-image-326 alignright" style="border: 0pt none; margin-left: 5px; margin-right: 5px;" title="VirtualBox256" src="http://linuxhub.net/wp-content/uploads/2009/08/VirtualBox256.png" alt="VirtualBox256" width="153" height="153" />Yesterday I did a post on <a href="http://linuxhub.net/2009/08/how-to-install-virtualbox-on-ubuntu-9-04/" target="_blank">How to install virtualbox on Ubuntu 9.04 and run WindowsXP as virtual OS</a>. However, today after I upgraded my Linux Kernel I realized that <a class="zem_slink" title="VirtualBox" rel="homepage" href="http://www.virtualbox.org/">VirtualBox</a> stopped working throwing the error saying Kernel driver not installed (rc=-1908). Also, it was suggested by VirtualBox that installing DKMS package would solve theongrat issue. Let&#8217;s see how to correct the error and to make sure that this error doesn&#8217;t occur again in future. Following is the error I got:</p>
<blockquote style="text-align: justify;"><p>Kernel driver not installed (rc=-1908)</p>
<p>The VirtualBox <a class="zem_slink" title="Linux kernel" rel="homepage" href="http://www.kernel.org/">Linux kernel</a> driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Re-setup the kernel module by executing</p>
<p>&#8216;/etc/init.d/vboxdrv setup&#8217;</p>
<p>as root. Users of Ubuntu, Fedora or Mandriva should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.</p></blockquote>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-360" title="dkms1" src="http://linuxhub.net/wp-content/uploads/2009/08/dkms1.png" alt="dkms1" width="550" height="414" /></p>
<p style="text-align: justify;">About DKMS</p>
<blockquote style="text-align: justify;"><p>This package contains the framework for the Dynamic Kernel Module. Support (DKMS) method for installing and updating kernel modules.</p></blockquote>
<h3 style="text-align: justify;">Solution</h3>
<p style="text-align: justify;">Install the DKMS package by typing the follow command at the terminal.</p>
<p style="text-align: justify;">sudo apt-get install <a class="zem_slink" title="Dynamic Kernel Module Support" rel="homepage" href="http://linux.dell.com/dkms/">dkms</a></p>
<p style="text-align: justify;">This should install DKMS and should take care of coordinating upgrades of individual applications with upgrades of the linux kernel in future, so they always stay in synch.</p>
<p style="text-align: justify;">However we have to still fix the current virtualbox error. To do so, reinstall VirtualBox. Follow the steps at <a href="../2009/08/how-to-install-virtualbox-on-ubuntu-9-04/" target="_blank">How to install virtualbox on Ubuntu 9.04 and run WindowsXP as virtual OS. </a></p>
<p style="text-align: justify;">Don&#8217;t worry about your current setting and VMs and Vdi disks. All the settings will be saved. You&#8217;ll no more face a similar situation once you have DKMS and wont have to worry about Linux Kernel Upgrade.</p>
<h3 style="text-align: justify;">Homepage</h3>
<p style="text-align: justify;"><a href=" http://linux.dell.com/dkms" target="_blank"> http://linux.dell.com/dkms</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxhub.net/2009/08/install-dkms-virtualbox-driver-not-installed-error-after-updating-to-new-linux-kernel/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>SongBird: A complete installation and configuration guide</title>
		<link>http://linuxhub.net/2009/07/songbird-a-complete-installation-and-configuration-guide/</link>
		<comments>http://linuxhub.net/2009/07/songbird-a-complete-installation-and-configuration-guide/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 16:39:49 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[how to install songbird ubuntu]]></category>
		<category><![CDATA[install songbird ubuntu]]></category>
		<category><![CDATA[installation guide songbird]]></category>
		<category><![CDATA[Songbird]]></category>
		<category><![CDATA[songbird deb]]></category>
		<category><![CDATA[songbird ubuntu]]></category>

		<guid isPermaLink="false">http://linuxhub.net/?p=202</guid>
		<description><![CDATA[Songbird is a fantastic music player which is available for all the major OS platforms like Linux, Windows and OSX. The beauty of the player is it&#8217;s like the famous iTunes but takes configuration to a new level with extensions.  You can pimp it up with themes and best of all it&#8217;s an open source  [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a class="zem_slink" title="Songbird" rel="homepage" href="http://getsongbird.com/"><img class="size-full wp-image-212 alignright" style="border: 0pt none; margin-left: 5px; margin-right: 5px;" title="128-x-128" src="http://linuxhub.net/wp-content/uploads/2009/07/128-x-128.png" alt="128-x-128" width="128" height="128" />Songbird</a> is a fantastic music player which is available for all the major OS platforms like Linux, Windows and OSX. The beauty of the player is it&#8217;s like the famous <a class="zem_slink" title="ITunes" rel="homepage" href="http://www.apple.com/itunes/">iTunes</a> but takes configuration to a new level with extensions.  You can pimp it up with themes and best of all it&#8217;s an open source software which means you get a huge community support. Let&#8217;s see how to install and configure songbird for a complete music experience.</p>
<h3 style="text-align: justify;">Homepage</h3>
<p style="text-align: justify;"><a href="http://getsongbird.com/" target="_blank">http://getsongbird.com/</a></p>
<h3 style="text-align: justify;">Description</h3>
<blockquote style="text-align: justify;"><p>Songbird is an open-source customizable music player.</p>
<p>Users can add features and change functionality in Songbird by installing extensions. Community coded extensions are available on Songbird&#8217;s addons support page.</p>
<p><a title="Skin (computing)" href="http://en.wikipedia.org/wiki/Skin_%28computing%29">Skins</a> are referred to as &#8220;feathers&#8221; in Songbird, and give users and artists the ability to change the look of Songbird via an extension which generates a default skin.</p></blockquote>
<h3 style="text-align: justify;">Download</h3>
<p style="text-align: justify;">Let us download the deb file of songbird from <a href="http://www.getdeb.net/download/4460/0" target="_blank">here</a>.</p>
<h3 style="text-align: justify;">Install and run songbird</h3>
<ol style="text-align: justify;">
<li>Once you have downloaded the deb file, installation is pretty simple. Just double click the file to install songbird.</li>
<li>You can run songbird by going to <span style="color: #888888;">Applications &gt; Sound &amp; Video &gt; Songbird</span>.</li>
</ol>
<p style="padding-left: 30px; text-align: justify;"><img class="alignnone size-full wp-image-204" title="songbird1" src="http://linuxhub.net/wp-content/uploads/2009/07/songbird1.png" alt="songbird1" width="500" height="389" /></p>
<p style="text-align: justify;">When you run it for the first time you&#8217;ll be greeted with various screens</p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-205" title="songbird2" src="http://linuxhub.net/wp-content/uploads/2009/07/songbird2.png" alt="songbird2" width="481" height="499" /></p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-206" title="songbird3" src="http://linuxhub.net/wp-content/uploads/2009/07/songbird3.png" alt="songbird3" width="481" height="499" /></p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-207" title="songbird4" src="http://linuxhub.net/wp-content/uploads/2009/07/songbird4.png" alt="songbird4" width="481" height="499" /></p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-208" title="songbird5" src="http://linuxhub.net/wp-content/uploads/2009/07/songbird5.png" alt="songbird5" width="481" height="499" /></p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-209" title="songbird6" src="http://linuxhub.net/wp-content/uploads/2009/07/songbird6.png" alt="songbird6" width="481" height="499" /></p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-210" title="songbird7" src="http://linuxhub.net/wp-content/uploads/2009/07/songbird7.png" alt="songbird7" width="481" height="499" /></p>
<p style="text-align: justify;">Following is how the main window of songbird looks like:</p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-211" title="songbird8" src="http://linuxhub.net/wp-content/uploads/2009/07/songbird8.png" alt="songbird8" width="550" height="400" /></p>
<p style="text-align: justify;">In order to install a new theme for songbird, you can go to the following link and click install to install a new theme.</p>
<p style="text-align: justify;"><a href="http://addons.songbirdnest.com/addons?category=appearance" target="_blank">http://addons.songbirdnest.com/addons?category=appearance</a></p>
<p style="text-align: justify;">To get new extensions in order to customise song bird go to the following link:</p>
<p style="text-align: justify;"><a href="http://addons.songbirdnest.com/recommended" target="_blank">http://addons.songbirdnest.com/recommended</a></p>
<p style="text-align: justify;">We hope this guide makes it easier for you to install songbird on <a class="zem_slink" title="Ubuntu" rel="homepage" href="http://www.ubuntu.com/">Ubuntu</a>.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=3b4bbbcf-86a2-47b1-afd3-f61d9288b716" alt="" /><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://linuxhub.net/2009/07/songbird-a-complete-installation-and-configuration-guide/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Install Wine and run Windows applications on Ubuntu (Jaunty): How-to</title>
		<link>http://linuxhub.net/2009/07/install-wine-and-run-windows-applications-on-ubuntu-jaunty-how-to/</link>
		<comments>http://linuxhub.net/2009/07/install-wine-and-run-windows-applications-on-ubuntu-jaunty-how-to/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 14:55:10 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Application software]]></category>
		<category><![CDATA[install wine in ubuntu]]></category>
		<category><![CDATA[wine ubuntu installation]]></category>
		<category><![CDATA[winehq]]></category>
		<category><![CDATA[winehq ubuntu]]></category>
		<category><![CDATA[winehq ubuntu installation guide]]></category>

		<guid isPermaLink="false">http://linuxhub.net/?p=160</guid>
		<description><![CDATA[Wine is something which will come to your rescue  if you have been a long Windows users and are in the transition phase of moving from Windows to Linux. However, you are not completely ready to use native Linux (Ubuntu) and want to use Windows applications on your Ubuntu machine.
There could also  [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="size-full wp-image-172 alignright" style="border: 0pt none; margin-left: 5px; margin-right: 5px;" title="Wine" src="http://linuxhub.net/wp-content/uploads/2009/07/Wine.png" alt="Wine" width="150" height="150" />Wine is something which will come to your rescue  if you have been a long Windows users and are in the transition phase of moving from Windows to Linux. However, you are not completely ready to use native Linux (Ubuntu) and want to use Windows applications on your Ubuntu machine.</p>
<p style="text-align: justify;">There could also be scenarios like you want to play Windows based games on your Ubuntu and wished there was a way. In all such circumstances Wine will come to your rescue. Let&#8217;s see how to install wine on your Jaunty machine:</p>
<h3 style="text-align: justify;">Home Page</h3>
<p style="text-align: justify;"><a href="http://winehq.org/" target="_blank">http://winehq.org/</a></p>
<h3 style="text-align: justify;">Description</h3>
<blockquote>
<p style="text-align: justify;"><strong>Wine</strong> is a <a title="Free software" href="http://en.wikipedia.org/wiki/Free_software">free</a> <a title="Software application" href="http://en.wikipedia.org/wiki/Software_application">software application</a> that aims to allow <a title="Unix-like" href="http://en.wikipedia.org/wiki/Unix-like">Unix-like</a> computer <a title="Operating system" href="http://en.wikipedia.org/wiki/Operating_system">operating systems</a> on the <a title="X86 architecture" href="http://en.wikipedia.org/wiki/X86_architecture">x86</a> or <a title="X86-64" href="http://en.wikipedia.org/wiki/X86-64">x86-64</a> architecture to execute programs written for <a title="Microsoft Windows" href="http://en.wikipedia.org/wiki/Microsoft_Windows">Microsoft Windows</a>. ~<a href="http://en.wikipedia.org/wiki/Wine_(software)" target="_blank">Wikipedia</a></p>
</blockquote>
<h3 style="text-align: justify;">Installation</h3>
<p style="text-align: justify;">1. Start the Software Sources program as we&#8217;ll have to add the repositories of Wine for Ubuntu (Jaunty). Go to <span style="color: #888888;">System &gt; Administration &gt; Software Sources</span> to start the software sources.</p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-161" title="winesoftwaresources" src="http://linuxhub.net/wp-content/uploads/2009/07/winesoftwaresources.png" alt="winesoftwaresources" width="500" height="447" /></p>
<p style="text-align: justify;">2. Click on the tab that reads <span style="color: #888888;">Third Party Softwares</span>. Click the <span style="color: #888888;">Add</span> button to add the repositories.</p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-162" title="winesoftwaresources1" src="http://linuxhub.net/wp-content/uploads/2009/07/winesoftwaresources1.png" alt="winesoftwaresources1" width="500" height="472" /></p>
<p style="text-align: justify;">3. Add the following line to the APT line box:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">deb http:<span style="color: #000000; font-weight: bold;">//</span>wine.budgetdedicated.com<span style="color: #000000; font-weight: bold;">/</span>apt jaunty main <span style="color: #666666; font-style: italic;">#WineHQ - Ubuntu 9.04 &quot;Jaunty Jackalope&quot;</span></pre></div></div>

<p style="text-align: justify;"><img class="alignnone size-full wp-image-163" title="winesoftwaresources2" src="http://linuxhub.net/wp-content/uploads/2009/07/winesoftwaresources2.png" alt="winesoftwaresources2" width="500" height="472" /></p>
<p style="text-align: justify;">4. Download an authentication key to be added to the trusted key list of the repository. You can download the key <a href="http://wine.budgetdedicated.com/apt/Scott%20Ritchie.gpg" target="_blank">here</a>. Right click on the link and click &#8220;<span style="color: #999999;">Save link as..</span>&#8220;. Save the key on your Desktop.</p>
<p style="text-align: justify;">5. We&#8217;ll now have to add this key for wine in the trusted key list. To do so, click the tab on the <span style="color: #888888;">Software Sources <span style="color: #000000;">window which says <span style="color: #999999;">Authentication</span>. </span></span></p>
<p style="text-align: justify;"><span style="color: #888888;"><span style="color: #000000;">6. Click Import Key File and import the downloaded key from your Desktop. </span></span></p>
<p style="text-align: justify;"><span style="color: #888888;"><span style="color: #000000;"><img class="alignnone size-full wp-image-164" title="winesoftwaresources3" src="http://linuxhub.net/wp-content/uploads/2009/07/winesoftwaresources3.png" alt="winesoftwaresources3" width="500" height="472" /></span></span></p>
<p style="text-align: justify;"><span style="color: #888888;"><span style="color: #000000;">7. Click close. You&#8217;ll be prompted to reload the software channel. Click <span style="color: #999999;">Reload</span>.</span></span></p>
<p style="text-align: justify;"><span style="color: #888888;"><span style="color: #000000;"><img class="alignnone size-full wp-image-165" title="winesoftwaresources4" src="http://linuxhub.net/wp-content/uploads/2009/07/winesoftwaresources4.png" alt="winesoftwaresources4" width="500" height="472" /></span></span></p>
<p style="text-align: justify;"><span style="color: #888888;"><span style="color: #000000;">8. In order to install wine, click <a href="apt://wine" target="_self">this link</a>. You&#8217;ll prompted with a window which says install. Click install to being the installation. </span></span></p>
<p style="text-align: justify;"><span style="color: #888888;"><span style="color: #000000;"><img class="alignnone size-full wp-image-168" title="winesoftwaresources6" src="http://linuxhub.net/wp-content/uploads/2009/07/winesoftwaresources6.png" alt="winesoftwaresources6" width="364" height="229" /></span></span></p>
<p style="text-align: justify;"><span style="color: #888888;"><span style="color: #000000;">Once installed Wine will appear Wine will appear under <span style="color: #888888;">Applications &gt; Wine</span>.</span></span></p>
<p style="text-align: justify;"><span style="color: #888888;"><span style="color: #000000;"><img class="alignnone size-full wp-image-170" title="winesoftwaresources7" src="http://linuxhub.net/wp-content/uploads/2009/07/winesoftwaresources7.png" alt="winesoftwaresources7" width="470" height="410" /></span></span></p>
<p style="text-align: justify;"><span style="color: #888888;"><span style="color: #000000;">Let&#8217;s install a Windows based application using wine on Ubuntu. For the purpose of testing we&#8217;ll install IPMessenger which is only availalble for Windows. Download a copy <a href="http://www.ipmsg.org/archive/ipmsg206.zip" target="_blank">here</a>.</span></span></p>
<p style="text-align: justify;"><span style="color: #888888;"><span style="color: #000000;">Extract IPMSG.exe and double click on IPMsg.exe to start using IP Messenger on Ubuntu.</span></span></p>
<p style="text-align: justify;"><span style="color: #888888;"><span style="color: #000000;"><img class="alignnone size-full wp-image-171" title="winesoftwaresources9" src="http://linuxhub.net/wp-content/uploads/2009/07/winesoftwaresources9.png" alt="winesoftwaresources9" width="392" height="313" /></span></span></p>
<p style="text-align: justify;"><span style="color: #888888;"><span style="color: #000000;">Similarly you can install other windows applications like, MS Office, Photoshop, dreamweaver etc. Enjoy the windows apps on Ubuntu!</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxhub.net/2009/07/install-wine-and-run-windows-applications-on-ubuntu-jaunty-how-to/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Install Skype {Best Instant Messenger} on Ubuntu: How-to</title>
		<link>http://linuxhub.net/2009/07/install-skype-best-instant-messenger-on-ubuntu-how-to/</link>
		<comments>http://linuxhub.net/2009/07/install-skype-best-instant-messenger-on-ubuntu-how-to/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 06:06:46 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[install skype ubuntu]]></category>
		<category><![CDATA[Instant messaging]]></category>
		<category><![CDATA[Skype]]></category>
		<category><![CDATA[skype jaunty]]></category>
		<category><![CDATA[skype on ubuntu]]></category>

		<guid isPermaLink="false">http://linuxhub.net/?p=119</guid>
		<description><![CDATA[Skype is a service that redefines instant messaging. It wont be an exaggeration if I called skype as the most advaanced, state of art instant messaging, voice and video call service. However, till sometime back the service wasn&#8217;t available for Linux. But as Linux has been accepted more and more by  [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a class="zem_slink" title="Skype" rel="homepage" href="http://www.skype.com"><img class="size-full wp-image-126 alignright" style="border: 0pt none; margin-left: 5px; margin-right: 5px;" title="Skype_128x128" src="http://linuxhub.net/wp-content/uploads/2009/07/Skype_128x128.png" alt="Skype_128x128" width="128" height="128" />Skype</a> is a service that redefines <a class="zem_slink" title="Instant messaging" rel="wikipedia" href="http://en.wikipedia.org/wiki/Instant_messaging">instant messaging</a>. It wont be an exaggeration if I called skype as the most advaanced, state of art instant messaging, voice and video call service. However, till sometime back the service wasn&#8217;t available for Linux. But as Linux has been accepted more and more by common users so is the necessecity for companies to make their product work with Linux as well. This is exactly the case with skype and we are going to see how to install skype on your <a class="zem_slink" title="Ubuntu" rel="homepage" href="http://www.ubuntu.com/">Ubuntu</a> (<a class="zem_slink" title="Ubuntu" rel="homepage" href="http://www.ubuntu.com/">jaunty jackalope</a>) installation.</p>
<h3 style="text-align: justify;"><span style="color: #ff6600;">Home page</span></h3>
<p style="text-align: justify;"><a href="http://www.skype.com" target="_blank">http://www.skype.com</a></p>
<h3 style="text-align: justify;"><span style="color: #ff6600;">Description</span></h3>
<blockquote>
<p style="text-align: justify;"><strong>We all love something for nothing.</strong> With Skype’s free software – by the way, it works seamlessly with your internet connection – you can chat away with <a href="http://www.skype.com/intl/en/allfeatures/skypetoskypecall/">free Skype-to-Skype calls</a> and never worry about cost, time or distance. <a href="http://www.skype.com/intl/en/share">Share the love</a> and get your friends to <a href="http://www.skype.com/go/download">download Skype</a> so you can talk, instant message (IM) or make video calls for nothing. You can also make local, long distance and international <a href="http://www.skype.com/intl/en/allfeatures/callphones/">calls to phones and mobiles</a> at <a href="http://www.skype.com/intl/en/prices/callrates">great rates</a> too.</p>
</blockquote>
<h3 style="text-align: justify;"><span style="color: #ff6600;">Installation</span></h3>
<ol>
<li>Download the deb file for skype for Ubuntu <a href="http://www.skype.com/go/getskype-linux-ubuntu" target="_blank">here</a>.</li>
<li>Double click on the downloaded deb file (skype-debian_2.0.0.72-1_i386.deb) to begin installation.</li>
</ol>
<p style="padding-left: 30px;"><img class="alignnone size-full wp-image-120" title="skypeinstall" src="http://linuxhub.net/wp-content/uploads/2009/07/skypeinstall.png" alt="skypeinstall" width="500" height="385" /></p>
<p style="padding-left: 30px;"><img class="alignnone size-full wp-image-121" title="skypeinstall2" src="http://linuxhub.net/wp-content/uploads/2009/07/skypeinstall2.png" alt="skypeinstall2" width="500" height="383" /></p>
<p>This should install skype on your machine.</p>
<h3><span style="color: #ff6600;">Running Skype</span></h3>
<p style="padding-left: 30px;">1. In order to start skype post installation go to Applications &gt; Internet &gt; Skype.</p>
<p style="padding-left: 30px;"><img class="alignnone size-full wp-image-122" title="skypemenu" src="http://linuxhub.net/wp-content/uploads/2009/07/skypemenu.png" alt="skypemenu" width="500" height="439" /></p>
<p style="padding-left: 30px;">2. You should see the End User License window. Click agree to start skype</p>
<p style="padding-left: 30px;"><img class="alignnone size-full wp-image-124" title="skypeTOS" src="http://linuxhub.net/wp-content/uploads/2009/07/skypeTOS.png" alt="skypeTOS" width="500" height="291" /></p>
<p style="padding-left: 30px;">3. Enter your user name and password to start using Skype</p>
<p style="padding-left: 30px;"><img class="alignnone size-full wp-image-125" title="skypemain" src="http://linuxhub.net/wp-content/uploads/2009/07/skypemain.png" alt="skypemain" width="295" height="541" /></p>
<p>Have fun skyping on Ubuntu!</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=fe6b12d9-6146-4368-94b9-81334cd32f0b" alt="" /><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://linuxhub.net/2009/07/install-skype-best-instant-messenger-on-ubuntu-how-to/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Install XAMPP-Linux Apache MySQL and PhP {LAMP} on Ubuntu: How-to</title>
		<link>http://linuxhub.net/2009/07/install-xampp-linux-apache-mysql-and-php-lamp-on-ubuntu-how-to/</link>
		<comments>http://linuxhub.net/2009/07/install-xampp-linux-apache-mysql-and-php-lamp-on-ubuntu-how-to/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 06:47:23 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux distribution]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web server]]></category>
		<category><![CDATA[XAMPP]]></category>
		<category><![CDATA[xampp in ubuntu]]></category>
		<category><![CDATA[xampp jaunty]]></category>

		<guid isPermaLink="false">http://linuxhub.net/?p=107</guid>
		<description><![CDATA[A web server is very important component if you are on Linux an importantly if you are web developer. You can install Apache, MySQL and PhP as separate component on Linux and then configure them. However, if you are just getting started and wished there was an all-in-one package to install LAMP  [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="size-full wp-image-116 alignright" style="border: 0pt none; margin-left: 5px; margin-right: 5px;" title="icon-orig" src="http://linuxhub.net/wp-content/uploads/2009/07/icon-orig.png" alt="icon-orig" width="160" height="160" />A <a class="zem_slink" title="Web server" rel="wikipedia" href="http://en.wikipedia.org/wiki/Web_server">web server</a> is very important component if you are on <a class="zem_slink" title="Linux" rel="wikipedia" href="http://en.wikipedia.org/wiki/Linux">Linux</a> an importantly if you are web developer. You can install <a class="zem_slink" title="Apache HTTP Server" rel="homepage" href="http://httpd.apache.org/">Apache</a>, <a class="zem_slink" title="MySQL" rel="homepage" href="http://www.mysql.com">MySQL</a> and PhP as separate component on Linux and then configure them. However, if you are just getting started and wished there was an all-in-one package to install <a class="zem_slink" title="LAMP (software bundle)" rel="wikipedia" href="http://en.wikipedia.org/wiki/LAMP_%28software_bundle%29">LAMP</a> (Linux Apache MySQL and PhP) on your <a class="zem_slink" title="Ubuntu" rel="homepage" href="http://www.ubuntu.com/">Ubuntu</a> machine and that you could avoid all the hassles of configuring each package separately, then you are reading the right post. <a href="http://www.apachefriends.org/en/xampp.html" target="_blank">XAMPP</a> for Linux avoids all the issues of installing separate components of LAMP and makes it easy for you to get started with your web development on Linux.</p>
<blockquote>
<p style="text-align: justify;">XAMPP is an easy to install Apache distribution containing MySQL, PHP and <a class="zem_slink" title="Perl" rel="homepage" href="http://www.perl.org/">Perl</a>. XAMPP is really very easy to install and to use &#8211; just download, extract and start.</p>
</blockquote>
<p style="text-align: justify;">Let&#8217;s see how to install XAMPP.</p>
<h3 style="text-align: justify;">Installing XAMPP</h3>
<p style="text-align: justify;">1. Download the latest version of XAMPP for Linux from <a href="http://www.apachefriends.org/download.php?xampp-linux-1.7.1.tar.gz" target="_blank">here</a>.</p>
<p style="text-align: justify;">2. Bring up your run prompt by hitting ALT+F2 and type &#8220;gnome-terminal&#8221; (without quotes) to bring up terminal window.</p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-109" title="terminalrun" src="http://linuxhub.net/wp-content/uploads/2009/07/terminalrun1.png" alt="terminalrun" width="452" height="218" /></p>
<p style="text-align: justify;">3. Type the following to begin the installation:</p>
<blockquote>
<p style="text-align: justify;"><span style="color: #888888;">cd Desktop</span></p>
<p style="text-align: justify;"><span style="color: #888888;">sudo tar xvfz xampp-linux-1.7.1.tar.gz -C /opt</span></p>
</blockquote>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-111" title="xamppinstallation" src="http://linuxhub.net/wp-content/uploads/2009/07/xamppinstallation.png" alt="xamppinstallation" width="500" height="369" /></p>
<p style="text-align: justify;">This means we are installing XAMPP in <span style="color: #888888;">/opt</span> directory. If everything goes right you&#8217;ll have XAMPP installed.</p>
<h3 style="text-align: justify;">Starting XAMPP</h3>
<p style="text-align: justify;">In order to start XAMPP, type the following in your terminal window</p>
<blockquote>
<p style="text-align: justify;"><span style="color: #888888;">sudo /opt/lampp/lampp start</span></p>
</blockquote>
<p style="text-align: justify;"><span style="color: #888888;"><img class="alignnone size-full wp-image-113" title="xamppstarted" src="http://linuxhub.net/wp-content/uploads/2009/07/xamppstarted.png" alt="xamppstarted" width="500" height="369" /><br />
</span></p>
<h3 style="text-align: justify;">Test XAMPP Installation</h3>
<p style="text-align: justify;">You can test your XAMPP installation by opening firefox and typing <span style="color: #888888;">localhost</span> in the address bar.</p>
<p style="text-align: justify;">You&#8217;ll see the following screen</p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-114" title="xamppstartedsplash" src="http://linuxhub.net/wp-content/uploads/2009/07/xamppstartedsplash.png" alt="xamppstartedsplash" width="500" height="228" /></p>
<p style="text-align: justify;">Select your desired language and you are good to go.</p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-115" title="xamppstartedmain" src="http://linuxhub.net/wp-content/uploads/2009/07/xamppstartedmain.png" alt="xamppstartedmain" width="500" height="330" /></p>
<p style="text-align: justify;">Enjoy the journey of developing great web application with a great LAMP package on your Ubuntu!</p>
<p style="text-align: justify;">
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=2dccccf2-727a-4e4a-90e0-8860aa02684c" alt="" /><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://linuxhub.net/2009/07/install-xampp-linux-apache-mysql-and-php-lamp-on-ubuntu-how-to/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>

