digitalcourage.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Diese Instanz wird betrieben von Digitalcourage e.V. für die Allgemeinheit. Damit wir das nachhaltig tun können, erheben wir einen jährlichen Vorausbeitrag von 1€/Monat per SEPA-Lastschrifteinzug.

Server stats:

823
active users

#container

4 posts4 participants0 posts today

Geplant:
Terminal Augsburg-Gersthofen
Und so soll es einmal sein:
Das neue KV-Terminal wird schienenseitig durch ein neues Zuführgleis an den #Rangierbahnhof
#Augsburg angeschlossen. Straßenseitig besteht über die Karlsruher Straße eine unmittelbare
Verbindung zur Bundesstraße 17 und zur Autobahn 8.
Das neue Terminal wird ausgestattet mit:
• 4 #Umschlaggleisen mit einer kranbaren Nutzlänge von 700 Metern
• 2 #Abstellgleisen und einem #Umfahrungsgleis
• 2 #Portalkraenen (Nachrüstung eines 3. Krans ist möglich)
• Je 1 Fahr-, Lade- und Rückfahrspur für Lkws
• 4 #Abstellspuren für #Container
#Dispositionsgebäude
• Ein- und Ausfahrbereich für Lkws mit Videotoren
• 1 Zuführungsgleis (südlich) zur Anbindung des Terminals an den #RangierbahnhofAugs-
burg inklusive Neubau von 2 #Eisenbahnüberführungen (Gablinger Weg und Karlsruher
Straße)
• 1 #Ausziehgleis (nördlich) parallel zur Autobahn 8

youtu.be/WLNKrqSZJPY
#Terminal #AugsburgGersthofen #TerminalGersthofen

Did you know having a shell inside a #postgres #container anyone can log in your database without a password? At least when using the official #docker image.

All access is set to 'trust' in 'pg_hba.conf'. This can be changed and set to another value to enforce authentication from inside the docker container as well.

Somone else already wrote an article about hardening the setup: pankajconnect.medium.com/conta

(There are for sure more articles of that sort fot find.)

Medium · Container Security: Tips for Securing PostgreSQL Instances in DockerSecuring PostgreSQL instances in Docker is crucial to protect sensitive data and prevent unauthorized access. Here are some tips to enhance…

Check your `node_modules` folders! This one is serious!

Some of these packages are very popular and many common #javascript frameworks and libraries depend on them.

The usual advice applies (for all packages registries of all languages!):

- Use as few external packages as possible
- Check all packages carefully before installing, including updates (download tarball and use #diff when in doubt!)
- Always run #npm in a #container/vm (most malware targets you, the dev!)

fosstodon.org/@SocketSecurity/

FosstodonSocket (@SocketSecurity@fosstodon.org)🚨 Breaking: npm author Qix compromised. Malicious package versions published in projects that typically see hundreds of millions of downloads each week. Details: https://socket.dev/blog/npm-author-qix-compromised-in-major-supply-chain-attack #NodeJS #JavaScript

I have just released a small #RustLang library for running commands as root as an unprivileged user - aka #rootless. 🦀

crates.io/crates/rootless-run/

It has been created in the context of the #ALPM project to allow running commands using #fakeroot or #rootlesskit and paves the way for a simple Rust-based implementation.

In the future we plan to use it in the ALPM project to run commands that require root as unprivileged user.

crates.iocrates.io: Rust Package Registry
Continued thread

(more Linux and FOSS news in previous posts of thread)

Git 2.51 released with preparations for hash function change from SHA-1 to SHA-256 (for better prevention of hash collisions), cruft-free multi-pack indexes, new internal stash representation:
phoronix.com/news/Git-2.51-Rel

Proton Lumo 1.1 released with more effective project planning and code generation, better performance, public source code for both web client and mobile apps:
proton.me/blog/lumo-1-1

Podman 5.6 released with new Quadlet management commands, --swap option for `podman machine init` command, updated `podman kube play` command to enhance Kubernetes compatibility, etc.:
alternativeto.net/news/2025/8/

Ventoy 1.1.06 released with TrueNAS Scale support, boot issues fixes:
alternativeto.net/news/2025/8/

Illumos Cafe plans to revive interest in Illumos-based OSes like OpenIndiana, SmartOS, OmnisOS, and Tribblix:
phoronix.com/news/Illumos-Cafe
(The more choice, the better. They probably won't really be suitable as daily drivers anytime soon (not even BSDs are for the majority of people) but maybe will get there once.)

www.phoronix.comGit 2.51 Released With More Changes Preparing For Git 3.0Git 2.51 is out this Monday as the newest milestone for this widely-used, distributed version control system.

Nachbarschafts-Mitbring-Brunch am Sonntag, 31. August
Die Initiative des Ökumenischen Informationszentrum e.V. "Willkommen in Trachau" veranstaltet gemeinsam mit der Initiative "Solidarische Aktion Pieschen" einen Nachbarschafts-Mitbring-Brunch am Sonntag, 31. August um 11 Uhr in der Geflüchteten-Unterkunft Industriestraße 1
pieschen-aktuell.de/61224/2025
#Trachau #Veranstaltungen #Container #Industriestrae #WillkommenInTrachau

We have now switched the base image of our postgresql-partman-container over to the official postgres docker image. The change was necessary because the #bitnami images are no longer available for free. Read more about it in the issue and the linked PR: github.com/dbsystel/postgresql

GitHubHandle deprecation of bitnami images · Issue #31 · dbsystel/postgresql-partman-containerBy jschirrmacher

Bootable Containers
Wenn das #Betriebssystem aus dem #Container kommt, Beitrag von @Tronde, auf der @FrOSCon

media.ccc.de/v/froscon2025-324

Einführung in Bootable Containers mit einem Überblick über die Lebenszyklusstufen Build, Deploy, and Manage und die wesentlichen Merkmale inkl. einer Gegenüberstellung mit der paketbasierten Bereitstellung.

Bootable Containers beschreibt eine Methode um imagebasierte (immutable) Linux-Systeme zu definieren, zu deployen und zu verwalten.