LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-21-2004, 03:23 PM   #1
ram007
Member
 
Registered: Sep 2004
Distribution: Fedora Core 2
Posts: 46

Rep: Reputation: 16
just dumb I guess!


I have a few studip questions...

I'm fresh out of the womb on this linux thing and don't know anything about it.

1. How do you access the command line? Is it the same thing as the terminal?
2. Do you have to build everything that you install and then re-configure the kernal?
3. How do you navigate to the right folder to run an installer file?
4. How do you know which folder is the right folder?
5. Is there anyone out there, or am I just waisting my time here?

Last edited by ram007; 09-21-2004 at 03:31 PM.
 
Old 09-21-2004, 03:32 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Hi,

And welcome to LQ!

Quote:
1. How do you access the command line? Is it the same thing as the terminal?
Yes. Or a full-screen console, Press Ctrl-Alt-F<X>


Quote:
2. Do you have to build everything that you install and then re-configure the kernal?
No, usually not.

Quote:
5. Is there anyone out there, or am I just waisting my time here?
If you were paying us about 50 bucks an hour
you might be entitled to snide remarks.


I have separated your question from the
other thread since they're unrelated, and
thread hijacking is a no-no.


Cheers,
Tink

Last edited by Tinkster; 09-21-2004 at 03:49 PM.
 
Old 09-21-2004, 03:43 PM   #3
ram007
Member
 
Registered: Sep 2004
Distribution: Fedora Core 2
Posts: 46

Original Poster
Rep: Reputation: 16
affero?

What is an affero?
 
Old 09-21-2004, 03:47 PM   #4
ram007
Member
 
Registered: Sep 2004
Distribution: Fedora Core 2
Posts: 46

Original Poster
Rep: Reputation: 16
navigation

So how then do I type in the command to run an installer file

For instance... I've downloaded and unzipped the "flashplayer-installer"

I is in a folder named "installs", which is in a folder named "ram", which is in a folder named "home", which is in my "/" folder.

how do I type in the command so that Fedora knows where to look for the file "flashplayer-installer"?
 
Old 09-21-2004, 03:49 PM   #5
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
http://www.affero.net/ndqt.html (Finegan the moderator is on Affero's tour page)
http://svcs.affero.net/help.php?help...-help.tpl#none

Should give you an idea.
 
Old 09-21-2004, 03:52 PM   #6
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
If you look in my signature, you will see a link to my bookmarks. Follow it, I have bookmarked a number of sites with the basic info you need (especially the link to RUTE). Without trying to seem patronising, you should read up on some commands and how to use Linux. We have all gone through the "it's installed, now what" phase and reading up on Linux is an invaluable way to spend your time.
 
Old 09-21-2004, 04:03 PM   #7
Boby
Member
 
Registered: Feb 2004
Posts: 781

Rep: Reputation: Disabled
Re: navigation

Quote:
Originally posted by ram007
So how then do I type in the command to run an installer file
For instance... I've downloaded and unzipped the "flashplayer-installer"
I is in a folder named "installs", which is in a folder named "ram", which is in a folder named "home", which is in my "/" folder.
how do I type in the command so that Fedora knows where to look for the file "flashplayer-installer"?
OK, so you have this:
/home/ram/installs/flashplayer-installer/
am I wright?
To install the flash-player-plugin you have to be root to make the changes system wide:
su
Password:


Then to install you type:
Code:
/home/ram/installs/flashplayer-installer/flashplayer-installer
or
Code:
cd /home/ram/installs/flashplayer-installer/
./flashplayer-installer
TIP: use "./filename" when you want to run a file or command from the current folder.

When you will be prompted to introduce path to mozilla, type /usr/lib/mozilla-1.6/plugins/ or whatever your path is.


Boby

Last edited by Boby; 09-21-2004 at 04:05 PM.
 
Old 09-21-2004, 04:05 PM   #8
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Re: navigation

Quote:
Originally posted by ram007
So how then do I type in the command to run an installer file

For instance... I've downloaded and unzipped the "flashplayer-installer"

I is in a folder named "installs", which is in a folder named "ram", which is in a folder named "home", which is in my "/" folder.

how do I type in the command so that Fedora knows where to look for the file "flashplayer-installer"?
Next look at the readme or install file,and follow their directions and/or cd to the new file that was created and ./flashplayer-installer or read this; http://www.macromedia.com/shockwave/...ShockwaveFlash
 
Old 09-21-2004, 04:36 PM   #9
ram007
Member
 
Registered: Sep 2004
Distribution: Fedora Core 2
Posts: 46

Original Poster
Rep: Reputation: 16
Ok!

Ok,

I appreciate your help. I found exactly what I needed at the site you pointed me to.

I think the affero went thru. It said it was succesful.
 
  


Reply



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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
basic questions on hostname and domain name + related postfix questions Moebius Linux - Newbie 7 09-04-2007 11:50 AM
Basic Questions philipogletree Debian 4 07-24-2005 07:44 AM
A Few Basic Questions philipogletree Linux - Newbie 4 07-21-2005 09:51 PM
a few basic questions speel Mandriva 7 02-06-2005 04:21 PM
several basic questions mjas Linux - Newbie 5 11-12-2001 12:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:00 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration