linux5 vnc,linux5.5安装VNC(示例代码)

[[email protected] Server]# rpm -ivh vnc-server-4.1.2-14.el5_3.1.x86_64.rpm

warning: vnc-server-4.1.2-14.el5_3.1.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 37017186

Preparing...                ########################################### [100%]

1:vnc-server             ########################################### [100%]

[[email protected] Server]# vncserver

You will require a password to access your desktops.

Password:

Verify:

xauth:  creating new authority file /root/.Xauthority

xauth: (stdin):1:  bad display name "zhouhuan:1" in "add" command

New ‘zhouhuan:1 (root)‘ desktop is zhouhuan:1

Creating default startup script /root/.vnc/xstartup

Starting applications specified in /root/.vnc/xstartup

Log file is /root/.vnc/zhouhuan:1.log

[[email protected] Server]# which vncserver         #查看VNC所安装的目录

/usr/bin/vncserver

[[email protected] Server]# /usr/bin/vncserver      #查看VNC端口号,也可以直接敲命令:vncserver

[[email protected] Server]# /usr/bin/vncpasswd      #设置VNC第一次登陆密码

Password:

Verify:

[[email protected] Server]# cd /root

[[email protected] ~]# cd .vnc

[[email protected] .vnc]# vi xstartup               #修改VNC配置

#!/bin/sh

# Uncomment the following two lines for normal desktop:

unset SESSION_MANAGER                          #如连接VNC不能正常显示时将这两句前面的#号去掉。

exec /etc/X11/xinit/xinitrc

[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup

[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources

xsetroot -solid grey

vncconfig -iconic &

xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &

twm &

:wq!

[[email protected] .vnc]# ps -ef|grep vnc           #查看VNC进程

root      3747     1  0 05:34 ?        00:00:00 Xvnc :1 -desktop zhouhuan:1 (root) -httpd /usr/share/vnc/classes -auth /root/.Xauthority -            geometry 1024x768 -depth 16 -rfbwait 30000 -rfbauth /root/.vnc/passwd -rfbport 5901 -pn

root      3754     1  0 05:34 ?        00:00:00 vncconfig -iconic

root      3819     1  0 05:51 ?        00:00:00 Xvnc :2 -desktop zhouhuan:2 (root) -httpd /usr/share/vnc/classes -auth /root/.Xauthority -            geometry 1024x768 -depth 16 -rfbwait 30000 -rfbauth /root/.vnc/passwd -rfbport 5902 -pn

root      3826     1  0 05:52 ?        00:00:00 vncconfig -iconic

root      3844     1  0 05:54 ?        00:00:00 Xvnc :3 -desktop zhouhuan:3 (root) -httpd /usr/share/vnc/classes -auth /root/.Xauthority -            geometry 1024x768 -depth 16 -rfbwait 30000 -rfbauth /root/.vnc/passwd -rfbport 5903 -pn

root      3851     1  0 05:55 ?        00:00:00 vncconfig -iconic

root      3919     1  0 06:02 pts/0    00:00:00 Xvnc :4 -desktop zhouhuan:4 (root) -httpd /usr/share/vnc/classes -auth /root/.Xauthority -            geometry 1024x768 -depth 16 -rfbwait 30000 -rfbauth /root/.vnc/passwd -rfbport 5904 -pn

root      4599  3881  0 06:05 pts/0    00:00:00 grep vnc

You have new mail in /var/spool/mail/root

[[email protected] .vnc]# kill -9 *              #杀掉进程

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值