准备4台主机,其中一台装ansible,其余三台分别部署apache、mysql、php,实现lamp架构 主控机ip:192.168.170.20 wang ansible 受控机ip:192.168.170.134 apache apache 192.168.170.135 mysql mysq ...
分类:
其他好文 时间:
2021-01-13 10:47:52
阅读次数:
0
完全删除mysql https://www.cnblogs.com/winter-bamboo/p/10837949.html vue表单绑定及css部分https://www.jianshu.com/p/0ccad24f6f03 export default暴露接口用法https://www.cn ...
分类:
其他好文 时间:
2021-01-11 11:27:58
阅读次数:
0
实验环境 系统平台 IP T1(red hat8) 192.168.220.10 T2(red hat8) 192.168.220.20 T3(red hat8) 192.168.220.30 ...
分类:
其他好文 时间:
2021-01-11 10:54:04
阅读次数:
0
6.1.1 LAMP架构介绍 LAMP是linux、apache、mysql、php的网站架构缩写,是基于linux系统的最基础的网站架构模式,linux系统可选择centos7,web服务用apache的httpd,mysql用来存储数据,php应用程序提供前后端服务。该架构常用在一些简单的展示网 ...
分类:
Web程序 时间:
2021-01-07 12:00:42
阅读次数:
0
lamp简介 所谓lamp,其实就是由Linux+Apache+Mysql/MariaDB+Php/Perl/Python的一组动态网站或者服务器的开源软件,除Linux外其它各部件本身都是各自独立的程序,但是因为经常被放在一起使用,拥有了越来越高的兼容度,共同组成了一个强大的Web应用程序平台。 ...
分类:
其他好文 时间:
2021-01-06 12:26:46
阅读次数:
0
torch.numel(input) → int Returns the total number of elements in the input tensor. Document torch.from_numpy(ndarray) → Tensor Creates a Tensor from a ...
一、常用的监控方案 开源监控软件:cacti、nagios、zabbix、smokeping、open-falcon等 1、Cacti 官方网站:https://www.cacti.net/ https://github.com/Cacti/cacti Cacti是基于LAMP平台展现的网络流量监测 ...
分类:
其他好文 时间:
2021-01-02 11:32:07
阅读次数:
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
一、所需源码包:1.httpd-2.4.43.tar.gz2.apr-1.7.tar.gz3.apr-util-1.6.1.tar.gz4.pcre-8.44.tar.gz5.php-7.2.31.tar6.mysql-5.7.30.tar.gz二、准备环境:yuminstall-ymakegccgcc-c++opensslopenssl-develexpat-devel三、将下载的包解压到/us
分类:
其他好文 时间:
2020-12-25 12:35:52
阅读次数:
0
搭建LAMP 【部署Linux环境】 [root@chaogelinux ~]# iptables -F [root@chaogelinux ~]# systemctl stop firewalld [root@chaogelinux ~]# systemctl disable firewalld ...
分类:
其他好文 时间:
2020-12-24 12:46:30
阅读次数:
0