数据库
首页 > 数据库> > oracle安装

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 

  

标签:systemd,service,system,vncserver,etc,systemctl,oracle,安装
来源: https://www.cnblogs.com/alexhjl/p/16688978.html