1. network 명령어 사용을 위한 라이브러리 설치
: yum install net-tools -y
: 설치후 netstat -tnlp로 사용중인 포트 및 pid 확인
2. GNOME 설치
: yum update -y
: yum groupinstall "GNOME Desktop" "Graphical Adminstration Tools" -y
3. GUI 부팅을 위한 Run Level 설정
: ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target
: reboot
※ 제대로 작동안할 경우
: yum groupinstall "X Window System" -y
: reboot
: 부팅 후 gui 안나올 경우 startX
※ 필요한 프로그램 재부팅 시 실행
: chkconfig 프로그램명 on
x window 환경에서 putty 띄우기
- ssh 설정
: /etc/ssh/sshd_config 에서 아래 항목 추가
: ForwardX11 yes
: systemctl restart sshd
- x ming 다운로드
: https://sourceforge.net/projects/xming/
- Xming 설치 후 Xlaunch 실행
: one Window > start no client > clip board 체크 > configurfile 저장
: 저장한 config 파일 실행
- putty 설정
: Connection > SSH > X11
: Enable X11 forwarding 체크
: X display location에 localhost:0 입력
: Session > save > Open
- putty 접속 후
: gnome-session
혹은
: startx
혹은
: icewm-session
Refference
'Computer Science > Linux' 카테고리의 다른 글
QEMU와 gpu passthrough (0) | 2022.02.06 |
---|---|
i5 6600 / HD6870 CentOs 7 Server에 Windows10 가상머신 돌리기 (0) | 2022.02.06 |
Putty를 이용한 로그인 없이 linux 서버 접속하기 (RSA key) (0) | 2022.01.27 |
리눅스 커널 버전 확인하기 (0) | 2021.12.23 |
리눅스 리다이렉트 설정 방법 (0) | 2021.09.08 |