@魔力辛巴 利用虚拟机模拟搭建LNMP架构 先创建优化后的模板机,再通过模板机克隆产生其他服务器 yum install -y bash-completion* net-tools vim tree htop telnet lrzsz wget iftop iotop sl unzip nmap n ...
                            
                            
                                分类:
其他好文   时间:
2020-01-11 20:03:03   
                                阅读次数:
85
                             
                    
                        
                            
                            
                                运维常识整理基础服务: LAMP:Linux+Apache+MySQL+(PHP\Python\Perl) 是一组用来建立web应用平台的解决方案。LNMP:Linux+ Nginx+MySQL+PHP 网站服务器架构 Apache:一款可以跨平台的Web服务器软件。Nginx:一个高性能的HTTP ...
                            
                            
                                分类:
其他好文   时间:
2020-01-10 12:53:28   
                                阅读次数:
67
                             
                    
                        
                            
                            
                                本文首发:https://www.somata.work/2019/Centos7SetupOwncloudCloudStorage.html首先准备必要的软件和资料.这里我已经整理好了:百度云共享不过最好还是自己去官网上下。这里只不过是提供了快捷方式。owncloud官网:https://www.owncloud.org安装vmware和虚拟机的安装就不演示了。下面直接开始演示安装LAMP环境,
                            
                            
                                分类:
其他好文   时间:
2020-01-10 01:17:47   
                                阅读次数:
136
                             
                    
                        
                            
                            
                                现在容器化技术越来越成熟和流行,比传统的虚拟化技术确实是有很大的优势,所以流行是必然的。今天来实践一把,使用Docker的dockerfile方式定制lnmp环境。
                            
                            
                                分类:
其他好文   时间:
2020-01-10 01:13:43   
                                阅读次数:
213
                             
                    
                        
                            
                            
                                    一、环境准备 1、关闭防火墙及配置yum源 为了方便,我这里直接使用脚本一键环境配置(仅限于redhat系列6和7)。 bash [root@centos7 ~] cat cofig.sh !/bin/bash str= version=0 mkdir /etc/yum.repos.d/bak &  ...
                            
                            
                                分类:
其他好文   时间:
2020-01-08 18:59:55   
                                阅读次数:
81
                             
                    
                        
                            
                            
                                    首先需要一个LAMP平台 或LNMP平台 yum -y install httpd mariadb php mariadb-server mariadb-devel zlib freetype libjpeg \fontconfig gd libxml2 php-gd php-mysql cairo ...
                            
                            
                                分类:
系统相关   时间:
2020-01-08 00:54:28   
                                阅读次数:
266
                             
                    
                        
                            
                            
                                    参考网站: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
                             
                    
                        
                            
                            
                                nginx -V 查看编译目录和模块 安装的目录或路径 --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib64/nginx/modules --conf-path=/etc/nginx/nginx.conf  ...
                            
                            
                                分类:
其他好文   时间:
2020-01-07 15:58:49   
                                阅读次数:
69
                             
                    
                        
                            
                            
                                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