Course Intermediate 4555
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 Advanced 43161
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 5383
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 Elementary 7381
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.
Apache 2.4 URL rewriting: /server/?Server=ServerName to /server/ServerName
2024-01-16 19:21:09 0 1 483
Course Introduction:Server-sent Events are a component of the HTML 5 specification and can be used to push data from the server to the browser in real time. Compared with similar COMET and WebSocket technologies, server push events are simpler to use and require less changes on the server side. For some types of applications, server push events are the best option.
2017-02-16 comment 0 2350
Course Introduction:Svn server installation and configuration, svn server configuration. Installation and configuration of Svn server, svn server configuration 1. Install svn server-side software. Download and install SVN server software from the mirror server or YUM source: yum install subversion mkdi
2016-07-12 comment 0 938
Course Introduction:HP server: HP server center os install php server: install apache: yum install httpd httpd-devel start apache:/etc/init.d/httpd start Enter the IP address of the server at this time, you should see the apache service page, the port is not used Lose, apache uses port 80 to install mysql by default: yum install mysql mysql-server starts mysql:/etc/init.d/mysqld start to install phpy
2016-07-29 comment 0 1696
Course Introduction:Alibaba Cloud Server: Alibaba Cloud Server Mac Connect to Alibaba Cloud Server: 1. Connect to the Server through the command line and set up 1.1. Connect Server#: ssh root@hctec.topssh: Remote connection tool root: Remote server user name, here I use : root user hctec.top: is the domain name of the server. Of course you can use the IP directly. 1.2 Connect directly to the Server without a password (we use the ssh-copy-id tool to check the secret key) #: brew inst
2016-07-28 comment 0 1529