즐겨찾기

IT
2020.06.04 17:06

cups 설정 방법

profile
https://www.kimsaem.net/fav_site/218494 조회 수 180 추천 수 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. 투명 png 클립아트 검색 사이트

    Date2021.04.22 CategoryIT Views924
    Read More
  2. cups 설정 방법

    Date2020.06.04 CategoryIT Views180
    Read More
  3. l1300 inf 드라이버 파일 위치

    Date2023.04.26 CategoryIT Views26
    Read More
  4. php 재시작

    Date2024.01.22 CategoryIT Views381
    Read More
  5. 파이썬 9009 실행오류

    Date2024.04.22 CategoryIT Views64
    Read More
  6. 아이폰 메시지 엑셀로 백업

    Date2018.02.28 CategoryIT Views465
    Read More
  7. ralink rt3290le win8.1 64bit 드라이버

    Date2015.01.02 CategoryIT Views2571
    Read More
  8. 무료 한자(중국어) 폰트

    Date2019.05.22 CategoryIT Views562
    Read More
  9. 윈도우 속도 느릴때

    Date2023.12.19 CategoryIT Views309
    Read More
  10. 무료 영상편집 프로그램 캡컷

    Date2023.11.08 CategoryIT Views18
    Read More
  11. 백신 비교

    Date2016.05.26 CategoryIT Views491
    Read More
  12. 바탕화면에 gif ani 보여주기

    Date2019.12.06 CategoryIT Views175
    Read More
  13. 기록관리 소프트웨어 ATOM(Access to Memory ) 아카이빙을 위한 공개 소프트웨어

    Date2019.06.30 CategoryIT Views391
    Read More
  14. 로켓챗 rocket chat 서버 메신저 설치

    Date2020.04.07 CategoryIT Views619
    Read More
  15. 맥북 2012 Ventura 설치

    Date2023.03.18 CategoryIT Views30
    Read More
  16. Stable diffusion webui 설치 및 실행방법, 에러

    Date2024.04.22 CategoryIT Views68
    Read More
  17. BM800 콘텐서 마이크 사운드 카드 세팅

    Date2021.01.21 CategoryIT Views77
    Read More
  18. gsuite google 메일(도메인 연결한 gmail) 아웃룩 에서 사용하기

    Date2020.07.02 CategoryIT Views181
    Read More
  19. 구라제거기, pc속의 적폐제거

    Date2019.01.02 CategoryIT Views213
    Read More
  20. 특정 페이지나 게시판에서 502 bad gateway 에러

    Date2020.03.01 CategoryIT Views146
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 9 Next
/ 9