docker的介绍docker的定义:1.docker的三个概念:Docker是一个开源的引擎,可以轻松的为任何应用创建一个轻量级的、可移植的、自给自足的容器Docker镜像-Dockerimages:Docker镜像是Docker容器运行时的只读模板Docker仓库-Dockerregisteries:Docker仓库用来保存镜像,可以理解为代码控制中的代码仓库(DockerHub)Docker
分类:
Web程序 时间:
2018-09-09 00:46:08
阅读次数:
248
wordpress的安装搭建在lnmp环境下。准备一台新机器关闭防火墙selinux等配置好yum源yum-yinstallnginxmariadb-servermariadbphpphp-mysqlgdphp-gdphp-fpmsystemctlstartmariadbvim/etc/nginx/nginx.conflocation/{root/usr/share/nginx/html;inde
分类:
其他好文 时间:
2018-09-06 16:19:20
阅读次数:
399
先根据上篇的流程安装lnmphttp://blog.51cto.com/13859004/21703791.要在监控的主机上安装agent\//重启服务器主机[root@localhost~]#zabbix_server[root@localhost~]#zabbix_agentd[root@localhost~]#apachectlstart[root@localhost~]#systemctl
分类:
系统相关 时间:
2018-09-06 10:56:05
阅读次数:
294
php官网 http://php.net/ The PHP development team announces the immediate availability of PHP 7.2.9. This is a bugfix release. All PHP 7.2 users are enco ...
分类:
Web程序 时间:
2018-09-06 00:12:10
阅读次数:
434
mysql5.7:https://blog.csdn.net/qq_34962337/article/details/82356384 lnmp:https://blog.csdn.net/qq_34962337/article/details/82353082 zabbix 3.4安装:https ...
分类:
数据库 时间:
2018-09-05 21:58:56
阅读次数:
178
1、启动nginx服务报错 环境:centos 6.9,yum安装的nginx,启动报错 [root@lnmp ~]# nginx -tnginx: the configuration file /etc/nginx/nginx.conf syntax is oknginx: [emerg] soc ...
分类:
其他好文 时间:
2018-09-04 23:34:54
阅读次数:
282
关闭防火墙[root@localhost~]#systemctlstopfirewalld[root@localhost~]#systemctldisablefirewalld[root@localhost~]#sed-ri‘s/(SELINUX=).*/\1disabled/g‘/etc/selinux/config[root@localhost~]#setenforce0配置安装163的源[r
分类:
系统相关 时间:
2018-09-04 20:52:15
阅读次数:
211
下载并安装LNMP一键安装包 wget -c http://soft.vpser.net/lnmp/lnmp1.2-full.tar.gz && tar zxf lnmp1.2-full.tar.gz && cd lnmp1.2-full && ./install.sh lnmp 如需要安装LNMP ...
分类:
其他好文 时间:
2018-09-03 02:40:15
阅读次数:
170
实验准备一台阿里云服务器二个域名(IP与域名已经建立解析关系)Linux关于web架构的知识实验步骤1.用crt远程登录阿里云服务器2.安装nginx,mysql,php建议使用lnmp一键安装包安装,方便快捷获取lnmp一键安装包链接lnpm官网链接找到下载页面选择最新的复制其链接。写此文时最新版本信息如下:LNMP1.4测试版http://soft.vpser.net/lnmp/lnmp1.4
分类:
Web程序 时间:
2018-09-02 23:46:16
阅读次数:
381
一、安装php 1、cd /usr/src/php(没有php文件夹自己创建) 2、php官网下载php源码包(如:http://hk1.php.net/get/php-7.1.21.tar.bz2/from/this/mirror), wget http://hk1.php.net/get/php ...
分类:
其他好文 时间:
2018-09-02 12:30:16
阅读次数:
149