07 2022 档案

freeradius + mysql安装配置
摘要:该文档参考http://t.zoukankan.com/FlyingPuPu-p-7772410.html安装,仅做了微调。 一、准备工作 安装编译FreeRadius所需要的依赖 #安装wget、gcc、gcc-c++、make yum install –y wget gcc gcc-c++ ma 阅读全文

posted @ 2022-07-26 16:03 torotoise512 阅读(1526) 评论(0) 推荐(0) 编辑

Failed to download metadata for repo ‘appstream‘: Cannot prepare internal mirrorlist:...
摘要:大家都知道Centos8于2021年年底停止了服务,大家再在使用yum源安装时候,出现下面错误“错误:Failed to download metadata for repo ‘AppStream’: Cannot prepare internal mirrorlist: No URLs in mi 阅读全文

posted @ 2022-07-22 17:19 torotoise512 阅读(295) 评论(0) 推荐(0) 编辑

python虚拟环境和包管理
摘要:新建一个虚拟环境: python3 -m venv env1 # 新建一个名称为env1的虚拟环境 激活环境: source env1/bin/activate 退出虚拟环境: deactivate 生成安装包文件: pip freeze >requirements.txt 安装文件中的包: pip 阅读全文

posted @ 2022-07-11 00:02 torotoise512 阅读(121) 评论(0) 推荐(0) 编辑

django日志分割的几种处理
摘要:https://blog.csdn.net/qq_42819407/article/details/125041634 阅读全文

posted @ 2022-07-09 10:09 torotoise512 阅读(48) 评论(0) 推荐(0) 编辑

Django新版本报错问题解决
摘要:在创建app的时候会报如下错误: python3 manage.py startapp test django.core.exceptions.ImproperlyConfigured: SQLite 3.9.0 or later is required (found 3.7.17). 这是因为启动 阅读全文

posted @ 2022-07-07 16:55 torotoise512 阅读(455) 评论(0) 推荐(0) 编辑

Centos7 更换yum软件源
摘要:https://blog.csdn.net/zhinian1204/article/details/123975403 阅读全文

posted @ 2022-07-06 16:31 torotoise512 阅读(25) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示