Skip to ContentSkip to Footer
시작 내용
- Community Home
- >
- HPE Community, Korea
- >
- HP-UX
- >
- 배너 출력 없애기..
HP-UX
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
-
정보
- 커뮤니티
- Welcome
- 시작하기
- 포럼 FAQ
- 랭킹 개요
- 참여규칙
- Tips and Tricks
- 접촉
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- 다른 HPE 사이트
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
포럼
-
블로그
-
정보
-
한국어
1 응답 1
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 친구에게 이메일 보내기
- 부적절한 컨텐트 신고
날짜: 01-26-2004 11:00 PM
날짜: 01-26-2004 11:00 PM
배너 출력 없애기..
아래의 내용을 참조하시기 바랍니다.
printer model을 deskjet으로 해주고, 첫줄에 중복되는 line을 없애려면 다음 작업을 해줍니다. 즉 /usr/spool/lp/interface directory 아래의 driver file에서 다음 line을 # 표시로 comment화 합니다.
I. 217 line 근처에서
# Set up printer default modes
#echo "\033E\c" # Reset Printer
#echo "\033)0B\c" # Secondary character set line draw
#echo "\033&k2G\c" # Set line termination mode.
II. 440 line 근처에서
if
then
do_banner
# echo "\033E\c" # Reset Printer
# echo "\033)0B\c" # Secondary character set line draw
# echo '\033&k2G\c" # Set line termination mode.
fi
III. 643 line 근처에서
Esac
fi
# echo "\033E\c" # Reset Printer
# echo "\033)0B\c" # Secondary character set line draw
# echo '\033&k2G\c" # Set line termination mode.
Done
IV. 246 line에서
banner=" "
로 수정합니다.
printer model을 deskjet으로 해주고, 첫줄에 중복되는 line을 없애려면 다음 작업을 해줍니다. 즉 /usr/spool/lp/interface directory 아래의 driver file에서 다음 line을 # 표시로 comment화 합니다.
I. 217 line 근처에서
# Set up printer default modes
#echo "\033E\c" # Reset Printer
#echo "\033)0B\c" # Secondary character set line draw
#echo "\033&k2G\c" # Set line termination mode.
II. 440 line 근처에서
if
then
do_banner
# echo "\033E\c" # Reset Printer
# echo "\033)0B\c" # Secondary character set line draw
# echo '\033&k2G\c" # Set line termination mode.
fi
III. 643 line 근처에서
Esac
fi
# echo "\033E\c" # Reset Printer
# echo "\033)0B\c" # Secondary character set line draw
# echo '\033&k2G\c" # Set line termination mode.
Done
IV. 246 line에서
banner=" "
로 수정합니다.
위에 명시된 의견은 Hewlett Packard Enterprise가 아닌 저자의 개인 의견입니다. 이 사이트를 사용하면 이용 약관에 동의하게되며 참여 규칙 .