Loading

摘要: 安装 pure-ftpd yum 安装 yum install -y epel-release yum install -y pure-ftpd ./configure --prefix=/usr/local/pure-ftpd/ --with-everything ‍ touch /etc/pur 阅读全文
posted @ 2024-04-13 17:12 zhpj 阅读(20) 评论(0) 推荐(0)
摘要: 安装 MySQL 5.7 ‍ CentOS 查看系统中是否自带安装 MySQL [root@localhost ~]# yum list installed | grep mysql [root@localhost ~]# [root@node01 ~]# yum list installed | 阅读全文
posted @ 2024-04-13 17:02 zhpj 阅读(131) 评论(0) 推荐(0)
摘要: 升级 glibc 版本的问题 一般情况下,也不要升级 glibc 版本,升级后有可能会导致已安装的应用无法启动;开发环境上将 glibc 从 2.17 升级到 2.28 之后,遇到达梦数据库无法启动,从前台启动时报“段错误”,在 /var/log/messages​ 中看到错误信息: kernel: 阅读全文
posted @ 2024-04-13 16:51 zhpj 阅读(186) 评论(0) 推荐(0)
摘要: CentOS 8 的网络配置 ‍ CentOS 7 /etc/init.d/network restart ‍ CentOS 8 上使用 nmcli​ 管理网络配置: # 检查 NetworkManager 服务是否启动 # systemctl status NetworkManager.servi 阅读全文
posted @ 2024-04-13 16:32 zhpj 阅读(48) 评论(0) 推荐(0)