메뉴 건너뛰기

Cloudera, BigData, Semantic IoT, Hadoop, NoSQL

Cloudera CDH/CDP 및 Hadoop EcoSystem, Semantic IoT등의 개발/운영 기술을 정리합니다. gooper@gooper.com로 문의 주세요.


1. 필요한 데스크탑및 프로그램 설치
  가. sudo apt-get install ubuntu-desktop
  나. sudo apt-get install tightvncserver gnome-panel gnome-settings-daemon metacity nautilus gnome-terminal

2. 설정파일 생성을 위한 vncserver실행
  sudo vncserver :1

3. vnc설정파일 수정
  vi $HOME/.vnc/xstartup/.vnc/xstartup

----------------vnc설정파일 수정내용--------------
#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
#x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#x-window-manager &
# Fix to make GNOME work
export XKL_XMODMAP_DISABLE=1
/etc/X11/Xsession
-----------------------------------------------------

4. vncserver실행
 sudo vncserver :1

New 'X' desktop is gsda1:1

Starting applications specified in /svc/apps/gsda/bin/hadoop/.vnc/xstartup
Log file is /svc/apps/gsda/bin/hadoop/.vnc/gsda1:1.log

5. 윈도우에서 TightVNC프로그램을 다운받아 설치한다.
http://www.tightvnc.com/download.php

6. TightVNC에서 접속할 서버 접속 정보를 설정하고 접속한다.
vnc설정화면.png


7. 서버에 접속한 화면

우분투_원격데이스탑접속화면.png



번호 제목 날짜 조회 수
421 여러 홈페이지를 운영하거나 혹은 서버에 가입한 사용자들에게 홈페이지 계정을 나누어 줄수 있도록 설정/계정 생성방법 2018.01.23 535
420 원격의 origin/master를 기준으로 dev branch를 만들어 작업후 원격의 origin/dev에 push하는 방법 file 2016.11.22 534
419 halyard의 console스크립트에서 생성한 repository는 RDF4J Web Applications에서 공유가 되지 않는다. 2017.07.05 531
418 github에 있는 프로젝트와 로컬에서 작업한 프로젝트 합치기 2016.11.22 526
417 python실행시 ValueError: zero length field name in format오류 해결방법 2016.05.27 526
416 Could not configure server becase SASL configuration did not allow the Zookeeper server to authenticate itself properly: javax.security.auth.login.LoginException: Checksum failed 2019.05.18 523
415 hadoop 어플리케이션을 사용하는 사용자 변경시 바꿔줘야 하는 부분 2016.09.23 523
414 Error: E0501 : E0501: Could not perform authorization operation, User: hadoop is not allowed to impersonate hadoop 해결하는 방법 2015.06.07 520
413 AIX 7.1에서 hive실행시 "hive: line 86: readlink: command not found" 오류가 발생시 임시 조치사항 2016.09.25 519
412 Caused by: java.lang.ClassNotFoundException: org.apache.spark.Logging 발생시 조치사항 2017.04.19 517
411 서버중 slave,worker,regionserver만 재기동해야 할때 필요한 기동스크립트및 사용방법 2017.02.03 516
» 우분투 서버에 GUI로 접속하기 file 2018.05.27 514
409 [HIVESERVER2]프로세스의 thread및 stack trace를 덤프하는 방법(pstack, jstack) 2022.05.11 513
408 Soft memory limit exceeded (at 100.05% of capacity) 오류 조치 2022.01.17 512
407 elasticsearch 기동시 permission denied on key 'vm.max_map_count' 오류발생시 조치사항 2017.06.23 511
406 new Gson().toJson(new ObjectId())을 사용하면 값이 다르게 나오는 경우가 있음 2016.12.23 511
405 Elastic Search For Hadoop 2.2.0설치하기(5대 클러스터링) 2016.04.04 511
404 Windows7 64bit 환경에서 Apache Hadoop 2.7.1설치하기 2017.07.26 510
403 streaming작업시 입력된 값에 대한 사본을 만들게 되는데 이것이 실패했을때 발생하는 경고메세지 2017.04.03 510
402 Hadoop - 클러스터 세팅및 기동 2015.04.28 509
위로