Course Intermediate 5422
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 43214
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 4586
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 2910
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 7424
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 2867
How to connect to the server, I have a Tencent cloud server
2018-10-02 09:17:46 0 3 1732
2017-07-01 09:12:07 0 1 861
php - How to play Tencent Cloud Server
2017-05-24 11:34:04 0 2 694
Do you need to set up a server?
2019-01-03 11:14:44 0 3 1795
Course Introduction:Video server configuration parameters include processor, memory, storage, video codec, network interface, video input and output interface, operating system, security, environmental adaptability and cost. When building a video server, these parameters need to be reasonably selected based on actual needs and budget to achieve the goals of high performance, high stability and low cost.
2023-10-17 comment 0 1708
Course Introduction:Understand the streaming media server and video transmission technology in PHP Streaming media technology plays an important role in the modern Internet, enabling users to play audio and video content in real time. As a server-side scripting language, PHP can also be used to build streaming media servers and implement video transmission. This article will introduce how to use PHP to build a streaming media server and implement video transmission, and provide corresponding code examples. 1. Building a streaming media server First, we need a server software that supports streaming media transmission, such as Nginx or Apac
2023-08-07 comment 0 2026
Course Introduction:During the website development process, we may need to delete some video files on the server for various reasons. Today we will discuss how to use PHP language to delete video files on the server. First, we need to clarify a few concepts: 1. Server file path The server file path refers to the storage path of the video file on the server. In Linux systems, absolute paths are generally used, such as `/var/www/html/video/1.mp4`; in Windows systems, relative paths can be used, such as `.\vi
2023-04-04 comment 0 475
Course Introduction:Root servers store the Internet's root zone (all top-level domain name TLDs), while root name servers store root zone information (containing information for all TLDs and their corresponding authoritative name servers). The number of root servers is 13, distributed around the world, and the number of root domain name servers is unlimited. Root servers determine which TLD's name servers to query, while root name servers provide information about the TLD's name servers.
2024-05-08 comment 0 799
Course Introduction:SIP (Session Initiation Protocol) is a protocol commonly used for audio and video transmission. It can realize functions such as voice, video, and multimedia conferencing, and is widely used in fields such as enterprise communications, mobile communications, and WebRTC. To build a SIP server, we can use Node.js to complete it. This article will introduce how to use Node.js to build a SIP server. 1. Understand the SIP protocol. Before starting to use Node.js to build a SIP server, we need to understand SIP first.
2023-05-28 comment 0 1375