<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Dushan888- Technology &#38; FOSS for Humans &#187; Technical</title>
	<atom:link href="http://dushan888.wordpress.com/category/technical/feed/" rel="self" type="application/rss+xml" />
	<link>http://dushan888.wordpress.com</link>
	<description>Technology &#38; FOSS for Humans!</description>
	<lastBuildDate>Fri, 25 Dec 2009 15:27:07 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='dushan888.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/8261350af7612de99794c0b1aa067da4?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Dushan888- Technology &#38; FOSS for Humans &#187; Technical</title>
		<link>http://dushan888.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dushan888.wordpress.com/osd.xml" title="Dushan888- Technology &amp; FOSS for Humans" />
		<item>
		<title>Setting up a LAMP Server</title>
		<link>http://dushan888.wordpress.com/2009/12/18/setting-up-a-lamp-server/</link>
		<comments>http://dushan888.wordpress.com/2009/12/18/setting-up-a-lamp-server/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 09:14:10 +0000</pubDate>
		<dc:creator>Dushi</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[APACHE]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Linux mint 7 gloria]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[web developing]]></category>

		<guid isPermaLink="false">http://dushan888.wordpress.com/?p=407</guid>
		<description><![CDATA[This post is to help the people who is willing to try out web technologies using LAMP. I think it will be more helpful to do a brief on &#8216;what is LAMP?&#8217;
LAMP represents the open source web platform. Its a portion of 4 resources
L &#8211; Linux (any distribution of gnu/linux).
A &#8211; Apache ( web server).
M [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dushan888.wordpress.com&blog=3513735&post=407&subd=dushan888&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This post is to help the people who is willing to try out web technologies using LAMP. I think it will be more helpful to do a brief on &#8216;what is LAMP?&#8217;</p>
<p><span style="color:red;">LAMP</span> represents the open source web platform. Its a portion of 4 resources<br />
<span style="color:red;">L</span> &#8211; Linux (any distribution of gnu/linux).<br />
<span style="color:red;">A</span> &#8211; Apache ( web server).<br />
<span style="color:red;">M</span> &#8211; MySQL (relational database management system).<br />
<span style="color:red;">P</span> &#8211; either Perl,Python or PHP (OO scripting language).<br />
In this tutorial I&#8217;m using Linux Mint 7 Gloria, Apache2, MySQL and PHP5.</p>
<p><span style="color:#009999;">Step 01 →</span> update your system&#8217;s package repository. So you can get the latest versions of available resources.</p>
<p style="text-align:center;"><strong>apt-get update</strong></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --><font color="#009999">Step 02 →</font> download and install Apache web server</p>
<p style="text-align:center;"><strong>apt-get apache2</strong></p>
<p style="text-align:left;">To check what the web server is running without any problems type &#8216;<strong>http://localhost</strong>&#8216; on your browser. If no problems, then it will give a test output as follows,</p>
<p style="text-align:left;">
<div id="attachment_409" class="wp-caption aligncenter" style="width: 470px"><a href="http://dushan888.files.wordpress.com/2009/12/p31.png"><img class="size-full wp-image-409" title="http://localhost" src="http://dushan888.files.wordpress.com/2009/12/p31.png?w=460&#038;h=123" alt="http://localhost" width="460" height="123" /></a><p class="wp-caption-text">http://localhost</p></div>
<p style="text-align:left;"><span style="color:#009999;">Step 03 →</span> get PHP and its dependencies.</p>
<p style="text-align:center;"><strong>apt-get install php5 libapache2-mod-php5</strong></p>
<p style="text-align:left;">after installing php you have to restart apache web server as follows,</p>
<p style="text-align:center;"><strong>/etc/init.d/apache2 restart</strong></p>
<p style="text-align:left;"><font color="#009999">Step 04 →</font> Now you need to make sure that PHP and Apache is working fine together. To do that use the following test php scrip and save it as phpinfo.php in server root(/var/www/).</p>
<p style="text-align:left;">
<div id="attachment_410" class="wp-caption aligncenter" style="width: 343px"><a href="http://dushan888.files.wordpress.com/2009/12/p5.png"><img class="size-full wp-image-410" title="phpinfo.php" src="http://dushan888.files.wordpress.com/2009/12/p5.png?w=333&#038;h=109" alt="phpinfo.php" width="333" height="109" /></a><p class="wp-caption-text">phpinfo.php</p></div>
<p style="text-align:left;">Then call the script through the web browser. The URL should be like this,<strong> http://localhost/phpinfo.php</strong> . Then it should show all PHP configuration settings in a coloured table.</p>
<p style="text-align:left;"><font color="#009999">Step 05 →</font>  get MySQL</p>
<p style="text-align:center;"><strong>apt-get install mysql-server</strong></p>
<p style="text-align:left;">During the installation you will get a package configuration screen. Set root password for MySQl carefully. If you didn&#8217;t get that screen set password for MySQl manually,</p>
<p style="text-align:left;"><strong>mysql -u root<br />
mysql&gt; SET PASSWORD FOR &#8216;root&#8217;@'localhost&#8217; = PASSWORD(&#8216;user_pass_word&#8217;);</strong></p>
<p style="text-align:left;"><font color="#009999">Step 06 →</font> PhpMyAdmin installation</p>
<p style="text-align:left;">PhpMyAdmin is a web based free graphical database management and MySQL administration tool. This tool  makes all the MySQL database operations easy. Such as creating tables, creating databases inserting values, deleting values and lot more.</p>
<p style="text-align:center;"><strong>apt-get install phpmyadmin</strong></p>
<p style="text-align:left;">during its installation it will ask what server to use. Apache or apache2 ? Select apache2 . Then it will prompt you to set a password for phpmyadmin. Done! To use Phpmyadmin type <strong>http://localhost/phpmyadmin</strong> on your browser.</p>
<p style="text-align:left;">
<div id="attachment_411" class="wp-caption aligncenter" style="width: 422px"><a href="http://dushan888.files.wordpress.com/2009/12/p6.png"><img class="size-full wp-image-411" title="PhpMyAdmin" src="http://dushan888.files.wordpress.com/2009/12/p6.png?w=412&#038;h=288" alt="PhpMyAdmin" width="412" height="288" /></a><p class="wp-caption-text">PhpMyAdmin</p></div>
<p style="text-align:left;">Congrats! Your LAMP system is ready to do extraordinary things for you. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p style="text-align:left;"><font color="#9966CC">Note: all the command line actions above are held as &#8216;root&#8217;.</font></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dushan888.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dushan888.wordpress.com/407/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dushan888.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dushan888.wordpress.com/407/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dushan888.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dushan888.wordpress.com/407/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dushan888.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dushan888.wordpress.com/407/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dushan888.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dushan888.wordpress.com/407/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dushan888.wordpress.com&blog=3513735&post=407&subd=dushan888&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dushan888.wordpress.com/2009/12/18/setting-up-a-lamp-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cc9ef6d86394a37e85e624071a8e34c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Dushi</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/12/p31.png" medium="image">
			<media:title type="html">http://localhost</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/12/p5.png" medium="image">
			<media:title type="html">phpinfo.php</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/12/p6.png" medium="image">
			<media:title type="html">PhpMyAdmin</media:title>
		</media:content>
	</item>
		<item>
		<title>Compressing and Archiving</title>
		<link>http://dushan888.wordpress.com/2009/06/28/comprising-and-archiving/</link>
		<comments>http://dushan888.wordpress.com/2009/06/28/comprising-and-archiving/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 15:00:33 +0000</pubDate>
		<dc:creator>Dushi</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[bz2]]></category>
		<category><![CDATA[bzip]]></category>
		<category><![CDATA[gz]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[how to archive]]></category>
		<category><![CDATA[how to compress]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[making taballs]]></category>
		<category><![CDATA[tar]]></category>

		<guid isPermaLink="false">http://dushan888.wordpress.com/?p=384</guid>
		<description><![CDATA[
&#8216;.tar&#8217;, &#8216;.gz&#8217;, &#8216;.tar.gz&#8217;, &#8216;.bz2&#8242;, &#8216;tar.bz2&#8242;, &#8216;.zip&#8217;. What are these strange extensions? Mostly you ll think these are all compressed files. But its better to understand exactly what these are. And why do we need them.

According to above extensions some are for compressed and some tells that they are archived.

Compressing

In linux/unix environment there are 2 main [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dushan888.wordpress.com&blog=3513735&post=384&subd=dushan888&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;text-align:left;">&#8216;.tar&#8217;, &#8216;.gz&#8217;, &#8216;.tar.gz&#8217;, &#8216;.bz2&#8242;, &#8216;tar.bz2&#8242;, &#8216;.zip&#8217;. What are these strange extensions? Mostly you ll think these are all compressed files. But its better to understand exactly what these are. And why do we need them.</p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;text-align:left;">According to above extensions some are for compressed and some tells that they are archived.</p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;text-align:left;"><strong>Compressing</strong></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">In linux/unix environment there are 2 main compression algorithms. They are &#8216;gzip&#8217; and &#8216;bzip&#8217;. The difference of &#8216;bzip&#8217; from &#8216;gzip&#8217; is that &#8216;bzip&#8217; is more capable of making smaller files than &#8216;gzip&#8217;. But &#8216;bzip&#8217; consumes much more memory and takes time.</p>
<p style="margin-bottom:0;"><strong>Howto bzip:</strong></p>
<p style="margin-bottom:0;">as usual open up your favorite terminal/konsole <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  . Then follow the commands. I m having 4 files inside /home/dushi/test directory.</p>
<p style="margin-bottom:0;">
<div id="attachment_385" class="wp-caption alignleft" style="width: 373px"><img class="size-full wp-image-385" title="ls" src="http://dushan888.files.wordpress.com/2009/06/pic1.png?w=363&#038;h=20" alt="ls" width="363" height="20" /><p class="wp-caption-text">ls</p></div>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">now im gona compress file1.txt using bzip2.</p>
<p style="margin-bottom:0;">
<div id="attachment_386" class="wp-caption alignright" style="width: 328px"><img class="size-full wp-image-386" title="bzip2" src="http://dushan888.files.wordpress.com/2009/06/pic2.png?w=318&#038;h=24" alt="bzip2" width="318" height="24" /><p class="wp-caption-text">bzip2</p></div>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">Thats all. Now &#8216;file1.txt&#8217; is replaced by &#8216;file1.txt.bz2&#8242; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">Lets decompress that newly compressed file back to &#8216;file1.txt&#8217;.</p>
<p style="margin-bottom:0;">
<div id="attachment_387" class="wp-caption alignleft" style="width: 370px"><img class="size-full wp-image-387" title="bzip2 -d" src="http://dushan888.files.wordpress.com/2009/06/pic4.png?w=360&#038;h=23" alt="bzip2 -d" width="360" height="23" /><p class="wp-caption-text">bzip2 -d</p></div>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">it will decompress the &#8216;.bz2&#8242; file into its originals.</p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;"><strong>Howto gzip:</strong></p>
<p style="margin-bottom:0;">
<div id="attachment_389" class="wp-caption alignright" style="width: 304px"><img class="size-full wp-image-389" title="gzip" src="http://dushan888.files.wordpress.com/2009/06/pic51.png?w=294&#038;h=20" alt="gzip" width="294" height="20" /><p class="wp-caption-text">gzip</p></div>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">same as above its really simple. I&#8217;m gona compress &#8216;file2.txt&#8217; using &#8216;gzip&#8217;. it gives &#8216;file2.txt.gz&#8217;.</p>
<p style="margin-bottom:0;">
<div id="attachment_390" class="wp-caption alignleft" style="width: 353px"><img class="size-full wp-image-390" title="gzip -d" src="http://dushan888.files.wordpress.com/2009/06/pic6.png?w=343&#038;h=21" alt="gzip -d" width="343" height="21" /><p class="wp-caption-text">gzip -d</p></div>
<p style="margin-bottom:0;">use -d to decompress.</p>
<p style="margin-bottom:0;">
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;"><strong>Archiving</strong></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">The &#8216;.tar&#8217; format is the most common archive format in linux/unix environment. They are mostly called as tarballs. Archives are not compressed files. It combines one or more files into a single file. The idea is to achieve easier storage and transportation. Specially	in web.</p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;"><strong>Howto archive:</strong></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">lets go back into my /home/dushi/test/ directory again.</p>
<p style="margin-bottom:0;">
<div id="attachment_391" class="wp-caption aligncenter" style="width: 414px"><img class="size-full wp-image-391" title="ls" src="http://dushan888.files.wordpress.com/2009/06/pic7.png?w=404&#038;h=21" alt="ls" width="404" height="21" /><p class="wp-caption-text">ls</p></div>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">There are 4 files. Two compressed files and two normal text files. Lets archive them all into &#8216;MyArchive.tar&#8217; .</p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">
<div id="attachment_393" class="wp-caption aligncenter" style="width: 562px"><img class="size-full wp-image-393" title="tar -cf" src="http://dushan888.files.wordpress.com/2009/06/pic81.png?w=552&#038;h=60" alt="tar -cf" width="552" height="60" /><p class="wp-caption-text">tar -cf</p></div>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">from about cmd makes a tarball as  &#8216;MyArchive.tar&#8217; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  . To extract files from it ,</p>
<p style="margin-bottom:0;">
<div id="attachment_394" class="wp-caption aligncenter" style="width: 365px"><img class="size-full wp-image-394" title="tar -xf" src="http://dushan888.files.wordpress.com/2009/06/pic9.png?w=355&#038;h=50" alt="tar -xf" width="355" height="50" /><p class="wp-caption-text">tar -xf</p></div>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">Thats all u should know <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   for  more options refer,</p>
<p style="margin-bottom:0;">$<strong>man tar</strong></p>
<p style="margin-bottom:0;">$<strong>man gzip</strong></p>
<p style="margin-bottom:0;text-align:center;">adios</p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dushan888.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dushan888.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dushan888.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dushan888.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dushan888.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dushan888.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dushan888.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dushan888.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dushan888.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dushan888.wordpress.com/384/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dushan888.wordpress.com&blog=3513735&post=384&subd=dushan888&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dushan888.wordpress.com/2009/06/28/comprising-and-archiving/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cc9ef6d86394a37e85e624071a8e34c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Dushi</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/06/pic1.png" medium="image">
			<media:title type="html">ls</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/06/pic2.png" medium="image">
			<media:title type="html">bzip2</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/06/pic4.png" medium="image">
			<media:title type="html">bzip2 -d</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/06/pic51.png" medium="image">
			<media:title type="html">gzip</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/06/pic6.png" medium="image">
			<media:title type="html">gzip -d</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/06/pic7.png" medium="image">
			<media:title type="html">ls</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/06/pic81.png" medium="image">
			<media:title type="html">tar -cf</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/06/pic9.png" medium="image">
			<media:title type="html">tar -xf</media:title>
		</media:content>
	</item>
		<item>
		<title>Tips and Tricks I use in Firefox</title>
		<link>http://dushan888.wordpress.com/2009/05/27/tips-and-tricks-i-use-in-friefox/</link>
		<comments>http://dushan888.wordpress.com/2009/05/27/tips-and-tricks-i-use-in-friefox/#comments</comments>
		<pubDate>Wed, 27 May 2009 14:46:35 +0000</pubDate>
		<dc:creator>Dushi</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[about:config]]></category>
		<category><![CDATA[dushi]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox hacks]]></category>
		<category><![CDATA[firefox tips]]></category>
		<category><![CDATA[firefox tricks]]></category>

		<guid isPermaLink="false">http://dushan888.wordpress.com/?p=340</guid>
		<description><![CDATA[I like Firefox a lot. Because its really user friendly,and secure. it kept me browsing  for about a year I think. And still I use it to snoop into cyberspace. Love it. But not 3.0.10. it has lots of bugs.3.0.2 comes in handy.  Ok cut that crap. I thought to share the things what I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dushan888.wordpress.com&blog=3513735&post=340&subd=dushan888&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div id="attachment_341" class="wp-caption alignleft" style="width: 232px"><img class="size-full wp-image-341" title="firefox" src="http://dushan888.files.wordpress.com/2009/05/firefox-logo.jpg?w=222&#038;h=249" alt="firefox" width="222" height="249" /><p class="wp-caption-text">firefox</p></div>
<p>I like Firefox a lot. Because its really user friendly,and secure. it kept me browsing  for about a year I think. And still I use it to snoop into cyberspace. Love it. But not 3.0.10. it has lots of bugs.3.0.2 comes in handy.  Ok cut that crap. I thought to share the things what I know about firefox, the things I use for my daily browsing.</p>
<p>01.Making icons small to get more screen space</p>
<p>View &#8211;&gt; Toolbars &#8211;&gt; Customize &#8211;&gt; Use Small icons</p>
<p>02.Some common shortcuts</p>
<ul>
<li>F5  &#8211;&gt; reload page</li>
<li>Alt  + Home    &#8211;&gt; go to home page</li>
<li>Ctrl + W    &#8211;&gt;Close present tab</li>
<li>Ctrl + N   &#8211;&gt; open a new browser</li>
<li>Shift + Spacebar    &#8211;&gt;  scroll up</li>
<li>Spacebar   &#8211;&gt; scroll down</li>
<li>Ctrl + L   &#8211;&gt; go to address bar</li>
<li>Ctrl + K   &#8211;&gt;go to search box</li>
<li>Ctrl + +   &#8211;&gt;zoom in</li>
<li>Ctrl + -   &#8211;&gt; zoom out</li>
<li>Ctrl + T  &#8211;&gt; new tab</li>
<li>Ctrl + D   &#8211;&gt;book mark this page</li>
</ul>
<p>03.Navigate between tabs</p>
<ul>
<li>Ctrl + Tab   &#8211;&gt; navigate forward among tabs</li>
<li>Ctrl + Shift + Tab &#8211;&gt;go to previous tab</li>
<li>Ctrl + 1-9 &#8211;&gt;go to corresponding numbered tab</li>
</ul>
<p>04.Some cool mouse tricks</p>
<ul>
<li>Middle click on a tab &#8211;&gt; closes tab</li>
<li>Middle click on a link &#8211;&gt; opens in a new tab</li>
<li>Shift + scroll up &#8211;&gt; go to next page</li>
<li>Shift + scroll down  &#8211;&gt; go to previous page</li>
</ul>
<p>05.Auto Complete</p>
<p>I really like this shortcut! Go to address bar by pressing Ctrl + L then type &#8216;Wikipedia&#8217;. Yes without the www and com. Now press Ctrl + Enter. Wow it automatically filled &#8216;www.&#8217; and &#8216;.com&#8217;. Like that you can use,</p>
<ul>
<li>Shift + Enter for &#8216;.net&#8217;</li>
<li>Ctrl + Shift + Enter for &#8216;.org&#8217;</li>
</ul>
<p>Awesome huh!</p>
<p>These are just basic tips. Now lets go little deeper. Hacking ‘<em>about:confin</em>’ is the coolest part. This ‘<em>about:config</em>’ contains all the configuration settings of Firefox. So you should be more careful when handling it.</p>
<p>Accessing ‘<em>about:config</em>’ page  –  type &#8216;<strong><em>about:config</em></strong>&#8216; in the address bar. Yes make that promise! and here we go&#8230;.</p>
<div id="attachment_342" class="wp-caption aligncenter" style="width: 544px"><img class="size-full wp-image-342" title="about:config" src="http://dushan888.files.wordpress.com/2009/05/p1.png?w=534&#038;h=155" alt="about:config" width="534" height="155" /><p class="wp-caption-text">about:config</p></div>
<p>These are the configuration entries of <em>about:config</em>. You can filter them by entering the key words in the &#8216;Filter&#8217; field. All fields can be updated with double clicking on them. Ok lets do some work&#8230;</p>
<p>[1]  Control RAM usage</p>
<p>If you&#8217;re having low amount of memory in your PC, this option will be useful. Filter &#8216;<em>browser.cache</em>&#8216;. Double click on <em>&#8216;browser.cache.disk.capacity</em>&#8216;. The default value will be 50000. If you’re having between 512MB and 1GB of ram, 15000 would be fine.</p>
<div id="attachment_343" class="wp-caption aligncenter" style="width: 520px"><img class="size-full wp-image-343" title="browser.cache.disk.capacity" src="http://dushan888.files.wordpress.com/2009/05/p2.png?w=510&#038;h=21" alt="browser.cache.disk.capacity" width="510" height="21" /><p class="wp-caption-text">browser.cache.disk.capacity</p></div>
<p>[2]  Reduce RAM usage further when the browser is minimized.</p>
<p>In &#8216;<em>about:config</em>&#8216; right-click anywhere. Then select new boolean. Name it as &#8216;<em>config.trim_on_minimize</em>&#8216; and set it to true. Finally restart the browser.</p>
<p>[3]   Disable Antivirus Scanning</p>
<p>This is for windows users. By default Firefox 3 scans all the downloads with the default antivirus software for your protection. But how ever this will reduce your speed (when the file is big). If u want to stop that (but better f you can keep it) edit the following,</p>
<p><em>&#8216;browser.download.manager.scanWhenDone&#8217; </em>and modify its value into False.</p>
<div id="attachment_344" class="wp-caption aligncenter" style="width: 511px"><img class="size-full wp-image-344" title="browser.download.manager.scanWhenDone" src="http://dushan888.files.wordpress.com/2009/05/p3.png?w=501&#038;h=29" alt="browser.download.manager.scanWhenDone" width="501" height="29" /><p class="wp-caption-text">browser.download.manager.scanWhenDone</p></div>
<p>[4]   Handling spell checking in all text fields</p>
<p>Filter &#8216;<em>layout.spellcheckDefault&#8217;. </em>By default the value is 1.</p>
<div id="attachment_345" class="wp-caption aligncenter" style="width: 481px"><img class="size-full wp-image-345" title="layout.spellcheckDefault" src="http://dushan888.files.wordpress.com/2009/05/p4.png?w=471&#038;h=26" alt="layout.spellcheckDefault" width="471" height="26" /><p class="wp-caption-text">layout.spellcheckDefaul</p></div>
<p><em> </em>You can change it into following value</p>
<ul>
<li>1 &#8211; spell checker for multi-lines text boxes only.</li>
<li> 2 – enable the spell checker for all text boxes.</li>
<li> 0 – disable the spell checker.</li>
</ul>
<p>[5] Open Search Box Results In New Tab</p>
<p>Filter into <strong> </strong>&#8216;<em>browser.search.openintab</em><strong>&#8216;. </strong>By default its value is false, tells to display the search results in the same window. Make it into &#8216;true&#8217;. Then the search results will show in a new tab.</p>
<p>[6] Configure Backspace Button</p>
<p>I like my browser takes me to the previous page when  press  &#8216;backspace&#8217;. Make it your own<strong>. </strong>Fined<strong> </strong><strong> </strong><em>&#8216;browser.backspace_action&#8217;.</em><strong><em> </em></strong>You can have 3 options,</p>
<ul>
<li>0– go back previous page</li>
<li>1-page up</li>
<li>2-does nothing (default case)</li>
</ul>
<p>[7] Autohide Toolbar in Fullscreen mode<em> </em></p>
<p><em>&#8216;</em><em>browser.fullscreen.autohide</em> &#8216; this config decides whether to show the tool bar or not in fullscrean.  True – always auto hide and False &#8211; always show.</p>
<p>[8] Configuring the Scrolling Tabs</p>
<p>When you open many tabs a scrolling bar will show up.</p>
<div id="attachment_352" class="wp-caption aligncenter" style="width: 397px"><img class="size-full wp-image-352" title="Configuring the Scrolling Tabs" src="http://dushan888.files.wordpress.com/2009/05/p5.png?w=387&#038;h=61" alt="Configuring the Scrolling Tabs" width="387" height="61" /><p class="wp-caption-text">Configuring the Scrolling Tabs</p></div>
<p><strong> </strong>And you can use it to find your tabs. Instead of that, you can change the tab width or else make it &#8216;0&#8242; so that scroll bar will never show up. It’s very easy for me to find what I wanted because every thing is in a single frame. Filter into &#8216;<em>browser.tabs.tabMinWidth</em>&#8216; and change the default 100px for your choice.</p>
<p>[9] <strong> </strong>Show/Disable Close button on Tabs</p>
<p>Maybe you would like to have close buttons for your choice. It’s possible with &#8216;<em>browser.tabs.closeButtons</em>&#8216; config. The following options are available,</p>
<ul>
<li>0 &#8211; display the close button on the active tab (what I m using)</li>
<li> 1 &#8211; display on all tabs(default)</li>
<li> 2 -  don&#8217;t display any close buttons</li>
<li> 3 &#8211; display a single close button at the end of the tab strip</li>
</ul>
<div id="attachment_354" class="wp-caption aligncenter" style="width: 380px"><img class="size-full wp-image-354" title="Show/Disable Close button on Tabs" src="http://dushan888.files.wordpress.com/2009/05/p6.png?w=370&#038;h=30" alt="Show/Disable Close button on Tabs" width="370" height="30" /><p class="wp-caption-text">Show/Disable Close button on Tabs</p></div>
<p>[10]<strong> </strong>speed up Firefox</p>
<p>These setting are for people who use broadband connections like me. They really work. Helps to optimize your browsing speed. You can also give a shot and see.</p>
<p>Config name: <em>network.http.max-connections</em><br />
Default: <em>30</em><br />
Modified value: <em>96</em></p>
<p>Config name: <em>network.http.pipelining</em><br />
Default: <em>False</em><br />
Modified value: <em>True</em></p>
<p>Config name: <em>network.http.pipelining.maxrequests<br />
</em>Default: <em>4</em><br />
Modified value: <em>any value higher than 4, but not more than 8 </em></p>
<p>Config name: <em>network.http.max-connections-per-server</em><br />
Default: <em>15</em><br />
Modified value: <em>32</em></p>
<p>Config name: <em>network.http.proxy.pipelining</em><br />
Default: <em>False</em><br />
Modified value: <em>True</em></p>
<p>So these are some of the thing which I use for my daily browsing. It’s really helps me. There are so much other things too. I’m leaving them you to find out. Enjoy the tricks+hacks.</p>
<p style="text-align:center;">Adios</p>
<p><strong> </strong><strong> </strong></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dushan888.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dushan888.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dushan888.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dushan888.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dushan888.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dushan888.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dushan888.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dushan888.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dushan888.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dushan888.wordpress.com/340/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dushan888.wordpress.com&blog=3513735&post=340&subd=dushan888&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dushan888.wordpress.com/2009/05/27/tips-and-tricks-i-use-in-friefox/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cc9ef6d86394a37e85e624071a8e34c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Dushi</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/05/firefox-logo.jpg" medium="image">
			<media:title type="html">firefox</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/05/p1.png" medium="image">
			<media:title type="html">about:config</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/05/p2.png" medium="image">
			<media:title type="html">browser.cache.disk.capacity</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/05/p3.png" medium="image">
			<media:title type="html">browser.download.manager.scanWhenDone</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/05/p4.png" medium="image">
			<media:title type="html">layout.spellcheckDefault</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/05/p5.png" medium="image">
			<media:title type="html">Configuring the Scrolling Tabs</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/05/p6.png" medium="image">
			<media:title type="html">Show/Disable Close button on Tabs</media:title>
		</media:content>
	</item>
		<item>
		<title>Command Line Package Management [Debian Based]</title>
		<link>http://dushan888.wordpress.com/2009/05/06/command-line-package-management-debian-based/</link>
		<comments>http://dushan888.wordpress.com/2009/05/06/command-line-package-management-debian-based/#comments</comments>
		<pubDate>Wed, 06 May 2009 17:00:20 +0000</pubDate>
		<dc:creator>Dushi</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[dushan888]]></category>
		<category><![CDATA[dushi]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux package management]]></category>

		<guid isPermaLink="false">http://dushan888.wordpress.com/?p=330</guid>
		<description><![CDATA[you can use &#8216;apt-get&#8217; tool to manage packages via the CLI instead of using the GUI. &#8216;apt-get&#8217; can be used to install and uninstall packages as we needed. For your convenience Im going to introduce another CLI tool , &#8216;dpkg&#8217;. Most of  you may already have useded it.
Installing a program:
system will check the repositories [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dushan888.wordpress.com&blog=3513735&post=330&subd=dushan888&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>you can use &#8216;apt-get&#8217; tool to manage packages via the CLI instead of using the GUI. &#8216;apt-get&#8217; can be used to install and uninstall packages as we needed. For your convenience Im going to introduce another CLI tool , &#8216;dpkg&#8217;. Most of  you may already have useded it.</p>
<p><strong>Installing a program</strong>:</p>
<div id="attachment_329" class="wp-caption aligncenter" style="width: 405px"><img class="size-full wp-image-329" title="apt-get install" src="http://dushan888.files.wordpress.com/2009/05/1.png?w=395&#038;h=20" alt="apt-get install" width="395" height="20" /><p class="wp-caption-text">apt-get install</p></div>
<p>system will check the repositories and install it into the pc from a desired place. By default it will connect your PC to a FTP server and download the required package and its dependencies, then install. This method is highly effective for a good installation.</p>
<p>If you want to install a package which is already saved in your pc,</p>
<div id="attachment_331" class="wp-caption aligncenter" style="width: 388px"><img class="size-full wp-image-331" title="dpkg -i" src="http://dushan888.files.wordpress.com/2009/05/2.png?w=378&#038;h=23" alt="dpkg -i" width="378" height="23" /><p class="wp-caption-text">dpkg -i</p></div>
<p>At times you have to download the package source code/binaries and compile it then install. To do that go in to that folder and follow the following steps,</p>
<p>#./configure<br />
#make<br />
#make install</p>
<p><strong>Uninstalling a program:</strong></p>
<p>same tools again!</p>
<div id="attachment_332" class="wp-caption aligncenter" style="width: 240px"><img class="size-full wp-image-332" title="dpkg --list" src="http://dushan888.files.wordpress.com/2009/05/3.png?w=230&#038;h=22" alt="dpkg --list" width="230" height="22" /><p class="wp-caption-text">dpkg --list</p></div>
<p>using the above code you can get a list of installed programs.You can use &#8216;apt-get&#8217; as shown bellow to remove programs,</p>
<div id="attachment_334" class="wp-caption aligncenter" style="width: 400px"><img class="size-full wp-image-334" title="apt-get remove" src="http://dushan888.files.wordpress.com/2009/05/41.png?w=390&#038;h=23" alt="apt-get remove" width="390" height="23" /><p class="wp-caption-text">apt-get remove</p></div>
<p>when after performing an &#8216;apt-get install&#8217;, by experience you ll understand that its installing  also other packages as dependencies. We can also remove a program with all its dependencies.</p>
<div id="attachment_335" class="wp-caption aligncenter" style="width: 465px"><img class="size-full wp-image-335" title="apt-get --purge" src="http://dushan888.files.wordpress.com/2009/05/5.png?w=455&#038;h=24" alt="apt-get --purge" width="455" height="24" /><p class="wp-caption-text">apt-get --purge</p></div>
<p style="text-align:center;">these are the basics of Linux file management via CLI. Feel free to experiment the commands and rediscover the CLI.<br />
&#8230;&#8230;&#8230;&#8230;&#8230;..enjoy&#8230;&#8230;&#8230;&#8230;&#8230;.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dushan888.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dushan888.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dushan888.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dushan888.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dushan888.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dushan888.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dushan888.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dushan888.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dushan888.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dushan888.wordpress.com/330/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dushan888.wordpress.com&blog=3513735&post=330&subd=dushan888&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dushan888.wordpress.com/2009/05/06/command-line-package-management-debian-based/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cc9ef6d86394a37e85e624071a8e34c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Dushi</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/05/1.png" medium="image">
			<media:title type="html">apt-get install</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/05/2.png" medium="image">
			<media:title type="html">dpkg -i</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/05/3.png" medium="image">
			<media:title type="html">dpkg --list</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/05/41.png" medium="image">
			<media:title type="html">apt-get remove</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/05/5.png" medium="image">
			<media:title type="html">apt-get --purge</media:title>
		</media:content>
	</item>
		<item>
		<title>Airtel HSDPA [Sri Lanka]</title>
		<link>http://dushan888.wordpress.com/2009/04/18/airtel-hsdpa-sri-lanka/</link>
		<comments>http://dushan888.wordpress.com/2009/04/18/airtel-hsdpa-sri-lanka/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 10:20:28 +0000</pubDate>
		<dc:creator>Dushi</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Airtel]]></category>
		<category><![CDATA[Airtel HSDPA settings]]></category>
		<category><![CDATA[airtel sri lanka]]></category>
		<category><![CDATA[dushan888]]></category>
		<category><![CDATA[dushi]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://dushan888.wordpress.com/?p=322</guid>
		<description><![CDATA[Hi folks! Couldn’t write for about a month I think. But now I m back again with my Brand new HSDPA kit. Well HSDPA means speedy internet isn’t it? But I would have to say that life would be little more difficult and hard when you have Airtel HSDPA!
I’m using Airtel’s middle package. 600Rs per [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dushan888.wordpress.com&blog=3513735&post=322&subd=dushan888&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hi folks! Couldn’t write for about a month I think. But now I m back again with my Brand new HSDPA kit. Well HSDPA means speedy internet isn’t it? But I would have to say that life would be little more difficult and hard when you have Airtel HSDPA!</p>
<div id="attachment_323" class="wp-caption aligncenter" style="width: 360px"><img class="size-full wp-image-323" title="Airtel+e220" src="http://dushan888.files.wordpress.com/2009/04/airtel3.jpg?w=350&#038;h=298" alt="Airtel+e220" width="350" height="298" /><p class="wp-caption-text">Airtel+e220</p></div>
<p>I’m using Airtel’s middle package. 600Rs per month, 3 GB free download and 1Mb/s speed. Ya its worth. But the problem is there coverage. It sucks. Not totally. But mostly! I also brought a Huawei e220 modem from Dialog GSM. It’s in good shape after unlocking. Now they both working well. But as I mentioned early I m not satisfied about Airtel HSDPA coverage and their system. Usually when some one tries to connect to a network (as other service providers do) it detects the user and gives the required setting. Like its ‘APN’ and stuff. But Airtel isn’t capable of that. I didn’t get any HSDPA settings when I tried to connect them for the 1st time. So I had to have some calls to a friend (chanux) of mine requesting to google the setting. Luckily I didn’t call their customer care, because after some time I found that its something like fallen from the sky (<a href="http://www.fanaticzine.com/?p=76" target="_blank">more..</a>) . There APN was AirTelLive and I gave the access number as *99#. It worked! But first I got only GPRS signals. That’s because when the signal strength is low the modem software detects it and only allows the device to receive the most available signal type. If you are an Airtel data user this would be your ‘Frequently Faced Problem’.  To avoid this you can set the modem only to receive WCDMA/HSDPA signal frequencies. If you are also using an e220, go to Tools -&gt; options -&gt; Network and set the Network Type as WCDMA only. The handy thing is these setting are also being saved in the device. So Linux users like us don’t have to suffer thinking to find solutions to run the modem software in Linux.</p>
<p>So after doing some work now I’m receiving HSDPA signals. Now it only varies between WCDMA and HSDPA (no more GPRS). The signal strength is about 40% but it’s far better than having GPRS. Under 40% of signal strength I got hardly satisfied about my service provider. Also I didn’t find a way to detect my data usage over the month. It doesn’t matter if the Data package is unlimited. But there should be a way to detect it for limited users like us.  And have to say another thing! If you ever thinking to get support from Airtel’s website, then forget about it. Its totally Crap!</p>
<p style="text-align:center;">………………………Later……………………..</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dushan888.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dushan888.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dushan888.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dushan888.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dushan888.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dushan888.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dushan888.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dushan888.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dushan888.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dushan888.wordpress.com/322/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dushan888.wordpress.com&blog=3513735&post=322&subd=dushan888&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dushan888.wordpress.com/2009/04/18/airtel-hsdpa-sri-lanka/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cc9ef6d86394a37e85e624071a8e34c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Dushi</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/04/airtel3.jpg" medium="image">
			<media:title type="html">Airtel+e220</media:title>
		</media:content>
	</item>
		<item>
		<title>Hack the System [Windows XP]</title>
		<link>http://dushan888.wordpress.com/2009/03/23/hack-the-system-windows-xp/</link>
		<comments>http://dushan888.wordpress.com/2009/03/23/hack-the-system-windows-xp/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 02:13:35 +0000</pubDate>
		<dc:creator>Dushi</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[dushan888]]></category>
		<category><![CDATA[dushi]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hacking xp]]></category>

		<guid isPermaLink="false">http://dushan888.wordpress.com/?p=303</guid>
		<description><![CDATA[Well, this is a simple method to hack into other logins. But can be useful at times. 
Requirements:
è    Windows XP
è    Multiple User Logins 
è    Curiosity ;)  
è    50 seconds from your computing life  
 
Procedure:
è    Simply log in to your account.
è    Open up the command prompt.
è    Then type “net user”. You will get a list of all [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dushan888.wordpress.com&blog=3513735&post=303&subd=dushan888&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="NoSpacing" style="margin:0;"><span style="font-size:small;font-family:Calibri;">Well, this is a simple method to hack into other logins. But can be useful at times. </span></p>
<p class="NoSpacing" style="margin:0;"><span style="font-size:small;font-family:Calibri;">Requirements:</span></p>
<p class="NoSpacing" style="text-indent:-.25in;margin:0 0 0 .5in;"><span style="font-family:Wingdings;"><span><span style="font-size:small;">è</span><span style="font:7pt &quot;">    </span></span></span><span style="font-size:small;font-family:Calibri;">Windows XP</span></p>
<p class="NoSpacing" style="text-indent:-.25in;margin:0 0 0 .5in;"><span style="font-family:Wingdings;"><span><span style="font-size:small;">è</span><span style="font:7pt &quot;">    </span></span></span><span style="font-size:small;font-family:Calibri;">Multiple User Logins </span></p>
<p class="NoSpacing" style="text-indent:-.25in;margin:0 0 0 .5in;"><span style="font-family:Wingdings;"><span><span style="font-size:small;">è</span><span style="font:7pt &quot;">    </span></span></span><span style="font-size:small;font-family:Calibri;">Curiosity ;)  </span></p>
<p class="NoSpacing" style="text-indent:-.25in;margin:0 0 0 .5in;"><span style="font-family:Wingdings;"><span><span style="font-size:small;">è</span><span style="font:7pt &quot;">    </span></span></span><span style="font-size:small;font-family:Calibri;">50 seconds from your computing life <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </span></p>
<p class="NoSpacing" style="margin:0 0 0 .5in;"><span style="font-size:small;font-family:Calibri;"> </span></p>
<p class="NoSpacing" style="margin:0;"><span style="font-size:small;font-family:Calibri;">Procedure:</span></p>
<p class="NoSpacing" style="text-indent:-.25in;margin:0 0 0 .5in;"><span style="font-family:Wingdings;"><span><span style="font-size:small;">è</span><span style="font:7pt &quot;">    </span></span></span><span style="font-size:small;font-family:Calibri;">Simply log in to your account.</span></p>
<p class="NoSpacing" style="text-indent:-.25in;margin:0 0 0 .5in;"><span style="font-family:Wingdings;"><span><span style="font-size:small;">è</span><span style="font:7pt &quot;">    </span></span></span><span style="font-size:small;font-family:Calibri;">Open up the command prompt.</span></p>
<p class="NoSpacing" style="text-indent:-.25in;margin:0 0 0 .5in;"><span style="font-family:Wingdings;"><span><span style="font-size:small;">è</span><span style="font:7pt &quot;">    </span></span></span><span style="font-size:small;font-family:Calibri;">Then type “<strong>net user</strong>”. You will get a list of all users. </span></p>
<div id="attachment_304" class="wp-caption aligncenter" style="width: 568px"><img class="size-full wp-image-304" title="net user" src="http://dushan888.files.wordpress.com/2009/03/pic1.png?w=558&#038;h=222" alt="net user" width="558" height="222" /><p class="wp-caption-text">net user</p></div>
<p class="NoSpacing" style="text-indent:-.25in;margin:0 0 0 .5in;"><span style="font-family:Wingdings;"><span><span style="font-size:small;">è</span><span style="font:7pt &quot;">    </span></span></span><span style="font-size:small;font-family:Calibri;">Now type, </span></p>
<p class="NoSpacing" style="margin:0 0 0 .5in;"><span style="font-size:small;"><span style="font-family:Calibri;"><strong>net user </strong><span> </span>“<strong>user name to be hacked</strong>” <strong>*</strong></span></span></p>
<p class="NoSpacing" style="text-indent:-.25in;margin:0 0 0 .5in;"><span style="font-family:Wingdings;"><span><span style="font-size:small;">è</span><span style="font:7pt &quot;">    </span></span></span><span style="font-size:small;font-family:Calibri;">Then it’ll ask you to enter a password. Remember, the things you type will not be viewed. Press enter, and then retype the password to confirm. </span></p>
<p class="NoSpacing" style="margin:0;"><span style="font-size:small;font-family:Calibri;">Now the existing password of other user is replaced by the password you entered.</span></p>
<p class="NoSpacing" style="margin:0 0 0 .5in;"><span style="font-size:small;font-family:Calibri;"> </span></p>
<p class="NoSpacing" style="margin:0 0 0 .5in;"><span style="font-size:small;font-family:Calibri;">*** If your account is a ‘limited’ one this method won’t work.</span></p>
<p class="NoSpacing" style="margin:0;"><span style="font-size:small;font-family:Calibri;">Get what you wanted and <strong>run for your life</strong>……… <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  <span>        </span>Happy Hacking.</span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dushan888.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dushan888.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dushan888.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dushan888.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dushan888.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dushan888.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dushan888.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dushan888.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dushan888.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dushan888.wordpress.com/303/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dushan888.wordpress.com&blog=3513735&post=303&subd=dushan888&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dushan888.wordpress.com/2009/03/23/hack-the-system-windows-xp/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cc9ef6d86394a37e85e624071a8e34c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Dushi</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/03/pic1.png" medium="image">
			<media:title type="html">net user</media:title>
		</media:content>
	</item>
		<item>
		<title>Configuring+Understanding &#8216;/etc/fstab&#8217;</title>
		<link>http://dushan888.wordpress.com/2009/02/17/configuringunderstanding-etcfstab/</link>
		<comments>http://dushan888.wordpress.com/2009/02/17/configuringunderstanding-etcfstab/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 02:23:14 +0000</pubDate>
		<dc:creator>Dushi</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[configure fstab]]></category>
		<category><![CDATA[dushi]]></category>
		<category><![CDATA[editing fstab]]></category>
		<category><![CDATA[fstab]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://dushan888.wordpress.com/?p=293</guid>
		<description><![CDATA[             If there are any Linux users who still have difficulties in accessing and mounting their hard drives and other storage media, hope this post will help them. fstab contains some of configuration info about your hard drives and partitions such as file system types and mount points. Sometimes because of its mis-configuration it gives [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dushan888.wordpress.com&blog=3513735&post=293&subd=dushan888&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>             If there are any Linux users who still have difficulties in accessing and mounting their hard drives and other storage media, hope this post will help them. fstab contains some of configuration info about your hard drives and partitions such as file system types and mount points. Sometimes because of its mis-configuration it gives headaches to user. So in a moment like that you should have to know to configure by our own. Before editing any of your configuration files remember to backup them as a habit. You can edit this file using any of your text editors but you need to have root privileges. Here I&#8217;m opening &#8216;fstab&#8217; config file using nano.</p>
<div id="attachment_291" class="wp-caption aligncenter" style="width: 285px"><img class="size-full wp-image-291" title="nano /etc/fstab" src="http://dushan888.files.wordpress.com/2009/02/pic12.png?w=275&#038;h=42" alt="nano /etc/fstab" width="275" height="42" /><p class="wp-caption-text">nano /etc/fstab</p></div>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">This is what I got&#8230;.. yep it seems like a shuffled puzzle for the first time!</span></p>
<p class="MsoNormal" style="margin:0;"> </p>
<div id="attachment_294" class="wp-caption aligncenter" style="width: 648px"><img class="size-full wp-image-294" title="My fstab looks shit!" src="http://dushan888.files.wordpress.com/2009/02/pic31.png?w=638&#038;h=239" alt="My fstab looks shit!" width="638" height="239" /><p class="wp-caption-text">My fstab looks shit!</p></div>
<p class="MsoNormal" style="margin:0;"> </p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times New Roman;"><span> </span>Let’s take a hand written example to make it clear. Then follow its explanation.</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">#etc/fstab: static file system information </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">#</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">#&lt;file system&gt; &lt;mount point&gt; &lt;type&gt; &lt;options&gt; &lt;dump&gt; &lt;pass&gt;</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">proc<span>                  </span>/proc<span>                </span>proc<span>   </span><span>   </span>defaults<span>    </span>0<span>                </span>0<span>           </span>#line1</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">/dev/hdb4<span>         </span>/<span>                       </span>ext3<span>      </span>defaults<span>     </span>1<span>                </span>1<span>           </span>#line2</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">/dev/hdb2<span>         </span>swap<span>                </span>swap<span>     </span>defaults<span>    </span>0<span>                </span>0<span>            </span>#line3</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">/dev/hdb3<span>         </span>/home<span>              </span>ext3<span>      </span>defaults<span>     </span>1<span>                </span>1<span>            </span>#line4 </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">/dev/hdb1<span>        </span>/media/hdb1<span>     </span>ext3<span>       </span>auto<span>          </span>0<span>                </span>0<span>           </span>#line5</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">/dev/hda1<span>        </span>/media/hda1<span>     </span>ntfs<span>        </span>defaults<span>     </span>0<span>           </span><span>    </span>0<span>           </span>#line6</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">/dev/scd0<span>        </span>/media/cdrom0 auto<span>       </span>ro,noauto,user,exec 0 0<span>          </span>#line7</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">/dev/fd0<span>          </span>/media/flopp0<span>   </span>auto<span>      </span>ro,noauto,user,sync 0 0<span>          </span>#line8</span></p>
<p class="MsoNormal" style="margin:0;"> </p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">::::::::::::: Explanation ::::::::::::</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;font-family:&quot;"><span style="font-family:Times New Roman;">1<sup>st</sup> and 2<sup>nd</sup> columns :: Its easy 1<sup>st</sup> explains the device and 2<sup>nd</sup> explains the mount point.</span></span></p>
<p class="MsoNormal" style="margin:0;"> </p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;font-family:&quot;"><span style="font-family:Times New Roman;">3<sup>rd</sup> column :: exlapins the &#8216;file system.&#8217;</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;font-family:&quot;"><span style="font-family:Times New Roman;"><span>            </span><span>       </span>As mentioned about it can be ext3, swap, ext2, reiserfx, vfat, ntfs or any other file system. Did you notice line two? Its something different. “<strong>proc</strong>” file system is a special file system used by the kernel to store hardware information. Some programs retrieve hardware info from this system. Most of the time proc file system will be a small space in your root partition.</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;font-family:&quot;"><span style="font-family:Times New Roman;"><span>                        </span>“<strong>auto</strong>” option is also used. Its not a file system. It simply means that the file system type is detected automatically. Media devices which vary its file system like cdroms and floppies can have this “auto” option.</span></span></p>
<div><span style="font-size:12pt;font-family:&quot;"></span></div>
<p><span style="font-size:12pt;font-family:&quot;"><span style="font-family:Times New Roman;"></p>
<p class="MsoNormal" style="margin:0;">4<sup>th</sup> column :: list all the mount options for the device or partition.</p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;font-family:&quot;"><span>            </span>Options should explain in detail. User can define more than one option using “,” to separate them. Here I m considering about only the most common options,</span></p>
<p> </p>
<p></span></span></p>
<div></div>
<p><span style="font-size:12pt;font-family:&quot;"></p>
<p class="MsoNormal" style="margin:0;"><strong>user</strong> and <strong>nouser </strong><span style="font-family:&quot;">→</span> “user” option allows normal users to mount the device. If you use “nouser” you should have to be root to mount it.</p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;font-family:&quot;">***Most of new Linux users tell that they can’t mount their windows partitions and other media types. The reason for that is “<strong>nouser</strong>” come in default. So new users, if you<span>  </span>have mounting problems feel free to open fstab and change the “nouser” option to “user”.</span></p>
<p> </p>
<p></span></p>
<div></div>
<p><span style="font-size:12pt;font-family:&quot;"></p>
<p class="MsoNormal" style="margin:0;"><strong>auto</strong> and <strong>noauto </strong><strong><span style="font-family:&quot;">→</span> </strong>“auto” option allows the device to mount automatically at the bootup. “noauto” option stops mounting the devices at the startup. But allows, mounting it manually after logged in.</p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;font-family:&quot;">***If you are new to <strong>Linux mint5 Elyssa</strong>, you would be facing to this problem. Some of your media devices are not mounted at the startup and if you want them to be, check your fstab file. Most of the times you want find any record/entries for this troublesome drives. So you should have to write them manually. And remember to set its mount option as “auto”.</span></p>
<p> </p>
<p></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;font-family:&quot;"><strong><span style="font-size:12pt;font-family:&quot;">ro </span><span style="font-size:12pt;font-family:&quot;">→</span></strong><span style="font-size:12pt;font-family:&quot;">mount the file system read-only</span></span></p>
<div><span style="font-size:12pt;font-family:&quot;"></span></div>
<p><span style="font-size:12pt;font-family:&quot;"><span style="font-size:12pt;font-family:&quot;"></p>
<p class="MsoNormal" style="margin:0;"><strong>rw</strong> <span style="font-family:&quot;">→</span> mount the file system read-write</p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;font-family:&quot;">***”ro” and “rw” can also give probs to new users because some times they cant writ into windows partitions and some times even into Linux partitions. So now you can understand how to solve that problem.</span></p>
<p> </p>
<p></span></span></p>
<div></div>
<p><span style="font-size:12pt;font-family:&quot;"></p>
<p class="MsoNormal" style="margin:0;"><strong>sync</strong> and <strong>async </strong><strong><span style="font-family:&quot;">→</span> </strong>defines how the input and output to the file system should be done. If it is “sync” it is done synchronously. If its “async” inputs and outputs are done asynchronously.</p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;font-family:&quot;"><span>            </span>Think about a file operation like coping some data into a floppy. If its set to “sync” the physical changes are made to the floppy at the same time. But if its “async” the physical changes are done after some time when copping commands are executed. Maybe changes will occur when you’re trying to unmount the floppy.</span></p>
<p> </p>
<p></span></p>
<p class="MsoNormal" style="margin:0;">
<p class="MsoNormal" style="margin:0;"> </p>
<p> <span style="font-size:12pt;font-family:&quot;"><strong>defaults</strong> <span style="font-family:&quot;">→</span> uses all the default options.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;font-family:&quot;"><strong>exec</strong></span><span style="font-size:12pt;font-family:&quot;"> and <strong>noexec </strong></span><strong><span style="font-size:12pt;font-family:&quot;">→</span><span style="font-size:12pt;font-family:&quot;"> “</span></strong><span style="font-size:12pt;font-family:&quot;">exec” allows the user to execute binaries which contains in that partition. “noexec” stops it.</span></p>
<p class="MsoNormal" style="margin:0;"> </p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;font-family:&quot;"><span style="font-size:12pt;font-family:&quot;">5<sup>th</sup> column :: It is for back utility (dump). If its set to &#8216;0&#8242; dump will ignore the file system. If &#8216;1&#8242;<span>  </span>backup the file system.</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;font-family:&quot;"></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;font-family:&quot;"><span style="font-size:12pt;font-family:&quot;"><span style="font-size:12pt;font-family:&quot;">6<sup>th</sup> column :: This is for fsck (file system check utility). if it is &#8216;1&#8242; fsck checks the file system. If not dont check( fsck is explained very shortly. I ll put a new post about &#8216;fsck&#8217; in future).</span></span></span></p>
<p><span style="font-size:12pt;font-family:&quot;"><span style="font-size:12pt;font-family:&quot;"><span style="font-size:12pt;font-family:&quot;"></p>
<p class="MsoNormal" style="margin:0;">Finally remember to place your root partition&#8217;s record/entry at top of the fstab. Do what ever modifications after the root partition&#8217;s entry. So it want change its level. Because the order which they are arranged is important. Before every thing, system should find the root partition and mount it. Then others will be mounted inside the root.</p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;font-family:&quot;"><span>            </span>If your still have questions, doughs or problems with fstab+ mounting feel free to leave them as comments.</span></p>
<p></span></span></span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dushan888.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dushan888.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dushan888.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dushan888.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dushan888.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dushan888.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dushan888.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dushan888.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dushan888.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dushan888.wordpress.com/293/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dushan888.wordpress.com&blog=3513735&post=293&subd=dushan888&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dushan888.wordpress.com/2009/02/17/configuringunderstanding-etcfstab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cc9ef6d86394a37e85e624071a8e34c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Dushi</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/02/pic12.png" medium="image">
			<media:title type="html">nano /etc/fstab</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/02/pic31.png" medium="image">
			<media:title type="html">My fstab looks shit!</media:title>
		</media:content>
	</item>
		<item>
		<title>Editing the GRUB ~ HowTo</title>
		<link>http://dushan888.wordpress.com/2009/01/19/editing-the-grub-howto/</link>
		<comments>http://dushan888.wordpress.com/2009/01/19/editing-the-grub-howto/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 04:09:24 +0000</pubDate>
		<dc:creator>Dushi</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[boot loader]]></category>
		<category><![CDATA[dushan888]]></category>
		<category><![CDATA[dushi]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[grub edit]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://dushan888.wordpress.com/?p=266</guid>
		<description><![CDATA[This is about customizing the grub menu which appears at the bootup. The things in this menu contains in a file called &#8216;menu.lst&#8217; and its located in &#8216;/boot/grub&#8217; dir. Its not difficult to edit this but bit risky if you don&#8217;t do it correctly. So for your safe its better to backup this &#8216;menu.lst&#8217; file [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dushan888.wordpress.com&blog=3513735&post=266&subd=dushan888&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="font-size:12pt;font-family:&quot;"><span style="font-family:Times New Roman;">This is about customizing the grub menu which appears at the bootup. The things in this menu contains in a file called &#8216;menu.lst&#8217; and its located in &#8216;/boot/grub&#8217; dir. Its not difficult to edit this but bit risky if you don&#8217;t do it correctly. So for your safe its better to backup this &#8216;menu.lst&#8217; file first. Then fire up your terminal/konsole, get root privileges and type,</span></span></p>
<div></div>
<p><span style="font-size:12pt;font-family:&quot;"></p>
<div id="attachment_269" class="wp-caption aligncenter" style="width: 345px"><img class="size-full wp-image-269" title="nano" src="http://dushan888.files.wordpress.com/2009/01/1a4.png?w=335&#038;h=60" alt="nano" width="335" height="60" /><p class="wp-caption-text">nano</p></div>
<p> </p>
<p><span style="font-size:12pt;font-family:&quot;"><span style="font-family:Times New Roman;">Now you see &#8216;menu.lst&#8217; through the terminal/konsole in edit mode. It looks very complex at the very first moment. But if you take a further look, you ll notice that most of the things are just comments. This HowTo explains only 4 useful edits.</span></span></p>
<p> </p>
<p></span></p>
<div></div>
<p><span style="font-size:12pt;font-family:&quot;"></p>
<ol style="margin-top:0;" type="1">
<li class="MsoNormal"><span style="font-family:Times New Roman;">Changing The Default Timeout</span></li>
</ol>
<p><span style="font-size:12pt;font-family:&quot;"><span style="font-family:Times New Roman;">Fined out the following phrase, then all you have to do is to assign the time for your choice in seconds. At the moment its default value is 10 seconds</span></span></p>
<p> </p>
<p></span></p>
<div id="attachment_268" class="wp-caption aligncenter" style="width: 644px"><img class="size-full wp-image-268" title="Changing The Default Timeout" src="http://dushan888.files.wordpress.com/2009/01/pic37.png?w=634&#038;h=70" alt="Changing The Default Timeout" width="634" height="70" /><p class="wp-caption-text">Changing The Default Timeout</p></div>
<p> <span style="font-size:small;font-family:Times New Roman;">2.Changing The Titles</span></p>
<p><span style="font-size:12pt;font-family:&quot;"><span style="font-family:Times New Roman;">This means you can change the titles which appear at the startup. To do this scroll down the menu until you fined “##End Default Options##”,</span></span></p>
<div id="attachment_271" class="wp-caption aligncenter" style="width: 610px"><img class="size-full wp-image-271" title="Changing The Titles" src="http://dushan888.files.wordpress.com/2009/01/pic46.png?w=600&#038;h=251" alt="Changing The Titles" width="600" height="251" /><p class="wp-caption-text">Changing The Titles</p></div>
<p><span style="font-size:12pt;font-family:&quot;"><span style="font-family:Times New Roman;">Here you can find all the titles/names of Linux and non-Linux operating systems. You can just edit them! Mm.. Well.. I have edit “windows XP as windows sucksp”. Sorry windows folks..<span>  </span>My bad!</span></span></p>
<div></div>
<p><span style="font-size:12pt;font-family:&quot;"></p>
<div id="attachment_275" class="wp-caption aligncenter" style="width: 448px"><img class="size-full wp-image-275" title="Sorry" src="http://dushan888.files.wordpress.com/2009/01/pic56.png?w=438&#038;h=87" alt="Sorry" width="438" height="87" /><p class="wp-caption-text">Sorry</p></div>
<p> </p>
<p></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times New Roman;"><span>    </span>3. Removing Items</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">There are things that are not useful for some users. Things like &#8216;recovery mode, memtest and windows divider (if you have windows)&#8217;. Erase the titles and their belongings with no fear. But its better if you can leave them by only commenting.</span></p>
<div></div>
<p><span style="font-size:small;font-family:Times New Roman;"></p>
<div id="attachment_277" class="wp-caption aligncenter" style="width: 610px"><img class="size-full wp-image-277" title="Removing Items" src="http://dushan888.files.wordpress.com/2009/01/pic66.png?w=600&#038;h=211" alt="Removing Items" width="600" height="211" /><p class="wp-caption-text">Removing Items</p></div>
<p> </p>
<p></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">4. Setting up the default OS</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">This option is at the very top of the file,</span></p>
<div id="attachment_278" class="wp-caption aligncenter" style="width: 610px"><img class="size-full wp-image-278" title="Setting up the default OS" src="http://dushan888.files.wordpress.com/2009/01/pic75.png?w=600&#038;h=159" alt=" Setting up the default OS" width="600" height="159" /><p class="wp-caption-text">Setting up the default OS</p></div>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">In menu.lst, each &#8216;title/entry&#8217; has a number starting from 0. So count down the titles from 0 utile you fined the OS which you want to set as the default. Then give the relevant value. Please note that if you have changed any titles into comments, leave them without counting.</span></p>
<p><span style="font-size:12pt;font-family:&quot;"><span style="font-family:Times New Roman;"><span>            </span>If you are done with editing, finally press Ctrl+x to exit. Then it ll ask to save any changes you made. Reboot the system to check. Then if something goes wrong remember to replace the menu.lst with the file you backup early. You can use a live CD for that. Feel free to experiment further. Happy computing!</span></span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dushan888.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dushan888.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dushan888.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dushan888.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dushan888.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dushan888.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dushan888.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dushan888.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dushan888.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dushan888.wordpress.com/266/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dushan888.wordpress.com&blog=3513735&post=266&subd=dushan888&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dushan888.wordpress.com/2009/01/19/editing-the-grub-howto/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cc9ef6d86394a37e85e624071a8e34c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Dushi</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/01/1a4.png" medium="image">
			<media:title type="html">nano</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/01/pic37.png" medium="image">
			<media:title type="html">Changing The Default Timeout</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/01/pic46.png" medium="image">
			<media:title type="html">Changing The Titles</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/01/pic56.png" medium="image">
			<media:title type="html">Sorry</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/01/pic66.png" medium="image">
			<media:title type="html">Removing Items</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/01/pic75.png" medium="image">
			<media:title type="html">Setting up the default OS</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating .iso Files</title>
		<link>http://dushan888.wordpress.com/2008/12/16/creating-iso-files/</link>
		<comments>http://dushan888.wordpress.com/2008/12/16/creating-iso-files/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 02:51:58 +0000</pubDate>
		<dc:creator>Dushi</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[creating .iso]]></category>
		<category><![CDATA[dushan888]]></category>
		<category><![CDATA[dushi]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://dushan888.wordpress.com/?p=165</guid>
		<description><![CDATA[Its kind a cool to create .iso images in Linux because it don&#8217;t require any special software to do it. All you have to do is to handle some commands in CLI. So put your CD/DVD into the ROM and open up the terminal/konsole. I ll  show 3 methods to do this,
method 0.
              This is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dushan888.wordpress.com&blog=3513735&post=165&subd=dushan888&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">Its kind a cool to create .iso images in Linux because it don&#8217;t require any special software to do it. All you have to do is to handle some commands in CLI. So put your CD/DVD into the ROM and open up the terminal/konsole. I ll<span>  </span>show 3 methods to do this,</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">method 0.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">              This is my favorite! Follow the code <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </span></p>
<p><span style="font-family:Times New Roman;"><span style="font-size:12pt;font-family:&quot;"><strong>&#8216;dd&#8217; </strong></span><span style="font-size:12pt;font-family:&quot;">means disk dump. Actually this has to be &#8216;convert and copy&#8217;, but <strong>&#8216;cc&#8217; </strong>is already using in gnu <span>   </span>compiler collection so they are using &#8216;dd&#8217;. &#8216;<strong>if</strong>&#8216; and &#8216;<strong>of</strong>&#8216; stands for input file and output file.</span></span>This method makes the .iso file at your &#8216;/home&#8217; directory by its default. I think this is the easiest way to finish the job.</p>
<dl class="wp-caption aligncenter">
<dt class="wp-caption-dt"><img class="size-full wp-image-166" title="Method 0" src="http://dushan888.files.wordpress.com/2008/12/pic11.png?w=457&#038;h=93" alt="Method 0" width="457" height="93" /></dt>
<dd class="wp-caption-dd">Method 0</dd>
</dl>
<p> </p>
<p class="mceTemp mceIEcenter" style="text-align:left;"> <span style="font-family:Times New Roman;"><span style="font-size:12pt;font-family:&quot;">method 1.</span></span></p>
<p class="MsoNormal" style="margin:0;">               If your going to use this method first you should have to unmount your optical drive</p>
<p class="MsoNormal" style="margin:0;"> </p>
<div id="attachment_173" class="wp-caption aligncenter" style="width: 397px"><img class="size-full wp-image-173" title="Method" src="http://dushan888.files.wordpress.com/2008/12/pic22.png?w=387&#038;h=91" alt="Method" width="387" height="91" /><p class="wp-caption-text">Method</p></div>
<p> </p>
<p class="MsoNormal" style="margin:0;">method 2.</p>
<p class="MsoNormal" style="margin:0;"><strong>              mkisofs -o /path_to_.iso_file /path_to_optical_drive</strong></p>
<p class="MsoNormal" style="margin:0;">So this is it. There can be many other ways to create .iso files. Thats because GNU/Linux means &#8216;choice of options&#8217;. Enjoy&#8230;..!<span>  </span></p>
<p> </p>
<p class="MsoNormal" style="margin:0;"> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dushan888.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dushan888.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dushan888.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dushan888.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dushan888.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dushan888.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dushan888.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dushan888.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dushan888.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dushan888.wordpress.com/165/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dushan888.wordpress.com&blog=3513735&post=165&subd=dushan888&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dushan888.wordpress.com/2008/12/16/creating-iso-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cc9ef6d86394a37e85e624071a8e34c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Dushi</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2008/12/pic11.png" medium="image">
			<media:title type="html">Method 0</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2008/12/pic22.png" medium="image">
			<media:title type="html">Method</media:title>
		</media:content>
	</item>
		<item>
		<title>Reinstalling the GRUB</title>
		<link>http://dushan888.wordpress.com/2008/12/08/reinstalling-the-grub/</link>
		<comments>http://dushan888.wordpress.com/2008/12/08/reinstalling-the-grub/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 02:56:00 +0000</pubDate>
		<dc:creator>Dushi</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[dushan888]]></category>
		<category><![CDATA[dushi]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[installing the grub]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linuxmint]]></category>
		<category><![CDATA[mbr]]></category>
		<category><![CDATA[reinstall]]></category>

		<guid isPermaLink="false">http://dushan888.wordpress.com/?p=160</guid>
		<description><![CDATA[      New Linux users like to keep windows in their computers while getting use to Linux. But I don&#8217;t recommend that because when they find something hard in Linux or something new to do in Linux, most of them just forget about everything and get it done in windows. So they won’t learn anything new.
            [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dushan888.wordpress.com&blog=3513735&post=160&subd=dushan888&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times;"><span>      </span>New Linux users like to keep windows in their computers while getting use to Linux. But I don&#8217;t recommend that because when they find something hard in Linux or something new to do in Linux, most of them just forget about everything and get it done in windows. So they won’t learn anything new.</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times;"><span>            </span><span> </span>However most new users think whenever they run a new installation of Windows the <span>GRUB</span> gets disappear so they also have to reinstall Linux. But that’s not the way! Oops, I almost forgot to tell what GRUB is<strong>. </strong>Well<strong> </strong><span>GRUB<strong> </strong></span>stands for <strong>GRand Unified Bootloader. </strong>It’s a flexible and a powerful boot loader which comes with Linux<strong>. </strong>It’s useful when we use more than one operating system in a single PC. </span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times;"><strong><span>            </span></strong>So the reason for the disappearance of <span>GRUB</span> is when user installs Windows or any other OS after a Linux installation, the newly installed OS rewrites the <strong>MBR (</strong>Master Boot Record) with its own boot loader. OK then this is the way to re-establish the <strong>GRUB</strong>. </span></span></p>
<p class="MsoNormal" style="text-indent:.25in;margin:0;"><span style="font-size:small;"><span style="font-family:Times;"><span>       </span>0. Boot the machine from your Live CD/DVD. </span></span></p>
<p class="MsoNormal" style="margin:0 0 0 .5in;"><span style="font-size:small;font-family:Times;"> </span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 0 .75in;"><span><span><span style="font-size:small;font-family:Times;">1.</span><span style="font:7pt 'Times New Roman';">      </span></span></span><span style="font-size:small;font-family:Times;">Open a terminal/konsole and get into root mode by giving </span></p>
<p class="MsoNormal" style="margin:0 0 0 .75in;"><strong><span style="font-size:small;"><span style="font-family:Times;">sudo<span>  </span>su</span></span></strong></p>
<p class="MsoNormal" style="margin:0 0 0 .5in;"><span style="font-size:small;font-family:Times;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times;"><span>            </span>2.Then type &#8216;<strong>grub&#8217; </strong>and press enter. This allows the user to run the grub shell.</span></span></p>
<p class="MsoNormal" style="margin:0 0 0 36.75pt;"><span><span style="font-size:small;font-family:Times;"> </span></span></p>
<p class="MsoNormal" style="margin:0 0 0 .5in;"><span style="font-size:small;font-family:Times;">3. Setting the root device. Root device means the partition which contains the &#8216;/boot&#8217; directory. If you’re not sure with that, you can find the corresponding partition by giving,</span></p>
<p class="MsoNormal" style="margin:0 0 0 .5in;"><span style="font-size:small;"><span style="font-family:Times;">grub&gt; <strong>find<span>  </span>/boot/grub/stage1</strong></span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times;"><span>                        </span>I have resulted this,</span></span></p>
<p class="MsoNormal" style="margin:0;"> </p>
<div id="attachment_161" class="wp-caption aligncenter" style="width: 240px"><img class="size-full wp-image-161" title="grub&gt; find  /boot/grub/stage1" src="http://dushan888.files.wordpress.com/2008/12/pic1.png?w=230&#038;h=46" alt="grub&gt; find  /boot/grub/stage1" width="230" height="46" /><p class="wp-caption-text">grub&gt; find /boot/grub/stage1</p></div>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times;">            This says my hard disk number is 1 and partition number is 3.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times;"><span>            </span><strong>Note: </strong>hard disk numbers and partition numbers are starting from 0.</span></span></p>
<p class="MsoNormal" style="margin:0 0 0 36.75pt;"><span style="font-size:small;font-family:Times;">(According to me, this is the 4<sup>th</sup> partition of my 2<sup>nd</sup> hard disk)</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times;"><span>                        </span>Now, I’m setting it as the root device.</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times;"><span>                        </span>grub&gt;<strong>root<span>  </span>(hd1,3)</strong></span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times;"> </span></p>
<p class="MsoNormal" style="margin:0 0 0 .5in;"><span style="font-size:small;font-family:Times;">4.After setting the root device correctly run the following command,</span></p>
<p class="MsoNormal" style="margin:0 0 0 .5in;"><span style="font-size:small;"><span style="font-family:Times;"><span> </span>grub&gt;<strong>setup<span>  </span>(hd1)</strong></span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times;"><span>            </span>This tells to install the GRUB to the MBR of the 2<sup>nd</sup> hard disk.</span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;font-family:Times;">                        </span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times;"><span>            </span>5.Now exit from the grub shell</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times;"><span>                        </span><span>  </span>grub&gt;<strong>quit</strong></span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times;"><strong><span>   </span></strong>The missing GRUB is back on business.<span>  </span></span></span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dushan888.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dushan888.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dushan888.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dushan888.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dushan888.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dushan888.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dushan888.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dushan888.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dushan888.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dushan888.wordpress.com/160/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dushan888.wordpress.com&blog=3513735&post=160&subd=dushan888&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dushan888.wordpress.com/2008/12/08/reinstalling-the-grub/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cc9ef6d86394a37e85e624071a8e34c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Dushi</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2008/12/pic1.png" medium="image">
			<media:title type="html">grub&#62; find  /boot/grub/stage1</media:title>
		</media:content>
	</item>
	</channel>
</rss>