LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 03-21-2001, 12:36 AM   #1
hybrid110
LQ Newbie
 
Registered: Mar 2001
Posts: 1

Rep: Reputation: 0
Exclamation


I just installed Redhat 7.0 and I have no idea what to do next. I installed Gnome for my GUI but I heard KDE is better. I also heard I need to update my kernel ??? have no idea where to even find kernel. Also, how do I configure my devices mouse keyboard sound video 3dfx USB mbcontrollers DVD? Basically I just need to know where to start, I've been working with Windows and dos for 10 years but I have no idea how to configure linux.
Thanks for any posts
Chris
 
Old 03-21-2001, 02:58 AM   #2
ejtbrown
Member
 
Registered: Mar 2001
Location: Santa Maria CA USA
Distribution: RedHat 6.0 & RedHat 7.0
Posts: 36

Rep: Reputation: 15
I'm somewhat new to the Linux learning curve (having kicked around in DOS and Windows for most of my life), so hopfully we see computers in more or less the same way. I mention this because in my experience, a successful Windows-To-Linux transition requires a change in frame of mind.

******* If it works, don't worry about it yet.
You can change *anything* on your Linux box. It's all a question of effort. Changing the screen resolution, for example is rather a lot easier than modifying inetd (the deamon that handles TCP/IP services), but both are well within the realm of possibility. You mentioned updating your kernel. This is a good thing to do, insofar as it's good to keep up to date, but if you don't need any of the features in the newer kernel releases, don't worry about it.

******* Linux is a preference-based OS
When you install Windows ME on a computer, what you see is what you get. You can customize the way that the system responds to stimuli (both from users and from the network). The difference between Gnome and KDE is one example of this: they both do more or less the same thing, but in different ways. I myself prefer Gnome, but there's nothing wrong with KDE (or AfterStep, or fwm, or any of the other GUIs). Give 'em all a try, and decide which one you like.

******* Linux is a command-based OS
Nearly everything that happens on your linux box happens as a result of a command (even things that happen in XWindows).
Most of the basic user commands are in the /bin directory. You can learn what these commands do by reading the man pages for them. Example: you want to know what the 'ln' command does, so you type

man ln

and your system shows you the man page for the ln command. Note: use the arrow keys and page up/down to scroll, and Q to exit the man page viewer.
Another way to find out about a command is to use the --help argument. Using the 'ln' command example, not that you know what the ln command does, you want to know the syntax to use it, so you type

ln --help

and the ln command tells you the format and options.
Most of the basic administration commands are in the /sbin directory. Same applies here, man pages can be used to learn about commands. Be careful with these commands!
There are more user commands in /usr/bin and /usr/local/bin. These generally relate more to installed packages.
There are more administration commands in /usr/sbin and /usr/local/sbin. These also generally relare more to installed packages.

******* Linux is NOT DOS
One mistake that I made at first was to assume that the command line interface of Linux suffered the same limitations that DOS does. This is not true. On a Windows system, all of the interesting things happen at the GUI level - for the most part there aren't command line commands to do half the things you might want to do on the system. On a Linux system, all of the interesting things happen at the command line level - the things that happen at the GUI level are abratractions of the things that happen at the command line level.

******* Know Your Documentation
There is TONS of documentation on Linux. Wading through it can be difficult. Here's a quick breakdown:

*HOW-TOs* are fairly comprehensive guides on a wide variety of subjects. Keep in mind that some of them are written to for slightly different configurations of Linux. It won't change the general information, but some of the examples might have to be tweaked a little before they work on your system. See http://www.linuxdoc.org for HOW-TOs.

*mini-HOW-TOs* are shorter, quicker HOW-TOs on specific subjects, like connecting to an ISP with a modem. These documents are a good place to look for specific info on setting up hardward (e.g. the mini-HOW-TO on setting up 3dfx cards). See http://www.linuxdoc.org for mini-HOW-TOs.

*Guides* are short books on different subjects. These generally contain more detail then HOW-TOs. A HOW-TO will address, for example, how to configure the Appache web server, where a guide would go into detail on what a web server is, the header formats for HTTP packets, etc. See http://www.linuxdoc.org for guides.

*Books* are the greatest source of general information available. I can recommend:

Linux for Windows Addicts, 2001 Osborne/McGraw-Hill
This book is a guide for transitioning from Windows to Linux. I've been quite happy with it.

Linux in a Nutshell, 1999 O'Reilly & Associates
This is a quick reference of most all the commands and programs that are in common use on linux systems.

Teach Yourself Unix in 24 Hours, 1998 Sams Publishing
This is a beginner's guide to Unix. It's a good introduction to general Unix concepts.


Phew! That was a mouthfull! Hope this helps.
Erick JT Brown <=> ejtbrown@hotmail.com
 
Old 03-21-2001, 07:23 AM   #3
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Here is your answer in shortform.

Read, read and more read all that you can on Linux. There are tons of good internet sites out there on Linux with great documentation and articles.

What do you want to use your comptuer for? That will determine waht you should do with your New Linux box.
Install both GNOME and KDE, see which one you like, if everyone says eating spiders is better than chicken, would you believe them.( I don't know for sure, but I would presume that chicken is better, I never tried spiders, but if someone totally recommended it, why not? can't say you don't like something if you never tried it)

If you don't know what to do now, don't worry about recompiling the kernel. Some people are still using Redhat 5.2, cause it works.

I guess that is it. Welcome to a new world of computing. Hope you enjoy.


 
Old 03-21-2001, 07:31 AM   #4
Copenhagen Cowboy
Member
 
Registered: Mar 2001
Location: D/FW
Posts: 75

Rep: Reputation: 15
Good answer. Of course, this is one of the best sites to read stuff on and learn. A good 85% of the knowledge I've acquired comes from reading the posts.
 
  


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
I have Redhat 3.0 factory installed on my Dell hardware. I have installed JDK 1.4.2 vcvinith Red Hat 2 04-18-2005 07:09 AM
how do I boot to Redhat? Installed xp on same drive after redhat mike9004 Red Hat 4 04-24-2004 04:08 PM
want to get Redhat installed while having Windows OS too... sachitha Linux - Newbie 14 01-28-2004 08:36 PM
can i get redhat boot disk(without having redhat installed) doublefailure Linux - General 7 10-23-2002 12:52 AM
RedHat 7.2 installed, but very confused snowbaby Linux - Software 16 02-05-2002 01:11 AM

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

All times are GMT -5. The time now is 06:47 PM.

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