参考网站:http://www.liyblog.top/p/9 1.nginx和php基本安装 1.更新apt apt update 2.安装nginx apt install nginx 3.查看nginx状态 systemctl status nginx 4.安装php apt install ...
分类:
Web程序 时间:
2020-01-07 21:26:11
阅读次数:
129
yum install httpd php mariadb-server –y搭建lamp运行环境之后安装phpMyAdmin遇到的一些问题记录一下 1.官网下载phpMyAdmin压缩包 wget -c https://files.phpmyadmin.net/phpMyAdmin/4.9.3/p ...
分类:
Web程序 时间:
2020-01-07 01:05:10
阅读次数:
119
proxy 10.10.11.10client 10.10.11.11web1 10.10.11.12web2 10.10.11.13proxy:1.构建memcached服务]# yum -y install memcached]# cat /etc/sysconfig/memcachedPORT ...
分类:
Web程序 时间:
2020-01-06 23:05:46
阅读次数:
120
anemometer介绍及部署 Anemometer可以把MySQL慢查询可视化,方便我们去找出和分析慢询语句.anemometer基于Percona Toolkit Percona Toolkit是一组高级的命令行工具,用来管理 MySQL 和系统任务,主要包括: 1、验证主节点和复制数据的一致性 ...
分类:
其他好文 时间:
2020-01-04 22:16:46
阅读次数:
100
docker-compose.yml配置文件如下 version: "2" services: nginx: image: nginx:alpine container_name: my-nginx ports: - "80:80" - "443:443" volumes: - ./conf/ngi ...
分类:
其他好文 时间:
2020-01-04 18:49:32
阅读次数:
445
<<Mantis规范.pdf>> 参考: http://www.linuxidc.com/Linux/2016-01/127180.htm(次为参考主线) http://www.jb51.net/article/91098.htm “安装软件包”和“安装mantis”;Linux Ubuntu下LA ...
分类:
系统相关 时间:
2020-01-04 14:30:09
阅读次数:
88
Ubuntu各个版本的介绍 Ubuntu的版本比较多,而且基于ubuntu的衍生版也很多,让人容易混淆,也让很多人不知道自己适合哪一个,在这里简单比较一下ubuntu的各个版本的特点: 介绍ubuntu版本之前先说一说与ubuntu有关的一些知识: Ubuntu的版本号命名规则: ubuntu的版本 ...
分类:
系统相关 时间:
2020-01-04 10:58:50
阅读次数:
86
安装前的介绍Linux+Apache+MySQL/MariaDB+Perl/PHP/Python一组常用来搭建动态网站或者服务器的开源软件,本身都是各自独立的程序,但是因为常被放在一起使用,拥有了越来越高的兼容度,共同组成了一个强大的Web应用程序平台。随着开源潮流的蓬勃发展,开放源代码的LAMP已... ...
分类:
其他好文 时间:
2020-01-04 01:00:47
阅读次数:
74
一 安装MYSQL # cd /usr/local/src # wget http://mirrors.sohu.com/mysql/MYSQL-5.6/mysql-5.6.35-linux-glibc2.5-x86_64.tar.gz # tar zxvf mysql-5.6.35-linux-g ...
分类:
数据库 时间:
2020-01-02 15:23:25
阅读次数:
77
部署全过程如下:1、服务器管理员(root)口令设置,在阿里云管理界面中设置2、维护电脑上安装putty3、putty登陆云服务器4、安装Apacheyum install -y httpd启动服务:systemctl start httpd.service设置开机自动启动:systemctl en ...
分类:
其他好文 时间:
2020-01-01 18:58:21
阅读次数:
71