Course Intermediate 5352
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 43127
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 2834
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 7363
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 2829
Do you need to set up a server?
2019-01-03 11:14:44 0 3 1762
2017-04-28 09:05:16 0 2 1008
What is a tower server and what is the difference between a rack server?
2021-10-22 09:16:34 0 3 2620
Why do replica sets on the same server and shards on different servers?
2018-08-12 09:59:22 0 0 1303
Course Introduction:How to start the dhcp server in Linux: first use yum to install the dhcp server; then perform relevant configurations; finally use service to start the DHCP service normally.
2019-05-06 comment 0 13705
Course Introduction:The role of a DHCP relay is to forward received DHCP packets to another DHCP server on the network, even if the two servers are on different subnets. By using a DHCP relay, you can deploy a centralized DHCP server in the network center and use it to dynamically assign IP addresses to all network subnets/VLANs. Dnsmasq is a commonly used DNS and DHCP protocol server that can be configured as a DHCP relay server to help manage dynamic host configurations in the network. In this article, we will show you how to configure dnsmasq as a DHCP relay server. Content Topics: Network Topology Configuring Static IP Addresses on a DHCP Relay D on a Centralized DHCP Server
2024-03-21 comment 0 1253
Course Introduction:How to enable the DHCP server function DHCP (Dynamic Host Configuration Protocol) is a network protocol that can automatically assign network configuration information such as IP addresses, subnet masks, and default gateways to network devices. Enabling the DHCP server function in the LAN can greatly simplify network management, reduce the workload of manual configuration, and improve the flexibility and scalability of the network. This article will introduce how to enable the DHCP server function in Windows and Linux operating systems. 1. How to enable DHC on Windows system
2024-02-19 comment 0 1765
Course Introduction:The DHCP server brings you a different way to use LAN. So what should you do if Win10 cannot start the DHCP server during operation? For this reason, System House brings you a detailed solution to Win10's failure to start the DHCP server. You can use this method to quickly solve the problems you encounter, allowing you to obtain better computer operation. Win10 cannot start the DHCP server solution 1. Through the search column in the menu bar in the lower left corner, find the run function to open, then enter services.msc to confirm and enter the service settings page. 2. Find WinHTTPWebProxyAuto-Discoveryservice in the settings of the service page and double-click to enter
2024-09-05 comment 0 998
Course Introduction:The solution to CentOS failure to start the dhcp server is: 1. Open the dhcpd.comf.sample configuration file; 2. Delete the configuration [ddns update-style interim; igmore client update;]; 3. Restart the dhcp service.
2020-04-03 comment 0 3514