After the deployment of hardware, software, and applications is completed in the home data center, the applications need to be released to the outside world. Unlike traditional home broadband applications, the application release of the home data center involves many applications, which is far from being as simple as mapping a few ports on the router (assuming there is a public network address)...
Preface As our internal applications become more and more complex, a problem that must be solved is how to control the running health of all applications in real time and receive alarms as soon as problems occur in the applications. To solve this problem, we need to build our own real-time health monitoring system for applications.
Preface After the home data center is built, how to manage and operate numerous devices and applications becomes a challenge. Generally speaking, in terms of specific management methods, there are CLI (such as SSH, because SSH is the mainstream CLI management method, so SSH will be used instead of CLI later) and W…
In the previous article, we discussed the hardware selection for building a home data center. In this article, we will mainly discuss the software environment selection. Deployment method selection Currently, we have two mainstream ways to deploy applications: LNMP (LAMP) or docker. 1. Use LNMP (L…
The first step of building a new data center is to choose the construction method: cloud or self-built? For us, we don’t need to worry about this, we just build it ourselves; the second step is not to worry about strong and weak electricity and wiring, because home data centers are all built, and we can use whatever we have (I envy the local tycoons who have the money to buy new houses and can build them from scratch)…
Unprivileged LXC What are Unprivileged Linux Containers (LXC)? Unprivileged containers are considered more secure and confidential than privileged containers. When an unprivileged container is running, the root UID of the container is mapped to a non-root UID on the host system. This makes it impossible for an attacker to break into the container even if…
Preface Actually, writing an article to talk about multi-dial is not very meaningful. The main premise is that the home broadband supports multi-dial, which is purely a matter of fate. It just happens that my home data center has taken full advantage of multi-dial. After all, there are still many netizens whose home broadband can support multi-dial,…
Preface If we talk about the best soft router that supports multi-dial, I think it should be Aikuai. The best router I mentioned has four meanings: first, it supports multi-dial, second, it has good multi-dial details, third, it has the best multi-dial support for supporting functions, and fourth, it has simple configuration logic. In fact, the last point of configuration logic…
In fact, there are too many choices for export equipment, ranging from tens of dollars to thousands or tens of thousands of dollars. According to different needs of each person, the choices are varied, so this article is only written based on my personal needs. In the end, everyone still has to make their own choices based on their actual needs. My needs…
I have previously written an article about how macOS can mount a shared SMB folder at startup (see: How to automatically mount a shared SMB network disk at startup in macOS), and this article will briefly explain how Debian 12 can mount an SMB folder at startup.