oracle安装

2022/9/14 2:16:58

本文主要是介绍oracle安装,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

    1  yum groupinstall -y 'Server with GUI'
    2  yum install -y tigervnc-server
    3  cat /lib/systemd/system/vncserver@.service 
    4  cp /lib/systemd/system/vncserver@.service /etc/systemd/system/vncserver@:1.service
    5   vim /etc/systemd/system/vncserver@:1.service
    6  systemctl daemon-reload
    7  vncpasswd 
    8  systemctl start vncserver@:1.service
    9  netstat -ntulp| grep vnc
   10  iptables -L
   11  systemctl stop firewalld
   12  systemctl disable firewalld
   13  echo $DISPLAY
   14  tail -f /var/log/messages 
   15  systemctl start vncserver@:1.service
   16  vim /etc/systemd/system/vncserver@:1.service
   17  netstat -ntulp | grep vnc
   18  cd /
   19  ls
   20  rz
   21  ls
   22  unzip V17530-01_1of2.zip 
   23  unzip V17530-01_2of2.zip 

  



这篇关于oracle安装的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程