下载地址:
http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
https://www.oracle.com/technetwork/database/enterprise-edition/downloads/oracle12c-linux-12201-3608234.html
...大约 4 分钟
下载地址:
http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
https://www.oracle.com/technetwork/database/enterprise-edition/downloads/oracle12c-linux-12201-3608234.html
首先要确保开启了Hyper-V,注意:VirtulBox与这个冲突。
方法:控制面板->程序与功能->打开或者关闭Windows功能
打开虚拟化,BootCamp可以尝试下面的命令
bcdedit /set hypervisorlaunchtype auto start
不知道为什么rocky8连中文输入法都没有
https://github.com/fcitx/fcitx5/discussions/318
目前来看,就两条路,自己编译,继续使用ibus
算了,先用ibus吧
提示
如果是安装的 Live CD版,不需要安装,系统已经有了。
注意
此问题尚在研究中,暂时没有完美解决办法,仅供参考。
sudo yum install glibc-common -y
sudo yum install wqy-*-fonts -y
sudo yum groupinstall "Xfce" -y
文章更新历史
2022/05/11 feat:初稿。
在 Linux 中,利用 bash 获取文件名和后缀还是很常见的。
ext = ${file: -4}
echo $ext