Improve UML page fault handler

a project by ptesarik

Description

Improve UML handling of segmentation faults in kernel mode. Although such page faults are generally caused by a kernel bug, it is annoying if they cause an infinite loop, or panic the kernel. More importantly, a robust implementation allows to write KUnit tests for various guard pages, preventing potential kernel self-protection regressions.

Updated about 1 year ago. 1 hackers ♥️. 2 followers.

Try react-flow for SUSE Observability visualizer

a project by aovechkin

Description

Updated about 1 year ago. 3 hacker ♥️. 1 follower.

[Agama] Investigate to shorten s390x URL on O3 to avoid character limit

a project by leli

Description

There is a character limit of <=80 characters in s390x, for OSD we workaround this problem using a url shortener, like http://s.qa.suse.de/ but we don't have anything equivalent for O3. Some colleagues recommended https://v.gd/ but some initial test showed that cannot shorten ftp urls.

Updated about 1 year ago. 2 hacker ♥️. 2 followers.

wireguard Container

an invention by kukuk

Description

Updated about 1 year ago. 2 hacker ♥️. 2 followers.

wayland, emacs, ssh and tmux... copy&past is broken

a project by wagi

Description

The copy&past situation is broken, we all know that. And nothing will fix this.

Updated about 1 year ago. 1 hackers ♥️. 4 followers.

SMB3 Server written entirely in Rust

a project by dmulder

Description

Given the number of bugs frequently discovered in the Samba code caused by memory issues, it makes sense to re-write the smbd service purely in Rust code. Meanwhile, it would be wise to abandon backwards compatibility here with insecure protocol versions, and simply implement the SMB3 spec.

Updated about 1 year ago. No love. 1 follower.

Play with esp32 to create domotics stuff

a project by aginies

Description

Play with ESP32 board and multiple small peripherals

Updated 27 days ago. No love. 1 follower.

Moooar qubesome features

a project by pgomes

Description

The idea for Hack Week is to add new features to qubesome. qubesome is a CLI that manages your window managers and workloads in a GitOps manner. Each profile is executed under its own container, with its own xorg display. This enables having awesomewm running for a profile while having i3 for another, for example, both running in parallel. Anyone keen on learning more about qubesome or helping with the goals, please feel free to reach out.

Updated about 1 year ago. 4 hacker ♥️. 3 followers.

Dartboard TUI

a project by IValentin

Description

Our scalability and performance testing swiss-army knife tool Dartboard is a major WIP so why not add more scope creep?

Updated about 1 year ago. 2 hacker ♥️. 2 followers.

Harvester Packer Plugin

a project by mrohrich

Description

Hashicorp Packer is an automation tool that allows automatic customized VM image builds - assuming the user has a virtualization tool at their disposal. To make use of Harvester as such a virtualization tool a plugin for Packer needs to be written. With this plugin users could make use of their Harvester cluster to build customized VM images, something they likely want to do if they have a Harvester cluster.

Updated about 1 year ago. 1 hackers ♥️. 1 follower.

Extending KubeVirtBMC's capability by adding Redfish support

an invention by zchang

Description

Updated about 1 year ago. 3 hacker ♥️. 1 follower.

More sophisticated KMP cleanup in `zypper purge-kernels`

an invention by mlandres

Description

KMPs get removed automatically as soon as the last kernel providing their requirements is purged.

Updated about 1 year ago. 1 hackers ♥️. 2 followers.

Tracing system calls with eBPF

a project by doreilly

Description

Many security tools need to record system calls like execve. Using the Linux audit system for this can have a detrimental performance impact in some cases.

Updated about 1 year ago. 3 hacker ♥️. 2 followers.

Improve Development Environment on Uyuni

a project by mbussolotto

Description

Currently create a dev environment on Uyuni might be complicated. The steps are:

Updated about 1 year ago. 7 hacker ♥️. 3 followers.

Revive Garmin Podcasts

a project by agraul

Description

> Garmin Podcasts is a Garmin Connect IQ podcast app powered by Podcast Index. No external service or subscription required: all you need is you watch!

Updated about 1 year ago. 1 hackers ♥️. 1 follower.

Improve Bard's web interface and server features

an invention by alarrosa

Description

Updated about 1 year ago. 2 hacker ♥️. 1 follower.

New KDE Plasma notification app/applet

a project by apappas

Description

My memory is terrible so I depend a lot on notifications to carry me through the workday. As a plasma user I am ok with the current applet, but I don't love it. It is too small for the centrality it has in my day. Also I dislike how you can not go back to notifications you have dismissed

Updated about 1 year ago. 3 hacker ♥️. 3 followers.

Kill DMA and DMA32 memory zones

a project by ptesarik

Description

Updated about 1 year ago. 4 hacker ♥️. 3 followers.

Hacking on sched_ext

an invention by flonnegren

Description

Updated about 1 year ago. 1 hackers ♥️. 1 follower.

Integrate Backstage with Rancher Manager

an invention by nwmacd

Description

Updated about 1 year ago. 3 hacker ♥️. 2 followers.

YQPkg - Bringing the Single Package Selection Back to Life

a project by shundhammer

tl;dr

Updated 12 months ago. 3 hacker ♥️. 1 follower.

A way a for Longhorn UI automation

a project by cchien

Description

During each release cycle, Longhorn QA needs to run a UI sanity check. We should explore ways to automate the Longhorn UI testing process.

Updated about 1 year ago. No love. 1 follower.

Learning Game Development with Unity

an invention by tmuntan1

Description

Updated 19 days ago. 2 hacker ♥️. 1 follower.

Improve libzypp

a project by jtorres

Description

Try to make libzypp a bit more flexible when you try to use it but there's already something using it and you get a message like:

Updated about 1 year ago. No love. 1 follower.

Create an Android app for Syncthing as part of the Syncthing Tray project

a project by mkittler

Description

There's already an app but code/features already in Syncthing Tray could be reused to create a nicer app with additional features like managing ignore patterns more easily. The additional UI code for the app could then in turn be re-used by other parts of Syncthing Tray, e.g. to implement further steps in the wizard as requested by some users. This way one "UI wrapper codebase" could serve GNU/Linux, Windows and Android (and in theory MacOS) at the same time which is kind of neat.

Updated 7 days ago. 2 hacker ♥️. 1 follower.

Selenium with Python

a project by xguo

Description

Try to create test case about Selenium base on Python

Updated about 1 year ago. 1 hackers ♥️. 1 follower.

Encrypted sessions for Mojolicious

an invention by kraih

Mojolicious](http://mojolicious.org) is a web development toolkit and framework for Perl. It is used by quite a few openSUSE projects, such as openQA and Cavil.

Updated about 1 year ago. 1 hackers ♥️. 1 follower.

Simulacra: Explore local multi-vm test environments

a project by gbhatia

Exploring (mostly) declarative distributed test scenarios that involve multiple (virtual) machines, locally. This makes use of the NixOS integration test driver.

Updated about 1 year ago. No love. 1 follower.

Port git-fixup to POSIX shell script and submit to git/git

an invention by mcepl

Description

https://github.com/keis/git-fixup is an exceedingly useful program, which I use daily, and I would love to every git user could bask in its awesomeness. Alas, it is a bash script, so it is not appropriate for the inclusion in git proper.

Updated about 1 year ago. 1 hackers ♥️. 1 follower.

Customizable control panel for Home Assistant

an invention by jbaier_cz

Description

Updated about 1 year ago. No love. 3 followers.

Contribute to terraform-provider-libvirt

a project by pinvernizzi

Description

Updated about 1 year ago. 1 hackers ♥️. 1 follower.

Creates a Google Sheets Extension for SubHub OEM API

a project by cwh

Description

Let Product Ops request OEM Keys by just a few mouse clicks.

Updated about 1 year ago. No love. 1 follower.

Homelab DNS on Raspberry Pi / openSUSE MicroOS with podman & CoreDNS

a project by paulgonin

Description

Mini project to replace the homelab dns with a 'hands off' / self updating CoreDNS DNS server with openSUSE MicroOS

Updated about 1 year ago. 1 hackers ♥️. 1 follower.

obs-service-elixir_mix_deps

a project by alessio.biancalana

Description

I'd like to explore the creation of a source service to help vendoring the dependencies for an Elixir project.

Updated about 1 year ago. 1 hackers ♥️. 2 followers.

Learn about OSB and contribute to `kustomize` and `k9s` packages to add ARM arch

a project by dpock

Description

There are already k9s and kustomize packages that exist for openSUSE today. These could be used as the source for these binaries in our rancher projects. By using them we would benefit from CVE fixes included in our distribution of the packages not in cluded upstream. However they are not providing arm package builds which are required.

Updated about 1 year ago. 1 hackers ♥️. 1 follower.

Mammuthus - The NFS-Ganesha inside Kubernetes controller

an invention by vcheng

Description

As the user-space NFS provider, the NFS-Ganesha is wieldy use with serval projects. e.g. Longhorn/Rook.

Updated about 1 year ago. 2 hacker ♥️. 3 followers.

VulnHeap

an invention by r1chard-lyu

Description

The VulnHeap project is dedicated to the in-depth analysis and exploitation of vulnerabilities within heap memory management. It focuses on understanding the intricate workflow of heap allocation, chunk structures, and bin management, which are essential to identifying and mitigating security risks.

Updated about 1 year ago. 2 hacker ♥️. 1 follower.

Get latest versions of different Rancher components

an invention by eminguez

Description

Updated about 1 year ago. 2 hacker ♥️. 1 follower.

Find a bug in Google Chrome

a project by Etheryte

Description

Updated about 1 year ago. No love. 1 follower.

Setup Kanidm as OIDC provider on Kubernetes

a project by jkuzilek

Description

I am planning to upgrade my homelab Kubernetes cluster to the next level and need an OIDC provider for my services, including K8s itself.

Updated about 1 year ago. No love. 1 follower.

jigdo for images

a project by epaolantonio

Description

Updated about 1 year ago. 2 hacker ♥️. 3 followers.

concierge: a distributed object capabilities based secret management tool implemented with Spritely Goblins

a project by gleidi

Description

The idea is to build a FOSS command line (for now) secrets management tool, you may have heard of SOPS or Hashicorp Vault, with Spritely Goblins.

Updated about 1 month ago. 2 hacker ♥️. 2 followers.

Enhance UV openQA helper script

an invention by mdonis

Description

A couple months ago an UV openQA helper script was created to help/automate the searching phase inside openQA for a given MU to test. The script searches inside all our openQA job groups (qam-sle) related with a given MU and generates an output suitable to add (copy & paste) inside the update log.

Updated about 1 year ago. No love. 1 follower.

Digging network internals

a project by dbenini

Description

As bugs involving the network are a topic of my interest and I recently started backporting some CVEs for network subsystem, I would like to learn a bit more about kernel network internals.

Updated about 1 year ago. No love. 1 follower.

Learning more about statistics in home-assistant

an invention by fcrozat

Description

Home Assistant can gather a lot of statistics from associated sensors.

Updated about 1 year ago. 1 hackers ♥️. 1 follower.

Explore procedural generation

a project by jcronenberg

Description

In my free time I sometimes work on some games with godot. For one project I wanted to explore having a modern city procedurally generated.

Updated about 1 year ago. No love. 1 follower.

ghostwrAIter - a local AI assisted tool for helping with support cases

an invention by paolodepa

Description

Updated about 1 year ago. 4 hacker ♥️. 1 follower.

MIDI2-based Mixer API for ALSA

a project by ismaell

Description

MIDI supports volume control, so why not use that for ALSA?

Updated about 1 year ago. 3 hacker ♥️. 4 followers.

Run local LLMs with Ollama and explore possible integrations with Uyuni

a project by PSuarezHernandez

Description

Using Ollama you can easily run different LLM models in your local computer. This project is about exploring Ollama, testing different LLMs and try to fine tune them. Also, explore potential ways of integration with Uyuni.

Updated about 1 year ago. 4 hacker ♥️. 1 follower.

Improve blender's skills

an invention by aginies

Description

Blender is a nice software which needs a lot of practices.

Updated 27 days ago. 1 hackers ♥️. 1 follower.