Tag: Tutorial

131 Posts

Achieve fast access to domestic websites from abroad by using domestically registered cloud servers and obtaining Cloudflare for free.
Preface Actually, from the title of the demand, it seems that it is not very meaningful now, because if you only use cloudflare, there are too many ways to quickly access domestic sites from abroad (tunnel, custom host). I considered this issue at the time because I wanted to solve the backup problem.
Build a website traffic monitoring system based on umami
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.
Setting up a DNS server based on bind9
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...
Setting up a mail server based on poste.io
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…