Preface A while ago, I wrote an article: Docker series to build a simple video gallery based on wordpress+minio, but I always felt uncomfortable. First, the playback experience is not very good. Clicking on the picture directly cannot play it. You must click on the text link; second, uploading...
What is the normal world like?
The strong have order, the weak have support, the hungry have food, the sick have doctors, the son has a father, the father has a son, and that’s all.
Everyone is destined to die, but one should not live a life worse than death.
Preface Actually, I have been struggling with this problem for many times over the years. It is not that there is any technical upgrade, but I have forgotten how to do it after a while. After all, I am old and my memory has declined. I can't remember how many times I have repeated the research. Now I have a blog, and I can finally record it as a...
Introduction When we usually build docker, whether it is using the docker run command or the docker compose command, it is completed in the terminal with commands. When we need to check various docker statuses, although we can still use commands to complete it,...
1 为何会有这个博客 其实,我现在看到这个博客,我都很有不可思议的感觉。我这么懒的一个人,对建站相关知识点以及各种代码、数据库这些方面的实际操作方面可谓十窍通了九窍:一窍不通。。以前需要做实验的时候,…
Introduction Basically, all applications deployed in the home data center are finally published to the outside through the reverse proxy. This is the same as configuring a reverse proxy on the cloud host. The only difference is that port 443 cannot be used for publishing. Since I am using the Baota Linux interface...
Note: The content of this article about deployment is outdated. For the latest deployment tutorial, please refer to: Detailed Tutorial on Building the Latest Version of umami (2.11.3) in the Home Data Center Series. You can still refer to this article for initialization operations after successful deployment.
Preface In some special scenarios, we may need a controllable DNS server of our own. For example, a custom test domain name is needed to build an intranet experimental environment. In this case, we only need to point the DNS server of the test machine to the controllable DNS (when there are many test machines, we can't change it on each test machine...
Preface: I was free and thought that my home data center should have its own email address with a domain name suffix, so I planned to build a mail server myself. I did a lot of research on software selection, and first looked at EwoMail. As a result, the official recommendation was centos7/8, so I installed centos…
Introduction: At present, the number of newly installed home broadbands with IPv4 public network addresses has been decreasing, and IPv6 public network addresses have been increasing. However, due to the difficulty in remembering IPv6 addresses and the lack of solutions for dynamically binding IPv6 public network addresses and dynamic domain names at home,...