在linux下使用vnc的机会也不多,也就是几个数据库的安装,自从学会了在命令行下安装Oracle之后,更是将之忘记得一干二净,近来搞DB2又不得不把它捣鼓起vnc了。
01 |
[root@www.linuxidc.com db2] |
03 |
You will require a password to access your desktops. |
07 |
xauth: creating new authority file /root/.Xauthority |
09 |
New ‘www.linuxidc.com:1 (root)’ desktop is www.linuxidc.com:1 |
11 |
Creating default startup script /root/.vnc/xstartup |
12 |
Starting applications specified in /root/.vnc/xstartup |
13 |
Log file is /root/.vnc/www.linuxidc.com:1.log |
15 |
[root@www.linuxidc.com db2] |
16 |
[root@www.linuxidc.com .vnc] |
17 |
passwd www.linuxidc.com:1.log www.linuxidc.com:1.pid xstartup |
18 |
[root@www.linuxidc.com .vnc] |
19 |
[root@www.linuxidc.com .vnc] |
21 |
[root@www.linuxidc.com .vnc] |
23 |
[root@www.linuxidc.com .vnc] |
30 |
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup |
31 |
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources |
34 |
xterm -geometry 80×24+10+10 – ls -title “$VNCDESKTOP Desktop” & |
38 |
[root@www.linuxidc.com db2] |
39 |
[root@www.linuxidc.com db2] |