Quote:
|
Originally Posted by Aijaz Akhtar
1. You cannot log in as root when you open it. All copying and pasting of files, creating of files that need Root permission have to be done in console.
|
How to enable root login in Ubuntu
You must do it once through console. After that hopefully you'll not need to use console
$ sudo passwd root
provide a new password for root user if you do not already have any password for root.
$ sudo gdmsetup
Go to
Security tab and check
Allow root to login with GDM
See the screenshot.

This will enable root login from the main login screen and you'll be able to edit config files by logging in as the root user.
Quote:
|
Originally Posted by Aijaz Akhtar
2. Even in gnome, double clicking is required to open any thing even in File browser. It does not show the content just when a folder is selected, as in Win.
|
Open Nautilus file namager and go to
Edit >> Preferences >> Behavior tab, and click
Single click to activate items . Also select
Always open in browser windows . This will make Nautilus more easier to use.
Quote:
|
Originally Posted by Aijaz Akhtar
3. You cannot install ANY software unless you use apt-get and are connected to the internet. A deb file downloaded cannot be installed even through dpkg, it throws too many errors.
|
If you are downloading individual deb files then you need to take care of dependencies also. For smaller packages this is no big deal. Just go to
http://packages.debian.org/<package-name> Select stable/testing/unstable whatever.
This will list out the dependency packages in red color. For smaller packages you can straightaway download those packages and install all of them in one go. See the screenshot.

After you have the package and dependency file downloaded, install them in one go using
$ sudo dpkg -i *.deb
However be advised that for bigger packages the dependency list runs into dozens. So its better if you allow apt-get to sort these out for you.
If you get things messed up while installing packages individually using deb files then i'd highly recommend you to get hold of the Ubuntu DVD. Its highly functional distribution and includes all the packages one can ever need. The single CD ubuntu does not provide many packages.
Quote:
|
Originally Posted by Aijaz Akhtar
4. I have been getting lot many tips in Ubuntu and various other forums, NONE has worked so far.
|
Please try out these websites maintained by Ubuntu community itself.
http://ubuntuforums.org/
http://ubuntuguide.org/
Ubuntu guide is a highly useful site and it helped me to get SMP kernel installed on my Macintosh G4 server.
Quote:
|
Originally Posted by Aijaz Akhtar
5. My RIM connection too did not work despite getting detailed hints from a RIM user. In my case modprobe uhci gave fatal error: "FATAL: Module uhci not found."
|
I have not used RIM internet connection myself, but know of many users who have successfully made it work on Ubuntu. Going through some RIM howtos may help.
http://www.tldp.org/HOWTO/Reliance-HOWTO/
http://www.gnulinuxclub.org/index.ph...id=56&Itemid=1
These are about FWP. Am not sure if they will work with RIM handsets. Try on your own.
Quote:
|
Originally Posted by Aijaz Akhtar
6. For that matter, I cannot connect to the internet any other way too, there is nothing like KPPP that can be configured for the dial up at office or ADSL Data One at home at my home at Hyderabad. There is nothing available in gnome GUI.
|
You have not tried
gnome-ppp tool that's there in Ubuntu's archive. It exists in the universe section of their archive. Its quite functional and identical to KPPP. However it runs on top of wvdial, which is already installed in ubuntu.

Again, your most of the problems will get solved if you opt for the Ubuntu DVD version.
Quote:
|
Originally Posted by Aijaz Akhtar
7. There is no GUI to check the partitions. QTParted is not available even in the repository. In an office system, I had XP and Xandros, and when I installed Ubuntu, it has veryy wisely retained XP and Xandros. But which partitions hasn what cannot be seen. In KDE, the Konquerer has the device panel where we can see all the hda partitions.
|
QTparted is available with Ubuntu's archives. But it exists in Universe section which is available for installation through internet or through DVD. I do not know of any other GUI tool.
However you may use
$ sudo fdisk -l /dev/hdx for getting a list of available partition types.

Cfdisk is also quite a usable tool.
$ sudo cfdisk /dev/hdx
Quote:
|
Originally Posted by Aijaz Akhtar
8. I could configure locales and interface in Hindi and Arabic/Persian work fine in gnome menu only. But not iin OpenOffice. There the menu bar too shows all rectangles. Though under each language, havee configurd fonts. And yes, I have run reconfigure locales umpteen number of times.
|
OpenOffice is not based on GTK toolkit so i doubt its localised interface can be seen by reconfiguring locales package. I'll check up with this and let you know.
Quote:
|
Originally Posted by Aijaz Akhtar
Does only being fast make the Ubuntu distro as awardable???????
|
There are many reasons. The lack of extra package makes it extremely usable distribution. I have used fedoras and mandrakes and what i feel is large number of package confuses me. Each one has his/her own opinion. I just find clean interface more usable.
One more addiional note. You can install webmin from ubuntu's archives. Webmin provides web interface for most of the administrative tasks and i have converted many newbie users (who were scared to touch command line) into sysadmins by installing Webmin on their computers. Head over to
http://www.webmin.com/ and see a demo of what webmin can do.