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
- leadership
- ubuntu
- Java
- Software Engineering
- history
- hadoop
- Book review
- Book
- comic agile
- hbase
- QT
- France
- essay
- RFID
- Python
- Italy
- programming_book
- MySQL
- Programming
- web
- program
- agile
- Linux
- management
- Spain
- Kuala Lumpur
- django
- psychology
- Malaysia
- erlang
Archives
- Today
- Total
Install Tiger VNC on Ubuntu 본문
http://www.linuxserver.org/linux/fedora/installation-of-tigervnc-server/
http://vnc.devloop.org.uk/
http://www.tech-recipes.com/rx/2768/ubuntu_what_version_am_i_running/
http://winswitch.org/downloads/debian-repository.html?dist_select=lucid
1. install
$ sudo su
# wget -O - http://winswitch.org/gpg.asc | apt-key add -
# echo "deb http://winswitch.org/ lucid main" > /etc/apt/sources.list.d/winswitch.list;
# apt-get update;
# apt-get install tigervnc-server tigervnc-viewer
2. setup
# gedit /etc/X11/xorg.conf
Section “Screen”
.
.
.
Option “SecurityTypes” “VncAuth”
Option “UserPasswdVerifier” “VncAuth”
Option “PasswordFile” “/root/.vnc/passwd”
EndSection
Section “Module” Load “vnc” EndSection
http://vnc.devloop.org.uk/
http://www.tech-recipes.com/rx/2768/ubuntu_what_version_am_i_running/
http://winswitch.org/downloads/debian-repository.html?dist_select=lucid
1. install
$ sudo su
# wget -O - http://winswitch.org/gpg.asc | apt-key add -
# echo "deb http://winswitch.org/ lucid main" > /etc/apt/sources.list.d/winswitch.list;
# apt-get update;
# apt-get install tigervnc-server tigervnc-viewer
2. setup
# gedit /etc/X11/xorg.conf
Section “Screen”
.
.
.
Option “SecurityTypes” “VncAuth”
Option “UserPasswdVerifier” “VncAuth”
Option “PasswordFile” “/root/.vnc/passwd”
EndSection
Section “Module” Load “vnc” EndSection
# vncpasswd
Password: (Enter your chosen password for VNC here – 8 characters max)
To Verify use :
# vncserver
Comments