cups 설정 방법
| 주소 | 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 defaultJobPrivateValues none - Restart cupsd: sudo systemctl restart cups
Who's SysOp

-
Read More
gsuite google 메일(도메인 연결한 gmail) 아웃룩 에서 사용하기
Date2020.07.02 CategoryIT Views1586 -
Read More
무료 배경, 이미지
Date2020.06.29 CategoryZap Views1076 -
Read More
mongo db 설정
Date2020.06.26 CategoryIT Views1096 -
Read More
무료 아이콘
Date2020.06.26 Views660 -
Read More
우분투에 엡슨 Perfection 4490 Photo 스캐너 설치
Date2020.06.05 CategoryIT Views1169 -
Read More
cups 설정 방법
Date2020.06.04 CategoryIT Views4814 -
Read More
짓시 화상 서버 jitsi 설치 레퍼런스
Date2020.04.07 CategoryIT Views3229 -
Read More
로켓챗 rocket chat 서버 메신저 설치
Date2020.04.07 CategoryIT Views1760 -
Read More
태블릿 pc를 드로잉 태블릿으로 활용하는 프로그램 virtual tablet
Date2020.03.31 CategoryIT Views1448 -
Read More
화면 영상 캡처 및 스트리밍 프로그램 OBS studio
Date2020.03.31 CategoryIT Views2254 -
Read More
moodle 설치 간략 정리
Date2020.03.31 CategoryIT Views1918 -
Read More
PDF에 필기하는 프로그램 View, Edit, Annotate by Xodo(윈10)
Date2020.03.31 CategoryIT Views1162 -
Read More
라파스 타블렛 드라이버
Date2020.03.29 CategoryIT Views1490 -
Read More
[드라이버] NETmate NM-UV03 MAC용 드라이버
Date2020.03.27 CategoryIT Views1399 -
Read More
네이버 클로바 더빙
Date2020.03.23 CategoryIT Views1723 -
Read More
유튜브 플레이 리스트 다운로드 프로그램
Date2020.03.19 CategoryIT Views1064 -
Read More
유튜브(Youtube) mp3변환 프로그램(mac 포함)
Date2020.03.16 CategoryIT Views1146 -
Read More
폰트 저작권 조심
Date2020.03.16 CategoryIT Views1074 -
Read More
파이어폭스 세팅
Date2020.03.08 CategoryIT Views1198 -
Read More
특정 페이지나 게시판에서 502 bad gateway 에러
Date2020.03.01 CategoryIT Views1470