CCC media team
Chaos Computer Club - archive feed
A wide variety of video material distributed by the Chaos Computer Club. This feed contains events older than two years
Where to listen?
Podcasts in the app Replaio Radio Coming soonPodcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts
Episodes
What is openSUSE? and how does it help SUSE and its Partners? (osc24) Video 27.06.2024 17:16
This session will provide an introduction to the openSUSE Project. It will include details about how the openSUSE community works in close relationship with SUSE to provide benefits to both openSUSE's users and SUSE's Partners. The Session will cover the following topics: * The openSUSE Community * openSUSE's Linux Distributions * openSUSE's Other Projects * How openSUSE helps SUSE and its Partner...
openSUSEway: a Sway Desktop Environment for openSUSE (osc24) Video 27.06.2024 30:33
[openSUSEway](https://en.opensuse.org/Portal:OpenSUSEway) is a Desktop Environment based on Sway - a tiling Wayland compositor. In this talk we would like to present the state of the project, what is our vision, what tools we include and why. We will then go through the new features and improvements that were added by the community in the past couple of years, what we have learned from other simil...
Pagure CI integration with AWS CodePipeline (osc24) Video 27.06.2024 32:07
Pagure is a lightweight git centered forge based on Python with a long usage history in the Fedora project. It's well known in the openSUSE project too with an instance on code.opensuse.org. I demonstrate in this talk the current state of the Pagure Plugin system. How I implemented AWS CodePipeline as additional CI type. And how this can serve as blueprint to optimize the Plugin system and add oth...
Challenges in End-to-End Automation of IT processes (osc24) Video 27.06.2024 33:47
In the last years we worked hard at automating (technical) IT processes. In the talk I'll reflect what we did, what went well and what didn't work out. We now see that the next big challenges won't be the technical stuff - that's s "solved problem". We face a couple of challenges: - Reducing manual overhead in planning/preparing - Integration in ITSM processes especially change and incident - Auto...
Uyuni: the open-source configuration and infrastructure management solution for software-defined infrastructure. (osc24) Video 27.06.2024 18:24
Uyuni is a configuration and infrastructure management tool that saves time, costs and headaches when managing and updating tens, hundreds or even thousands of machines. With automated patch and package management, it enables the deployment of patches and packages based on software channels and repositories that can be assigned. Uyuni makes it easier to onboard and manage any Linux server connecte...
Working together in one place with Nextcloud (osc24) Video 27.06.2024 31:43
Nextcloud is the most popular self-hosted, open source collaboration platform for a reason. I'll go over some of those reasons, but more importantly, show and tell what Nextcloud can do for you. As home user, small business or big business (but an emphasis on the smaller side of things). Why should you care? A small handful of big tech firms are gathering up the data of nearly everybody on this pl...
Y2038: utmp, wtmp and lastlog (osc24) Video 27.06.2024 28:17
The year 2038 problem (also known as Y2038) is a time formatting bug on Unix systems with representing times after 03:14:07 UTC on 19 January 2038. This happens with a 32bit time_t, not with a 64bit time_t. The general statement so far has always been that on 64bit systems with a 64bit time_t you are safe with respect to the Y2038 problem. But this isn't correct: on bi-arch systems like x86-64 (so...
Selbstbestimmungsgesetz: Juliet Meding & Luce deLire (fusion24) Video 27.06.2024 1:03:03
Das"Transsexuellengesetz" ist Geschichte, soweit so gut. Was das neue Selbstbestimmungsgesetz, dass im November in Kraft tritt aber überhaupt bedeutet, was es mit der Anti-Gender-Ideologie von Rechtsaußen zu tun hat, und warum es Geflüchtete, Transfrauen und Menschen unter Betreuung besonders hart trifft, erfahrt ihr bei diesem StandUp-Theory-Theatre. Es geht - nicht nur - um Nazis in der Sauna! I...
Learning from embedded: less is more (osc24) Video 27.06.2024 26:36
Ultimately, packaging is the right way to distribute and run software maintenance. But at the same time, there are very good reasons why in the Embedded world, images are often before package repositories. These reasons evolved over a very long time and did not change since. A number of typical problems, such as software bloat, configuration drift, broken updates etc are unacceptable in embedded s...
Agama in action (osc24) Video 27.06.2024 47:25
Agama is a new experimental installer for openSUSE and SUSE. Although it is under heavy development, it can already install openSUSE MicroOS and Tumbleweed, configuring several aspects of the system like networking and several storage technologies. Agama supports both interactive and unattended installations and can be controlled through a modern web interface, a powerful HTTP API and a convenient...
OpenQA - review jobs and file bug report (osc24) Video 27.06.2024 13:51
We have automation tests running in https://openqa.opensuse.org/. we aim to make each test green. jobs may fail if: 1. Product bugs 2. Test issue [we may need to update/fix our test code, needles etc] 3. Infrastructure issues [hardware issues/ network issues/ system upgrade etc] I will like to show you a bit how file a bug report if you finding any product bug. In general, it covers: 1. How to mak...
Why openSUSE is the perfect OS for handhelds (osc24) Video 27.06.2024 14:30
The **Steam Deck** has revolutionized the gaming handheld market. With the Linux-based immutable **SteamOS**, **Valve** has fostered an **active community** developing mods and alternative systems for this platform. **Other manufacturers** distribute **Windows-based** mobile consoles. However, time and time again it has been shown that **they lag behind Linux** in terms of software support. But **...
K.I. (fusion24) Video 27.06.2024 1:05:41
Alle reden über die Probleme, die KI verursachen kann, aber wie können wir sie zum Guten nutzen? Elias, ein alter Fusionist und Asperger-Autist mit ADHS, präsentiert „BrAIn Food“ - einen Multimedia-Vortrag, der euch in KI-Genies verwandelt. Es geht um die KI-Kunst, ums Prompts schreiben und KI-Hacks für unseren Alltag, z. B. um Protokolle von chaotischen Treffen anzulegen oder wie die KI Förderant...
openSUSE Aeon - Desktop Linux without getting Down and Dirty (osc24) Video 27.06.2024 35:20
openSUSE Aeon is an exciting new take on Desktop Linux, aiming to provide Developers, Sysadmins, and general Linux enthusiasts, a fully functioning Desktop OS without the need for hands on management, tinkering, or any of the other distractions that come with 'traditional' Linux desktops. Leveraging years of experience and development in community and commercial efforts like MicroOS and SUSE Linux...
systemd soft-reboot and surviving it as application (osc24) Video 27.06.2024 27:35
Since systemd v254 there is the nice feature of "soft-reboot" and since systemd v255 systemd services can survive a soft-reboot. In this talk I will speak about what soft-reboot exactly is, what are the benefits and what are the problems and the status of integration in openSUSE Tumbleweed and MicroOS. Based on this I will also explain how a systemd service can survive a soft-reboot and which requ...
Developing on Aeon with Distrobox (osc24) Video 27.06.2024 20:59
With the advent of Atomic and Transactional systems like Aeon, our development workflow has to adapt to newer paradigms One of which is the use of containers for development. We will see a little introduction to what Aeon is, what Distrobox is, and how to cover all our use cases with it, so to feel at home, in our new containerized environment. [Presentation link](https://github.com/user-attachmen...
Creating a Language Server for RPM Spec Files (osc24) Video 27.06.2024 16:13
RPM packaging is a foundation of the software delivery mechanism on RPM-based Linux distributions, with RPM spec files acting as blueprints for package builds. Despite their enduring relevance, support for editing RPM spec files has not evolved significantly over time, leaving users with rudimentary tooling. In response to this challenge, we have developed a prototype of a language server tailored...
Secure Boot on Arm systems (osc24) Video 27.06.2024 25:25
Secure boot on x86_64 is mostly taken for granted, as it is a mature feature in UEFI. When it comes to Arm, the Secure Boot implementation can differ on each platform as there's no standardization. In this session, we will learn the general approach used by vendors to implement a complete chain of trust and how you could use it in openSUSE for your next embedded project. Secure boot on x86_64 is m...
Certificate Auto Enrollment on Linux: A Practical Guide (osc24) Video 27.06.2024 10:51
Learn how to automate certificate enrollment within your infrastructure using Samba. This session delves into the configuration of Certificate Auto Enrollment, enabling seamless integration with Active Directory Certificate Services. Discover how Samba's approach to certificate renewal simplifies the process, enhancing security and efficiency across your organization. Learn how to automate certifi...
Another Approach to AI (osc24) Video 27.06.2024 21:04
Progressively, there are more and more [risks](https://jarnoduursma.com/blog/the-risks-of-artificial-intelligence/) associated with computer intelligence, and as a transparent software company we at Nextcloud have the responsibility to intervene and protect our users. [Microsoft laid off its entire ethics and society team](https://www.theverge.com/2023/3/13/23638823/microsoft-ethics-society-team-r...
Uyuni project: where we started... (osc24) Video 27.06.2024 24:36
The Uyuni project was announced at the openSUSE conference 2018. In this presentation the attendees will be guided into our journey, from the fork of Spacewalk to the ongoing containerization effort that is taking place these days. While presenting the different ways to contribute to the project, the attendees will be also involved in defining how to shape the future of the project. The Uyuni proj...
The XZ Backdoor - report from our side, retrospection and looking forward (osc24) Video 27.06.2024 26:11
End of March 2024 we faced the biggest supply chain attack we seen so far in the Open Source Ecosystem. A dedicated attacker had launched a multi year effort to backdoor the xz compression library. openSUSE Tumbleweed contained the backdoor for 3 whole weeks before an outside researcher found it. We will give a report on this attack, our reaction on it and also go into some future considerations t...
openQA - current state and moving forward (osc24) Video 27.06.2024 28:13
openQA is one of the key elements that ensures the delivery of updates and new versions of operating systems, it is the heart of openSUSE's effort to deliver stable systems for our users, and SUSE's quality gate, used to ensure that updates and new releases of the operating systems aren't breaking operations of customers; however it is growing outside openSUSE, Fedora and SUSE, expanding to other...
A Message from SUSE's CEO (osc24) Video 27.06.2024 2:47
Dirk-Peter van Leeuwen (“DP”) is Chief Executive Officer of SUSE and a member of the Management Board of SUSE S.A. DP will provide a short video to conference attendees. Dirk-Peter van Leeuwen (“DP”) is Chief Executive Officer of SUSE and a member of the Management Board of SUSE S.A. DP will provide a short video to conference attendees. about this event: https://c3voc.de
Blind Folded Experience - YOGA (fusion24) Video 27.06.2024 1:23:28
Schenkt Euren Augen eine Pause und lasst Euch mit geschlossenen oder verbundenen Augen durch eine sanfte und kraftvolle Yogaeinheit leiten. Spürt die Qualitäten der Übungen so bewusst wie noch nie. Schärft eure anderen Sinne, und lasst euch nur von Anna-Lenas Worten führen. Sie hat die Erfahrung gemacht, dass ihr nicht nur während, sondern auch nach dieser Stunde die Welt ganz neu erleben werdet....
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.