
网站建设
游客520
print("人生苦短,我用python")
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu 16.04 安装配置rsyslog服务
一、服务器端:1.搭建php服务器Step 0. Update the system# apt-get update# apt-get upgrade# apt-get upgradeStep 1. Install Apache– Install apache2 and Apache library:<span style="color:#313131"># apt-get install apache2 libapache2-mod-php</span>原创 2020-10-12 15:59:49 · 5517 阅读 · 0 评论 -
django服务部署(centos+nginx+mysql+uwsgi)
nginx安装请参考https://blog.youkuaiyun.com/weixin_42238129/article/details/103722061mysql安装请参考https://blog.youkuaiyun.com/weixin_42238129/article/details/103722275部署发布平台 1.1 uwsgi 1.1.1 安装uwsgi ...原创 2020-01-04 19:02:09 · 3883 阅读 · 0 评论 -
mysql源码安装详细流程
1.1 前期准备 1.1.1 安装cmake,2.8以上(有此命令可跳过) wget https://cmake.org/files/v3.6/cmake-3.6.0-rc1.tar.gz -P /usr/src/tar xf cmake-3.6.0-rc1.tarcd cmake-3.6.0-rc1./configuremakemake i...原创 2019-12-26 20:44:36 · 3972 阅读 · 0 评论 -
nginx源码安装详细流程
软件版本 - 系统环境:centos7.4 - nginx版本:1.15.5安装前准备: 1. 修改yum源 具体步骤参照:https://mirrors.cnnic.cn/help/centos/ 2. 关闭防火墙 - 关闭防火墙 systemctl stop firewalld.service...原创 2019-12-26 20:35:59 · 3855 阅读 · 0 评论