On Wed, 07 Nov 2012 11:16:09 -0500, Mark Warner replied:
> I'm unfamiliar with CentOS, so don't know how well it's "fleshed out" as
> a desktop by default. I was under the impression it was aimed more
> toward server usage than desktop, BICBW.
CentOS is pretty spartan when it comes to installing typical home
applications - but it seems to be robust otherwise.
If what I need to do is learn CUPS and SAMBA, the good news is that both
Linux freeware programs seem to be installed, by default:
$ firefox
http://localhost:631 (reported: CUPS version 1.4.2)
$ smbclient --version (reported: Version 3.5.10-125.el6)
If someone could just outline the printing sequence, that would help me
understand what I need to learn.
This is what I "THINK" the sequence is:
1. On WinXP HOME, I 'share' the USB-connected printer (e.g., "my printer")
2. On Centos SAMBA, I (somehow) recognize that printer over my intranet
3. On Centos CUPS, I print a file to 'that' networked printer
Using the "locate" command (i.e., locate samba & locate cups), I see
samba has /etc/samba/smb.conf file and cups has /etc/cups/cupsd.conf so I
assume they are the configuration files I'll need to modify.
I wonder: Since what I want appears to be the most basic home network
printing need, is there a good step-by-step tutorial already out there
that you may know of that goes from Linux to Windows using cups & samba?