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安装的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-10-13WebSocket学习:初学者必读的简单教程
- 2024-10-13第24/26集:TinyConf,ng-贝尔格莱夫,为什么要一直升级呢?
- 2024-10-13全面指南:在 Node 和 TypeScript 中设置 ESLint、Jest 和 Prettier
- 2024-10-12你可以借助 Claude-3 和 Lightning AI,将任何 YT 视频变成内容创作神器。
- 2024-10-12在 NVIDIA AI 的支持下,用 Llama3 在 VSCode 中当代码助手。
- 2024-10-12使用 llama.cpp 对大型语言模型(LLM)进行量化
- 2024-10-12RAG解决方案在Amazon Bedrock中的第八部分:将Amazon Cognito与Amazon EKS集成在一起
- 2024-10-12Databricks 资源包:部署工作流程
- 2024-10-12在这篇文章中,我们如何在 Apache Airflow 中调度 2000+ 个 DBT 模型?
- 2024-10-12亚马逊和谷歌对CI/CD的看法截然不同