본문 바로가기

리눅스

리눅스 cron을 이용한 정각알림 설정

crontab -e 실행해서 아래 설정 추가 (alsaplayer는 mplayer로 바꾸어도 되요. 맘에 드는걸로)
정각알림용 파일을 미리 구하셔야겠죠? ~_~

# cron을 이용한 정각알림
# 정각알림 - 오전 설정
00 01 * * * alsaplayer ~/sound/정각알림/1h.mp3 -i text
00 02 * * * alsaplayer ~/sound/정각알림/2h.mp3 -i text
00 03 * * * alsaplayer ~/sound/정각알림/3h.mp3 -i text
00 04 * * * alsaplayer ~/sound/정각알림/4h.mp3 -i text
00 05 * * * alsaplayer ~/sound/정각알림/5h.mp3 -i text
00 06 * * * alsaplayer ~/sound/정각알림/6h.mp3 -i text
00 07 * * * alsaplayer ~/sound/정각알림/7h.mp3 -i text
00 08 * * * alsaplayer ~/sound/정각알림/8h.mp3 -i text
00 09 * * * alsaplayer ~/sound/정각알림/9h.mp3 -i text
00 10 * * * alsaplayer ~/sound/정각알림/10h.mp3 -i text
00 11 * * * alsaplayer ~/sound/정각알림/11h.mp3 -i text
00 12 * * * alsaplayer ~/sound/정각알림/12h.mp3 -i text

# 정각알림 - 오후 설정
00 13 * * * alsaplayer ~/sound/정각알림/1h.mp3 -i text
00 14 * * * alsaplayer ~/sound/정각알림/2h.mp3 -i text
00 15 * * * alsaplayer ~/sound/정각알림/3h.mp3 -i text
00 16 * * * alsaplayer ~/sound/정각알림/4h.mp3 -i text
00 17 * * * alsaplayer ~/sound/정각알림/5h.mp3 -i text
00 18 * * * alsaplayer ~/sound/정각알림/6h.mp3 -i text
00 19 * * * alsaplayer ~/sound/정각알림/7h.mp3 -i text
00 20 * * * alsaplayer ~/sound/정각알림/8h.mp3 -i text
00 21 * * * alsaplayer ~/sound/정각알림/9h.mp3 -i text
00 22 * * * alsaplayer ~/sound/정각알림/10h.mp3 -i text
00 23 * * * alsaplayer ~/sound/정각알림/11h.mp3 -i text
00 24 * * * alsaplayer ~/sound/정각알림/12h.mp3 -i text

'리눅스' 카테고리의 다른 글

아치리눅스 활용 : mms 통한 라디오 자동 녹음  (4) 2009.12.15
conky 우측 + 하단 2개로 설정 변경~  (4) 2009.11.27
Conky_Mira  (3) 2009.11.17