My services I can help you with serval Linux/DevOPS related problems. Just provide me the informations about the job to do, give me access to it and book some hours of consulting. No long term contract, no unpredicted costs. For more information please check the page „My Services“.
How to hide the title of embedded note in Obsidian In Obsidian, embedding notes into a document can be a valuable way to organise and relate information. The only issue is when you wish to add a different title or level of header to the emdbded note to make the master note appear to be cohesive. To the best of
Quick and dirty: Backup MySQL from Docker Container to local filesystem I have a little shell script to backup some of my MySQL Databases running in a docker container. It first finds the ID for the container and then exec the mysqldump command inside the container and save it outside: #!/bin/bash # config section SERVICE_NAME="service" DB_NAME=
Setup FreshRSS In my Homelab I am running an instance of FreshRSS. „It’s a free self-hostable feed aggregator.“ The Client App I am using is the wonderful Reeder-App. Docker setup I run it in Docker Containers, with a PostgreSQL Database coordinated by docker compose. It does not contain any magic. Just