Course Intermediate 5378
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 43158
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 4554
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 2865
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 7379
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.
What is a tower server and what is the difference between a rack server?
2021-10-22 09:16:34 0 3 2630
The difference between WEB server and application server:
2021-10-25 14:36:20 0 3 2848
Do you need to set up a server?
2019-01-03 11:14:44 0 3 1772
How to connect to the server, I have a Tencent cloud server
2018-10-02 09:17:46 0 3 1720
Why do replica sets on the same server and shards on different servers?
2018-08-12 09:59:22 0 0 1324
Course Introduction:There is no need to pay for the permanently free website server, which is often used for personal websites or small businesses. Common types include: Free hosting services (shared servers) GitHub Pages (static website hosting) Netlify (JAMstack website hosting) Firebase Hosting (web and mobile app hosting) When choosing a free server, you should consider your website type, functional requirements, technical knowledge, and Server restrictions.
2024-04-13 comment 0 2051
Course Introduction:HTTP FileServer MIME Type MismatchWhen using http.FileServer to serve files with specific MIME types, a common issue arises when the server...
2024-12-09 comment 0 647
Course Introduction:Why Bother with HTML Script Type Attribute if Server Sets MIME Type?Despite the server assigning MIME types, HTML provides a type attribute for...
2024-11-24 comment 0 677
Course Introduction:As the separation of front-end and back-end becomes more and more mainstream, Node.js, as a very powerful back-end technology, is increasingly favored by many developers. Requesting server data in Node.js is also a very important part. This article will briefly introduce the common request server data types in Node.js. 1. GET request GET request is a common server request method. You can use GET request to obtain resources on the server. It is very simple to initiate a GET request in Node.js. You only need to call the get method of the http module.
2023-04-17 comment 0 187
Course Introduction:Understand the types of web interface attacks on Linux servers. With the development of Internet technology, web servers have become an important part of online business communication for most enterprises and individuals. However, due to vulnerabilities and weaknesses in web servers, attackers may exploit these vulnerabilities to enter the system and steal or tamper with sensitive information. This article will introduce some common types of web interface attacks on Linux servers and provide sample code to help readers better understand these attack methods. SQL injection attack SQL injection attack is
2023-09-08 comment 0 1132