centos7安装docker首先安装Docker必要依赖包:yum install -y yum-utils device-mapper-persistent-data lvm2由于自带yum没有Docker-CE所以我们需要先增加dockerrepo:// 阿里云源,yum-config-manager&nbs...
Xtrabackup全量备份、增量备份、差异备份
centos7,mysql5全量备份1备份#创建备份目录mkdir -p /xtrabackup/full/#给予Mysql的目录权限chown mysql.mysql /xtrabackup/full -R #进行备份innobackupex --user=数据库账号 -...
xtrabackup
前置条件:centos7, xtrabackup,mysql5全量备份./backup.sh -f增量备份./backup.sh -i如果出现错误提示/bin/sh^M: bad interpreter: No such file or directoryvim编辑此文件:set ff...
linux服务器查看基本配置
查看操作系统版本#cat /etc/redhat-release这个命令主要是查看红帽发行的操作系统的版本号[root@node5 ~]# cat /etc/redhat-release CentOS Linux release 7.4.1708 (Core) #cat /et...
nginx 允许特定省市访问
查找指定省市IP段如山东IP段将全部IP段或者需要的IP段转化为CIDR规则修改nginx配置文件location / { #... include banips/allow.conf;}修改allow.confallow 39.64.0.0/11;deny all...
web_hook 使用www用户版
centos,nginx,php生产目录全站【git.config.filemode=false】chown www:www -R /home/wwwroot/websitwww用户下生成密钥并上传公钥【使用git公钥,需要修改源码目录.git/config文件中远程地址为ssh地址,并且在www用户下跑通】shell命令无需另加sudo等【即默认使用www...
Mysql 多项查重
SELECT uid, type, amount,auid , sum(amount) as total FROM `abc_log_commision` group by uid, auid, type, amount HAVING&nb...
使用腾讯云自建一个专属于自己的网络笔记本
下载启动MongoDB任务时间:10min~15minLeanote依赖MongoDB作为数据存储,下面开始安装MongoDB:下载MongoDB进入 /home 目录,并下载MongoDB:cd /home下载源码:wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.0...
Nifity后台模板
后台模板:css.liuxiu.me Nifity文档:css.liuxiu.me/documentationNifity布局文档:css.liuxiu.me/get-started...
ubuntu 安装lnmp
1,安装mysqlsudo apt-get install mysql-server mysql-client安装过程中要输入root用户的密码。2,安装nginxsudo apt-get install nginx3,nginx安装成功后重启一下nginxsudo service nginx re...