Diferencia entre revisiones de «CUPS»

De gacq wiki
Saltar a: navegación, buscar
(Nueva página: = Basic cupsys configuration for Debian Etch = == Server == apt-get install cupsys cupsys-client cupsys-driver-gimpprint defoma fontconfig foomatic-db foomatic-filters libcupsimage2 ...)
 
Línea 19: Línea 19:
 
and add the printer from:
 
and add the printer from:
 
  http://cupsys-server:631/
 
  http://cupsys-server:631/
 +
 +
= References =
 +
*http://www.debianhelp.co.uk/printing.htm
 +
*http://www.debiantutorials.org/content/view/110/228/
 +
*http://www.debiantutorials.org/content/view/20/1/
 +
*http://www.debianadmin.com/setup-cups-common-unix-printing-system-server-and-client-in-debian.html
 +
*http://www.howtoforge.com/ubuntu-gutsy-samba-domaincontroller-p2

Revisión del 14:24 8 jun 2008

Basic cupsys configuration for Debian Etch

Server

apt-get install cupsys cupsys-client cupsys-driver-gimpprint defoma fontconfig foomatic-db foomatic-filters libcupsimage2 libexpat1 libfontconfig1 libfreetype6 libjpeg62 libpaper1 libpng12-0 libslp1 libtiff4 patch perl perl-modules ttf-bitstream-vera ucf
/etc/cups/cupsd.conf

Change the line:

Listen localhost:631

to:

Listen *:631

and and below any:

Allow localhost

to:

Allow 192.168.1.*

then:

/etc/init.d/cupsys restart

and add the printer from:

http://cupsys-server:631/

References