Difference between revisions of "VNC: Instalasi VNC Server"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: Instalasi gnome sudo apt-get install gnome-panel gnome-settings-daemon metacity nautilus gnome-terminal Instalasi VNC Server sudo apt-get install vnc4server Backup sudo cp /usr/bin...) |
Onnowpurbo (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 16: | Line 16: | ||
sudo nano /usr/bin/vncserver | sudo nano /usr/bin/vncserver | ||
− | Tambahkan | + | Tambahkan pada line 57 |
"# exec /etc/X11/xinit/xinitrc\n\n". | "# exec /etc/X11/xinit/xinitrc\n\n". | ||
Line 24: | Line 24: | ||
"nautilus &\n". | "nautilus &\n". | ||
"gnome-terminal &\n". | "gnome-terminal &\n". | ||
+ | |||
+ | |||
+ | Start | ||
+ | |||
+ | vncserver | ||
+ | |||
+ | |||
+ | Masukan password | ||
+ | |||
+ | You will require a password to access your desktops. | ||
+ | |||
+ | Password: | ||
+ | Verify: | ||
+ | |||
+ | New 'toshiba:1 (onno)' desktop is toshiba:1 | ||
+ | |||
+ | Creating default startup script /home/onno/.vnc/xstartup | ||
+ | Starting applications specified in /home/onno/.vnc/xstartup | ||
+ | Log file is /home/onno/.vnc/toshiba:1.log |
Latest revision as of 13:29, 6 September 2015
Instalasi gnome
sudo apt-get install gnome-panel gnome-settings-daemon metacity nautilus gnome-terminal
Instalasi VNC Server
sudo apt-get install vnc4server
Backup
sudo cp /usr/bin/vncserver /usr/bin/vncserver.bkp
Edit
sudo nano /usr/bin/vncserver
Tambahkan pada line 57
"# exec /etc/X11/xinit/xinitrc\n\n". "gnome-panel &\n". "gnome-settings-daemon &\n". "metacity &\n". "nautilus &\n". "gnome-terminal &\n".
Start
vncserver
Masukan password
You will require a password to access your desktops. Password: Verify: New 'toshiba:1 (onno)' desktop is toshiba:1 Creating default startup script /home/onno/.vnc/xstartup Starting applications specified in /home/onno/.vnc/xstartup Log file is /home/onno/.vnc/toshiba:1.log