Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 16
Hi.. Friends.. I m absolutely new to linux.. I don't know anything in this OS. Please help me.. I need to know some basics.............
  1. #1
    Just Joined!
    Join Date
    Jun 2009
    Posts
    22

    Smile Hi I m new to this Linux

    Hi.. Friends.. I m absolutely new to linux.. I don't know anything in this OS. Please help me.. I need to know some basics..........

  2. #2
    Just Joined!
    Join Date
    Jun 2009
    Posts
    6
    Welcome !

    At first, what would you like to know ?

  3. #3
    Just Joined!
    Join Date
    Jun 2009
    Posts
    22
    I would like to know how to install a software in linux. I have downloaded software but its in a source format. I don't know how to install.. Plz help friend..

  4. #4
    Just Joined!
    Join Date
    Jun 2009
    Posts
    6
    Hmm...

    What is the kind of extention of your file ?

  5. #5
    Just Joined!
    Join Date
    Jun 2009
    Posts
    22
    Its .tar.gz format.

  6. #6
    Linux Enthusiast L4Linux's Avatar
    Join Date
    Sep 2008
    Location
    Greece
    Posts
    584
    In 99% of the cases, you don't need to install from source code. You use the "Package Manager" instead, which downloads and installs the programs for you. Which distribution do you use, so we can give you specific tips on how to use the package manager?

  7. #7
    Just Joined!
    Join Date
    Jun 2009
    Posts
    22

    Unhappy

    I don't know what distribution is... Sorry sir.. How to find that???

  8. #8
    Just Joined!
    Join Date
    Jun 2009
    Posts
    22
    its .tar.gz format

  9. #9
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,940
    Quote Originally Posted by vasan View Post
    I don't know what distribution is... Sorry sir.. How to find that???
    When you first start the computer what options do you get ?
    Can you open a terminal and type
    Code:
    cat /boot/grub/menu.lst
    and post the output here. Or use a filemanager to go to the file /boot/grub/menu.lst and paste the file contents here.

  10. #10
    Just Joined!
    Join Date
    Jun 2009
    Posts
    22
    This s what i got sir.. Thank u for ur reply..

    # grub.conf generated by the Sabayon Linux Installer
    #
    # Note that you do not have to rerun grub after making changes to this file
    # NOTICE: You do not have a /boot partition. This means that
    # all kernel and initrd paths are relative to /, eg.
    # root (hd0,4)
    # kernel /boot/kernel-genkernel real_root=UUID=66cd6d21-08c9-44e9-85a0-7b84b6c76725
    # initrd /boot/initramfs-genkernel
    #boot=sda
    default=0
    timeout=6
    splashimage=(hd0,4)/boot/grub/splash.xpm.gz

    title Sabayon Linux x86 (genkernel-x86-2.6.27-sabayon)
    root (hd0,4)
    kernel /boot/kernel-genkernel-x86-2.6.27-sabayon root=/dev/ram0 ramdisk=8192 real_root=UUID=66cd6d21-08c9-44e9-85a0-7b84b6c76725 dolvm quiet init=/linuxrc splash=silent,theme:sabayon vga=791 CONSOLE=/dev/tty1 resume=swap:/dev/sda6
    initrd /boot/initramfs-genkernel-x86-2.6.27-sabayon

    title Sabayon Linux x86 (genkernel-x86-2.6.27-sabayon) (safe mode)
    root (hd0,4)
    kernel /boot/kernel-genkernel-x86-2.6.27-sabayon root=/dev/ram0 ramdisk=8192 real_root=UUID=66cd6d21-08c9-44e9-85a0-7b84b6c76725 dolvm init=/linuxrc CONSOLE=/dev/tty1 resume=swap:/dev/sda6 nox acpi=off ide=nodma vga=normal
    initrd /boot/initramfs-genkernel-x86-2.6.27-sabayon

    title Other Operating System - Microsoft Windows
    rootnoverify (hd0,1)
    chainloader +1

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •