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
- web
- psychology
- django
- history
- Book
- Book review
- leadership
- management
- program
- hbase
- MySQL
- essay
- Spain
- ubuntu
- QT
- Malaysia
- RFID
- Java
- Linux
- Programming
- agile
- erlang
- Italy
- comic agile
- Python
- hadoop
- programming_book
- Software Engineering
- France
- Kuala Lumpur
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