1、有一个阿里云服务器 2、安装宝塔linux: yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh 3、下载wordpress:官网下载https:/ ...
分类:
其他好文 时间:
2020-12-30 11:30:02
阅读次数:
0
状态管理-salt安装apache 编辑主配置文件,定义几个环境。 vim /etc/salt/master file_roots: base: - /srv/salt/base dev: - /srv/salt/dev test: - /srv/salt/test prod: - /srv/sal ...
分类:
其他好文 时间:
2020-12-30 11:27:09
阅读次数:
0
错误:configure: error: libevent >= 1.4.11 could not be found解决:yum -y install libevent libevent-devel错误:configure: error: Please reinstall the mysql dis ...
分类:
Web程序 时间:
2020-12-30 11:22:18
阅读次数:
0
CentOS 7.3 安装 Redis 报错“You need tcl 8.5 or newer in order to run the Redis test” 问题说明 个人安装的是 redis-5.0.4,在解压目录下执行完 make 命令后,在 src/ 目录下执行 make test命令 的 ...
分类:
其他好文 时间:
2020-12-30 10:54:18
阅读次数:
0
Mysql Mysql下载 下载网址 https://downloads.mysql.com/archives/community/ 版本选择 Mysql安装 上传解压 使用FTP工具将window本地的文件上传到Linux系统后进行解压:```sql tar -xvf mysql-8.0.18-1 ...
分类:
数据库 时间:
2020-12-29 11:54:05
阅读次数:
0
继续前面的实验操作,接下来做一下GitParameter插件在插件管理处安装好本插件后,可新建一个项目进行git配置。在此操作之前,需要在git服务器上先行安装配置好gitlab,快速的操作一下即可wgethttps://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-10.0.0-ce.0.el7.x86_64.rpmyum安装好
分类:
其他好文 时间:
2020-12-29 11:49:37
阅读次数:
0
ftp相关的包不需要安装,python自带 # -*- coding:utf-8 -*- from ftplib import FTP def upload(f, remote_path, local_path): fp = open(local_path, "rb") buf_size = 102 ...
分类:
编程语言 时间:
2020-12-29 11:28:50
阅读次数:
0
安装依赖 yum install -y novacom-server.x86_64 libaio.x86_64 libaio-devel.x86_64 网站下载 https://downloads.mariadb.com/MaxScale/ 自己选择自己需要的版本 yum localinstall ...
分类:
数据库 时间:
2020-12-28 11:32:23
阅读次数:
0
Samba服务器安装和配置 1:安装Samba服务器软件包 [root@localhost ~]# rpm -qa | grep samba [root@localhost ~]# yum -y install samba [root@localhost ~]# yum -y install sam ...
分类:
系统相关 时间:
2020-12-28 11:07:28
阅读次数:
0
第一步:建立用户和该用户所使用的目录 useradd -d /home/mmc/www_WebServer/ftp/dengs -g ftpusers -s /sbin/nologin dengs passwd dengs mkdir dengs chown dengs dengs chmod -r ...
分类:
其他好文 时间:
2020-12-28 11:04:37
阅读次数:
0