즐겨찾기

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 03Dec
    by SysOp
    2019/12/03 in IT
    Views 347 

    pdf 편집 프로그램 Ableword

  2. No Image 03Dec
    by SysOp
    2019/12/03 in IT
    Views 136 

    pdf 편집 프로그램 inkscape

  3. No Image 06Dec
    by SysOp
    2019/12/06 in IT
    Views 167 

    바탕화면에 gif ani 보여주기

  4. No Image 28Jan
    by SysOp
    2020/01/28 in IT
    Views 149 

    와이파이를 QR코드로 접속하게 할 수 있게 도와주는 사이트

  5. No Image 19Feb
    by SysOp
    2020/02/19 in IT
    Views 1296 

    잉크젯 프린터 노즐 막힘 방지 작업 스케줄러 자동 인쇄 방법

  6. No Image 01Mar
    by SysOp
    2020/03/01 in IT
    Views 137 

    특정 페이지나 게시판에서 502 bad gateway 에러

  7. No Image 08Mar
    by SysOp
    2020/03/08 in IT
    Views 86 

    파이어폭스 세팅

  8. No Image 16Mar
    by SysOp
    2020/03/16 in IT
    Views 118 

    폰트 저작권 조심

  9. No Image 16Mar
    by SysOp
    2020/03/16 in IT
    Views 158 

    유튜브(Youtube) mp3변환 프로그램(mac 포함)

  10. No Image 19Mar
    by SysOp
    2020/03/19 in IT
    Views 171 

    유튜브 플레이 리스트 다운로드 프로그램

  11. No Image 23Mar
    by SysOp
    2020/03/23 in IT
    Views 824 

    네이버 클로바 더빙

  12. No Image 27Mar
    by SysOp
    2020/03/27 in IT
    Views 407 

    [드라이버] NETmate NM-UV03 MAC용 드라이버

  13. No Image 29Mar
    by SysOp
    2020/03/29 in IT
    Views 236 

    라파스 타블렛 드라이버

  14. No Image 31Mar
    by SysOp
    2020/03/31 in IT
    Views 186 

    PDF에 필기하는 프로그램 View, Edit, Annotate by Xodo(윈10)

  15. No Image 31Mar
    by SysOp
    2020/03/31 in IT
    Views 128 

    moodle 설치 간략 정리

  16. No Image 31Mar
    by SysOp
    2020/03/31 in IT
    Views 185 

    화면 영상 캡처 및 스트리밍 프로그램 OBS studio

  17. No Image 31Mar
    by SysOp
    2020/03/31 in IT
    Views 303 

    태블릿 pc를 드로잉 태블릿으로 활용하는 프로그램 virtual tablet

  18. No Image 07Apr
    by SysOp
    2020/04/07 in IT
    Views 610 

    로켓챗 rocket chat 서버 메신저 설치

  19. No Image 07Apr
    by SysOp
    2020/04/07 in IT
    Views 1335 

    짓시 화상 서버 jitsi 설치 레퍼런스

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

    cups 설정 방법

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