LinuxQuestions.org
Review your favorite Linux distribution.
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 07-19-2003, 07:30 PM   #16
Poetics
Senior Member
 
Registered: Jun 2003
Location: California
Distribution: Slackware
Posts: 1,181

Rep: Reputation: 49

Quote:
Originally posted by lfur
What I was trying to say is, that, if you have a weaker machine, you must be more aware of what software (additional) are you installing .. and that's all
That's a great way to put it, actually. You just have to realize that there are deffinate alternatives to the "standard" programs and applications.
 
Old 07-19-2003, 07:34 PM   #17
lfur
Member
 
Registered: Jul 2003
Location: Slovenia
Distribution: Slackware & FreeBSD
Posts: 209

Rep: Reputation: 30
Poetics

yup, that's poetry to my ears

Actually, as I figured it out (please correct me if i'm wrong) the main power isn't in the machine, it's in the software that you're are using and in the way that you're using it.

Enjoy
 
Old 07-19-2003, 07:55 PM   #18
Poetics
Senior Member
 
Registered: Jun 2003
Location: California
Distribution: Slackware
Posts: 1,181

Rep: Reputation: 49
Precicely. It's a matter of knowing how you want to use your system and knowing what tools are best suited. You wouldn't run advanced rendering software on a P1 any more than you would run Windows 1 (yes, such a thing exists) on your brand new Athlon 2000+. The more you know about your needs and your options, the better suited you'll be to do anything you want
 
Old 07-19-2003, 08:29 PM   #19
Skyline
Senior Member
 
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104

Rep: Reputation: 45
DELI Linux

www.distrowatch.com

Last edited by Skyline; 07-19-2003 at 08:30 PM.
 
Old 07-19-2003, 10:14 PM   #20
ubers0ldat
Member
 
Registered: Jul 2003
Posts: 33

Original Poster
Rep: Reputation: 15
Haha.. thanks for the great advice. Well, i got slackware running, and like i said, i've used linux before, but not thoroughly. How do i start my GUI?

Meaning, im at the console, and i don't knwo what to do from here, i want to load up a window manager maybe?

Thanks.
 
Old 07-19-2003, 11:06 PM   #21
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
Well, if you've got X then you should have chosen a default window manager. So you can try 'startx'. If things go haywire, you can try 'xf86config' or whathaveyou. And if you want to switch window managers, do 'xwmconfig'.

Or you can just do a lot of cd'ing and ls'ing or fire up mc and play around in console for awhile just to see what's going on under the hood. 'Course, you can do that in an xterm, too.
 
Old 07-19-2003, 11:15 PM   #22
ubers0ldat
Member
 
Registered: Jul 2003
Posts: 33

Original Poster
Rep: Reputation: 15
Well, im using KDE 3 on Slackware 9.0 right now. Im pretty impressed, it runs faster than the KDE on redhat. It seems reasonable, i'll check out those other environments later

Right now, i want to activate Apache/PHP and MYSql.

Can anyone redirect to some assistance? I think they're all already installed. I just need to know how to configure them, or turn em on or whatever

Thanks again.

UBer
 
Old 07-20-2003, 12:22 AM   #23
grym
Member
 
Registered: Jun 2003
Location: Texas
Distribution: Gentoo/Slackware/Debian/Mandrake
Posts: 285

Rep: Reputation: 30
Welcome to Slackware.

As for apache try browsing to http://127.0.0.1:80/
I can't remember but it may already be set up on install, that is if you installed apache.

Not real familiar with MYSql

good luck to you and happy slacking
 
Old 07-20-2003, 12:30 AM   #24
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Ports and localhost should already be defined. There should be no need for all the numbering other than it's good to learn A browsing to:
http://localhost
should reveal the same as the above. 127.0.0.1 should be defined in /etc/hosts already as 'localhost' and port 80 is the standard http port and if Apache is the default setup, then it's on the standard port

Again, that is if it's installed.

MySQL actually is VERY learnable straight from the docs at www.mysql.com You should use examples like it uses, but customize them to your own needs. That way you can see parallels to what they are trying to do and your situation.

HTH

Cool
 
Old 07-20-2003, 01:14 AM   #25
ubers0ldat
Member
 
Registered: Jul 2003
Posts: 33

Original Poster
Rep: Reputation: 15
Well.. Okay. Like most of you have already realized by now, I grew up using DOS/windows so im used to the answers jus given to me. Lol

But, im going to try to seriously embrace myself in this vast Linux world of massive Docs and Manuals. .LOL

So heres whats gonna happen, ima read these docs. and Learn!

Again, thanks again guys. Stay tuned in case i have further question. I appreciate everything!

=Uber
 
Old 07-20-2003, 08:44 AM   #26
grym
Member
 
Registered: Jun 2003
Location: Texas
Distribution: Gentoo/Slackware/Debian/Mandrake
Posts: 285

Rep: Reputation: 30
MasterC is completely right about the addressing I just like to get people familiar with the ports they are using and the :80 is a conscious reminder. Comes from having taught a lot of classes I guess, heh.

Good luck to you.
 
Old 07-20-2003, 08:03 PM   #27
ubers0ldat
Member
 
Registered: Jul 2003
Posts: 33

Original Poster
Rep: Reputation: 15
Okay, for those who have been keeping up.

Im trying to setup a Apache/PHP/MySql linux server. Im having some difficulty however getting the hang of Linux.

Some things may be obvious to others, but not to me

1) How the hell do people understand MAN pages? What are they and what do they mean? i've read a few. And they offer no help whatsover to me (a linux newbie). Can someone tell me how to interpret these things?

2) Once i install a program, where does it go? How do i run it?

3) How do i create a new, non-root user account?

Again, thanks for helpin out a linux newbie.

=Uber
 
Old 07-20-2003, 08:18 PM   #28
Poetics
Senior Member
 
Registered: Jun 2003
Location: California
Distribution: Slackware
Posts: 1,181

Rep: Reputation: 49
2) just type the program name at the CLI. Such as "nethack" runs the nethack game, if you have it installed. If that doesn't work, you either need to "cd" into the direcotry it's installed into and run it from there, or add the directory to your path

3) "adduser" (and make sure to set their password)

1) (saving the hardest for last) the man pages are quite a bit to go through, I deffinately admit that. There are various places online where you can browse them, which is nice because they print out very easily for easy reference later (you don't have to drop what you're doing or switch to another console to read the page, meaning). Don't look just at the man pages but also online (or just search these forums for the command name), and you'll find a wealth of information
 
Old 07-20-2003, 08:59 PM   #29
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
Adding to Poetics - Man pages are essentially for people who already know what they're doing but may have forgotten whether the options they want are '-qr4stzpf' or -qr4sTzpf'. *g* That said, they're still very useful, mostly for simple (or not so simple) utilities. Full-fledged applications usually come with some kind of documentation on a website, in the source directory, or in /usr/doc that is often a better place to start.

It also depends on the man page author - some are incoherently cryptic and some are a breeze.

For finding stuff, there's

which - searches path only
whereis - which will find your man pages and source, too
find - searches the whole drive, which can be kinda slow
and my favorite:
locate - which searches a database of the whole drive and is a lot faster but needs to updated as root and often needs to be piped through less because it can return a lot of stuff. All have as the simplest syntax: 'command file'

Quick answer - it usually goes in /usr/bin or /usr/X11R6/bin or /bin. Sometimes the various sbins. Sometimes somewhere utterly weird. *g*
 
Old 07-21-2003, 12:15 AM   #30
len
Member
 
Registered: Jun 2003
Distribution: slackware 14
Posts: 143

Rep: Reputation: 15
Quote:
Hey hows it goin guys n gals, this is my first post

Linux is great i gotta admit

I have a P2 333 server machine. I want to use this to learn linux, and how to be productive and such. However, i don't want to install it on my 2 ghz Athlon Xp machine cuz i dont' want to deal with the complications if any were to arise.

What distro do you recommend? i've tried Redhat 8.0 and it was slow as hell.. Almost too slow to really enjoy linux and i reallllly want to learn it. I hope to use only linux by the end of the year if it's possible.

heres exact system specs

Pentium 2 333mhz
128 mb SDram
10 gig hdd
sound blaster sound
TNT/2 Graphics

Thanks!

blackbox is very fast, but lacks keybd support. if you lose mouse support, then you'll either go for the restart , or on/ off button (i know i did). seen a bunch of people rave about fluxbox, which is based on blackbox, w/ icons, and keybd support.

perhaps try vector linux, as it's based on slackware, and they strive to keep it small and quick.

btw, you'll probably install, and reinstall a bunch of times, and probably try a bunch of different distros as well. i think the partitioning, and mount point aspect of the installs is the hurdle to get over. best to know the system hardware well, just to be certain that auto detection is making the correct choices.

Last edited by len; 07-21-2003 at 12:20 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Slow Comp nin881 Slackware 8 06-03-2005 07:02 PM
Best Distro for This Comp? sLiMcHaRaCtA Linux - Distributions 2 05-02-2005 09:27 AM
Best distro and WM for slow (466 celeron) comp? rcrules Linux - Hardware 3 08-27-2004 10:55 PM
Slow 2.6.x on my comp sandage Linux - Software 2 07-18-2004 11:16 AM
new comp, which distro to use? terry.trent Linux - Distributions 5 01-18-2004 06:22 AM

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

All times are GMT -5. The time now is 04:14 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