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 |
Tags
- GPU
- infiniband
- java
- HPE
- version
- Linux
- client
- LUSTRE
- CUDA
- Docker
- HPCM
- PFSS
- ubuntu
- nvidia
- hpcm패치
- HPFSS
- Singularity
- Source
- AMD
- 1.10
- patch
- build
- gpfs
- rhel
- v1.9
- Cray
- CPU
- PBS
- SLURM
- 1.9
Archives
- Today
- Total
목록10periodic (1)
HPE CRAY 자료 공유
[Ubuntu] 자동 업데이트 기능 끄기
Ubuntu OS 사용 시 패키지 설치 과정에서 의존성 패키지가 버전 업그레이드 되면서 의존성이 깨지는 문제가 발생한다. 자동 업데이트 기능을 꺼서 의존성 패키지의 버전을 유지 하자 1. /etc/apt/apt.conf.d/10periodic 변경 전APT::Periodic::Update-Package-Lists "1"; APT::Periodic::Download-Upgradeable-Packages "0"; APT::Periodic::AutocleanInterval "0";변경 후APT::Periodic::Update-Package-Lists "0"; APT::Periodic::Download-Upgradeable-Packages "0"; APT::Periodic::AutocleanInterval "0..
Applications/LINUX
2024. 8. 28. 19:52