<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>My Ubuntu Blog &#187; Tips</title>
	<atom:link href="http://ubuntu.sabza.org/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu.sabza.org</link>
	<description>Tips and Advise From a Non-Expert</description>
	<lastBuildDate>Mon, 05 Dec 2011 01:29:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Installing Debian From Ubuntu or any other GNU/Linux</title>
		<link>http://ubuntu.sabza.org/2008/03/24/installing-debian-from-ubuntu-or-any-other-gnulinux/</link>
		<comments>http://ubuntu.sabza.org/2008/03/24/installing-debian-from-ubuntu-or-any-other-gnulinux/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 11:19:55 +0000</pubDate>
		<dc:creator>Noumaan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[GNU]]></category>
		<category><![CDATA[Grub]]></category>
		<category><![CDATA[Tips]]></category>
		<guid isPermaLink="false">http://ubuntu.sabza.org/2008/03/24/installing-debian-from-ubuntu-or-any-other-gnulinux/</guid>
		<description><![CDATA[This post is about how to install Debian GNU Linux from your hard disk, with the help of your Ubuntu GNU Linux operating system and without using CDrom, floppy, or any other removeable media. I have tried a few Linux distros and of course Microsoft Windows and I can say confidently that Ubuntu&#8217;s installation is [...]]]></description>
			<content:encoded><![CDATA[<p>This post is about how to install <a title="Debian GNU Linux" href="http://www.debian.org/" id="fwlx">Debian GNU Linux</a> from your hard disk, with the help of your <a title="Ubuntu GNU Linux" href="http://www.ubuntu.com/" id="u2v4">Ubuntu GNU Linux</a> operating system and without using CDrom, floppy, or any other removeable media.</p>
<p>I have tried a few Linux distros and of course Microsoft Windows and I can say confidently that Ubuntu&#8217;s installation is the easiest and the best. All my hardware works out of the box like they were made for Ubuntu (They were not actually my hardware is very Windowish). This time, I was now trying to install Debian (testing) on one of the remaining partitions on my hard disk. Debian&#8217;s net install cd booted just fine but failed to deal with my CD-ROM drive. I was asked to provide drivers for it or manually select a driver. I didn&#8217;t have a floppy with drivers and none of the Debian drivers worked. After spending a few hours to get the installation media work, I finally gave up and opted to install from USB flash drive. Once again for some unknown reasons I failed to boot from USB.</p>
<p>Then I tried to install Debian from hard disk and it worked smoothly. I think you can install Debian from any operating system but not from an NTFS partition. In my case, I installed it from Ubuntu and it was much easier this way because Ubuntu itself is a GNU/Linux/Debian based operating system. Instructions to do that are available on the official <a title="Debian Installer Manual" href="http://www.debian.org/releases/testing/installmanual" id="k5ks">Debian Installer Manual</a> (Debian Installer Manual&#8217;s instructions are not Ubuntu specific but it does not matter). I would just try to make it a little more simpler. Please note that there are many other ways to do this, it will be a good idea to review other methods before trying this one.</p>
<p>In this example we are trying to Install Debian tesing. You need to download:</p>
<ul>
<li><a href="http://http.us.debian.org/debian/dists/lenny/main/installer-i386/current//images/hd-media/initrd.gz">initrd.gz</a></li>
<li><a href="http://http.us.debian.org/debian/dists/lenny/main/installer-i386/current//images/hd-media/vmlinuz">vmlinuz</a></li>
<li><a title="debian-testing-i386-netinst.iso" href="http://cdimage.debian.org/cdimage/lenny_di_beta1/i386/iso-cd/debian-testing-i386-netinst.iso" id="b.0e">debian-testing-i386-netinst.iso</a></li>
</ul>
<p>Place these three files in /boot/newinstall directory. Now open Grub menu.lst located at /boot/grub/menu.lst with your favorite text editor. </p>
<p>Scroll down until you see something like this:</p>
<p><code><br />
title		Ubuntu 7.10, kernel 2.6.22-14-generic<br />
root		(hd0,6)<br />
kernel		/boot/vmlinuz-2.6.22-14-generic root=UUID=3599efe8-de32-4c9f-aed1-33c1c61d4bdf ro quiet splash<br />
initrd		/boot/initrd.img-2.6.22-14-generic<br />
quiet<br />
</code></p>
<p>Note the root (hd0,6) line this is the partition where your Ubuntu is installed. It could be different for you depending your partition location. And now, we are going to boot Debian Installer from here. Add the following lines to your Grub.lst file.</p>
<p><code>title  New Install<br />
kernel (hd0,6)/boot/newinstall/vmlinuz<br />
initrd (hd0,6)/boot/newinstall/initrd.gz<br /></code></p>
<p>Now save the file and reboot your computer and you will see Grub showing you &#8220;New Install&#8221; as an option in the menu. Select it to boot Debian Installer and install it.</p>
<p>There is a similar way to install Ubuntu from a GNU/Linux based operating system. You can also Install Ubuntu, Debian and many other Linux distributions from your Windows or anyother operating system by using <a title="UNetbootin" href="http://lubi.sourceforge.net/unetbootin.html" id="lo09">UNetbootin</a>. To be very honest, I am kind of surprised to find out the many ways to install freedom for my computing needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu.sabza.org/2008/03/24/installing-debian-from-ubuntu-or-any-other-gnulinux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Using Terminal to Shutdown Processes</title>
		<link>http://ubuntu.sabza.org/2007/09/07/using-terminal-to-shutdown-processes/</link>
		<comments>http://ubuntu.sabza.org/2007/09/07/using-terminal-to-shutdown-processes/#comments</comments>
		<pubDate>Fri, 07 Sep 2007 19:29:30 +0000</pubDate>
		<dc:creator>Noumaan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[XFCE]]></category>
		<guid isPermaLink="false">http://ubuntu.sabza.org/2007/09/07/using-terminal-to-shutdown-processes/</guid>
		<description><![CDATA[XFCE does not come with a system monitor utility like the one I had in Gnome. I used the utility to kill unresponsive processes. So how do we kill unresponsive programs using the terminal? To understand how Linux handles processes and how you can control them read this great article by Gary Sim (in plain [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense--></p>
<p>XFCE does not come with a system monitor utility like the one I had in Gnome. I used the utility to kill unresponsive processes. So how do we kill unresponsive programs using the terminal? To understand <a href="http://www.linux.com/feature/114341">how Linux handles processes and how you can control them read this great article by Gary Sim</a> (in plain English). Here is what I learnt from Gary&#8217;s article.  </p>
<p>We need to know the process id of the program that is not responding. We find out process id or PID by running the command<br />
<code><br />
ps aux<br />
</code><br />
This command displays all running processes. Below are a few of the many running processes on my computer. The list is long so I am only showing you a few to give you an idea.<br />
<code><br />
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND<br />
nom       3006  0.0  0.3   2476   772 ?        S    23:15   0:00 gnome-pty-helpe<br />
nom       3097  0.0  4.0  16584 10348 ?        Ss   23:23   0:01 gksu -u root /u<br />
root      3102  0.0  0.4   3712  1068 pts/1    Ss+  23:23   0:00 /bin/su root -c<br />
root      3105  0.0  0.2   2256   592 pts/1    S+   23:23   0:00 /usr/lib/libgks<br />
nom       3321  0.7  3.2  14920  8364 ?        Ss   23:44   0:01 mousepad<br />
</code></p>
<p>Now find out which one of them you want to kill. I want to kill the mousepad it has the PID 3321 and I kill it by running this command:<br />
<code><br />
kill 3321<br />
</code><br />
Just incase if this command doesn&#8217;t work you can try<br />
<code><br />
kill -9 3321<br />
</code></p>
<p>I am very happy with XFCE. But I need to find out a nice and lite pdf viewer. Evince is great but how could I download evince without downloading so many gnome libs? There is an <a href="http://packages.debian.org/experimental/gnome/evince-gtk">evince-gtk</a> package in Debian experimental but I can not install it due to dependency issues.  </p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu.sabza.org/2007/09/07/using-terminal-to-shutdown-processes/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Gmail and Google Reader in Startup Programs</title>
		<link>http://ubuntu.sabza.org/2007/05/19/65/</link>
		<comments>http://ubuntu.sabza.org/2007/05/19/65/#comments</comments>
		<pubDate>Sat, 19 May 2007 13:55:37 +0000</pubDate>
		<dc:creator>Noumaan</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Office]]></category>
		<category><![CDATA[Tips]]></category>
		<guid isPermaLink="false">http://ubuntu.sabza.org/2007/05/19/65/</guid>
		<description><![CDATA[I have tried several Email Clients and Feedreaders on Ubuntu and my primary Debian Operating System. But now I was feeling that why bother with any more software when you have Google and Firefox (Iceweasel on Debian). So, I decided to make myself a script that automatically opens my Gmail and Google Reader account in [...]]]></description>
			<content:encoded><![CDATA[<p>I have tried several Email Clients and Feedreaders on Ubuntu and my primary Debian Operating System. But now I was feeling that why bother with any more software when you have Google and Firefox (Iceweasel on Debian). So, I decided to make myself a script that automatically opens my Gmail and Google Reader account in Firefox each time I log on to my computer. I thought may be some of you would find it useful. <strong></p>
<p>Step 1:</strong> We need to create two files.<br />
mailnreader1 which contains this:<br />
<code><br />
#! /bin/sh<br />
firefox http://mail.google.com/<br />
</code></p>
<p>And mailnreader2 which contains this:<br />
<code><br />
#! /bin/sh<br />
sleep 30;<br />
firefox -new-tab http://www.google.com/reader<br />
</code></p>
<p>We are going to save these two files in /usr/bin/ directory. Once you have pasted these files please check the permissions. Select a file right click and select <strong>Properties</strong> and then click on <strong>Permissions</strong> tab. Make sure that the file is read and executeable by all. See the image below:</p>
<p><a class="imagelink" href="http://ubuntu.sabza.org/wp-content/nautilus-file-permissions.png" title="file permissions should look like this"><img id="image64" src="http://ubuntu.sabza.org/wp-content/nautilus-file-permissions.png" alt="file permissions should look like this" /></a></p>
<p>These two files contain simple commands to open Firefox with specified web addresses. The sleep command tells your computer to wait for 30 seconds before running the next command. The reason behind doing this is that when your session begins your computer performs some tasks. Like loading your settings, Desktop, Nautilus, etc. My system is only 800 mghz, and If I don&#8217;t wait for 30 seconds the browser would give me an error something like this:<br />
<code><br />
Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system.<br />
</code></p>
<p>If you have a faster computer you can try removing the sleep line or decrease the number of seconds. </p>
<p><!--adsense--></p>
<p>2: Now Go to <strong>Preferences > Sessions</strong>, click on <strong>Startup Programs</strong> tab, press the <strong>Add</strong> button and add this:<br />
<code><br />
mailnreader1<br />
</code></p>
<p>Press Ok and then press the Add button again to add the second file:</p>
<p><code><br />
mailnreader2<br />
</code></p>
<p>Press Ok and then Close. Now to check these scripts out you need to Log Out and then Log In. </p>
<p>Why two files? </p>
<p>I tried creating a single file containing this code:<br />
<code><br />
#! /bin/sh<br />
firefox http://mail.google.com/<br />
sleep 30;<br />
firefox -new-tab http://www.google.com/reader<br />
</code></p>
<p>But it didn&#8217;t work. I hope someone would improve the script so that we don&#8217;t have to wait longer and we can add more sites all in one single script. Until then, I guess I will keep using it because it works and saves me time and hassle of fetching mail and feeds in two separate windows while browsing the web in the third window. </p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu.sabza.org/2007/05/19/65/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Volume and Sound Card Configuration in Debian</title>
		<link>http://ubuntu.sabza.org/2007/05/07/troubleshooting-volume-and-sound-card-configuration-in-debian/</link>
		<comments>http://ubuntu.sabza.org/2007/05/07/troubleshooting-volume-and-sound-card-configuration-in-debian/#comments</comments>
		<pubDate>Mon, 07 May 2007 14:12:26 +0000</pubDate>
		<dc:creator>Noumaan</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tips]]></category>
		<guid isPermaLink="false">http://ubuntu.sabza.org/2007/05/07/troubleshooting-volume-and-sound-card-configuration-in-debian/</guid>
		<description><![CDATA[I had a problem with gnome-volume-control. It didn&#8217;t save my volume control settings and displayed a mute sign on every startup. While trying to solve this issue, I did something (I don&#8217;t remember what it was) that totally messed my sound configuration and now gnome-volume-control stopped working at all. Today I solved this problem and [...]]]></description>
			<content:encoded><![CDATA[<p>I had a problem with <strong>gnome-volume-control</strong>. It didn&#8217;t save my volume control settings and displayed a mute sign on every startup. </p>
<p>While trying to solve this issue, I did something (I don&#8217;t remember what it was) that totally messed my sound configuration and now gnome-volume-control stopped working at all. Today I solved this problem and thought that I should write it here may be some one would find it useful.  Please note that these instructions are written for Gnome. You can use these settings for KDE too but for that you will have to set sound system to use Alsa. </p>
<p><!--adsense--></p>
<p>The first step is to make sure that you have following packages installed: </p>
<ul>
<li>alsa-base</li>
<li>alsa-source</li>
<li>alsa-tools</li>
<li>alsa-tools-gui</li>
<li>alsa-utils</li>
</ul>
<p>ALSA is Advanced Linux Sound Architecture. It provides sound drivers and provides audio and MIDI functionality to Linux Operating System. With the above packages installed we are now equipped to move on. Now start the <strong>Terminal</strong> and run:</p>
<p><code># alsaconf</code></p>
<div class="tip">
Remember that <strong>#</strong> sign tells you that the command should be entered with super user privileges.
</div>
<p>This command will start a wizard &#8216;Alsa Configurator&#8217; to assist you configure your ALSA settings. Read and follow the instructions, they are self explanatory and you just need to press the enter button on your keyboard. This script automatically closes gnome-volume-control and a notification appears informing you about that and asking you whether or not you want to reload gnome-volume-control applet.  Choose <strong>Don&#8217;t load</strong> or do nothing and press the Reload button when you are done with Alsa Configurator script. </p>
<p><img id="image60" src="http://ubuntu.sabza.org/wp-content/gnome-volume.gif" alt="gnome volume icon" style="float:left;padding:3px;" />Now if you pressed the Don&#8217;t load button then you will have to start gnome-volume-control. I will tell you only the easiest way. Move your mouse to the panel, right click and select <strong>Add to Panel</strong> and then add Volume Control applet. Double click the volume icon on your panel and set the sound. Don&#8217;t worry we are going to test it later. </p>
<p>Exit volume control and type </p>
<p><code># alsactl store</code></p>
<p>now run</p>
<p><code> # speaker-test</code></p>
<p>You hear the sound?</p>
<p><strong>Yes:</strong> Thats good now close the terminal to get rid of this annoying noise. You can now set your volume control settings to your desired levels. </p>
<p><strong>No:</strong> Try again, reboot your system and they try to play some music or sound files. Sound doesn&#8217;t work at all? Then I suggest you <a href="http://www.debianhelp.co.uk/sound.htm">read the expert advise</a>. If the expert advise is too difficult for you to follow then you should try <a href="http://www.debian.org/support#irc">Debian IRC chat room for help</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu.sabza.org/2007/05/07/troubleshooting-volume-and-sound-card-configuration-in-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Terminal as FTP Client</title>
		<link>http://ubuntu.sabza.org/2007/04/02/using-terminal-as-ftp-client/</link>
		<comments>http://ubuntu.sabza.org/2007/04/02/using-terminal-as-ftp-client/#comments</comments>
		<pubDate>Mon, 02 Apr 2007 13:36:47 +0000</pubDate>
		<dc:creator>Noumaan</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tips]]></category>
		<guid isPermaLink="false">http://ubuntu.sabza.org/2007/04/02/using-terminal-as-ftp-client/</guid>
		<description><![CDATA[Ok so you have installed Ubuntu and loved the pretty and easy Gnome interface, now what? May be you are thinking, that this Ubuntu is just another operating system. It is indeed just another operating system. But, this one is a Debian Linux based operating system. Sooner or later you are going to realize that [...]]]></description>
			<content:encoded><![CDATA[<p>Ok so you have installed Ubuntu and loved the pretty and easy Gnome interface, now what? May be you are thinking, that this Ubuntu is just another operating system. It is indeed just another operating system. But, this one is a Debian Linux based operating system. Sooner or later you are going to <a href="http://ubuntu.sabza.org/2006/10/21/linux-command-line-interface/">realize</a> that your OS is equipped with powerful tools and utilities. Most of these power tools and utilities show their true powers when they are run from the Terminal.</p>
<p><!--adsense--></p>
<p>For example there is an FTP client that you can run from Terminal. </p>
<p><code><br />
$ ftp<br />
ftp><br />
ftp> open ftp.example.com<br />
Connected to ftp.example.com.<br />
220 ProFTPD 1.3.0rc2 Server (YourHost FTP) [XXX.XXX.XXX.XX]<br />
Name (ftp.sabza.org:nom): yourusername<br />
331 Password required for yourusername.<br />
Password:<br />
230 User yourusername logged in.<br />
Remote system type is UNIX.<br />
Using binary mode to transfer files.<br />
ftp><br />
</code></p>
<p>Playing with this ftp tool for a while would make you feel that it is not all that powerful. So you need a powerful ftp tool that you can run from Terminal? Try ncftp. </p>
<p><code><br />
$ sudo apt-get install ncftp</p>
<p>and then:</p>
<p>$ ncftp<br />
NcFTP 3.2.0 (Aug 05, 2006) by Mike Gleason (http://www.NcFTP.com/contact/).<br />
<strong>ncftp></strong><br />
</code></p>
<p>Want something even more powerful? Well you have ssh but to use ssh your remote host should have SSH enabled.</p>
<p><code><br />
$ ssh yourusername@ftp.example.com<br />
yourusername@ftp.example.com's password:<br />
[hostmachine]$<br />
</code></p>
<p>Using Terminal gives you the power to do things quickly. Head over to <a href="http://linux.org.mt/article/terminal">The Linux Terminal &#8211; a Beginners&#8217; Bash</a> and learn to do things the Linux way. </p>
<p style="font-size:x-small;">Tags: <a href="http://www.technorati.com/tag/linux" rel="tag">Linux</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu.sabza.org/2007/04/02/using-terminal-as-ftp-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deleting Unwanted Files</title>
		<link>http://ubuntu.sabza.org/2006/11/15/deleting-unwanted-files/</link>
		<comments>http://ubuntu.sabza.org/2006/11/15/deleting-unwanted-files/#comments</comments>
		<pubDate>Tue, 14 Nov 2006 22:20:47 +0000</pubDate>
		<dc:creator>Noumaan</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Dapper]]></category>
		<category><![CDATA[Tips]]></category>
		<guid isPermaLink="false">http://ubuntu.sabza.org/2006/11/15/deleting-unwanted-files/</guid>
		<description><![CDATA[Recently I realized that the Disks utility was showing 8.6 GiB consumed on my Ubuntu partition (I have Xubuntu installed on another partition and have one FAT partition). I decided to free up some disk space by deleting temporary files. I found that there is no tool in Dapper to automate this process. There is [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I realized that the Disks utility was showing 8.6 GiB consumed on my Ubuntu partition (I have Xubuntu installed on another partition and have one FAT partition). I decided to free up some disk space by deleting temporary files. I found that there is no tool in Dapper to automate this process. There is a tool for KDE called &#8216;<a href="http://linux.bydg.org/~yogin/">Kleansweep</a>&#8216; and also there is a <a title="SystemCleanUpTool - Ubuntu Wiki" href="https://wiki.ubuntu.com/SystemCleanUpTool">feature specification</a> on launchpad to integrate a similar tool in Ubuntu. But right now Dapper users should do it manually relying on Google and their own instincts to decide what is safe to delete and what could break their system&#8217;s stability.</p>
<p>To free up disk space we need to delete unnecessary files. But where are these files and how do I know that it is safe to delete them? I have found that it is safe to delete files in /home/username/.thumbnails/normal and /home/username/.thumbnails/fail folder.</p>
<p>It is also safe to delete the downloaded packages in /var/cache/apt/archives I personally don&#8217;t like to delete these files. Infact I even copy and paste these files to a separate partition on my hard disk. Why? Because these files are the downloaded packages we install using apt (apt-get or synaptic). If we uninstall a package and then later decide to reinstall it we will have to download it again which consumes time and bandwidth. But if you are not like one of those people who install and uninstall software on a daily basis without need or reason then it is safe to delete these files.</p>
<p>You can also free up disk space by emptying browser cache, saved chat files, old log files, etc.</p>
<p>Have we cleaned all unnecessary files? I don&#8217;t think so. I really think that there should be an easy to use application to do this job.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu.sabza.org/2006/11/15/deleting-unwanted-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshoot Ubuntu Edgy Upgrade</title>
		<link>http://ubuntu.sabza.org/2006/11/13/troubleshoot-ubuntu-edgy-upgrade/</link>
		<comments>http://ubuntu.sabza.org/2006/11/13/troubleshoot-ubuntu-edgy-upgrade/#comments</comments>
		<pubDate>Sun, 12 Nov 2006 23:21:12 +0000</pubDate>
		<dc:creator>Noumaan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Dapper]]></category>
		<category><![CDATA[Edgy]]></category>
		<category><![CDATA[Tips]]></category>
		<guid isPermaLink="false">http://ubuntu.sabza.org/2006/11/12/troubleshoot-ubuntu-edgy-upgrade/</guid>
		<description><![CDATA[I haven&#8217;t upgraded to Edgy yet. I really want to but I am afraid to loose the stability, usefulness and the charm of Dapper that comes with Long Term Support. I was looking around to see what kind of trouble people facing while upgrading to Edgy from Dapper. To my surprise, there is a whole [...]]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t upgraded to Edgy yet. I really want to but I am afraid to loose the stability, usefulness and the charm of Dapper that comes with Long Term Support. I was looking around to see what kind of trouble people facing while upgrading to Edgy from Dapper. To my surprise, there is a whole lot of users out there who had bad experiences while upgrading to Edgy. Looking at these complains on Ubuntu forums, <a href="http://linux.slashdot.org/article.pl?sid=06/10/28/239258">Slashdot</a> and <a href="http://element14.wordpress.com/2006/10/27/ubuntu-edgy-upgrades-a-disaster-for-many/">blogosphere</a>, I decided to compile a list of links that might offer some help to those who want to troubleshoot their Upgrade Disaster.</p>
<p>Debian Admin has a wonderful article about <a href="http://www.debianadmin.com/ubuntu-edgy-upgrade-common-problems-with-solutions.html">Ubuntu Edgy upgrade problems and their solutions.</a> If your issue is not listed there then you can add it in comments or move on to the Ubuntu forums.</p>
<p>In the sub-forum Installation and Upgrades, you will find plenty of solutions. It is good to search the forum and the best way to do it is to search for the error you recieve during your upgrade failure by typing the error in the search box. While browsing the forum, I found quite interesting bits about Edgy upgrade issues in the First sticky thread of the sub-forum, titled &#8220;<a href="http://ubuntuforums.org/showthread.php?t=286599">PLEASE use the official upgrade method! (if you decide to upgrade)</a>&#8220;. Like I found that the first recommended method described on EdgyUpgrades wiki page <a href="http://www.ubuntuforums.org/showthread.php?t=285951">does not work for Xubuntu</a>. After further more research I found <a href="http://eirianell.eu/2006/11/11/ubuntu-606-breezy-to-610-edgy-problem/">people who upgraded from Clean 6.06 to 6.10</a> without using any third party tools and causing any harm to their Ubuntu System&#8217;s health and still they faced trouble.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu.sabza.org/2006/11/13/troubleshoot-ubuntu-edgy-upgrade/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Not a Healthy Ubuntu System</title>
		<link>http://ubuntu.sabza.org/2006/11/12/not-a-healthy-ubuntu-system/</link>
		<comments>http://ubuntu.sabza.org/2006/11/12/not-a-healthy-ubuntu-system/#comments</comments>
		<pubDate>Sat, 11 Nov 2006 22:42:18 +0000</pubDate>
		<dc:creator>Noumaan</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Dapper]]></category>
		<category><![CDATA[Edgy]]></category>
		<category><![CDATA[Tips]]></category>
		<guid isPermaLink="false">http://ubuntu.sabza.org/2006/11/12/not-a-healthy-ubuntu-system/</guid>
		<description><![CDATA[Dennis talked about the issue of unhealthy Ubuntu systems and how they interrupt between distribution upgrades. Dennis presents a list of signs to identify a possibly unhealthy system. He writes: What makes an Ubuntu system unhealthy, you&#8217;d say &#8211; well here are a few examples: Automatix/easyubuntu/fasterdapper Third party packages checkinstall&#8217;ed or alien&#8217;ed packages The problem [...]]]></description>
			<content:encoded><![CDATA[<p>Dennis talked about <a href="http://blogs.ubuntu-nl.org/dennis/2006/10/29/how-healthy-is-your-ubuntu-system/">the issue of unhealthy Ubuntu systems</a> and how they interrupt between distribution upgrades. Dennis presents a list of signs to identify a possibly unhealthy system. He writes:</p>
<blockquote><p>What makes an Ubuntu system unhealthy, you&#8217;d say &#8211; well here are a few examples:</p>
<ul>
<li>Automatix/easyubuntu/fasterdapper</li>
<li>Third party packages</li>
<li>checkinstall&#8217;ed or alien&#8217;ed packages</li>
</ul>
</blockquote>
<p>The problem is that many people think that Automatix, EasyUbuntu, fasterdapper, and other such tools are the easiest and quick ways to configure their systems for multimedia and everything else. Since these tools are <a href="http://ubuntuforums.org/showthread.php?t=84742">mentioned</a> throughout Ubuntu forums and has their <a href="https://help.ubuntu.com/community/Automatix">Wiki pages</a> in Community Documentation, newbies usually assume that it is safe to use them and they can undo these actions just as easily as they perform them. Looking at the Ubuntu forum&#8217;s <a href="http://ubuntuforums.org/showthread.php?t=286599">edgy upgrade</a> troubleshooting thread, it seems untrue.</p>
<p>It makes users like me wonder, how we might go about customizing our Ubuntu system in a safe and healthy manner. We need a solution which does not create problems with future upgrades and could easily be undone if needed. Some ways to resolve this issue were suggested in the discussion on Dennis&#8217; post. These include a Ubuntu Health Checker, warnings on using scripts such as those mentioned above and providing properly integrated Ubuntu alternates to these tools. I particularly found Joey Stanford&#8217;s <a href="http://wiki.ubuntu.com/JoeyStanford/MyUbuntu/UbuntuFAQs#head-0cb087bbafb069a2239810ed579d081cd1521c37">Distribution Upgrade</a> technique more useful, but it needs a fast working Internet connection.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu.sabza.org/2006/11/12/not-a-healthy-ubuntu-system/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Make Changes to Grub Boot Loader</title>
		<link>http://ubuntu.sabza.org/2006/11/07/make-changes-to-grub-boot-loader/</link>
		<comments>http://ubuntu.sabza.org/2006/11/07/make-changes-to-grub-boot-loader/#comments</comments>
		<pubDate>Tue, 07 Nov 2006 07:55:42 +0000</pubDate>
		<dc:creator>Noumaan</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[GNU]]></category>
		<category><![CDATA[Tips]]></category>
		<guid isPermaLink="false">http://ubuntu.sabza.org/2006/11/07/make-changes-to-grub-boot-loader/</guid>
		<description><![CDATA[People often ask about how they can make changes to their Grub boot loader menu. This is one of the most commonly asked question that comes from newbies who have a dual/multi boot Ubuntu with some other operating system(s) like Windows, Kubuntu,Xubuntu or some other Linux distro installed. Open Source software are about Freedom, so [...]]]></description>
			<content:encoded><![CDATA[<p>People often ask about how they can make changes to their <a title="GNU Grub" href="http://www.gnu.org/software/grub/">Grub boot loader</a> menu. This is one of the most commonly asked question that comes from newbies who have a dual/multi boot Ubuntu with some other operating system(s) like Windows, Kubuntu,Xubuntu or some other Linux distro installed. Open Source software are about Freedom, so basically all open source software are easy to modify. In most cases the settings are saved somewhere in a text file and all you need to do is to open it up and modify these settings.</p>
<ol>
<li>Open Nautilus with root privileges by typing this: <code><br />
gksudo nautilus</code></li>
<li>Now go to /boot/grub/</li>
<li>Open the file <em>menu.lst</em> in Text Editor of your choice.</li>
</ol>
<p>This is where you can make changes to your Grub menu. You can change the timeout before Grub automatically loads the default operating system. You can also change the default operating system to boot.</p>
<p>Suppose if you have Ubuntu and then you install Kubuntu to a different partition on your hard disk. The later installed OS Kubuntu would either ask you to install or not to install Grub boot loader or simply install the Grub. Now if you want to make changes to your Grub menu then you will make these changes in Kubuntu, you will have a menu.lst file in your Ubuntu installation but its not functioning anymore.</p>
<p>Ubuntu Documentation also has a page about <a title="Change Default Operating System at Boot" href="https://help.ubuntu.com/6.10/ubuntu/desktopguide/C/ch10s05.html">how to change default operating system</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu.sabza.org/2006/11/07/make-changes-to-grub-boot-loader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GYachE &#8211; Yahoo Webcam on Ubuntu Linux</title>
		<link>http://ubuntu.sabza.org/2006/10/25/gyache-yahoo-webcam-on-ubuntu-linux/</link>
		<comments>http://ubuntu.sabza.org/2006/10/25/gyache-yahoo-webcam-on-ubuntu-linux/#comments</comments>
		<pubDate>Wed, 25 Oct 2006 02:52:49 +0000</pubDate>
		<dc:creator>Noumaan</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Dapper]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web]]></category>
		<guid isPermaLink="false">http://ubuntu.sabza.org/2006/10/25/gyache-yahoo-webcam-on-ubuntu-linux/</guid>
		<description><![CDATA[So many people complained to me that they do not enjoy gaim because it does not supports Yahoo! web cam. Personally I don&#8217;t like web cams, but there are so many people out there who love to use Yahoo! messenger with web cam support. I wanted to assure people that they can chat with their [...]]]></description>
			<content:encoded><![CDATA[<p>So many people complained to me that they do not enjoy gaim because it does not supports Yahoo! web cam. Personally I don&#8217;t like web cams, but there are so many people out there who love to use Yahoo! messenger with web cam support. I wanted to assure people that they can chat with their Yahoo buddies and with Web Cams, this led me to search for an Instant messenger that supports Yahoo Web Cams and is available on Linux and I found <a title="GYachI Home  Page" href="http://gyachi.sourceforge.net/index.shtml">GYachE</a>.</p>
<p>It has all the features of Official Windows Yahoo Client and then some more. It is a little <strong>buggy</strong> at the moment. Like whenever someone invites me for voice chat I get disconnected from Yahoo servers. Popup menu that appears when someone right clicks disappears as soon as I remove my finger from the mouse button. So I need to hold it until I select an option from the menu. The extra information that it displays in a Chat window is really annoying specially when one is in a crowded chat room. Documentation on official site is empty and there no FAQs or Wiki. To get information about troubleshooting you will have to join their mailing list.</p>
<p>With all these minor issues, I still think that  it is quite usable.</p>
<p>I downloaded the <a title="GYachE for Ubuntu Dapper Download .deb package" href="http://prdownloads.sourceforge.net/gyachi/gyachi_1.0.5-1_dapper_i386.deb?download">deb package for Ubuntu Dapper</a> and installed it. Once logged in and joined a Yahoo! Chatroom, I instantly noticed the enhanced spam protection which is a blessing since usually there are quite many spam bots on all popular yahoo chatrooms spamming users with spam instant messages. I do not have a web cam so I decided to check the performance of Web Cam feature by viewing some one&#8217;s web cam. I don&#8217;t have any one on my Yahoo messenger buddy list with a web cam. So I had to request strangers to show me their web cam. This was difficult and I felt awkward but I needed to write this post so this was required. Some guy kindly showed me his webcam which worked quite well.</p>
<p>So I think now I can tell people that they can use Yahoo! web cam on Ubuntu. It is not as good as in Windows, but its there waiting to be polished.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu.sabza.org/2006/10/25/gyache-yahoo-webcam-on-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

