LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 11-14-2004, 08:01 PM   #1
danoli
LQ Newbie
 
Registered: Nov 2004
Posts: 4

Rep: Reputation: 0
Total newbie to Linux, advice needed


Hi
I have finally took the plunge and entered the wonderful world of Linux.
I am TOTALLY new to Linux, however, I am experienced in other OS's (MS & Novell)

I am looking for a site (maybe this one) to get me 'started' in the basics to allow me to further my knowledge in Linux.

I have recently downloaded and install RH v9.0 and so far so good, trouble is, now it is installed I am limited in what I can do for example:

I have downloaded kopete chat client so I can use the MSN messenger network, I have the .gz file but do not have a clue what to do with it, where is the executable installer

I am also looking for a freeware/shareware mailserver simillar to MS Exchange or WorkGroupMail but do not know of any good linux free/shareware sites, can anyone recommend a site or a mailserver product?

Any other pointers, good sites to just browse and pick up the basics (very basics) to get me up and running,

Thanks
 
Old 11-14-2004, 08:07 PM   #2
ror
Member
 
Registered: May 2004
Distribution: Ubuntu
Posts: 583

Rep: Reputation: 33
http://www.slackware.com/book (ignore the url, it's mainly generic apart from package management) is a good basic guide to stuff.

http://www.tldp.org/LDP/intro-linux/html/intro_02.html
also good
 
Old 11-14-2004, 08:27 PM   #3
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
Just a tip, Gaim is much better than Kopete And to extract a .tar.gz file, something like this does it well
Code:
gunzip < file.tar.gz | tar xvf -
 
Old 11-14-2004, 08:45 PM   #4
ror
Member
 
Registered: May 2004
Distribution: Ubuntu
Posts: 583

Rep: Reputation: 33
tar -xvzf is far simpler
 
Old 11-14-2004, 08:54 PM   #5
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48
isn't RH9 pretty old? that was the first linux i installed almost a year and a half ago. if it were me, i would start over with a recent fedora.

i think with RH/fedora, etc. the usual method of installing software is using RPMs. i guess you could compile it yourself, though. but then you might as well just use slackware. gl
 
Old 11-14-2004, 08:59 PM   #6
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
Quote:
Originally posted by ror
tar -xvzf is far simpler
Cool! Learn something new everyday
 
Old 11-14-2004, 09:09 PM   #7
detpenguin
Senior Member
 
Registered: Oct 2003
Location: lost in the midwest...
Distribution: Slackware
Posts: 1,098

Rep: Reputation: 54
excellent online book:

http://www.icon.co.za/~psheer/book/index.html.gz
 
Old 11-15-2004, 11:01 AM   #8
danoli
LQ Newbie
 
Registered: Nov 2004
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by ror
tar -xvzf is far simpler
Eh? Don't forget I am a newbie.... what do the parameters do?
 
Old 11-15-2004, 01:50 PM   #9
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48
Quote:
Originally posted by danoli
Eh? Don't forget I am a newbie.... what do the parameters do?
if you don't know what certain options do, you can do <command> --help (or sometimes -h) to get a listing. for more in-depth info, you can read the man pages:

$ man tar

 
Old 11-15-2004, 02:06 PM   #10
phatboyz
Member
 
Registered: Feb 2004
Location: Mooresville NC
Distribution: CentOS 4,Free BSD,
Posts: 358

Rep: Reputation: 30
Download and install fedora 3 over your RH as RH is no longer supported and Fedora as all the good updates including newer kernels.

I would do this before you start changing config files.

Some newbie stuff
Do you know how to use an editor?
If not open up a termainl and type (vi) then file name. To edit a file hit (i), when finished type (:wq) and that closes and saves the file.

Here are the locations of the config files that you will edit

/etc/samba/smb.conf
/etc/grub.conf
/etc/httpd/httpd.conf (storage dir for web page is /var/www/)
/etc/squid/squid.conf
/etc/inittab <---changing run levels

This will get most of your networked services fixed and running.

Also to start a service like samba from the command line its

service smb start or stop or restart <------file sharing with windows clients
service httpd start <----apache webserver
service squid stop <-----------cache web server


To install an RPM
rpm -iv nameofpackage.rpm

Last edited by phatboyz; 11-15-2004 at 02:07 PM.
 
Old 11-16-2004, 02:13 PM   #11
danoli
LQ Newbie
 
Registered: Nov 2004
Posts: 4

Original Poster
Rep: Reputation: 0
Anyone know of a decent freeware/shareware email server for Linux?
 
Old 11-16-2004, 02:49 PM   #12
phatboyz
Member
 
Registered: Feb 2004
Location: Mooresville NC
Distribution: CentOS 4,Free BSD,
Posts: 358

Rep: Reputation: 30
sendmail,postix

On your install cd's
 
Old 11-16-2004, 08:55 PM   #13
ext6
LQ Newbie
 
Registered: Jul 2004
Location: midwest
Distribution: PCLinuxOS
Posts: 17

Rep: Reputation: 11
Total newbie to Linux, advice needed

the free software foundation

http://www.fsf.org


ibiblio

http://www.ibiblio.org/pub/Linux/
 
Old 11-17-2004, 07:58 AM   #14
danoli
LQ Newbie
 
Registered: Nov 2004
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by phatboyz
sendmail,postix

On your install cd's
Hi, thanks for this info. After lots of searching I was unable to find any reference to sendmail and postix in the gnome menus. I checked the installed apps and they are both installed.

I have been dreading replying to this, but, here goes... do these applications run in the GUI or are they only command line driven? (spot the windows user, hoping to be an ex-windows user though)
 
Old 11-17-2004, 03:21 PM   #15
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48
text config:
http://www.postfix.org/documentation.html
 
  


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
Advice needed for linux newbie! tranceybowler Linux - Newbie 14 01-29-2005 05:40 AM
Total linux Newbie Shibby Slackware 21 10-01-2003 10:28 AM
Total newbie to Linux needs help. Please jarget Linux - Software 3 08-24-2003 07:31 PM
Total Linux Newbie Ghengis_Khan LinuxQuestions.org Member Intro 2 05-19-2003 01:48 PM
NEWBIE Advice needed stevep119 Linux - Newbie 5 01-23-2002 10:41 PM

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

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