Course Intermediate 5361
Course Introduction:Goal: Deploy the best environment for web projects (you can use Laravel+Redis+Memcache+Composer+Apache). Requirements: All software in the environment deployment is the highest stable version currently available. Reality: No Window or virtual machine installation is required. Cloud server (Alibaba Cloud) is used for deployment and installation. Using source code package installation is not only to build a perfect environment, but also very helpful for learning. You can have a deep understanding of your own environment architecture and gain an overall understanding of development. Have a deeper understanding of software such as Apache, MySQL and PHP.
Course Advanced 43139
Course Introduction:"High-Performance Linux Server Building Video Tutorial" introduces the installation and configuration of the system, the introduction of the editor, the operation of files, the establishment of the lnmp environment and the installation and use of Redis.
Course Intermediate 4543
Course Introduction:Use Github, Gitee, and Codechina to maintain website code, because these code libraries can support configuring webhooks. Linux cloud server (public IP); install Git, install Nginx, install PHP, and install FTP. Detailed tutorial document: https://mp.weixin.qq.com/s/VtTHUfyiITNSoGy052jkXQ
Course Elementary 2841
Course Introduction:If you want to build a website, you can only access the Pagoda panel by opening port 8888. When opening port 8888, you should also remember to open port 80 (which is the default port of the WEB server). It is recommended to open another port 443 (this is based on HTTPS). The default port of the website), open these ports and your website can be accessed normally; this course is reproduced from Bilibili: https://www.bilibili.com/video/BV1fJ41147vV
Course Elementary 7367
Course Introduction:HTTP is a simple request-response protocol that usually runs on top of TCP. It specifies what kind of messages the client may send to the server and what kind of response it gets. Web servers generally refer to website servers. Currently, the three most mainstream web servers are Apache, Nginx, and IIS.
The difference between WEB server and application server:
2021-10-25 14:36:20 0 3 2833
ruby-on-rails - How Apache interacts with application servers
2017-05-16 17:03:37 0 3 809
Can Node server host React applications?
2024-04-04 14:32:25 0 1 531
What is the reason why live server cannot be used in React application?
2023-08-28 10:32:47 0 1 547
How should I choose a GPU server?
2021-10-25 12:24:31 0 3 1190
Course Introduction:The differences between lightweight application servers and cloud servers are: 1. Lightweight application servers have smaller hardware configurations and resource consumption, while cloud servers have larger hardware configurations and resources; 2. Cloud servers provide more functions and services , while lightweight application servers do not; 3. Lightweight application servers are usually simpler and easier to use, while cloud servers require more technical knowledge and management experience; 4. Lightweight application servers are relatively cheap, while cloud servers cost more Higher.
2023-07-27 comment 0 4285
Course Introduction:The differences between lightweight application servers and cloud servers are: 1. Lightweight application servers have smaller hardware configurations and resource consumption, while cloud servers have larger hardware configurations and resources; 2. Cloud servers provide more functions and Services, while lightweight application servers do not; 3. Lightweight application servers are usually simpler and easier to use, while cloud servers require more technical knowledge and management experience; 4. Lightweight application servers are relatively cheap, while the cost of cloud servers Higher.
2023-07-27 comment 0 1200
Course Introduction:As a fast and efficient programming language, Golang is attracting more and more attention and application in the field of server-side applications. This article will explore the practical application of Golang servers and provide specific code examples to help readers better understand the advantages and practices of Golang in server development. 1. Advantages of Golang on the server side 1. High-performance Golang has excellent concurrency processing capabilities and an efficient compiler, allowing it to perform well when processing high-concurrency, high-load server applications and respond quickly.
2024-03-21 comment 0 420
Course Introduction:How to deal with denial of service attacks on Linux servers Denial of Service (DoS) is an attack method that prevents the server from providing normal services by sending a large number of requests to the target server or exploiting vulnerabilities. As one of the most commonly used server systems in the network environment, Linux servers are also one of the frequent targets of hackers. This article will explain how to deal with denial of service attacks on Linux servers and provide some code examples. 1. Configure the network firewall
2023-09-09 comment 0 678
Course Introduction:How to use Nginx proxy server to improve the response speed of web services? Overview: In today's Internet era, the performance and response speed of web services are crucial to user experience. Nginx is a powerful proxy server that can help us improve the performance and response speed of web services. This article will introduce how to use Nginx to configure and optimize the proxy server to improve the response speed of web services. Install Nginx: First, we need to install Nginx. In Linux systems, use
2023-09-05 comment 0 803