Search results

  1. V

    which destro is well suited for study perpose .....mean learning a linux system.

    what are you trying to install ? I guess you are trying to install a program. You have to make the .sh file executable. To do it chmod +x filename then execute with ./filename You may have to login as root for successful completion. When you are facing problems, Please post the...
  2. V

    which destro is well suited for study perpose .....mean learning a linux system.

    Once you are familiar with shell commands, there isn't much difference among distros. I think the external bells and whistles ( i mean interface )that confuse the users. And ofcourse installation and hardware support.
  3. V

    Best book for linux

    sudo is a way to gain privileges of other users for a temporary period. Suppose you want to exectue a command with the privilege of the root, you want the root permission only the time you exectue the command then sudo is much safer then using the root account. In the recent ubuntu / Debian...
  4. V

    How to resize partition

    In that case first defragment C. This makes the files spread over the disk to organized and swept to one area and not scattered around. Then resize C to around 140 GB. Create the 7 GB partition for ubuntu + its swap. Create the rest as 133 GB partition. Move the data from C to new 133 GB...
  5. V

    Opera releases new snapshot of 10 Alpha

    I too find alpha stable and much better than 10. Hope with final version opera gives other browsers something new to copy.
  6. V

    How to resize partition

    Remember , if you have important data in C drive take a backup. Delete some unnecessary files and deframent drive. You the resizing too whatever it is only after that. Incase it gives a warning of data loss, never proceed.
  7. V

    Best book for linux

    @ ambika there is small mistake in what you did . There is a space between su and " - " it is su - not su-. The difference between su and su - is mentioned in my last post. Remember su is switch user. The command format is su - username. You can switch as any user, not only as root, provided...
  8. V

    Best book for linux

    This works through all the ubuntu versions including latest kubuntu 8.10, I tried. Please note for sudo su - there is " - " after that. su is switch user , if no user is specified it drops to root user. The " - " is to drops to deafult shell of that particular user ( here root ) , so that it...
  9. V

    Installing opera in ubuntu

    This link will be useful *help.ubuntu.com/community/OperaBrowser
  10. V

    Best book for linux

    If you want to enable root account in ubuntu . Use sudo su - Type your password Then at root prompt type passwd enter the new password for root confirm password Now you can login as root. ( only to command line in ubuntu , i guess )
  11. V

    Formatting a usb pen in fat32 using mkdosfs

    I usually use mkfs.vfat to format usb on linux. Is this different from the method discussed here ?
  12. V

    which destro is well suited for study perpose .....mean learning a linux system.

    I agree with vamsi360. If you have an always on internet connection it is better to stick to ubuntu at this point of time. Otherwise you may like Fedora because you don't have to downlaod every now and then. I agree with vamsi360. If you have an always on internet connection it is better to...
  13. V

    Best book for linux

    *ubuntuguide.org/ is a very good website to get started .
  14. V

    Is ubuntu safe enough for online transactions?

    Follow the normal precautions - If you are doing a bank transaction - use that website only on your browser that time. Don't open a untrusted website on another tab. Also close the Window after you have done your transaction. Never check save password esp on public computers. If you can avoid...
  15. V

    which destro is well suited for study perpose .....mean learning a linux system.

    This is my Linux learning curve . Redhat 8 ( Destroyed a Hard drive on intial install ) -> Mandrake Linux ( Now Mandriva ) -> Suse 9 -> Fedora -> Ubuntu -> Debian. For me Mandrake ( Mandriva ) was the simplest to learn , followed by suse. And for support Ubuntu I feel is best. Ubuntu forums...
  16. V

    Best book for linux

    kate is also a vey good editor. Provided you installed the konsole application you edit and compile from the application itself. Which one is your distro ?
  17. V

    Grub giving Error 17 in stage1 :(

    If you are using Windows XP . Boot from the Windows XP CD. Select recovery console . In the command prompt issue the command fixmbr . Give yes to the confirmation message. I think your problem will be solved. This writes are a new mbr. It won't fix the grub. But your system will boot to...
  18. V

    Best book for linux

    If you want to master linux don't ignore commandline. They are very powerful, useful and sometimes gets job done faster than GUI.
  19. V

    Best book for linux

    There is no single all the stuff book for Linux. First procure a book eg. bible install Linux and try it out. Sure you will run into some problems. Get help from book or online forums like this. You'll be well familiar with Linux in 1-2 months . Good luck
  20. V

    How to install Debian Etch through NFS?

    I would like to do manual install of Debian Etch through NFS. I found no way to switch from cd to nfs install. Please help.
Top Bottom