즐겨찾기

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. 우분투에 엡슨 Perfection 4490 Photo 스캐너 설치

    Date2020.06.05 CategoryIT Views177
    Read More
  2. gsuite google 메일(도메인 연결한 gmail) 아웃룩 에서 사용하기

    Date2020.07.02 CategoryIT Views176
    Read More
  3. 맥 부팅후 마우스 포인터만 보일때

    Date2021.09.29 CategoryIT Views175
    Read More
  4. cups 설정 방법

    Date2020.06.04 CategoryIT Views173
    Read More
  5. 유튜브 플레이 리스트 다운로드 프로그램

    Date2020.03.19 CategoryIT Views171
    Read More
  6. 바탕화면에 gif ani 보여주기

    Date2019.12.06 CategoryIT Views167
    Read More
  7. 유튜브(Youtube) mp3변환 프로그램(mac 포함)

    Date2020.03.16 CategoryIT Views159
    Read More
  8. 라이믹스용 스케치북 게시판

    Date2021.08.30 CategoryIT Views156
    Read More
  9. LG On Screen Display 3 Driver

    Date2023.08.02 CategoryIT Views153
    Read More
  10. 서버 재시작시 서비스 자동실행

    Date2021.11.19 CategoryIT Views151
    Read More
  11. 윈도우 10 xbox 삭제

    Date2022.07.20 CategoryIT Views150
    Read More
  12. 와이파이를 QR코드로 접속하게 할 수 있게 도와주는 사이트

    Date2020.01.28 CategoryIT Views149
    Read More
  13. xe 라이믹스 강좌

    Date2020.09.14 CategoryIT Views147
    Read More
  14. vr api & tool

    Date2020.09.04 CategoryIT Views142
    Read More
  15. 흐린사진 복원 또는 해상도 조절 사이트

    Date2022.05.17 CategoryIT Views141
    Read More
  16. pdf 가로 2페이지를 1페이지씩 분할

    Date2022.08.26 CategoryIT Views140
    Read More
  17. 특정 페이지나 게시판에서 502 bad gateway 에러

    Date2020.03.01 CategoryIT Views138
    Read More
  18. pdf 편집 프로그램 inkscape

    Date2019.12.03 CategoryIT Views137
    Read More
  19. 구형맥북 리셋

    Date2021.03.06 CategoryIT Views130
    Read More
  20. moodle 설치 간략 정리

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