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
- gpfs
- nvidia
- CPU
- ubuntu
- 1.9
- 1.10
- SLURM
- client
- LUSTRE
- Linux
- PFSS
- patch
- rhel
- build
- v1.9
- CUDA
- GPU
- HPCM
- AMD
- Source
- PBS
- java
- HPFSS
- Singularity
- infiniband
- Cray
- version
- Docker
- hpcm패치
- HPE
Archives
- Today
- Total
목록vnc (1)
HPE CRAY 자료 공유
RHEL 8 tigervnc-server 설치
1. Network 설정 # nmcli con mod enp0s8 ipv4.address 192.168.56.10/24 # nmcli con mod enp0s8 ipv4.method manual # nmcli con mod enp0s8 connection.autoconnect yes # nmcli con up enp0s8 2. Yum local repo 구성 [AppStream] name=AppStream baseurl=file:///mnt/AppStream enabled=1 gpgcheck=0 [BaseOS] name=BaseOS baseurl=file:///mnt/BaseOS enabled=1 gpgcheck=0 3. HOSTNAME 설정 # hostnamectl set-hostname mgmt 4...
Applications/LINUX
2022. 3. 8. 10:58