Course Intermediate 5401
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 43191
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 4577
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 2899
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 7403
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.
How does the server achieve security defense?
2021-10-25 09:26:40 0 3 1126
The difference between WEB server and application server:
2021-10-25 14:36:20 0 3 2863
Do you need to set up a server?
2019-01-03 11:14:44 0 3 1787
2020-06-19 10:46:26 0 0 1174
What is a tower server and what is the difference between a rack server?
2021-10-22 09:16:34 0 3 2641
Course Introduction:Server maintenance refers to the regular maintenance, management and repair of the server to ensure the normal operation of the server and provide stable services. It includes tasks such as hardware maintenance, software updates, data backup and recovery, security management, performance optimization, troubleshooting and repair, monitoring and alarming. Through server maintenance, you can improve the performance, security and reliability of the server and ensure continuous Services can reduce failures and downtime and improve user experience and satisfaction. Maintenance personnel usually develop maintenance plans and perform maintenance tasks based on server needs and business needs.
2023-09-18 comment 0 3827
Course Introduction:Use Linux commands to maintain server security In the Internet age, server security is crucial. As a widely used operating system, Linux provides a wealth of commands and tools to maintain server security. This article will introduce some commonly used Linux commands to help administrators protect server security. Update software Frequently updating software can keep your server secure because software updates often include fixes for known vulnerabilities. In Linux, we can use apt-get or yum command for software updates
2023-09-08 comment 0 662
Course Introduction:Use command line tools to maintain your Linux server security. With the rapid development of the Internet, server security has become particularly important. As a server administrator, you need to protect your server from potential attacks and threats. Command line tools are your best assistant in protecting server security. This article will introduce some commonly used command line tools to help you maintain the security of your Linux server. Firewall Management Firewalls are one of the key tools for protecting servers from unauthorized access. By using command line tools, you can easily manage the
2023-09-09 comment 0 816
Course Introduction:Application of Python scripts in Linux server maintenance - specific code examples Summary: With the development of Internet technology, the Linux operating system plays a very important role in server maintenance. This article explains how to use Python scripts to automate common tasks in Linux server maintenance to increase efficiency. At the same time, we provide some specific code examples to explain how to write these scripts using Python. Introduction In modern server management, people need to perform a series of tasks,
2023-10-05 comment 0 918
Course Introduction:In-depth understanding of Linux server security: command usage and maintenance With the development of the Internet, the security of Linux servers is particularly critical. Protecting servers from malicious attacks and illegal intrusions is critical to maintaining the normal operation of the system. This article will introduce some commonly used Linux commands and their application in server security maintenance. By in-depth understanding of these commands, we can better protect our servers. Firewall Configuration A firewall is the first line of defense to protect your server. By limiting network traffic, it prevents
2023-09-08 comment 0 1253