The #TeXLive 2026 pretest has started. I activated the pretest builds within our #IslandOfTeX #docker images yesterday.
So in case you want to help testing wthout killing/replacing your local installation feel free to use those. e.g. the full image is available via:
registry.gitlab.com/islandoftex/images/texlive:pretest-full
Rebuild will happen daily to keep you up to date.
Thanks for helping!
More Information on the pretest can be found at https://www.tug.org/texlive/pretest.html
On production machines I rarely touch root space with containers. I tend to keep as much in user as humanly possible in order to keep root mostly safe- even running a lot of systemd services as user.
I've noticed a lot of projects assume root being used (i.e. /srv) and expect root ownership, leading to a total permissions hellscape if you're from an opposite perspective.
My question is what causes a project to decide on root vs user?
OpenClaw me alucina
https://fed.brid.gy/r/https://javipas.com/2026/02/09/openclaw-me-alucina/

Hi All! I started posting my data engineering learning journey and thought it would be great share here as well!
🚀 Week 3 of Data Engineering Zoomcamp by DataTalksClub complete! I'm really enjoying how hands on and practical the course is so far!
This week I focused on data warehousing with #Google #BigQuery. Coming from the world of #Microsoft Azure, it was a great experience to get familiar with BigQuery's serverless architecture and how it manages and processes big data at scale. Here's what I learned:
✅️ Created external tables from GCS bucket data sources (CSV/Parquet)
✅️ Use partitioning/clustering to save on cost & enhance speed of processing SQL queries
✅️ Used both #Docker & #Kestra to orchestrate the extraction, transfer, and loading 20+ million NYC taxi data at scale into a GCS bucket
✅️ Understand the advantages of columnar storage and query optimization
Check out my work here: https://lnkd.in/gUdsuTTw
#googlecloud #dataengineering #microsoft #cloud #bigdata #dataanalytics #fedihire #linux #data
Transform your .NET applications by containerizing them without a Dockerfile. Simplify your workflow and boost efficiency with this innovative approach. #dotnet #docker
I would like to self-host Nextcloud, preferable via Docker, but Docker is stupidly complicated.
While it's simple to setup, it's basically impossible to backup the data.
Why the **** did they design it so poorly?
Content warning:Note: Syncthing on Unraid: repairing malformed database disk image
Mostly as a note to myself, but here's what to do if you're running linuxserver/syncthing via Docker on Unraid and it keeps saying:
ERR Database error when getting previous version (error="getkv: database disk image is malformed (11)" log.pkg=syncthing)
The problem is that Syncthing's index has been corrupted. I was able to fix it by getting a shell into the relevant Docker container and moving the index: Syncthing detected it as absent and re-created it, re-indexing everything. Here's what I did:
docker exec -it syncthing bash
mv /config/index-v2 /config/index-v2-BROKEN
Read more: https://danq.me/2026/02/09/syncthing-on-unraid-repairing-malformed-database-disk-image/
#note #docker #syncthing #unraid
Bis vor Kurzem hatte ich meine #unterwegs Musikberieselung überwiegend mit der iCloud und der etwas unhandlichen iOS App Foobar2000 realisiert. Dann las ich den voll schnaften Internetz-Beitrag Navidrome – mein eigenes Spotify von Herrn Montag und war quasi instant interessiert.
Also Vollgas mit Docker Compose:
services:
navidrome:
image: deluan/navidrome:latest
user: 0:0 # should be owner of volumes
ports:
- "4533:4533"
restart: unless-stopped
environment:
# Optional: put your config options customization here. Examples:
# ND_LOGLEVEL: debug
ND_DEVACTIVITYPANEL: "false" #Problemloeser fĂĽr Safari MacOS
volumes:
- "./data:/data"
- "./music:/music:ro"
Danach noch eine Domain raufgedengelt, https zertifiziert und fertig war die eigene Streamingbutze. Als Einstieg habe ich ca. 20 Alben raufgeschmissen, die eigentlich sofort einsetzbar waren. Die Web-App sieht richtig nice und aufgeräumt aus. Na dann: #uffjedreht.
Aber die Freude war nur von kurzer Dauer, denn Navidrome stellte nach einigen Songs die Wiedergabe auf Safari (macOS) ein. Eine kurze Internetzrecherche fand den Schuldigen aka OGG und holte drei Vorschläge hervor, de ich alle sofort umsetzte:
Und? Läuft!
Für #unterwegs habe ich mich für die iOS App Arpeggi entschieden, die momentan nur über Testflight erhältlich ist. Auch sehr knorke!
Zur Zeit habe ich 182 Alben mit 2.596 Songs in der Bibliothek und Navidrome läuft voll geschmeidig. Hamma!
Danke Jan und danke #uberblogr IRC!
https://bln41.de/navidrome-meine-mp3-halde/
7 Quick Steps for Managing #Docker Containers on #Debian VPS Servers
This guide provides 7 quick steps for managing Docker containers on Debian VPS servers. It is designed for system administrators and developers who are familiar with basic Linux commands and concepts.
7 Quick Steps for Managing Docker Containers on Debian VPS Servers
Docker has revolutionized the software development industry by making it possible to package applications ...
Continued 👉 https://blog.radwebhosting.com/7-quick-steps-for-managing-docker-containers-on-debian-vps-servers/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #vpsguide

New Salt Releases: 3007.12 and 3006.20 are out! 🎉
Easily test and manage your Salt setups in a clean Docker container:
docker pull ghcr.io/cdalvaro/docker-salt-master:latest
đź”§ Includes Salt API, production-ready config & more.
📚 Docs & usage examples.
đź’¬ Feedback and PRs are welcome!
https://github.com/cdalvaro/docker-salt-master
Built for the community. Maintained with ❤️ by @cdalvaro
#SaltProject #SaltStack #DevOps #Docker #Containers #SaltAPI #Automation #IoT #Puppet
Wir arbeiten mit mehr als 10 Services in einem kubernetes Cluster die untereinander mit verschiedenen Services verbunden sind.
Unsere Systemlandschaft wird nun komplett umgebaut auf containerisierte Entwicklung und lokal stellen wir auf traefik um.
Wie testet ihr lokal eure Services ?!
Welche Systeme setzt ihr ein, um euren Developern die maximale DX zu ermöglichen?
PS: wir suchen noch erfahrene Senior Backend Entwickler im Bereich PHP / Symfony