gitlab-mirrors
A set of scripts adding the ability of managing remote mirrors to GitLab.
파일 탐색기
- upgrade_0.2.x-0.3.x.md
- upgrade_0.3.x-0.4.x.md
- upgrade_0.5.x-0.6.x.md
- installation.md
- management.md
- prerequisites.md
- references.md
- functions.sh
- manage_gitlab_project.py
- VERSION
- entrypoint.sh
- update_checksum_file.sh
- test_creation.sh
- .flake8
- .gitignore
- add_mirror.sh
- CHANGELOG.md
- config.sh.SAMPLE
- CONTRIBUTING.md
- delete_mirror.sh
- Dockerfile
- git-mirrors.sh
- includes.sh
- LICENSE
- ls-mirrors.sh
- README.md
- RELEASE
- requirements.txt
- update_mirror.sh
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
crontab
설명 보기 ▼
crontab
현재 사용자에 대해 일정한 주기로 실행할 cron 작업을 설정.
더 많은 정보: <https://manned.org/crontab>.
crontab -e
현재 사용자의 crontab 파일 편집:
sudo crontab -e -u {{user}}
특정 사용자의 crontab 파일 편집:
crontab {{path/to/file}}
지정한 파일의 내용으로 현재 crontab을 교체:
// repository documentation
Was this content helpful?
(0 ratings)
