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