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 ♥️.

Investigate Mycroft and the possibility of GNOME integration.

a project by yfjiang

https://mycroft.ai/

Updated over 6 years ago. 2 hacker ♥️. 2 followers.

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.

Embellishment of Solid Ground's Web User Interface (WUI) via Bootstrap v4

a project by vstsironis

Solid Ground[1] is a powerful software tool, essential for the daily tasks of an L3 agent. Built upon Django framework[2], it greatly simplifies the storing and management of the needed information for orchestrating the various, tedious and sometimes quite complicated actions (steps) of the L3 process[3]. And although Solid Ground is significantly benefited by the utilization of Django's ORM (and other components such as Rest, views, etc.) and has very strong command line interfaces (l3t and Django admin's shell), it lacks a modern, user friendly, clean and with nice user experience (i.e. engaging) WUI!

Updated almost 6 years ago. No love. 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 about 2 years ago. 1 hackers ♥️. 1 follower.

fork & exec operations though io_uring

a project by gbertazi

Description

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

Simplify the process for using Confluence data in NotebookLM

an invention by bear454

Description

Updated about 18 hours ago. No love. 1 follower.

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 about 1 year ago. 1 hackers ♥️. 1 follower.

Play with the userfaultfd(2) system call and download on demand using HTTP Range Requests with Golang

a project by rbranco

Description

Updated 5 days ago. 3 hacker ♥️. 1 follower.

Play with the idea of a zyppd

a project by zbenjamin

Description

When refactoring zypp we more than once thought about having a zyppd that can run in the background, multiple zypper instances could connect to it receiving current operations and, if the user rights match, control the operation.

Updated 5 days ago. 1 hackers ♥️. 2 followers.

crash utility: add "percpu" command

an invention by ptesarik

Crash has some support for per-cpu variables, but it really only works for static variables. My idea is that you should be able to take a per-cpu pointer and see the formatted data. The syntax should allow to specify a CPU or do it for all:

Updated over 4 years ago. No love.

Ciabatta reloaded: Work on a Heat-driven SUSE demo/QA environment as an OpenStack Horizon plugin

a project by joachimwerner

I want to revive my "Cloud in a Box" project and this time focus on how OpenStack's Heat automation framework can help with setting up a complete demo or QA environment consisting of several SUSE products (e.g. a SLEPOS Admin/Branch/Client environment).

Updated almost 9 years ago. No love.

Integrate AutoYaST with software configuration management systems

an invention by IGonzalezSosa

FATE#319830, FATE#319843 and FATE#319842 propose integration of AutoYaST with different software configuration management systems like Salt, Chef and Puppet.

Updated over 6 years ago. 2 hacker ♥️.

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 ♥️.

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 ♥️.

Write an url shortener in Rust (And learn in the way)

a project by szarate

So I have 469.icu :), it's currently doing nothing... (and for sale) but in the meantime, I'd like to write an url shortener from scratch and deploy it on my own server

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

Finding Files that are Shadowed by a Mount

a project by shundhammer

This started as a sub-project of QDirStat, but it turned out that this may be useful in general, and it would be too dangerous and too error-prone to offer it directly in the QDirStat GUI. Things can easily go wrong, there may be many pathological situations, and many operations require root permissions; not anything a GUI program should rely upon.

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

AVR UART and Bootloader

an invention by aschnell

Learn about AVR UART and Bootloader

Updated about 2 years ago. 2 hacker ♥️. 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.

Adding individual key RGB to the keychron k17 pro

a project by ldragon

Description

Updated 8 days ago. No love. 1 follower.

Enhance zypp installer to report file conflicts and to support rpm %posttrans scripts.

an invention by mlandres

This would fix the two 'biggest flaws' in the current software installation workflow. Basic support for detecting file conflicts is already provided by libsolv, but it needs to be integrated into libzypp. In order to support rpm %posttrans behavior, zypp needs to collect these scripts during package installation and execute them at the end of it's transaction.

Updated over 6 years ago. 2 hacker ♥️.

Delve into Linux kernel maintenance

a project by oleksiiorel

Description

What does Linux kernel maintenance actually mean? How does SUSE kernel maintenance look like?

Updated 11 days ago. 2 hacker ♥️. 3 followers.

Exploring Modern AI Trends and Kubernetes-Based AI Infrastructure

a project by jluo

Description

Updated about 16 hours ago. No love. 1 follower.

kvmctx - a tool similar to xenctx, but for KVM

a project by bfrogers

I just learned about xenctx, which is used to help debug Xen issues. I am wondering if it would be easily ported to KVM. If not, perhaps at least creating the equivalent for KVM may be useful for handling problems with KVM guests.

Updated almost 9 years ago. No love.