Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Debian Linux Help
Reload this Page the bigest noob in linux is here ;p .. plz help me T_T
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Debian Linux Help Discussions related to Debian GNU/Linux.

Reply
 
Thread Tools Display Modes
Old 05-12-2008   #1 (permalink)
Silent Phantom
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 ^^"
Silent Phantom is offline   Reply With Quote
Old 05-12-2008   #2 (permalink)
scrarfussi
Linux Enthusiast
 
scrarfussi's Avatar
 
Join Date: Aug 2006
Posts: 741
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
__________________
Either this dont like me or i'm naturally unlucky
scrarfussi is offline   Reply With Quote
Old 05-12-2008   #3 (permalink)
techieMoe
Super Moderator
 
techieMoe's Avatar
 
Join Date: Aug 2004
Location: Texas
Posts: 8,507
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.

Quote:
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
Quote:
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
techieMoe is offline   Reply With Quote
Old 05-12-2008   #4 (permalink)
Silent Phantom
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 ))
Silent Phantom is offline   Reply With Quote
Old 05-12-2008   #5 (permalink)
techieMoe
Super Moderator
 
techieMoe's Avatar
 
Join Date: Aug 2004
Location: Texas
Posts: 8,507
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.

Quote:
** 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
techieMoe is offline   Reply With Quote
Old 05-12-2008   #6 (permalink)
Silent Phantom
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 ?
Quote:

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 ^^"
Silent Phantom is offline   Reply With Quote
Old 05-12-2008   #7 (permalink)
techieMoe
Super Moderator
 
techieMoe's Avatar
 
Join Date: Aug 2004
Location: Texas
Posts: 8,507
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.

Quote:
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
techieMoe is offline   Reply With Quote
Old 05-12-2008   #8 (permalink)
Silent Phantom
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$$ ))
Silent Phantom is offline   Reply With Quote
Old 05-12-2008   #9 (permalink)
techieMoe
Super Moderator
 
techieMoe's Avatar
 
Join Date: Aug 2004
Location: Texas
Posts: 8,507
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
techieMoe is offline   Reply With Quote
Old 05-13-2008   #10 (permalink)
coopstah13
Linux Enthusiast
 
coopstah13's Avatar
 
Join Date: Nov 2007
Location: MA, USA
Posts: 517
there is no firefox for debian, you have to install iceweasel, which is firefox under the hood with some minor icon changes
coopstah13 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT. The time now is 05:33 AM.

Powered by vBulletin 3.6.8 ©2000 - 2007, content relevant URLs by vBSEO, Property of Core Root.

Content Relevant URLs by vBSEO 3.0.0