网站首页  汉语字词  英语词汇  考试资料  写作素材  旧版资料

请输入您要查询的考试资料:

 

标题 在Linux下安装VNC 远程安装Oracle
内容
    首先从网上下载:
    [oracle@jumper]$ wget
    --10:34:32-- 
    => `vnc-4.0-x86_linux.tar.gz'
    Resolving ... done.
    Connecting to ... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1,625,390 [application/x-gzip]
    100%[==============================>] 1,625,390 52.67K/sETA 00:00
    10:35:04 (52.67 KB/s) - `vnc-4.0-x86_linux.tar.gz' saved [1625390/1625390]
    发现4.0版本安装起来更加方便,解压后按照README文档操作即可:
    [root@xcorder ]# tar -xvf vnc-4.0-x86_linux.tar
    vnc-4.0-x86_linux/
    vnc-4.0-x86_linux/vncinstall
    vnc-4.0-x86_linux/Xvnc
    vnc-4.0-x86_linux/vncviewer
    vnc-4.0-x86_linux/vncserver
    .....
    vnc-4.0-x86_linux/java/vncviewer.jar
    [root@xcorder ]# cd vnc-4.0-x86_linux
    [root@xcorder ]# ./vncinstall /usr/local/bin
    Can't install manual pages to /usr/local/man/man1
    Copying Xvnc to /usr/local/bin
    Copying vncviewer to /usr/local/bin
    Copying vncpasswd to /usr/local/bin
    Copying vncconfig to /usr/local/bin
    Copying vncserver to /usr/local/bin
    Copying x0vncserver to /usr/local/bin
    [root@xcorder ]# mkdir -p /usr/local/vnc/classes
    [root@xcorder ]# cp java/* /usr/local/vnc/classes
    此时即可启动vncserver:
    [root@xcorder ]# vncserver
    You will require a password to access your desktops.
    Password:
    Verify:
    xauth: creating new authority file /root/.Xauthority
    New 'xcorder.sky.cn:1 (root)' desktop is xcorder.sky.cn:1
    Creating default startup script /root/.vnc/xstartup
    Starting applications specified in /root/.vnc/xstartup
    Log file is /root/.vnc/xcorder.sky.cn:1.log
    如果存在防火墙,还需要开放防火墙,然后就可以通过浏览器在5801端口访问vncserver了.
    可以通过如下命令确认端口已经正常启动:
    [root@xcorder ]# netstat -an|grep 01
    tcp0 0 0.0.0.0:58010.0.0.0:*  LISTEN
    tcp0 0 0.0.0.0:59010.0.0.0:*  LISTEN
    tcp0 0 0.0.0.0:60010.0.0.0:*  LISTEN
    .....
    VNC在客户段需要JRE运行环境,如果本机未安装,可以到以下地址下载:
    通过VNC远程安装Oracle是非常不错的一个选择.
随便看

 

在线学习网考试资料包含高考、自考、专升本考试、人事考试、公务员考试、大学生村官考试、特岗教师招聘考试、事业单位招聘考试、企业人才招聘、银行招聘、教师招聘、农村信用社招聘、各类资格证书考试等各类考试资料。

 

Copyright © 2002-2024 cuapp.net All Rights Reserved
更新时间:2025/5/18 19:43:22