<?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>Ask Your Question &#187; Linux</title>
	<atom:link href="http://askbahar.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://askbahar.com</link>
	<description>Lets Talk</description>
	<lastBuildDate>Thu, 29 Sep 2011 05:48:06 +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>How to install Netbeans (with prerequisites) in Ubuntu 11.04 and later</title>
		<link>http://askbahar.com/2011/09/27/install-netbeans-in-ubuntu-11-04/</link>
		<comments>http://askbahar.com/2011/09/27/install-netbeans-in-ubuntu-11-04/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 04:44:01 +0000</pubDate>
		<dc:creator>Habib Ullah Bahar</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Netbeans]]></category>
		<category><![CDATA[sun jdk]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://askbahar.com/?p=159</guid>
		<description><![CDATA[<p>To install <a title="Netbeans " href="http://www.netbeans.org/" target="_blank">Netbeans</a> in <a title="Ubuntu" href="http://www.ubuntu.com/" target="_blank">Ubuntu 11.04</a> (or later versions) you will need Java JRE or JDK to be installed beforehand.</p> <p>Now I like openJDK a lot, but I still prefer Sun Java JDK for development So heres the recipe to cook everything -<br /> </p> <p>1. Install JRE</p> [...]]]></description>
			<content:encoded><![CDATA[<p>To install <a title="Netbeans " href="http://www.netbeans.org/" target="_blank">Netbeans</a> in <a title="Ubuntu" href="http://www.ubuntu.com/" target="_blank">Ubuntu 11.04</a> (or later versions) you will need Java JRE or JDK to be installed beforehand.</p>
<p>Now I like openJDK a lot, but I still prefer Sun Java JDK for development <img src='http://askbahar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  So heres the recipe to cook everything -<br />
<span id="more-159"></span></p>
<p><strong>1. Install JRE</strong></p>
<blockquote>
<pre><code>sudo add-apt-repository ppa:ferramroberto/java
sudo apt-get update
sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts </code></pre>
</blockquote>
<p>During the installation press ‘OK’ in the screen that appears within the Terminal (see the below screenshot, <em>the screenshot was collected from internet</em>). You can do so by navigating using the ‘Tab’ key and once ‘OK’ is highlighted in red, press ‘Enter’.</p>
<p><a href="http://askbahar.com/wp-content/uploads/2011/09/java-ubuntu-11.04.jpg"><img class="alignleft size-medium wp-image-161" title="JRE installation in Ubuntu" src="http://askbahar.com/wp-content/uploads/2011/09/java-ubuntu-11.04-300x175.jpg" alt="Sun JRE license agreement" width="340" height="198" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>2. Install JDK</strong></p>
<blockquote>
<pre><code>sudo apt-get install sun-java6-jdk</code></pre>
</blockquote>
<p><strong>3. Install Netbeans</strong></p>
<blockquote><p>The Ubuntu repository has Netbeans 6.9. The latest available version is Netbeans 7.0.1. So I prefer manual installation (Applicable for any version of Netbeans).</p>
<ol>
<li>Download your appropriate version of Netbeans from <a title="Download Netbeans" href="http://netbeans.org/downloads/index.html" target="_blank">http://netbeans.org/downloads/index.html</a></li>
<li>Remember the download location. In my case, it was <em>/media/software/SDK-IDE</em></li>
<li>Apply sudo chmod a+x /media/software/SDK-IDE/netbeans-7.0.1-ml-linux.sh</li>
<li>Applying this command we are giving permission to the Netbeans installer file to be run as an executable program.</li>
<li>Now double click the file and then click on “run” to install NetBeans IDE</li>
<li>Follow the instructions <img src='http://askbahar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ol>
</blockquote>
<p>Thats all <img src='http://askbahar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://askbahar.com/2011/09/27/install-netbeans-in-ubuntu-11-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add command shortcut in Ubuntu shell</title>
		<link>http://askbahar.com/2011/04/01/how-to-add-command-shortcut-in-ubuntu-shell/</link>
		<comments>http://askbahar.com/2011/04/01/how-to-add-command-shortcut-in-ubuntu-shell/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 04:43:30 +0000</pubDate>
		<dc:creator>Habib Ullah Bahar</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://askbahar.com/?p=111</guid>
		<description><![CDATA[<p>When you need to write long commands in Linux shell, like me, you must have been looking for a way (if you haven&#8217;t found the way already ) to create shortcuts for those long commands.<br /> Based on your need, you can do any of the following:<br /> alias: If you need a shortcut for [...]]]></description>
			<content:encoded><![CDATA[<p>When you need to write long commands in Linux shell, like me, you must have been looking for a way (if you haven&#8217;t found the way already <img src='http://askbahar.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ) to create shortcuts for those long commands.<br />
Based on your need, you can do any of the following:<span id="more-111"></span><br />
<strong>alias: </strong>If you need a shortcut for only the current shell session, use alias.</p>
<ul>
<li>To check current aliases list: <em>alias</em></li>
<li>To check an existing alias: <em>alias ALIAS_NAME</em></li>
<li>To add new alias: <em>alias </em><em>COMMAND_SHORTCUT = </em><em>&#8216;LONG_COMMAND&#8217; </em>[example: <em>alias apacheReload = '/etc/init.d/apache2 reload'''</em>]</li>
<li>To remove an existing alias: <em>unalias ALIAS_NAME</em></li>
<li>Learn more about alias at <a href="http://en.wikipedia.org/wiki/Alias_%28command%29" target="_blank">Wikipedia</a>, <a href="http://ss64.com/bash/alias.html" target="_blank">Bash Man Page for Alias</a></li>
</ul>
<p><strong>Symbolic Links: </strong>This is actually my favorite. Does not depend on current shell session. FYI. each command is actually an executable script.</p>
<ul>
<li>To create a shortcut for all users, create a soft symbolic link of the executable script in <em>/usr/local/bin</em>. For example, to execute apache related commands using just apache, issue this command<br />
<em>ln -s /etc/init.d/apache2 /usr/local/bin/apache </em>#this command will create a soft symbolic link of apache2 in /usr/local/bin directory. Now you can just manage apache by using <em>apache</em> command<em>.</em></li>
<li>To create a shortcut only for current user, create a soft symbolic link of the executable script in <em>$HOME/bin</em></li>
</ul>
<p><strong>Using your own shell scripts</strong>: This requires understanding of shell scripting. You can create a shell script which essentially provide the full ability to create new system commands. Make the script executable, keep it in home directory.</p>
<p>&nbsp;</p>
<p>I hope it helps some one. Please use the comment section to provide your feedback.</p>
]]></content:encoded>
			<wfw:commentRss>http://askbahar.com/2011/04/01/how-to-add-command-shortcut-in-ubuntu-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to restore volume icon in Ubuntu Gnome</title>
		<link>http://askbahar.com/2010/09/21/restore-volume-icon-in-ubuntu/</link>
		<comments>http://askbahar.com/2010/09/21/restore-volume-icon-in-ubuntu/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 04:09:39 +0000</pubDate>
		<dc:creator>Habib Ullah Bahar</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[volume]]></category>
		<category><![CDATA[volume icon]]></category>

		<guid isPermaLink="false">http://askbahar.com/?p=96</guid>
		<description><![CDATA[<p>So why would someone need this at the first place? When someone like me make a stupid mistake by removing them </p> <p>Restoring volume icon is different in Ubuntu 9.10 or later versions.<br /> </p> <p>So if you are in Ubuntu 9.04 or earlier,</p> <p>1. Right click on the panel and click &#8216;Add to Panel&#8217;</p> [...]]]></description>
			<content:encoded><![CDATA[<p>So why would someone need this at the first place? When someone like me make a stupid mistake by removing them <img src='http://askbahar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Restoring volume icon is different in Ubuntu 9.10 or later versions.<br />
<span id="more-96"></span></p>
<p>So if you are in Ubuntu 9.04 or earlier,</p>
<blockquote><p>1. Right click on the panel and click &#8216;Add to Panel&#8217;</p>
<p>2. Find Sound/Volume</p>
<p>3. Add it.</p></blockquote>
<p>And if you are in Ubuntu 9.10 or later like me</p>
<blockquote><p>1. Right click on the panel and click on Add to Panel</p>
<p>2. Find &#8216;Notification Area&#8217; and add it. (IN case you have already have a notification area added like me, you can skip this step).</p>
<p>3. Right click near Notification Area</p>
<p>4. Find &#8216;Indicator Applet&#8217; and add it.</p></blockquote>
<p>By any chance if the above method does not work for you, you can restore your gnome panel by applying following commands in your terminal.</p>
<blockquote><p><code>rm -f ~/.gconf/apps/panel<br />
sudo /etc/init.d/gdm restart</code></p></blockquote>
<p>Partial credit for this post: <a href="http://ubuntuforums.org/showthread.php?t=1357005" target="_blank">Ubuntu Forum</a> <img src='http://askbahar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Let me know if you have any problem figuring this <img src='http://askbahar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://askbahar.com/2010/09/21/restore-volume-icon-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to prepare bootable flash drive of Windows 7 and Ubuntu</title>
		<link>http://askbahar.com/2010/09/19/prepare-bootable-flash-drive-windows-7-ubuntu/</link>
		<comments>http://askbahar.com/2010/09/19/prepare-bootable-flash-drive-windows-7-ubuntu/#comments</comments>
		<pubDate>Sun, 19 Sep 2010 13:11:36 +0000</pubDate>
		<dc:creator>Habib Ullah Bahar</dc:creator>
				<category><![CDATA[Bootable ISO]]></category>
		<category><![CDATA[Links Collection]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Maverick]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[boot os]]></category>
		<category><![CDATA[bootable ubuntu]]></category>
		<category><![CDATA[flash drive]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[universal usb installer]]></category>
		<category><![CDATA[winodws 7]]></category>

		<guid isPermaLink="false">http://askbahar.com/?p=92</guid>
		<description><![CDATA[<p>There are bunch of articles and softwares available online to achieve this. So instead of writing another tutorial, I am sharing the available tutorials which I have used often when I needed.</p> <p>Here are the links:</p> <p>Make your own bootable Windows 7 Flash Drive</p> Recommended: <a href="http://kmwoley.com/blog/?p=345" target="_blank">http://kmwoley.com/blog/?p=345</a> Without using any additional software: <a href="http://maketecheasier.com/boot-and-install-windows-7-from-usb-flash-drive/2009/01/23" target="_blank">http://maketecheasier.com/boot-and-install-windows-7-from-usb-flash-drive/2009/01/23</a> With [...]]]></description>
			<content:encoded><![CDATA[<p>There are bunch of articles and softwares available online to achieve this. So instead of writing another tutorial, I am sharing the available tutorials which I have used often when I needed.</p>
<p>Here are the links:</p>
<p><strong>Make your own bootable Windows 7 Flash Drive</strong></p>
<ul>
<li>Recommended: <a href="http://kmwoley.com/blog/?p=345" target="_blank">http://kmwoley.com/blog/?p=345</a></li>
<li>Without using any additional software: <a href="http://maketecheasier.com/boot-and-install-windows-7-from-usb-flash-drive/2009/01/23" target="_blank">http://maketecheasier.com/boot-and-install-windows-7-from-usb-flash-drive/2009/01/23</a></li>
<li>With Microsoft provided software: <a href="http://store.microsoft.com/help/iso-tool]http://store.microsoft.com/help/iso-tool" target="_blank">http://store.microsoft.com/help/iso-tool]http://store.microsoft.com/help/iso-tool</a> (only 2.6 MB)</li>
<li>Using 3rd party software: <a href="http://maketecheasier.com/updated-boot-and-install-windows-7-from-usb-flash-drive/2009/09/" target="_blank">http://maketecheasier.com/updated-boot-and-install-windows-7-from-usb-flash-drive/2009/09/</a> (only 6.7 MB)</li>
</ul>
<p><strong>Make bootable Ubuntu using Flash Drive</strong></p>
<p>Actually this is very much easy, and same for all distro. all are free n opensource.</p>
<ul>
<li><a href="http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/" target="_blank">Universal USB Installer</a></li>
<li><a href="http://unetbootin.sourceforge.net/" target="_blank">UNetbootin</a></li>
</ul>
<p>I hope it helps, if you need any help, let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://askbahar.com/2010/09/19/prepare-bootable-flash-drive-windows-7-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Sun Java JDK/JRE in Ubuntu Maverick</title>
		<link>http://askbahar.com/2010/09/18/how-to-install-sun-java-jdkjre-in-ubuntu-maverick/</link>
		<comments>http://askbahar.com/2010/09/18/how-to-install-sun-java-jdkjre-in-ubuntu-maverick/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 04:24:49 +0000</pubDate>
		<dc:creator>Habib Ullah Bahar</dc:creator>
				<category><![CDATA[Java JDK]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Maverick]]></category>
		<category><![CDATA[jdk install problem]]></category>
		<category><![CDATA[maverick]]></category>
		<category><![CDATA[sun jdk]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://askbahar.com/?p=85</guid>
		<description><![CDATA[<p>As Sun (Oracle) repos has been removed completely from Ubuntu Partner repos in Ubuntu Maverick, you can&#8217;t install Sun Java JDK or JRE any more.</p> <p>Running sudo apt-get install sun-java6-jdk will produce the following error</p> Package sun-java6-jre is not available, but is referred to by another package. This may mean that the package is missing, [...]]]></description>
			<content:encoded><![CDATA[<p>As Sun (Oracle) repos has been removed completely from Ubuntu Partner repos in Ubuntu Maverick, you can&#8217;t install Sun Java JDK or JRE any more.</p>
<p>Running <strong>sudo apt-get install sun-java6-jdk </strong>will produce the following error</p>
<pre dir="ltr"><strong>Package sun-java6-jre is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package sun-java6-jdk has no installation candidate</strong></pre>
<p><span id="more-85"></span><br />
Same error will be produced if you want to install Sun JAVA JRE.</p>
<p>To solve the issue, you have to switch back to <strong>Ubuntu Lucid </strong>distribution temporarily. After installing JDK/JRE switch back to original Ubuntu Maverick distro again.</p>
<blockquote><p><em><span style="font-style: normal;">1. System-&gt;Administrator-&gt;Synaptic Package Manager</span></em></p>
<p><em><span style="font-style: normal;">2. Settings-&gt;Repositories</span></em></p>
<p><em><span style="font-style: normal;">3. Other Softwares</span></em></p>
<p><em><span style="font-style: normal;">4. Select Canonical Partners, click Edit, change Distribution to <strong>lucid</strong>, click OK</span></em></p>
<p><em><span style="font-style: normal;">5. Repeat step 4 for Canonical Partner (Source Code)</span></em></p>
<p><em><span style="font-style: normal;">6. Hit Reload</span></em></p></blockquote>
<p>Now try to install Sun Java JDK/JRE <img src='http://askbahar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Don&#8217;t forget to change back to original distribution <strong>Maverick </strong>following the same steps once you are done.</p>
<p>Tips credit: <a href="http://www.thewindows7site.com/forum/threads/18438-Ubuntu-10.10-Maverick-Meercat-and-Sun-JRE" target="_blank">Ubuntu 10.10 Maverick Meercat and Sun JRE</a></p>
<p>If you need any help, have any query please use the comment form below <img src='http://askbahar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://askbahar.com/2010/09/18/how-to-install-sun-java-jdkjre-in-ubuntu-maverick/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Ubuntu Maverick (beta) repository problem</title>
		<link>http://askbahar.com/2010/09/18/ubuntu-maverick-repository-problem/</link>
		<comments>http://askbahar.com/2010/09/18/ubuntu-maverick-repository-problem/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 04:06:28 +0000</pubDate>
		<dc:creator>Habib Ullah Bahar</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Maverick]]></category>
		<category><![CDATA[maverick]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu repository]]></category>
		<category><![CDATA[vlc install problem]]></category>

		<guid isPermaLink="false">http://askbahar.com/?p=82</guid>
		<description><![CDATA[<p>I used to be a Fedora distro fan, but considering the popularity of Ubuntu, I have decided to try Ubuntu, and downloaded the latest one, <a title="Try Ubuntu Maverick" href="http://www.ubuntu.com/testing/maverick/beta" target="_blank">Ubuntu Maverick (10.10 beta) </a>.</p> <p>After installation, first I enabled Ubuntu Multiverse repository then tried to install vlc applying the following command in terminal:</p> <p [...]]]></description>
			<content:encoded><![CDATA[<p>I used to be a Fedora distro fan, but considering the popularity of Ubuntu, I have decided to try Ubuntu, and downloaded the latest one, <a title="Try Ubuntu Maverick" href="http://www.ubuntu.com/testing/maverick/beta" target="_blank">Ubuntu Maverick (10.10 beta) </a>.</p>
<p>After installation, first I enabled Ubuntu Multiverse repository then tried to install vlc applying the following command in terminal:</p>
<p style="padding-left: 30px;"><strong>sudo apt-get update</strong></p>
<p style="padding-left: 30px;"><strong>sudo apt-get install vlc vlc-plugin-pulse mozilla-plugin-vlc</strong></p>
<p>But I got this error:</p>
<blockquote><p>Reading package lists&#8230; Done<br />
Building dependency tree<br />
Reading state information&#8230; Done<br />
E: Couldn&#8217;t find package vlc</p></blockquote>
<p><span id="more-82"></span><br />
<em> After some investigation, I found out that some Ubuntu mirror repositories aren&#8217;t fully updated for Maverick yet. </em><em><strong>Bangladesh Ubuntu mirror</strong> is one of them <img src='http://askbahar.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </em></p>
<p><em>Solution? Just change the active mirror server to US or main server. I changed mine to Singapore eznetsols.org mirror.</em></p>
<p><em><span style="font-style: normal;">To change using GUI, </span></em></p>
<blockquote><p><em><span style="font-style: normal;">1. System-&gt;Administrator-&gt;Synaptic Package Manager</span></em></p>
<p><em><span style="font-style: normal;">2. Settings-&gt;Repositories</span></em></p>
<p><em><span style="font-style: normal;">3. Click on Download From drop down menu, select Other, then choose a better mirror server near your location.</span></em></p>
<p><em><span style="font-style: normal;">4. Hit Reload</span></em></p>
<p><em><span style="font-style: normal;">5. Now install any package you want <img src='http://askbahar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </span></em></p></blockquote>
<p>I hope it helps. For any query/help please use the comment from below.</p>
]]></content:encoded>
			<wfw:commentRss>http://askbahar.com/2010/09/18/ubuntu-maverick-repository-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3.0 RC1 is out..grab it</title>
		<link>http://askbahar.com/2008/05/17/firefox-30rc1-is-out/</link>
		<comments>http://askbahar.com/2008/05/17/firefox-30rc1-is-out/#comments</comments>
		<pubDate>Sat, 17 May 2008 10:53:00 +0000</pubDate>
		<dc:creator>Habib Ullah Bahar</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://askbahar.wordpress.com/?p=30</guid>
		<description><![CDATA[<p>Firefox 3.0 RC1 has been released yesterday [16 May, 2008]. It is different from Firefox 2.0 in many ways.</p> More secured More personal Easier to use Improved performance <p>Read the full list of features <a title="Firefox 3.0 features" href="http://en-us.www.mozilla.com/en-US/firefox/3.0rc1/releasenotes/#whatsnew" target="_blank">here</a>. Download it from <a title="Firefox 3.0 RC1 FTP download" href="ftp://releases.mozilla.org/pub/mozilla.org/firefox/releases/" target="_blank">FTP</a> or <a title="Firefox 3.0 [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox 3.0 RC1 has been released yesterday [16 May, 2008]. It is different from Firefox 2.0 in many ways.</p>
<ul>
<li>More secured</li>
<li>More personal</li>
<li>Easier to use</li>
<li>Improved performance</li>
</ul>
<p>Read the full list of features <a title="Firefox 3.0 features" href="http://en-us.www.mozilla.com/en-US/firefox/3.0rc1/releasenotes/#whatsnew" target="_blank">here</a>. Download it from <a title="Firefox 3.0 RC1 FTP download" href="ftp://releases.mozilla.org/pub/mozilla.org/firefox/releases/" target="_blank">FTP</a> or <a title="Firefox 3.0 RC1 HTTP download" href="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/" target="_blank">HTTP</a> mirror, or directly from <a href="http://en-us.www.mozilla.com/en-US/firefox/all-rc.html" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://askbahar.com/2008/05/17/firefox-30rc1-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to verify an ISO image in linux before burning</title>
		<link>http://askbahar.com/2008/05/17/verify-iso-image-in-linux-before-burning/</link>
		<comments>http://askbahar.com/2008/05/17/verify-iso-image-in-linux-before-burning/#comments</comments>
		<pubDate>Sat, 17 May 2008 10:24:19 +0000</pubDate>
		<dc:creator>Habib Ullah Bahar</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[vmware player]]></category>

		<guid isPermaLink="false">http://askbahar.wordpress.com/?p=29</guid>
		<description><![CDATA[<p>There is no nice or 100% effective fast way to verify an <a title="ISO image in Wikipedia" href="http://en.wikipedia.org/wiki/Iso_image" target="_blank">ISO image</a> of any OS [normally *INX based OS] without installing. But there are several ways one can test the ISO image. If the test(s) are successful, there is a high (to me which is almost 100% [...]]]></description>
			<content:encoded><![CDATA[<p>There is no nice or 100% effective fast way to verify an <a title="ISO image in Wikipedia" href="http://en.wikipedia.org/wiki/Iso_image" target="_blank">ISO image</a> of any OS [normally *INX based OS] without installing. But there are several ways one can test the ISO image. If the test(s) are successful, there is a high (to me which is almost 100% <img src='http://askbahar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) probability, that the ISO is perfect to be burned in a CD or DVD which one is desirable.</p>
<p><span id="more-29"></span></p>
<ul>
<li>After downlaoding an ISO from any source, you must validate the SH1SUM or MD5SUM which one is required in your case to verify the security and integrity of your ISO.</li>
<li>You can manually mount the ISO image to check its content when you are in Linux using the code
<pre>su -c 'mount -o loop -t iso9660 &lt;isofilename&gt; &lt;mountpoint&gt;</pre>
</li>
<li>You can use <a href="https://www.vmware.com/products/player/" target="_blank">VMware Player</a> to boot your ISO image, even you can install it as a virtual OS in Linux. With this free software, you can not only verify the image but you can also test the installation without changing your current installation of Linux. Download it from <a title="Download VMware Player" href="https://www.vmware.com/download/player/" target="_blank">here</a>.</li>
</ul>
<p>Some useful links about the topic:</p>
<ul>
<li><a href="http://fedoraproject.org/en/verify" target="_self">http://fedoraproject.org/en/verify</a></li>
<li><a href="http://www.ubuntugeek.com/how-to-install-ubuntu-linux-from-usb-stick.html" target="_self">http://www.ubuntugeek.com/how-to-install-ubuntu-linux-from-usb-stick.html</a></li>
<li><a href="http://en.opensuse.org/Download_Help" target="_self">http://en.opensuse.org/Download_Help</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://askbahar.com/2008/05/17/verify-iso-image-in-linux-before-burning/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

