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 ...
- 05-12-2008 #1Just 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 ^^"
- 05-12-2008 #2
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
- 05-12-2008 #3
If you are trying to enter a directory (you can't enter files) from the command line, simply use this command:
The error message you gave leads me to believe you put a slash "/" in front of your command, which wouldn't work.Code:cd nameofyourdirectory
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.2- how i can install winrar + how i can unrar a file ?
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
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).3- can i modify a TXT file in linux ?
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
- 05-12-2008 #4Just 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 ))
- 05-12-2008 #5
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.
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?** 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
I don't use FileFront, so I can't really help you there.Registered Linux user #270181
TechieMoe's Tech Rants
- 05-12-2008 #6Just 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 ?
ummm .. i trying to make a Ragnarok Online server .. so have to run 3 exe files
What program are you trying to run?
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 ^^"
- 05-12-2008 #7
Try this command:
That will install most of the necessary software you need to compile things. Perhaps unrar will be okay after that.Code:apt-get install build-essential
Yes, just run this:Q :
1- can i install fire fox ?? and if i could .. can someone plz tell me how ^^"
Code:apt-get install firefox
Registered Linux user #270181
TechieMoe's Tech Rants
- 05-12-2008 #8Just 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$$ ))
- 05-12-2008 #9Registered Linux user #270181
TechieMoe's Tech Rants
- 05-13-2008 #10
there is no firefox for debian, you have to install iceweasel, which is firefox under the hood with some minor icon changes


Reply With Quote

