openSUSE Asia Summit 2026 Logo Competition Winner Announced
The votes are in! The openSUSE Asia Summit Committee is pleased to announce that **A. Thalida has been selected as the winner of the openSUSE.Asia Summit 2026 Logo Competition.
Congratulations, A. Thalida! 🎉
The winning logo will become the official visual identity of openSUSE.Asia Summit 2026, representing this year’s conference in Yogyakarta, Indonesia. As the winner, A. Thalida will receive a special appreciation gift from the organizing committee.
This year, we received nine logo submissions from contributors across several countries. The quality and creativity of all the entries made the selection process both exciting and challenging. The final decision was made through a voting process involving the openSUSE.Asia Committee and the local organizing team.
We would like to extend our sincere thanks to everyone who participated in this year’s competition:
- Haruo Yoshino - Japan
- Lubos Kocman - Czechia
- Subhasis Chakraborty - India
- Edmon Fuerte - Philippines
- Rhesa Prawedha - Indonesia
- Melchias Ari Setiadji - Indonesia
- Raden Neomy Lusie Ratna Deseina Budy Putri - Indonesia
- A. Thalida
Your creativity, passion, and support continue to strengthen the openSUSE community, and we truly appreciate every submission.
Finally, thank you to everyone who participated in the voting process. We look forward to welcoming you to openSUSE.Asia Summit 2026, taking place on 3–4 October 2026 in Yogyakarta, Indonesia. See you there!
Linux Saloon 213 | News Flight Night
Tumbleweed – Review of the week 2026/31
Dear Tumbleweed users and hackers,
This week saw the release of 5 snapshots (0723, 0724, 0726, 0728, and 0729).
A major milestone was reached as GCC 16 has officially landed as Tumbleweed’s new default system compiler in snapshot 0726. Because this transition required rebuilding the entire repository to benefit from the new compiler optimizations, snapshot 0726 was exceptionally large. Along with this compiler shift, the linux-glibc-devel 7.1 headers successfully made their way to users in snapshot 0728.
Additionally, we saw the return of multipath-tools 0.15~1 in snapshot 0726 after its brief “yo-yo” revert last week.
These 5 snapshots delivered the following updates:
- GCC 16 as the default system compiler
- linux-glibc-devel 7.1
- Mozilla Firefox 153.0
- systemd 261.2
- OpenSSH 10.4p1
- multipath-tools 0.15~1
- ntfs-3g_ntfsprogs 2026.7.7
- btrfsprogs 7.1
- python-numpy 2.4.6
- java-25-openjdk 25.0.4.0
- AppStream 1.1.5
- freerdp 3.30.0
- bind 9.20.26
- cryptsetup 2.8.7
- virtualbox 7.2.14
- wicked 0.6.80
- util-linux 2.42.2
- fwupd 2.1.7
- libostree 2026.2
- rpmlint: enforce whitelisting for capabilities in SUIDPermissionsCheck via bugreports
With these updates successfully rolled out, it is time to turn our gaze forward and see what the staging areas are cooking up for the near future.
- Podman 6.0.0: Undergoing integration and sync testing with buildah and skopeo.
- Linux Kernel 7.1.5
- Mozilla Firefox 153.0.1
- Samba 4.24.5
- PHP 8.5.9
- python-Sphinx 9.1.0: This update is currently breaking python311:doc and python312:doc.
- glibc 2.44
Creating the Ultimate Vertical Monitor Workspace
Tiny Wins for Packagers: End-of-Week Update (2026-07-31)
Syslog-ng hardening using Tor
For many years, I didn’t think that Tor could be useful for me. However, I’ve recently found a Gist on GitHub that describes how you can use it to harden your central syslog-ng server. And while I have yet to try it, at least now I have a reason to actually test Tor.
The Tor website describes the project as follows: “Protect yourself against tracking, surveillance, and censorship.” I live in a country where thankfully I do not need these, nor do I perform any activities for which Tor would be useful. However, sometimes I hear from syslog-ng users that they want to hide their logging infrastructure with something more than what mutual TLS authentication makes possible. This is where this short how-to might be useful for you:
https://gist.github.com/hashgh0st/19bcfa4bfc96fbf0bbd2897b66c77db7/
The Gist is about how to install / configure syslog-ng and Tor on a FreeBSD client and server. I have a couple of FreeBSD boxes lying around, so I will test the instructions there. However, with minimal changes, the procedure should work on any Linux distribution as well.

syslog-ng logo
Originally published at https://www.syslog-ng.com/community/b/blog/posts/syslog-ng-hardening-using-tor
Tiny Wins for Packagers: End-of-Week Update (2026-07-24)
Linux Saloon 212 | Application Appetizer Potluck Edition
Packaging and enabling upstream functional tests
Back when I was working at Canonical on the Ubuntu phone project, test-driven development was the default and natural way to work. One thing I noticed and genuinely liked was how Ubuntu and Debian ship functional tests alongside many of their packages. Not only build-time unit tests hidden in the CI pipeline, but installable test binaries that you can run against the actual packages on an actual system. They are named *-tests or *-test, and they live in the archive next to the production packages.