WiFi support for Canon Powershot sx430is

an invention by tsbogend

Updated almost 3 years ago. No love. 1 follower.

Explore a popular desktop distro -- Steam Deck OS

a project by zcjia

Project Description

Updated over 2 years ago. 5 hacker ♥️. 4 followers.

Build a GUI with Godot

a project by Servus007

Description

The main goal is to discover Godot options not to build only games, but also creating GUI with it.

Updated 8 months ago. 2 hacker ♥️. 2 followers.

studio-appliance-editor

a project by bear454

Build an open-source appliance editor for SUSE Studio that interacts only with the API, using modern JS web frameworks.

Updated about 6 years ago. 3 hacker ♥️.

[Part 2] Self assessment application for learning a (human) language

a project by mssola

Project Description

Updated about 3 years ago. 1 hackers ♥️. 1 follower.

Hack on libstrophe

an invention by sjaeckel

Description

libstrophe has some open PR's and issues that I'd like to work on and finalize.

Updated 7 months ago. No love. 1 follower.

Jenny Static Site Generator

an invention by adam.pickering

Description

Updated 7 months ago. 1 hackers ♥️. 1 follower.

gdb - better disassembly

a project by alnovak

The disassembly in gdb is not ideal. The binding with source code lines is weird (even crash, which does use gdb beneath, does that better), I don't see the jump targets; furthermore, there's a lot more informations hidden in the DWARF2 which may be of some interest - like which code is inlined, or which register/stack address should contain some variable.

Updated about 6 years ago. 1 hackers ♥️.

Integrate Machinery into SLEnkins (QA-automation-testing)

a project by dmaiocchi

WEB_PAGES:

Updated about 6 years ago. 14 hacker ♥️.

Improve the Firebird Emu Experience on android

a project by favogt

Firebird Emu is a third-party multi-platform emulator of the ARM-based TI-Nspire™ calculators.

Updated over 3 years ago. No love.

Explore & Deploy new podcast platform

an invention by tonghuix

Background

Updated about 6 years ago. 1 hackers ♥️. 1 follower.

Package openspace-desktop for openSUSE

a project by suntorytimed

What is Openspace? Starting on Kickstarter and Indiegogo as Openbook Open Source Social Networking Service got recently renamed to Openspace (still reachable via openbook.social though). This network wants to protect its users privacy and make the world of SNS a better place.

Updated over 3 years ago. No love. 1 follower.

Build admin-tools in a stand-alone environment without obs dependencies

an invention by dmulder

The admin-tools appimage provides several samba team YaST packages in a portable way, such as yast2-aduc, yast2-gpmc, yast2-adsi, and yast2-dns-manager. Currently I build the appimage on obs, but this pulls in lots of unnecessary dependencies. Making it build independently would allow building on other distros. The difficult part here is going to be building minimal YaST dependencies.

Updated over 5 years ago. No love. 1 follower.

Create openQA MultiMachine tests for deploying Kubernetes on Tumbleweed using both k3s and rke2

a project by pdostal

Rancher maintains 2 Kubernetes distribution, both production grade:

  • k3s: Single binary containing containerd backend. Can be run as
Updated over 2 years ago. No love. 1 follower.

Linux training manual for openSUSE localised for South Africa

a project by aslamr

Updated about 3 years ago. 1 hackers ♥️. 2 followers.

Publish two personally productive projects (preferably on github)

a project by dmair

Since this will be my first real "from the start" publication the goal for me has more to do with the experience of publishing the projects, use of the public hosting site and access tools, particularly git.

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

Building and playing with Analog Video Synths.

an invention by simotek

Description

This is split into 2 parts.

Updated 7 months ago. No love. 1 follower.

Utilize eBPF for network policy

a project by jianwang

Updated about 3 years ago. No love. 1 follower.

Small healthcheck tool for Longhorn

a project by mbrookhuis

Updated 7 months ago. 1 hackers ♥️. 1 follower.

What can Container be used for and how they work -- learning session

a project by berndschubert

I am more or less completely new to K8s, but I'm interested in learning it.

Updated 8 months ago. No love. 1 follower.

Investigate Milk-V Jupiter board (riscv64)

an invention by a_faerber

Description

On Monday of Hackweek 24 we received two Milk-V Jupiter mini-ITX boards (JUPITER_V1.1) via the RISC-V International devboards program. The Jupiter board uses a Spacemit M1 System-on-Chip (SoC).

Updated 7 months ago. No love. 1 follower.

Create a dispatcher script for vpn with DNSMasq in NetworkManager

an invention by mcaj

Base on internal user request, I`d to create the dispatcher script for NetworkManager allow run up/down script for DNSMasq when a VPN connection was started. In the current setup when VPN is started via NetworkManager no scripts is run.

Updated about 6 years ago. No love.

Learn SELinux CIL

a project by jsegitz

SELinux Common Intermediate Language is a language that allows the creation of SELinux policies. Some of the traditional constrains (tight coupling, nested optionals, ...) are lifted or not as problematic.

Updated over 8 years ago. No love.

Bare Metal OpenQA

a project by algraf

Today OpenQA mostly runs on virtual machines, but it can get really tricky to find bugs triggered by real hardware. There are only few interfaces required to interact with a machine though:

Updated about 6 years ago. 4 hacker ♥️.

Docker: Image Rebasing

an invention by cyphar

git rebase is a very useful construct in source control management, as it allows you to re-apply your changes atop a different branch of the same repository. While this concept transitions perfectly to container management (updating a container could be as easy as a docker rebase), and the Docker client is inspired by the git semantics, Docker has no such feature (in fact, Solomon Hykes used rebase and merge as examples of things "that we don't want"). Currently, zypper-docker works by applying an updated layer on top of an existing image. While this does work quite well, it separates the process of updating the base image and updating all of your derivative images (you need to re-download new packages for each derivative image).

Updated about 6 years ago. 4 hacker ♥️.