Solving Containerd Insufficient Space Issues on OpenWRT

Continuing from the last time: [[Solving Docker Insufficient Space Issues on OpenWRT]] After resolving the insufficient space issue when pulling Docker images, I encountered a new problem. When I was creating my third container, Containerd indicated that there was insufficient space. Containerd is essentially the container management tool. We have addressed the storage issue for … Read more

How to Delete Symbolic Links in Linux

How to Delete Symbolic Links in Linux

In Linux systems, symbolic links (Symbolic Link, abbreviated as Symlink) are a very practical type of file system object, similar to shortcuts in Windows systems. Symbolic links can point to files or directories, providing users with convenient access paths. However, sometimes we may need to delete symbolic links that are no longer needed. This article … Read more