Tag:Network disk
-
Time:2020-12-7
Installation procedure 1、lsb_release -aView system version 2. Install dockeryum install docker 3. Start docker servicesystemctl start docker 4. View docker status systemctl status docker 5. Set to start automaticallysystemctl enable docker 6. Install nextclouddocker run -d -p 8888:80 nextcloudWhen starting nextcloud network disk, an error will be reported because the docker version does not match […]
-
Time:2020-11-5
Let’s beautify the finished pictures first Mainly make a record System environment: 1、ubuntu 18.04 2、VMware 14 3. Beautify the theme and icon needed by Baidu cloud Link:https://pan.baidu.com/s/1Om8n… Extraction code: 4axn Formal start of beautification It is recommended to use root to log in to the Ubuntu system directly The first step First install the corresponding […]
-
Time:2020-11-4
This article teaches you to build your own private network disk with docker, and share the tutorial with you.Author: zhaooleehttps://www.jianshu.com/p/54f… Open source cloud disk selection Before building, I carefully looked at the implementation of each open source private cloud disk, including the following: owncloud sealife nextcloud The following factors are compared with each other Open […]
-
Time:2020-10-31
preface I don’t think foreign users can use it. The next release asset in China is really slow. How about GitHub? I’ll give the asset link to GitHub action. Through Dav to my network disk. So how I have written a project. As long as you configure the parameters of Dav, GitHub can download and […]
-
Time:2020-10-15
Win10_ Enterprise_ 2004_ 19041.153_ X64 pure version + office version + installed version Introduction:Based on win10-2004_ 19041-x64 optimized production. NET3.5 has been openedPure version — integrates directx9c and vcvb runtime support files,Office Edition: cumulative integration of MS office 2019 professional edition, WinRAR, honeyview image browsing, foxin readerInstalled version: cumulative increase of integrated accelerated browser, […]
-
Time:2020-9-26
preface Use nginx to build a private network disk Install nginx Add official source of nginx cat << EOF > /etc/yum.repos.d/nginx.repo [nginx-stable] name=nginx stable repo baseurl=http://nginx.org/packages/centos/\$releasever/\$basearch/ gpgcheck=1 enabled=1 gpgkey=https://nginx.org/keys/nginx_signing.key module_hotfixes=true [nginx-mainline] name=nginx mainline repo baseurl=http://nginx.org/packages/mainline/centos/\$releasever/\$basearch/ gpgcheck=1 enabled=0 gpgkey=https://nginx.org/keys/nginx_signing.key module_hotfixes=true EOF In EPEL source nginx.service Due to the problem of kill parameter, it cannot be stopped […]