Tag:Course
-
Time:2021-1-19
hot wire! Another masterpiece of Ruan Yifeng Bash script tutorial Help you get started with Bash Programmers should master basic bash script commands Especially for operation and maintenance development, bash script is a necessary basic skill To control the development of server You can’t do without it There are many kinds of shell scripts, and […]
-
Time:2021-1-17
Editor’s note: this week’s webassembly news is very rich. WebAssembly Accessing local files from a web browser through Wasi The web assembly system interface (Wasi) allows web assembly applications to access the file system. So now you can access local files from browser based applications. A self generated web assembly parser and serializer With wasmbin […]
-
Time:2021-1-17
What the hell are you doing here? firstYou need these things. Amazon Linux server with root permission (through SSH). NodeJS:https://nodejs.org/en/ Express:npm install express。 Certbot Step 1: install the package EPEL (extra packages for Enterprise Linux) resource library contains all the packages we need to install certbot, so let’s set it up first. yum -y install […]
-
Time:2021-1-14
A kind of Author: Linux technologyLink: https://www.jianshu.com/p/58e… From manual to automation, from repetition to innovation, the evolution of technology is accompanied by the development of developer tools. Alibaba will open its technology accumulation in various business scenarios through open source, cloud implementation or tools. This paper will select some of Alibaba’s developer tools, hoping to […]
-
Time:2021-1-13
A series of articles: Installing docker in CentOS Docker machine How to create an image Dockerfile syntax Using docker to deploy a WordPress Publishing of docker image 1. Check whether docker has been installed before, and then uninstall it $ sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ […]
-
Time:2021-1-12
Higher version installation: https://blog.csdn.net/ashome123/article/details/105822040 Normal installation tutorial: https://blog.csdn.net/fdqw_sph/article/details/78745375 Software version matching: https://blog.csdn.net/dudu815110/article/details/87167518 Kernel version mismatch: https://blog.csdn.net/sinat_23619409/article/details/85220561 https://blog.csdn.net/andyL_05/article/details/89877063 https://blog.csdn.net/u013249853/article/details/102640731?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.compare&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.compare GCC mismatch: https://blog.csdn.net/ashome123/article/details/105822040 Understanding of CUDA related terms: https://cloud.tencent.com/developer/article/1536738
-
Time:2021-1-10
preface This week is the last week of learning PHP, and I have basically finished the tutorial. I feel that it is very slow at the beginning, and it will be much better later. However, although I see the back, there may still be some problems in the front. For example, I suddenly found a […]
-
Time:2021-1-9
The content of this tutorial is out of date. Please visit:Introduction to Django blog development。 Last week we finished the model section of the blog and the index view of the blog’s home page. This section continues from last week’s documentDjango study group: the first week of blog development, we continue to add features to […]
-
Time:2021-1-9
This article takes GitHub pages as an example, and assumes that you have mastered the use of GitHub pages. Suppose your articles and static files are in the same warehouse, usingmasterBranch management articles and code, usinggh-pagesThe branch stores the generated static file The general process of blog deployment is as follows: Write an article Generate […]
-
Time:2021-1-9
preface This week in the course of review, some knowledge points have a deeper experience Because the development will start next week, I think there may be a lot of technical problems next week So this week compared with our tutorial, we sorted out our development process ideas. Our goal: a development team to write […]
-
Time:2021-1-8
The content of this tutorial is out of date. Please visit:Introduction to Django blog development。 Abstract:In the first two tutorials, we have implemented the model part of the blog, as well as the index view of the homepage, the detail view of the details page, and the category view of the blog Django study group: […]
-
Time:2021-1-7
technological process 1. Prepare windows 10. WSL installation tutorialThe tutorial of forbidding WSL and win10 to share environment variables File directory of WSL in Windows: C:\Users\%userName%\AppData\Local\Packages You can also enter the following command at the WSL terminal explorer.exe . File directory of windows in WSL: /mnt Install NVM.NVM installation tutorial Install node NVM install XXX […]