Linux basic learning LNMP environment construction

LNMP environment building LNMP dynamic website deployment architecture is a dynamic website system solution composed of Linux+Nginx+Mysql+PHP components, which is free, efficient, extensible and low resource consumption LNMP dynamic website architecture yum install -y apr* autoconf automake bison bzip2 bzip2* compat* ...

Posted by fris on Wed, 01 Jan 2020 18:38:35 +0100

Nginx forwards the secondary domain name

Nginx forwards the secondary domain name Through the division and implementation of the company's domain name, nginx is used to issue the secondary domain name. Take the following example to record: purchased the lwenhao.com domain name on Alibaba cloud, including blog.lwenhao.com (personal blog) and file.lwenhao.com (file management). To acces ...

Posted by y2yang on Wed, 01 Jan 2020 05:38:34 +0100

Using docker compose to quickly build php7+nginx+mysql5.7+redis environment in centos7

1. Install docker and docker compose centos7 installs docker and docker compose 2. Docker compose common commands # Build the container under the folder containing docker-compose.yml # If you use the Dockerfile to modify the Dockerfile, execute the following again to apply the modification docker-compose up -d # Stop all ...

Posted by goosez22 on Sun, 29 Dec 2019 18:57:17 +0100

How to install blue whale's CMDB when ssh is not the default 22 port?

How to install blue whale's CMDB when ssh is not the default 22 port? How to install blue whale's cmdb? q. Prerequisite knowledge: This article is based on "how to install PAAS of blue whale when ssh is not the default 22 port"https://blog.csdn.net/haoding205/article/details/82758099 1. introduction: In the above ...

Posted by dipenmistry on Sun, 29 Dec 2019 18:25:48 +0100

Kubernetes log query and Analysis Practice

Introduction: This paper will introduce how to collect and query Kubernetes (K8s) logs based on the log service. In addition, it also gives a brief introduction to Ingress and Audit schemes. In order to facilitate our understanding through operation, this paper provides detailed operation steps and corresponding screenshots and configuration co ...

Posted by agent47 on Fri, 27 Dec 2019 09:53:59 +0100

Linux Mint 19 installs PHP7.3 and configures with nginx

1, Update Linux Mint 19 system Make sure that you are running the latest version of Linux Mint. If there are important programs running and you do not want to upgrade them, you can only update the package list and run the following command: sudo apt update sudo apt upgrade If a newer version of Kernel is installed, it is recommended to rest ...

Posted by mrdance on Fri, 27 Dec 2019 09:07:42 +0100

FastDFS Distributed File Storage

What is FastDFS? FastDFS is an open source, lightweight, distributed file system.He solves issues such as large data storage and load balancing.Especially suitable for online services with small and medium files (4KB < FileSize < 500MB), such as video, audio, picture websites, etc.FastDFS is an open source and lightweight distributed fi ...

Posted by Josh18657 on Tue, 24 Dec 2019 01:31:55 +0100

centos installation lnmp environment (source installation)

lnmp environment construction Preconditions Operating system installation: CentOS 6.8 64 bit minimum installation. Configure IP, DNS, gateway and host name Configure firewall and open ports 80 and 3306 Close access wall service iptables stop /etc/init.d/iptables restart? Restart the firewall to make the configuration ef ...

Posted by lnt on Mon, 16 Dec 2019 20:26:35 +0100

Kubernetes Advanced Node Auto Expansion/Scaling

Kubernetes Advanced Node Auto Expansion/Scaling Catalog: 1. Cluster AutoScaler cloud vendor expansion/scaling 2. Ansible one-click auto-expanding Node 1,Cluster AutoScalerExtension: Cluster AutoScaler periodically detects whether there are sufficient resources to schedule the newly created Pod and calls Cloud Provider to cr ...

Posted by balsdorf on Wed, 11 Dec 2019 22:32:16 +0100

Creating stateful applications with NAS dynamic storage volumes

Introduction: At present, the realization of dynamically generating NAS storage volume: on an existing file system, automatically generating sub file system (sub directory), and generating target storage volume (PV); The name of the PV generated is: PVC - ${PV uid} Image introduction: registry.cn-hangzhou.aliyuncs.com/acs/alicloud-nas-controlle ...

Posted by baselinej on Wed, 11 Dec 2019 06:31:35 +0100