wutao1935

导航

上一页 1 ··· 3 4 5 6 7 8 9 10 下一页

2019年6月26日 #

pip is configured with locations that require TLS/SSL, however the ssl module in Python is not

摘要: 系统是centos7.2 python3.6.2 问题描述第一遍编译安装Python3.6的步骤如下: #先安装相关包: yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-deve 阅读全文

posted @ 2019-06-26 22:19 逐风浪子 阅读(2561) 评论(0) 推荐(0) 编辑

2019年6月23日 #

centos7 python2.7.5 升级python3.6.4

摘要: centos7 python2.7.5 升级python3.6.4 (转)Linux Centos7 升级python2至python3 - 依然范儿特西的文章 - 知乎 https://zhuanlan.zhihu.com/p/33660059 1 查看python 版本 python -V 2 阅读全文

posted @ 2019-06-23 12:08 逐风浪子 阅读(460) 评论(0) 推荐(0) 编辑

2019年6月3日 #

使用mkfs.ext4格式化大容量磁盘

摘要: 使用mkfs.ext4格式化大容量磁盘 使用mkfs.ext4默认参数格式化磁盘后,发现格式化时间特别长,并且格式化会占用磁盘很大的空间。例如2TB的磁盘格式化会占用10分钟左右时间,并占用30G左右的磁盘空间。究其原因,原来inode会占用磁盘空间,每个inode占用256b大小空间。默认情况下, 阅读全文

posted @ 2019-06-03 20:10 逐风浪子 阅读(2124) 评论(0) 推荐(0) 编辑

centos7 创建http内网yum源 OpenStack源部署

摘要: # Mady by Elven ###########################################环境准备#自动化安装centos7#下载系统镜像#http://mirrors.aliyun.com/centos/7/isos/x86_64/CentOS-7-x86_64-DVD 阅读全文

posted @ 2019-06-03 19:16 逐风浪子 阅读(598) 评论(0) 推荐(0) 编辑

centos 添加163网络源

摘要: 1.1 配置163的网络源 网络源地址:http://mirrors.163.com/.help/centos.html 阅读全文

posted @ 2019-06-03 11:55 逐风浪子 阅读(274) 评论(0) 推荐(0) 编辑

centOS 7添加本地源

摘要: 1.1 配置本地源 1) 进入到/etc/yum.repos.d/目录中(因为该目录存放yum仓库的配置文件。) 2) 使用vim命令创建一个后缀名.repo的新配置文件逐行添加配置参数 [media] :Yum软件仓库唯一标识符,避免与其他仓库冲突。 name=localhost:Yum软件仓库的 阅读全文

posted @ 2019-06-03 11:46 逐风浪子 阅读(673) 评论(0) 推荐(0) 编辑

2019年4月9日 #

详解 nginx location ~ .*\.(js|css)?$ 什么意思?

摘要: https://www.cnblogs.com/feiyuanxing/p/4668818.html 阅读全文

posted @ 2019-04-09 15:42 逐风浪子 阅读(2509) 评论(0) 推荐(0) 编辑

CentOS 7.2.1511编译安装Nginx1.10.1+MySQL5.7.14+PHP7.0.11

摘要: 10:34:40 https://www.jianshu.com/p/b3043e9690c1 阅读全文

posted @ 2019-04-09 10:36 逐风浪子 阅读(117) 评论(0) 推荐(0) 编辑

2019年3月13日 #

centos6.5安装lnmp环境

摘要: https://www.cnblogs.com/Panda-python/p/6868360.html 阅读全文

posted @ 2019-03-13 16:55 逐风浪子 阅读(95) 评论(0) 推荐(0) 编辑

2019年2月19日 #

centos7关闭防火墙

摘要: 1、firewalld的基本使用 启动: systemctl start firewalld 关闭: systemctl stop firewalld 查看状态: systemctl status firewalld 开机禁用 : systemctl disable firewalld 开机启用 : 阅读全文

posted @ 2019-02-19 18:03 逐风浪子 阅读(129) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 9 10 下一页