Alexa on Linux - voice commands for SUSE products

an idea by calmeidadeoliveira

What is it about?

Updated over 4 years ago. 1 hackers ♥️. 2 followers. Has no hacker: grab it!

unbound resolvconf

a project by michals

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

Collect flaky test cases identified by the team in a GitHub board and highlight them in the Test report

an invention by oscar-barrios

Project Description

Updated almost 2 years ago. 1 hackers ♥️. 1 follower.

WSS Kernel team After-Hours schedule interface

a project by jpetersen

Working on a way to add exceptions using javascript (jquery), php, json, and mysql to modify the generated calendar used to manage who is on after hours.

Updated over 6 years ago. 1 hackers ♥️.

Testing CRIU and containers

a project by tiwai

Although I've been maintaining CRIU package, I had little time to play with it recently. It's still interesting especially in combination with various containers. So let's spend (or waste) some time.

Updated over 6 years ago. 1 hackers ♥️.

A new feature for Gnome-Logs

a project by JonathanKang

Since I'm a maintainer of Gnome-Logs, I'd like to hack on Gnome-Logs. During the hack week I'll focus on the bug 753471 of Logs.

Updated over 6 years ago. 1 hackers ♥️.

yast2-journal as the new default YaST log viewer

an idea by ancorgs

Some time ago the YaST team started to get bug reports about the "System Log" option displaying no content. By default this component opens /var/log/messages and after the switch to systemd that file is not longer used by default. Thus, we created the yast2-journal module to allow viewing of the systemd journal (journald). But the new module did not substitute the old viewer because the old one is still useful to inspect plain text files like /var/log/boot.log and because is still called from other YaST modules.

Updated over 6 years ago. 1 hackers ♥️. Has no hacker: grab it!

GJS memory snapshot tool

an idea by xiaoguang_wang

GJS is javascript engine used by gnome-shell.

Updated over 6 years ago. 1 hackers ♥️. Has no hacker: grab it!

osc plugin store

an idea by hennevogel

There are many great osc plugins but no easy way to discover them from osc. Add a plugin command to osc:

Updated over 3 years ago. 1 hackers ♥️. 1 follower. Has no hacker: grab it!

Trying to finish WSL images for Leap 15 and SLES 15

a project by sschricker

As title says, I want to finish the Windows Subsystem for Linux images of SLES and Leap 15, which Fabian Vogt provided, so they can be shipped to the Windows Store.

Updated over 6 years ago. 1 hackers ♥️.

Differentiate Microsoft virtualization types (WSL1/WSL2/Azure/Hyper-V) in SUSEConnect

a project by wstephenson

People are interested in Linux on Windows via WSL, especially given the new fully virtualized Linux kernel in WSL 2. It's interesting to know whether registered SUSE installations might be running in WSL as opposed to other Microsoft virtualization platforms, but the current approach taken by SUSEConnect (the client for SUSE Customer Center) does not permit this.

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

Study Google Motion Photo file format

an invention by tjyrinki_suse

Project Description

Updated over 4 years ago. 1 hackers ♥️. 2 followers.

Updatecli Shared Policies

an invention by olblak

Updatecli is a declarative dependency management tool, used to apply file update strategies.

Updated almost 2 years ago. 1 hackers ♥️. 1 follower.

UYUNI - synchronize content between registry servers

an invention by RDiasMateus

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

Study SPDK

a project by chinyahuang

Description

The SPDK is used for Longhorn v2 volumes. This project aims to explore the SPDK codebase to understand its functionality and architecture.

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

Sonnenhut: Simple dashboard for photographers

a project by dpopov

Sonnenhut is a simple Pythong web app that provides basic info useful for planning photographic activities. The current iteration does the job, but it can be improved and extended in a number of ways.

Updated over 3 years ago. 1 hackers ♥️.

Finish my family openSUSE adoption

a project by ancorgs

In a quite natural and steady way, all my relatives (wife, kids, mother, aunt...) have adopted openSUSE in their computers. There is only one resistance spot. My father's computer (HP+Windows8) implements all kind of mechanisms to avoid dual boot.

Updated over 6 years ago. 1 hackers ♥️.

Learn about log-structured file systems

a project by ganghe

Compared with traditional file systems (e.g. EXT4, XFS), log-structured file systems treat its storage as a circular log and write sequentially to the head of the log. I want to learn about this kind of file system via this hack week, to understand how it manages its data and metadata, to understand how it recover back from crash, to understand its advantages and disadvantages.

Updated over 6 years ago. 1 hackers ♥️.

Salt Minion Discovery

a project by bmaryniuk

What if Salt Minions no longer need to specify the IP or DNS address for the Master? Or even better: Master(s) can call minions. Of course, for the beginning, we would assume the network is trusted. But we should be able to add further security checks (keypairs etc).

Updated over 6 years ago. 1 hackers ♥️.

Enable opensuse on Jetson Nano and learn how DL frameworks work on it

an idea by lyan

Current Jetson Nano image is based on Ubuntu distro, This project will try to deploy a opensuse version. Furthermore, I will take a closer look on deep learning framework, and learn how they use hardware accelerator.

Updated about 6 years ago. 1 hackers ♥️. 1 follower. Has no hacker: grab it!

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 11 months ago. 1 hackers ♥️. 1 follower.

Creating sensor with Raspberry Pi Pico using BTHome protocol and python

an idea by bigironman

Description

Creating a simple sensor (e.g. temperature, humidity, pressure) device based on a Raspberry Pi Pico W with a connected sensor to connect to Home Assistant using the BTHome protocol.

Updated 12 months ago. 1 hackers ♥️. 1 follower. Has no hacker: grab it!

sar data summary report tool

a project by tabraham1

provide a summary report of data from a sar data file.

Updated over 6 years ago. 1 hackers ♥️.

OpenShift Origin on Kubic

a project by RBrownSUSE

The incredible Neal Gompa has packaged Open Shift Origin (RH's core Docker + Kubernetes stack) for openSUSE

Updated over 6 years ago. 1 hackers ♥️.

libpathrs

a project by cyphar

The plan is to implement a safe path resolution library for Linux to avoid the plentiful numbers of security vulnerabilities that have been seen in the wild related to path resolution race conditions and various other attacks. I've been working on kernel-space solutions but even if they were merged, it is difficult to use them safely directly. So this library intends to provide simple wrappers that everyone can use.

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