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
- SLURM
- PFSS
- LUSTRE
- patch
- Singularity
- Source
- AMD
- HPCM
- GPU
- rhel
- infiniband
- gpfs
- build
- java
- conda
- Docker
- 1.9
- 1.10
- HPE
- CUDA
- Linux
- top500
- ubuntu
- CPU
- nvidia
- Cray
- version
- Kernel
- HPFSS
- hpcm패치
Archives
- Today
- Total
목록tigervnc (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