结课项目考试

项目实施

环境搭建

系统搭建及初始化

关闭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
相关推荐
Linux-lucky3 小时前
21-Linux学习之旅之HTTPS和安全加固
linux·运维·学习·ubuntu·https
清水白石0084 小时前
Python 死锁排查全攻略:从线程卡死到锁依赖定位与工程化修复
linux·网络·python
ao-weilai5 小时前
Linux基础:Ext系列文件系统
linux·运维·服务器
qq_349447956 小时前
Linux系统,安装git,从使用git下载仓库(GitHub, Gitee, GitLab 等),并且使用ssh密钥,可以直接执行git pull
linux·git·ssh
GlobalSign数字证书8 小时前
小企业零运维 TLS 架构设计:证书生命周期管理(CLM)与自动化轮换策略的技术选型
运维·自动化
mCell9 小时前
GitHub Actions 玩法大赏:一台远程主机的七种活法
linux·github·agent
盐焗鹌鹑蛋9 小时前
【Linux】动静态库的制作与使用
linux
wuyk5559 小时前
Python 第三章:列表 List
服务器·开发语言·python
艾伦_耶格宇10 小时前
【ELK】-4 logstash的搭建及操作
linux·运维·ubuntu·elk