즐겨찾기

IT
2020.06.04 17:06

cups 설정 방법

profile
https://www.kimsaem.net/fav_site/218494 조회 수 173 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
Extra Form
주소 https://www.kimsaem.net/fav_site/218494

설정 파일명 : /etc/cups/cupsd.conf

 

빨간부분 수정 및 삭제, 그리고 데몬 재시작

 

# Only listen for connections from the local machine.
#Listen localhost:631
Port 631

Listen /run/cups/cups.sock

# Show shared printers on the local network.
Browsing Off
BrowseLocalProtocols dnssd

# Default authentication type, when authentication is required...
DefaultAuthType Basic

# Web interface setting...
WebInterface Yes

# Restrict access to the server...
<Location />
Allow all
  Order allow,deny
</Location>

# Restrict access to the admin pages...
<Location /admin>
Allow all
  Order allow,deny
</Location>

# Restrict access to configuration files...
<Location /admin/conf>
Allow all
  AuthType Default
  Require user @SYSTEM
  Order allow,deny
</Location>

# Restrict access to log files...
<Location /admin/log>
  AuthType Default
  Require user @SYSTEM
  Order allow,deny
</Location>

# Set the default printer/job policies...
<Policy default>
  # Job/subscription privacy...
  JobPrivateAccess default
  JobPrivateValues default
  SubscriptionPrivateAccess default
  SubscriptionPrivateValues default

 

 

사용자 제대로 보이기

 

To display the job document file name and the user name:

  • Edit /etc/cups/cupsd.conf: change to
    JobPrivateValues default
    JobPrivateValues none
  • Restart cupsd: sudo systemctl restart cups

Title
  1. No Image 11Jun
    by SysOp
    2015/06/11 in IT
    Views 754 

    adblock 애드블록 플러스 광고차단 한국 필터

  2. No Image 21Jan
    by SysOp
    2021/01/21 in IT
    Views 69 

    BM800 콘텐서 마이크 사운드 카드 세팅

  3. No Image 20Mar
    by SysOp
    2018/03/20 in IT
    Views 304 

    centos 7 APM 설정

  4. No Image 20Mar
    by SysOp
    2018/03/20 in IT
    Views 396 

    centos 7 방화벽 firewalld 설정

  5. No Image 23Apr
    by SysOp
    2015/04/23 in IT
    Views 962 

    centos 7 설정

  6. No Image 24Mar
    by SysOp
    2015/03/24 in IT
    Views 1055 

    centos7의 모든 것

  7. No Image 29Dec
    by SysOp
    2022/12/29 in IT
    Views 40 

    Collectl: An Advanced All-in-One Performance Monitoring Tool for Linux

  8. No Image 04Jun
    by SysOp
    2020/06/04 in IT
    Views 173 

    cups 설정 방법

  9. No Image 25Sep
    by SysOp
    2017/09/25 in IT
    Views 529 

    dmb stick k-3 드라이버

  10. No Image 16Dec
    by SysOp
    2014/12/16 in IT
    Views 2443 

    DOS 배치파일 명령어 모음

  11. No Image 13Aug
    by SysOp
    2014/08/13 in IT
    Views 2970 

    EFI 시스템 파티션 삭제

  12. No Image 24Feb
    by SysOp
    2021/02/24 in IT
    Views 111 

    foobar asio 컴포넌트 설치

  13. No Image 02Mar
    by SysOp
    2022/03/02 in IT
    Views 59 

    gather town 과 유사한 사이트

  14. No Image 02Jul
    by SysOp
    2020/07/02 in IT
    Views 174 

    gsuite google 메일(도메인 연결한 gmail) 아웃룩 에서 사용하기

  15. No Image 20Apr
    by SysOp
    2022/04/20 in IT
    Views 53 

    hls 인코딩 (for 샤나 인코더)

  16. No Image 26Jul
    by SysOp
    2015/07/26 in IT
    Views 313 

    Intelligent Teaching And Learning with Computers

  17. No Image 17Nov
    by SysOp
    2014/11/17 in IT
    Views 2224 

    ISP별 dns

  18. No Image 06May
    by SysOp
    2014/05/06 in IT
    Views 3918 

    it 지식공유 사이트

  19. No Image 26Apr
    by SysOp
    2023/04/26 in IT
    Views 17 

    l1300 inf 드라이버 파일 위치

  20. No Image 12Oct
    by SysOp
    2022/10/12 in IT
    Views 38 

    Let’s Encrypt로 ssl 설치

Board Pagination Prev 1 2 3 4 5 6 7 8 9 Next
/ 9