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 03-07-2003, 09:52 PM   #1
Peleus
Member
 
Registered: Mar 2003
Posts: 77

Rep: Reputation: 15
Redhat setting up etc.


Well first off I warn you I am a big newbie so forgive me.

Basically I am starting a uni course and the uni uses redhat linux and I am looking to do the same on my laptop. I have downloaded all the iso's and have them aswell. Anyway once I installed everything went fine (I did workstation install) but some things are diffrent from the uni one's so I thought I would ask some questions here.

a) On the other computers there was a program where I could type commands etc, basically the crux of the operating system I believe (shell is it not?). I was wondering which would be the best for me. I have a program called konsole I found but the graphics on it are terrible (Delete leaves 'residue' of past letters and clear only clears some of the screen leaving ghost images of the past letters) so I am looking for something else.

b) They are using a compiler called gcc (for c++) and I was wondering how I could get it.

c) They have many diffrent options for desktop displays (gnome, kde etc) and I was wondering how I could also get diffrent ones.

d) Anything that could help out a complete linux newbie would be appreciated. I don't know much but I am willing to learn. I am used to windows however so I think the file systems and program running is going to take a while to get used to.

Thanks again if you can answer any / all of my questions, or if you have something useful chuck it in.

-Peleus
 
Old 03-07-2003, 10:00 PM   #2
Palin
Member
 
Registered: Feb 2003
Location: A Meatlocker, well feels like one
Distribution: Gentoo
Posts: 292

Rep: Reputation: 30
Quote:
a) On the other computers there was a program where I could type commands etc, basically the crux of the operating system I believe (shell is it not?). I was wondering which would be the best for me. I have a program called konsole I found but the graphics on it are terrible (Delete leaves 'residue' of past letters and clear only clears some of the screen leaving ghost images of the past letters) so I am looking for something else.
konsole is basically used best in KDE
there is a gnome terminal
actually I believe there are a few floating around.
sourceforge.net and freshmeat.net are great places to search for apps.

Quote:
b) They are using a compiler called gcc (for c++) and I was wondering how I could get it.
gcc and g++ are standard in every linux distro they are on the redhat cds somewhere.

Quote:
c) They have many diffrent options for desktop displays (gnome, kde etc) and I was wondering how I could also get diffrent ones.
there are a few window managers. KDE and GNOME are desktop managers, which means that they handle drawing icons and such on the desktop. Window managers can be run inplace of Desktop managers there a quite a few in this catagories. blackbox, Fluxbox, openbox, sawfish, icewm, etc... Again freshmeat and sourceforge

Quote:
d) Anything that could help out a complete linux newbie would be appreciated. I don't know much but I am willing to learn. I am used to windows however so I think the file systems and program running is going to take a while to get used to.
here is a Admin guide probably the most recommended
http://www.icon.co.za/~psheer/book/index.html
 
Old 03-07-2003, 10:03 PM   #3
Peleus
Member
 
Registered: Mar 2003
Posts: 77

Original Poster
Rep: Reputation: 15
Thats great, any further imput is still appreciated though.

Also looking around at this place (my first time here) I am mighty impressed by the community and it seems that it has a large (or larger then usual) empahsis on helping people and newbies which is great, thanks everyone.
 
Old 03-07-2003, 10:09 PM   #4
Peleus
Member
 
Registered: Mar 2003
Posts: 77

Original Poster
Rep: Reputation: 15
Oh and also is it just me or are the icon's and menus for the task bar under kde a lot lower quality then those in gnome? They look blocky and grainy but I am still at the same resolution.

Also I had a look at konsole under KDE and its still being crappy.



Linux is so frustrating to start with, hope it gets better.

Oh and on another note when I try and say install gcc on computer it says package already installed, but when I try and run it it says 'program gcc not found'

Last edited by Peleus; 03-07-2003 at 10:18 PM.
 
Old 03-07-2003, 10:49 PM   #5
Palin
Member
 
Registered: Feb 2003
Location: A Meatlocker, well feels like one
Distribution: Gentoo
Posts: 292

Rep: Reputation: 30
which version of redhat are you running?
and which version of KDE

I'm running KDE 3.1 at the moment I prefered gnome 1.4 but gnome 2 seems to have taken a step backwards.
 
Old 03-07-2003, 11:02 PM   #6
Peleus
Member
 
Registered: Mar 2003
Posts: 77

Original Poster
Rep: Reputation: 15
Redhat 8.0 and whatever default KDE version it is after running the update thing.
 
Old 03-08-2003, 12:24 AM   #7
Peleus
Member
 
Registered: Mar 2003
Posts: 77

Original Poster
Rep: Reputation: 15
Well the newbie in need update is as follows:

Firstly sorry if I am posting too much, its kinda like help a newbie in real time, fun

Anyway I have found the terminal, staring me in the face all the time, and don't worry I feel plenty dumb enough.

However I still can't get gcc to work. I type in gcc in the home/username directory and get the message "gcc: no input files" which has me stumped. I also tried it in the usr/bin folder where I believe it is located and still no luck.


Please help!
 
Old 03-08-2003, 10:43 AM   #8
Palin
Member
 
Registered: Feb 2003
Location: A Meatlocker, well feels like one
Distribution: Gentoo
Posts: 292

Rep: Reputation: 30
usually gcc is used as follows

gcc main.c -o programname

if you are looking for an ide then try either
Kdevelop
anjuta
 
  


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
Setting up Raid 0 on RedHat 9.0 Badfish Linux - Software 5 09-29-2004 07:49 PM
Security setting, RedHat 9 juusober Linux - Security 1 03-10-2004 10:57 AM
setting up redhat 9 Tim Prodyma Linux - Newbie 2 07-17-2003 01:45 PM
Setting proxy in Redhat 8.0 cyberswami Linux - Networking 1 02-26-2003 12:46 PM
Semaphore setting for Redhat 7.0 bgupta Linux - General 1 01-17-2003 11:04 AM

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

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