Chinaunix首页 | 论坛 | 博客
  • 博客访问: 233113
  • 博文数量: 49
  • 博客积分: 4036
  • 博客等级: 上校
  • 技术积分: 470
  • 用 户 组: 普通用户
  • 注册时间: 2006-10-12 09:16
个人简介

Lazarus FireBird ZEOSDBO

文章分类

全部博文(49)

文章存档

2017年(1)

2015年(1)

2010年(3)

2009年(3)

2008年(19)

2007年(22)

我的朋友
最近访客

分类: LINUX

2007-08-17 16:36:26

# rpm -aq |grep vnc
vnc-server-4.0-8.1
vnc-4.0-8.1
vncserver
vncserver: couldn't find "xauth" on your PATH.
#ln -s /usr/X11R6/bin/xauth /bin/xauth
 
#vncserver
#vncpasswd
 
# ~/.vnc/xstartup
#!/bin/sh
# Uncomment the following two lines for normal desktop:
  unset SESSION_MANAGER
  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 &
#/sbin/service vncserver restart
 
阅读(2160) | 评论(0) | 转发(0) |
0

上一篇:云清---SHELL

下一篇:PHP_MySQL中文问题

给主人留下些什么吧!~~