Can anyone walk me through a Samba Install?

Joony

Diamond Member
Jan 17, 2001
7,654
0
0
please , I'm in dire need of learning!

edit: on red hat 9 or another linux distribution
 

Joony

Diamond Member
Jan 17, 2001
7,654
0
0
Abzstrak, hmm wow, your link seems to be quite useful! I shall read up on it
 

Joony

Diamond Member
Jan 17, 2001
7,654
0
0
Ok, how do I get this "pico" on my RH9 machine?

How do I update to the latest version of Samba instead of whatever came with RH9...
 

Abzstrak

Platinum Member
Mar 11, 2000
2,450
0
0
pico is just a text editor, you can also use nano, vi, emacs, or anything else. www.rpmfind.net has alot of rpms, which is redhats package manager files... just search for pico there.

I haven't used redhat in some time, but I believe you can use up2date as well to install things like that.
 

Joony

Diamond Member
Jan 17, 2001
7,654
0
0
I didn't install any GUIs or anything, thought it would make everything run faster or something I don't understand anything you say...
 

Abzstrak

Platinum Member
Mar 11, 2000
2,450
0
0
lol, if your new to linux, your probably going to have a hard time with the command line only.... you'll just be staring at the black screen having no idea what to type. I'd suggest installing a gui, especially so you can get on the web (no offense to the lynx fans out there). A gui isn't really going to slow you down, and is useful in many ways... sure it eats more ram, but thats cheap.

Also, you should consider picking up a book about linux, or redhat in particular... Linux is very extensive and can be very frustrating to figure out for some people, but having a good reference book at hand can help alot ;-) I cannot really recommend a book, I'd suggest just taking a trip to Barnes and Noble and spending some time flipping through the books there until you find one that explains things in a way that makes sense to you.

 

Joony

Diamond Member
Jan 17, 2001
7,654
0
0
hmm, the only commands I know in linux are

shutdown -h now
and reboot

I did try some command line tutorial thing...a while back...

So I can use samba with a GUI?

I think i'll learn better if someone tells me exactly what to do...i'll get a book later

If I ever figure out linux, i'll write the damn best tutorial ever!

and i'll quote my above statement!
 

xcript

Diamond Member
Apr 3, 2003
8,258
1
81
Originally posted by: Joony
I think i'll learn better if someone tells me exactly what to do...

IMO, this is a terrible way to learn.

Asking a few basic questions is fine, but you won't learn anything unless you figure some things out for yourself.
 

Joony

Diamond Member
Jan 17, 2001
7,654
0
0
I need to learn from an example, when someone tells me how to do this and that, I can learn how to apply it on something else

ok, how did you guys learn linux?
 

Abzstrak

Platinum Member
Mar 11, 2000
2,450
0
0
there are gui interfaces for Samba, but I haven't used them.... I just like having the resolution and multiple CLI windows open along with web browsers and such.

The link I gave you already is about as simple as any linux doc will get. If you dont understand it, it means you need to do more reading. Reinstall and include a gui and it will help you some.
 

Joony

Diamond Member
Jan 17, 2001
7,654
0
0
ok, i'll install one of those two GUIs that's included in RH9, I think one of them is called Xwindows
 

Joony

Diamond Member
Jan 17, 2001
7,654
0
0
so, i'm in the installation screen, what do you guys prefer?

X Windows? GNOME? or KDE?
 

cleverhandle

Diamond Member
Dec 17, 2001
3,566
3
81
Just pick something and stop relying on other people for guidance. Trust in yourself and your ability to learn from mistakes and experiments.

If this sounds offensive to you, find a different operating system - you'll never be happy with Linux.
 

drag

Elite Member
Jul 4, 2002
8,708
0
0
X windows is the underlining gui part. Other ones you see like KDE, Gnome, TWM, or fluxbox are desktop and window managers. They control the "feel" and operation of the windows.

Software in Linux is usually "layered" you have something that is running in the background, but have other software running on top that uses the lower software.

It's pretty simple, you have Mozilla Web browser, runs on the windows manager, that runs on X windows, that runs on some other software, that runs on the kernel, which acccesses the hardware which ate the cat which ate the mouse which swallowed the spider that lives in the house that jack built.( or something like that)


You can go ahead and install X windows and a GUI. IT WILL run a bit slower, but usually its not a big deal. If you want to then you can just shut off the gui when not using it, and it won't use up a resources other then some diskspace.

In redhat they easiest way to turn off X is to use this command from the terminal: "telinit 3"

I like to tell people Google is your friend. Clicking there will give you access to a whole internet of information. Which can be a bit of trouble to search thru.

check out here for some samba help

That took my 2 minutes to find in google using a search for samba redhat guide

There is lots and lots of other places to get help with samba and other stuff. Also check out the linux documentation project

Next step after setting any server up is to check out some information about passwords and security and stuff. Go to keep yourself safe!

Good Luck!

edit:
PS. I like to use Apt for RPM's for installing packages for Redhat over the internet. Freshrpms. It works for me, but becarefull milage may vary.
 

blcjr

Golden Member
Oct 28, 1999
1,010
0
0
Originally posted by: Joony
please , I'm in dire need of learning!

edit: on red hat 9 or another linux distribution
I know everyone means well, but I think there are more direct ways to answer your question.

1. Install RH9. Make sure that you install Samba during the initial installation. I always use the "Server" type of install. Samba will be described or listed as "Windows File Services" or "SMB" or something like that. The point is, let RH9 install Samba during the intial installation. Much easier than trying to install it afterward.

2. Once installed, read the Samba configuration file: /etc/samba/smb.conf. RH's version is heavily commented, and is a good source of information.

3. Read the RH "Customization Guide" on Samba, here.

This will get you started.
 

MetroRider

Senior member
Jun 11, 2001
433
0
0
seeing as how no one has mentioned it yet, SWAT is a great web-based GUI for configuring Samba. It makes the whole process easier, and is even more appreciated when used after setting Samba up via the config files several times.

also, in relation to getting the info you need, and how you want to acquire the necessary steps in doing so, I am like you in that if I am told to do this or that, I can learn it much faster by doing it again many times on different platforms. the drawback to this is that there wont always be someone to tell you how to do something. thus, a book is a great way of learning these things. by the way, those books you got are good, especially that O'Reilly book on Samba!

final note, as has been stated, when learning out a new system, take some risks, try out some things, and see what happens. it really is a great way in learning without being dependent on other people's ideas, and what i may like to do may not suit your needs.

just sharing my $0.02 here....

have fun, good luck and post back!

-Metrorider
 

tm37

Lifer
Jan 24, 2001
12,436
1
0
bookmark for me.

Gonna try to get samba up and running on mandrake tonight
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |