메뉴 건너뛰기

Bigdata, Semantic IoT, Hadoop, NoSQL

Bigdata, 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



번호 제목 글쓴이 날짜 조회 수
660 spark에서 hive table을 읽어 출력하는 예제 소스 총관리자 2017.03.09 37
659 [TLS/SSL]Cloudera 6.3.4기준 Oozie Web UI TLS설정 항목및 설정값 총관리자 2022.05.13 37
658 [KUDU] kudu tablet server여러가지 원인에 의해서 corrupted상태가 된 경우 복구방법 gooper 2023.03.28 37
657 bash는 PS1 변수를 통해 프롬프트의 모양을 바꿀 수 있다. 총관리자 2016.03.30 38
656 eclipse 3.1 단축키 정리파일 총관리자 2017.01.02 38
655 [u-Auctions]목록이 1개만 나오는 문제 총관리자 2017.05.29 38
654 [Hue]Hue의 메타정보를 담고 있는 desktop_document테이블과 desktop_document2의 관계 총관리자 2022.05.09 38
653 github에 있는 프로젝트와 로컬에서 작업한 프로젝트 합치기 총관리자 2016.11.22 40
652 DeviceType이 o:motion-sensor_33 이거나 o:motion-sensor_32 경우의 sparql문장은 다음과 같다. 총관리자 2017.08.16 40
651 커리 변경 이벤트를 처리하기 위한 구현클래스 총관리자 2016.07.21 41
650 [oracle]10자리 timestamp값을 날짜로 변환하는 방법 총관리자 2022.04.14 41
649 특정 단계의 commit상태로 만들기(이렇게 하면 중간에 반영된 모든 commit를 history가 삭제된다) 총관리자 2016.11.17 42
648 magento2 설치후 초기화면이 깨지는 문제 file 총관리자 2017.01.31 42
647 windows 혹은 mac에서 docker설치하기 위한 파일 총관리자 2017.10.13 42
646 [CDP7.1.7]impala-shell을 이용하여 kudu table에 insert/update수행시 발생하는 오류(Transport endpoint is not connected (error 107)) 발생시 확인할 내용 gooper 2023.11.30 42
645 RDF4J의 rdf4j-server.war가 제공하는 RESTFul API를 이용한 CRUD테스트(트랜잭션처리) 총관리자 2017.08.30 43
644 you are accessing a non-optimized hue please switch to one of the available addresses 총관리자 2021.10.06 43
643 python실행시 ValueError: zero length field name in format오류 해결방법 총관리자 2016.05.27 44
642 Spark Streaming 코드레벨단에서의 성능개선 총관리자 2016.10.31 44
641 원격의 origin/master를 기준으로 dev branch를 만들어 작업후 원격의 origin/dev에 push하는 방법 file 총관리자 2016.11.22 44

A personal place to organize information learned during the development of such Hadoop, Hive, Hbase, Semantic IoT, etc.
We are open to the required minutes. Please send inquiries to gooper@gooper.com.

위로