Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- PyQt5
- MySQL
- sqlite
- ubuntu
- IOS
- Linux
- MS-SQL
- swift
- 유니티
- PER
- Unity
- 다이어트
- 맛집
- port
- node.js
- 함수
- Excel
- 리눅스
- urllib
- GIT
- javascript
- ASP
- flutter
- mssql
- python
- 라즈베리파이
- PyQt
- pandas
- 날짜
- tensorflow
Archives
목록crontab (1)
아미(아름다운미소)
크론탭(crontab) 설정
→ crontab 백업 crontab -l >/home/pi/Scripts/bak/crontab_bak.txt → 누적 * * * * * /home/pi/Scripts/epg_update.sh > /home/pi/Scripts/epg_update.sh.log 2>&1 → 로그가 필요없는 * * * * * /home/pi/Scripts/epg_update.sh > /home/pi/Scripts/epg_update.sh.log 2>&1 * * * * * /home/pi/Scripts/epg_update.sh > /dev/null 2>&1 → 매 1분마다 /root/every_1min.sh 를 수행 (하루에 1440회[2]) * * * * * /root/every_1min.sh → 매시 15분, 45분에 /r..
서버/리눅스
2017. 12. 21. 16:30