Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
hello ^^ i'm a big noob in linux .. so i need your help guys i've search for some commands but i never found them -.-" so my Q's are ...
  1. #1
    Just Joined!
    Join Date
    May 2008
    Posts
    5

    the bigest noob in linux is here ;p .. plz help me T_T

    hello ^^

    i'm a big noob in linux .. so i need your help guys

    i've search for some commands but i never found them -.-"


    so my Q's are :
    1- how the HELL i can enter a file ?!!! (( i type cd and it says -bash: /cd: No such file or directory .. ))
    2- how i can install winrar + how i can unrar a file ?
    3- can i modify a TXT file in linux ?

    plz someone help me T___T


    << note : sorry for my bad english ^^"

  2. #2
    Linux Engineer scrarfussi's Avatar
    Join Date
    Aug 2006
    Posts
    1,029
    Hmmm why didn't you try a easier distro one for noobs like ubuntu any way too enter a a directory you type cd directory name remember linux is cap sensitive about winrar you have too install a package called unrar winrar will not run on linux and yes you can modify a text file there are many text editors what kate and kwrite for kde gedit for gnome mouse pad for xfce vi for terminal to open the file type the name of program you wanna use and the then the filename eg kate filename.txt good luck welcome

  3. #3
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    Quote Originally Posted by Silent Phantom View Post
    so my Q's are :
    1- how the HELL i can enter a file ?!!! (( i type cd and it says -bash: /cd: No such file or directory .. ))
    If you are trying to enter a directory (you can't enter files) from the command line, simply use this command:

    Code:
    cd nameofyourdirectory
    The error message you gave leads me to believe you put a slash "/" in front of your command, which wouldn't work.

    2- how i can install winrar + how i can unrar a file ?
    First of all, you will not be able to install any Microsoft Windows programs in Linux without some sort of special third-party software. Linux is not the same thing as Microsoft Windows and it will not natively run Windows programs.

    However there is a Linux utility called unrar that will do just as its name suggests. You can usually find it in your distribution's repository. If you're using Debian (I assume since you posted in this section) you should be able to get it with this command:

    Code:
    su <enter key>
    Password: <enter your root password>
    apt-get install unrar
    3- can i modify a TXT file in linux ?
    You modify text files in Linux the same way you do anywhere else: with a text editing program. Note that Linux does not use file extensions, so pretty much any file could potentially be a text file (it doesn't need .TXT after it).

    Some relatively simple text editors are nano and pico. If you're interested in learning some more complicated (but more feature-rich) ones, you can look into emacs and vi as suggested above.
    Registered Linux user #270181
    TechieMoe's Tech Rants

  4. #4
    Just Joined!
    Join Date
    May 2008
    Posts
    5
    first of all thx guys .. some info were really useful

    yaaay finally i can enter a file XD


    anyway

    about unrar

    i wrote your command techieMoe ,, i saw it somewhere else with " apt-gat"
    and here its "apt-get" i don't know which one is right .. but i checked both and the same error " command not found " !!

    damn xX"

    so any ideas T_T ?


    ** POST UPDATE**
    1- i want to run a .exe file .. how i can run it ?
    << the file i want to run isn't a setup for a software
    2- i want to download this file from filefront .. but it i can't for some reason so what should i do ?

    (( this file sdata.grf - FileFront.com ))

  5. #5
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    Quote Originally Posted by Silent Phantom View Post
    i wrote your command techieMoe ,, i saw it somewhere else with " apt-gat"
    and here its "apt-get" i don't know which one is right .. but i checked both and the same error " command not found " !!
    The proper command is apt-get. "Apt-gat" is only useful if you want your computer to assemble and spit out a loaded automatic weapon. It's a little-used feature, mainly in Detroit, Michigan.

    Seriously though, "apt-get" is the proper command.

    ** POST UPDATE**
    1- i want to run a .exe file .. how i can run it ?
    << the file i want to run isn't a setup for a software
    EXE files are not native to Linux, as we've told you before. The only way to run them is using a third program called WINE, and even then it's not guaranteed to work. I would suggest you try and find a Linux-native program that will do the same thing. What program are you trying to run?

    I don't use FileFront, so I can't really help you there.
    Registered Linux user #270181
    TechieMoe's Tech Rants

  6. #6
    Just Joined!
    Join Date
    May 2008
    Posts
    5
    ummmm


    finally i install unrar however .. now when i unrar a file this error came on T_T


    unrar: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by unrar)

    what's GLIBC 2.4 ?

    and where i can find it ?

    finally where do i put it if i found it ?

    What program are you trying to run?
    ummm .. i trying to make a Ragnarok Online server .. so have to run 3 exe files

    Map-Server.exe ,, Char-Server.exe ,, Login-Server.exe

    but the good news there is a different way to make RO server in linux

    anyway thx ^^


    waiting ... ._.

    **POST UPDATE**

    Q :
    1- can i install fire fox ?? and if i could .. can someone plz tell me how ^^"

  7. #7
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    Quote Originally Posted by Silent Phantom View Post
    ummmm


    finally i install unrar however .. now when i unrar a file this error came on T_T


    unrar: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by unrar)

    what's GLIBC 2.4 ?

    and where i can find it ?

    finally where do i put it if i found it ?
    Try this command:

    Code:
    apt-get install build-essential
    That will install most of the necessary software you need to compile things. Perhaps unrar will be okay after that.

    Q :
    1- can i install fire fox ?? and if i could .. can someone plz tell me how ^^"
    Yes, just run this:

    Code:
    apt-get install firefox
    Registered Linux user #270181
    TechieMoe's Tech Rants

  8. #8
    Just Joined!
    Join Date
    May 2008
    Posts
    5
    techiemoe



    ummmmmmmmm

    is there any reason that make the command "apt-get" won't work ?

    i've search in google about installing FF in linux and the same thing

    all of them saying use this command "apt-get install firefox"

    but the "apt-get" not working for me ><

    same thing about unrar

    i've use the command "apt-get install build-essential" but it says " command not found " ><""

    so ,, you know whats the problem


    (( sorry for being pain in the a$$ ))

  9. #9
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    Quote Originally Posted by Silent Phantom View Post
    is there any reason that make the command "apt-get" won't work ?

    i've search in google about installing FF in linux and the same thing

    all of them saying use this command "apt-get install firefox"

    but the "apt-get" not working for me ><

    same thing about unrar

    i've use the command "apt-get install build-essential" but it says " command not found " ><""
    Log in as root user first:

    Code:
    su - < press enter >
    Password: < enter your root password > < press enter >
    Then run your apt-get commands. (Do not type the instructions in < >)
    How did you install Debian? CD? DVD? Net install?
    Registered Linux user #270181
    TechieMoe's Tech Rants

  10. #10
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    there is no firefox for debian, you have to install iceweasel, which is firefox under the hood with some minor icon changes

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
  •