结课项目考试

项目实施

环境搭建

系统搭建及初始化

关闭selinx
复制代码
[root@localhost ~]# systemctl disable --now firewalld

[root@localhost ~]# systemctl status firewalld  
更换时间同步服务器
复制代码
[root@server ~]# date -s "2026-7-28 18:20:55"
安装依赖
复制代码
[root@server ~]# dnf install -y gcc gcc-c++ make cmake zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel libffi-devel tk-devel wget tar vim tree net-tools openssh-server

源码编译安装Python3.11.9

进入源码存放目录
复制代码
[root@server ~]# cd /usr/local/src

解压
复制代码
[root@server src]# tar -zxvf Python-3.11.9.tgz

[root@server src]# cd Python-3.11.9
编译配置
复制代码
[root@server Python-3.11.9]# ./configure --prefix=/usr/local/python3.11 --enable-shared
相关推荐
MXsoft6181 小时前
## 信创运维2.0的“最后一公里”——国产设备“能用但不好用”,问题出在哪?
运维
Albert·Lin1 小时前
LVS相关知识点总结-一
linux·服务器·lvs
公众号:fuwuqiBMC3 小时前
(转自“服务器BMC”)服务器BMC芯片——AST1840
运维·服务器·fpga开发
测试专家3 小时前
PCI-1553B板卡在 Windows Server 2016 服务器安装流程详解
服务器·windows·单片机
忘路之远近i3 小时前
受够阿里云自带终端后,我用 Cursor + grill-me 做了个运维面板
服务器·开发语言·人工智能·python·阿里云·云计算
laboratory agent开发3 小时前
工具调用失败后怎么办?重试分层与降级回路的三种路线
服务器·前端·网络
tianyuanwo3 小时前
深入理解 Linux 启动救援模式与控制台选择:从 x86 的 tty0 到 ARM 的 ttyS0
linux·grub·救援系统
爱网络爱Linux3 小时前
RHCSA+RHCE 10.0全新升级!红帽Ansible自动化运维
运维·自动化·ansible·rhce认证·rhel1o·linux10·rhce10
瞬间&永恒~3 小时前
【MySQL】练习5-1:配置慢查询日志
linux·运维·云原生