Docker Image Pruning

Docker takes a conservative approach to cleaning up unused objects (often referred to as “garbage collection”), such as images, containers, volumes, and networks. These objects are generally not removed unless you explicitly ask Docker to do so. This can cause Docker to use extra disk space. For each type of object, Docker provides aย pruneย command. docker.com … Read moreDocker Image Pruning

Add External Library in Immich

This is very stupid, but it does work ๐Ÿ˜Ž๐Ÿ˜Ž๐Ÿ˜Ž Edit docker-compose.yml file in Immich directory, adding the green line: The green line MUST be added between purple lines! YES it is that stupid, it’s a path to pictures, repeated twice with : sign in between ๐Ÿ’ฉ๐Ÿ’ฉ๐Ÿ’ฉ Restart Immich: Now you’ll be able to add this … Read moreAdd External Library in Immich

Duplicate files – find & delete – fdupes

Fdupes is a small and fast utility for finding duplicate files and deleting them. Install the app: This example is very dangerous, DO NOT try it first, since it will erase all duplicates without asking, and potentially you could loose other files, this is JUST an example: In this example, swith r is for recursive, … Read moreDuplicate files – find & delete – fdupes

Tested in Debian or Pop OS