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.
There are three ways of ssh remote login authentication: Password, Keyboard Interactive and Public Key. The first two methods are password authentication, but the first one does not require delivery, while the second one requires interaction. Generally…
emby and plex are probably the two most popular video resource management and playback software (I won’t talk about Jellyfin here, after all, it has the same origin as emby. If you don’t want to spend money and need hard decoding, there is only one option left, Jellyfin, and there is no need to compare). I…
When deploying a docker application, we often encounter a scenario where the docker application needs to use a database. At this time, we have two options: 1. Use the docker compose command to create a new one just for this d…
Preface This article is mainly for record purpose, so as to save you from installing various software every time you install a new Debian virtual machine. Why mention Debian virtual machine? Because Debian LXC has already installed most of the basic software once it is newly created. The following…
Deploy the redis container To deploy the onlyoffice container for nextcloud, you first need to deploy the redis container: docker run --name redis -d --restart=always --nextcloud