Get the App
  • The solution of Apache Port being occupied

    The solution of Apache Port being occupied

    Apache Port 443 occupied solution Today I wanted to do a PHP program, but when I started Apache, the console reported that port 443 was occupied. The reason is that my virtual machine VMware occupies port 443 to connect to the remote server. In fact, it is normal for these conditions to happen. Because of

    Shulou · 2022-06-03 02:40
  • How Linux uses grep to filter multiple conditions

    How Linux uses grep to filter multiple conditions

    This article mainly introduces Linux using grep to filter multiple conditions and grep common filtering commands, friends who need can refer to. Cat log.txt | grep condition; cat log.txt | grep condition 1 | grep

    Shulou · 2022-06-03 02:40
  • Reinstall the Linux subsystem on Windows 10

    Reinstall the Linux subsystem on Windows 10

    I heard that Linux can be installed on Windows 10. On a whim, I rammed it up and didn't use it for a long time. As a result, I forgot the root password again. Hey, I'm too old to remember things. So I went online to find out how to uninstall the Linux subsystem and write another note.

    Shulou · 2022-06-03 02:40
  • Easily construct a flexible and highly available audio and video processing system based on Serverless architecture

    Easily construct a flexible and highly available audio and video processing system based on Serverless architecture

    With the rapid development of computer technology and Internet, video-on-demand technology is favored by education, entertainment and other industries because of its good human-computer interaction and streaming media transmission technology. At present, the product lines of cloud computing platform manufacturers are becoming more and more mature, if you want to build video-on-demand class

    Shulou · 2022-06-03 02:40
  • In-depth understanding of Kubernetes resource limitations: CPU

    In-depth understanding of Kubernetes resource limitations: CPU

    In the previous article on Kubernetes resource limits, we discussed how to set container memory limits in Pod through ResourceRequirements and how the container runtime uses Linux Cgroups to implement these limits

    Shulou · 2022-06-03 02:40
  • How to install a linux system in a virtual machine

    How to install a linux system in a virtual machine

    First, download the installation package 2 of the virtual machine, the download 3 of the Ubuntu image, the hardware configuration of the virtual machine 1. After the installation of the virtual machine, the interface is shown in the following figure: click on the red circle icon in the figure to start creating a new virtual machine. 2. Select Custom in the pop-up dialog box, and then click next.

    Shulou · 2022-06-03 02:40
  • Set up subnet permission cant't open data connection for FTP server

    Set up subnet permission cant't open data connection for FTP server

    FTP SERVER software installation and setup ftp software: Filezilla Server settings add user: edit- > users create account settings command line port: general settings column listen o

    Shulou · 2022-06-03 02:40
  • How to take the backend redis key as an array by nginx lua

    How to take the backend redis key as an array by nginx lua

    Concept Nginx (engine x) is a high-performance HTTP and reverse proxy web server, while also providing IMAP/POP3/SMTP services. Nginx is the second most visited Rambler.ru for Russia by Igor Sesoyev.

    Shulou · 2022-06-03 02:40
  • Deployment of Docker swarm

    Deployment of Docker swarm

    About docker swarm Swarm is a platform launched by Docker to manage docker clusters, which is almost entirely developed in go language, and the code is open source in https://github.com/docker/swar

    Shulou · 2022-06-03 02:39
  • How to optimize Nginx Services

    How to optimize Nginx Services

    Preface Nginx as a load balancing server: Nginx can not only directly support Rails and PHP programs to serve outside, but also support external services as a HTTP proxy server. Nginx is written in C, regardless of system resources.

    Shulou · 2022-06-03 02:39
  • How to use vrops logs for troubleshooting

    How to use vrops logs for troubleshooting

    The production environment has been using vCenter to manage host hosts, but it is not on vcops because of its small scale. After upgrading vcenter6.5, individual VM always inexplicably reports that the memory utilization is too high, but the actual memory usage is not high and the resources are sufficient. Vcenter itself does not.

    Shulou · 2022-06-03 02:39
  • How to add WeCom Monitoring alarm to alertmanager alarm

    How to add WeCom Monitoring alarm to alertmanager alarm

    Prometheus machine: 172.27.143.155alertmanager machine: 172.27.143.150Prometheus alarm is divided into two parts. The alarm rules in the Prometheus server will report to Ale

    Shulou · 2022-06-03 02:39
  • How to query SCCM report through SQL statement

    How to query SCCM report through SQL statement

    SCCM has the following practical functions. Software distribution 2. Software updates (windows system patch download) 3. Operating system deployment 4. Asset zhi management 5. Report function dao SCCM is not free, but Microsoft's official website can download the trial version (but not the simplified Chinese version)

    Shulou · 2022-06-03 02:39
  • Search-mailbox-searchquery filter parameters

    Search-mailbox-searchquery filter parameters

    1.received receive date 2.subject topic 3.body body 4.sent send time 5.attachment attachment 6.cc CC 7.to sent to 8.from

    Shulou · 2022-06-03 02:39
  • TCP protocol details, you have never seen a brand new version

    TCP protocol details, you have never seen a brand new version

    There are two main transport layer protocols in TCP/IP protocol suite, TCP (Transimission Control Protocol, Transmission Control Protocol) and UDP (User Datagram Protocol, user Datagram Protocol).

    Shulou · 2022-06-03 02:39
  • How to use prometheus and grafana to monitor Kubernetes

    How to use prometheus and grafana to monitor Kubernetes

    Machine: 172.27.143.155prometheus introduction: Prometheus is an open source system monitoring and alarm toolkit. Prometheus joined the Cloud Native Computing Foundation in 2016, becoming the first after Kubernetes.

    Shulou · 2022-06-03 02:38
  • The method of realizing VNET interworking with Azure Firewall

    The method of realizing VNET interworking with Azure Firewall

    Azure Firewall is a hosted cloud-based network security service that protects Azure virtual network resources. It is a fully stateful firewall in the form of services with built-in high availability and unlimited cloud scalability. Can be created, implemented, and recorded centrally across subscriptions and virtual networks

    Shulou · 2022-06-03 02:38
  • Understand HTTP/2 features

    Understand HTTP/2 features

    HTTP/2 is the first update of HTTP protocol since HTTP 1.1 was released in 1999, which is mainly based on SPDY protocol. Hypertext Transfer Protocol by the Internet Engineering Task Force (IETF)

    Shulou · 2022-06-03 02:38
  • The method of resetting root password in single-user Mode of Linux system

    The method of resetting root password in single-user Mode of Linux system

    Linux Overview Linux, full name GNU/Linux, is a set of free use and free dissemination of Unix-like operating system, is a POSIX and Unix-based multi-user, multi-task, multi-threading and multi-CPU operating system. With the development of the Internet, Li

    Shulou · 2022-06-03 02:38
  • MacBook AWS cli installation

    MacBook AWS cli installation

    New MAC, install AWS CliAWS official documentation link: https://aws.amazon.com/cn/cli/ opens the terminal because the installation of AWS Cli requires python and PiP, so check Pyth first

    Shulou · 2022-06-03 02:38