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