즐겨찾기

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. adblock 애드블록 플러스 광고차단 한국 필터

    Date2015.06.11 CategoryIT Views754
    Read More
  2. BM800 콘텐서 마이크 사운드 카드 세팅

    Date2021.01.21 CategoryIT Views69
    Read More
  3. centos 7 APM 설정

    Date2018.03.20 CategoryIT Views304
    Read More
  4. centos 7 방화벽 firewalld 설정

    Date2018.03.20 CategoryIT Views396
    Read More
  5. centos 7 설정

    Date2015.04.23 CategoryIT Views962
    Read More
  6. centos7의 모든 것

    Date2015.03.24 CategoryIT Views1055
    Read More
  7. Collectl: An Advanced All-in-One Performance Monitoring Tool for Linux

    Date2022.12.29 CategoryIT Views40
    Read More
  8. cups 설정 방법

    Date2020.06.04 CategoryIT Views173
    Read More
  9. dmb stick k-3 드라이버

    Date2017.09.25 CategoryIT Views529
    Read More
  10. DOS 배치파일 명령어 모음

    Date2014.12.16 CategoryIT Views2443
    Read More
  11. EFI 시스템 파티션 삭제

    Date2014.08.13 CategoryIT Views2970
    Read More
  12. foobar asio 컴포넌트 설치

    Date2021.02.24 CategoryIT Views111
    Read More
  13. gather town 과 유사한 사이트

    Date2022.03.02 CategoryIT Views59
    Read More
  14. gsuite google 메일(도메인 연결한 gmail) 아웃룩 에서 사용하기

    Date2020.07.02 CategoryIT Views174
    Read More
  15. hls 인코딩 (for 샤나 인코더)

    Date2022.04.20 CategoryIT Views53
    Read More
  16. Intelligent Teaching And Learning with Computers

    Date2015.07.26 CategoryIT Views313
    Read More
  17. ISP별 dns

    Date2014.11.17 CategoryIT Views2224
    Read More
  18. it 지식공유 사이트

    Date2014.05.06 CategoryIT Views3918
    Read More
  19. l1300 inf 드라이버 파일 위치

    Date2023.04.26 CategoryIT Views17
    Read More
  20. Let’s Encrypt로 ssl 설치

    Date2022.10.12 CategoryIT Views38
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 9 Next
/ 9