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
- python
- 다이어트
- javascript
- PER
- Excel
- pandas
- mssql
- tensorflow
- node.js
- flutter
- MS-SQL
- MySQL
- port
- 라즈베리파이
- sqlite
- Linux
- 리눅스
- urllib
- 날짜
- Unity
- ASP
- ubuntu
- PyQt
- swift
- 맛집
- IOS
- 함수
- PyQt5
- GIT
- 유니티
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