https://zhuanlan.zhihu.com/p/615971837
1 2 3 4 5 6 7 |
|
sudo dnf install -y php-fpm
systemctl status php-fpm
systemctl restart php-fpm
https://zhuanlan.zhihu.com/p/615971837
1 2 3 4 5 6 7 |
|
sudo dnf install -y php-fpm
systemctl status php-fpm
systemctl restart php-fpm
https://koji.mbox.centos.org/koji/buildinfo?buildID=20542
https://zhuanlan.zhihu.com/p/535853460
fatal error: openssl/bio.h: No such file or directory
1
|
|
1
|
|
1 2 3 4 5 6 7 8 |
|
1 2 3 4 5 6 7 |
|
USB3.0 的U盘可能识别不了,可能需要USB2.0的U盘
1 2 3 |
|
重启,按e,修改启动参数
将 hd:LABEL=CentOS-8-5-2111-x86_64-dvd 改成上面显示的 hd:LABEL=CentOS-8-5-
需要将ISO放到另一个U盘或者硬盘,可以将硬盘尾部格出一块来放
可能需要efi模式,但efi模式好像没法用grub2-install。
目前用另一块盘的centos7 : grub2-mkconfig -o /boot/grub2/grub.cfg 来启动centos8
https://www.cnblogs.com/shaoyishi/p/17270213.html
1
|
|
1
|
|
1 2 |
|
2.1 https://www.cnblogs.com/showker/p/16147782.html
1 2 3 4 5 6 7 8 9 10 |
|
2.2 其他方式?
1 2 3 |
|
请注意,阿里云可能没有提供针对 CentOS 8 的官方仓库,因此上述操作可能无法正常工作。如果是这种情况,您可能需要考虑升级到更新的发行版,比如 CentOS Stream 或者转向其他支持的发行版如 Rocky Linux 或 AlmaLinux。
1
|
|