前面安装docker的过程就不提了 1.创建目录 mkdir -p /lnmp/{php,nginx,mysql,redis} mkdir -p /lnmp/mysql/{conf,data} mkdir -p /lnmp/nginx/conf.d 2.生成mysql容器 docker run -- ...
分类:
系统相关 时间:
2020-07-19 11:38:38
阅读次数:
82
After you replace ABS ECU or yaw rate/G sensor for Toyota,it will get C1210A trouble code.It will ask you to program yaw rate sensor.So here i want to ...
分类:
其他好文 时间:
2020-07-18 22:15:43
阅读次数:
104
构建LNMP+WordPress 1.安装LNMP环境 修改主机名 [root@test ~]# hostnamectl set-hostname lnmp [root@test ~]# bash 将提供的lnmp1.6-full.tar.gz软件包,上传到虚拟机的/root目录下,并解压 [roo ...
分类:
其他好文 时间:
2020-07-17 19:40:40
阅读次数:
81
!!!首先要做的就是关闭系统的防火墙以及selinux: systemctl stop firewalld systemctl disable firewalld sed -ri 's/^(Selinux=).*/\1disabled/g' /etc/selinux/config setenforc ...
分类:
其他好文 时间:
2020-07-16 12:19:43
阅读次数:
75
官网下载:https://www.elastic.co/cn/downloads/elasticsearch 下载解压后,运行bin文件夹下的 elasticsearch.bat 看到started说明启动成功,打开浏览器测试一下,如下图 http://localhost:9200 然后可以添加IK ...
分类:
其他好文 时间:
2020-07-12 20:30:45
阅读次数:
152
一、编译安装nginx 1、下载nginx # wget http://nginx.org/download/nginx-1.16.1.tar.gz 2、安装源码安装依赖软件:pcre-devel zlib-devel gcc gcc-c++ make 检测依赖是否安装 #rpm -q pcre-d ...
分类:
其他好文 时间:
2020-07-12 16:55:15
阅读次数:
71
系统环境要求 centos7,yum源正常使用,ip设置为:192.168.8.201; LAMP环境配置 ###软件环境设置systemctl disable firewalld;systemctl stop firewalld;systemctl status firewalldsetenfor ...
分类:
Web程序 时间:
2020-07-12 16:54:30
阅读次数:
66
一、单行 <div class="div">这是一段中文这是一段中文这是一段中文这是一段中文这是一段中文这是一段中文</div> .div { background-color: green; width: 100px; overflow: hidden; text-overflow: ellips ...
分类:
Web程序 时间:
2020-07-10 12:55:11
阅读次数:
83
前提:安装好了docker-ce。systemctlstartdockersystemctlenabledockeriptables-Xiptables-Fserviceiptablessave1、部署nginx:dockerrun-it-d-p80:80-v/usr/share/nginx/html/:/usr/share/nginx/html/-v/etc/nginx/conf.d/:/etc
分类:
其他好文 时间:
2020-07-10 09:36:54
阅读次数:
64
本篇文章主要是描述docker中对Mysql的操作,同时学习容器之间的通信问题,目前架构情况如下: 1、数据库连接使用 在docker中启动Mysql服务后,可以使用两种方法对Mysql进行操作(连接Mysql数据库需要的是IP和端口): ##使用Mysql容器里的ip连接数据库(该方法的前提是连接 ...
分类:
其他好文 时间:
2020-07-09 15:18:53
阅读次数:
58