
서버에 일정 시간에 프로그램을 돌리기 위함 1. 설치 $ sudo apt-get install cron 2. Crontab 명령어 # Crontab 설정 보기 $ sudo crontab -l # Crontab 설정 편집 $ sudo crontab -e # Crontab 설정 삭제 $ sudo crontab -r 3. Crontab 규칙 * * * * * 첫번째 별부터 차례대로 1.분(0~59) 2.시(0~23) 3.일(1~31) 4.월(1~12) 5.요일(0~6)(0:일,1:월,2:화 ....) # 매일 오후 4시에 test.py 실행 0 16 * * * python /home/user/test.py # 정각마다 test.py 실행 0 * * * * python /home/user/test.py # 매월..
Setting/Ubuntu
2023. 10. 26. 17:44
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- vscode
- nvidia
- pytorch
- Anaconda
- Python
- 3Dvision
- git
- Object Detection
- Docker
- Android
- GPU
- nginx
- java
- Deep Learning
- Novel View Synthesis
- Machine Learning
- error
- nerf
- MySQL
- Neural Radiance Field
- SSH
- Computer Vision
- 우분투
- CUDA
- ubuntu
- Macbook
- MacOS
- GaussianSplatting
- numpy
- 2-stage Detector
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함