openQA Notifier - A Chrome extension for monitoring your openQA instance status

a project by mlin7442

Displays your openQA instance status, the feature/behavior should had at least like the list below,

Option page

Updated almost 5 years ago. 3 hacker ♥️.

CHDK2gphoto2: Canon Hack Developer Kit support for libgphoto2

a project by msmeissn

Continue on the started CHDK (Canon Hack Developer Kit) for libgphoto2 support. Work on various other libgphoto2 camera things over the week too.

Updated over 4 years ago. No love.

Getting more familar with Greasemonkey User Scripting (IITC plugin)

an invention by sndirsch

Get more familar with Greasemonkey User Scripting, in particular with using the IITC framework, which manipulates Ingress Intel map. The goal is to create a plugin, which highlights portals on the map, which have more fields than links attached. Ingress account is required for this (Android/iPhone). * <a href="https://www.ingress.com/&quot;&gt;https://www.ingress.com&lt;/a>

Updated about 7 years ago. No love.

Simple user interface for head mounted displays

a project by chuller

Create a user interface useable with a see through head mounted display. The display was created from some Chinese video glasses and has a low resolution (320x240) which requires a optimized user interface that also is useful when using it hands free. The existing Head mounted display: https://jamballa.wordpress.com/2015/01/26/steampunked-hmd-1st-iteration/

Updated almost 5 years ago. 1 hackers ♥️.

Make disk encryption options configurable in YaST installer

a project by AndreasStieger

In the YaST installer, make disk encryption method, mode, key strength, random source etc configurable. The rationale is that user requirements may differ, and we would like to offer some advanced options instead of changing defaults.

Updated almost 5 years ago. 4 hacker ♥️.

Research about existing Google Drive Linux clients

an invention by sndirsch

Get an overview about the unofficial Google Drive clients, which exist for Linux. Give them a broader testing. Figure out which one is usable. * grive: With using that client I've seen fatal issues, e.g. I've created a folder upstream and uploaded some files to it. When running

Updated almost 5 years ago. 1 hackers ♥️.

Learn Rust

a project by aplanas

Rust, the new language from Mozilla Foundation, is a modern systems programming language focusing on safety and speed. It accomplishes these goals by being memory safe without using garbage collection. Go, D and Nim have GC integrated into the language and the standard libraries. The GC in Rust is integrated as an external library.

Updated almost 5 years ago. 4 hacker ♥️.

Finish crmsh history guide

an invention by dmuhamedagic

There's a crmsh history guide in works for a very long time and it really really needs to be finished. Good and interesting examples are very welcome.

Updated almost 5 years ago. 2 hacker ♥️.

Tumbleweed as a Server OS?

a project by RBrownSUSE

My home server, and my other box hosting https://sysrich.co.uk are both in need of a bit of a refresh While I could be nice and conservative and pick an openSUSE regular release, I'm actually considering using openSUSE Tumbleweed, and fully embracing the 'Servers as Cattle' concept

Updated about 4 years ago. 3 hacker ♥️.

Simplify packaging our books

a project by keichwa

Our books are also available as regular software packages such as 'sles-manuals_en'. There is a semi-private script that I use to generate the requisites (fetch the old version from the BS, tar the XML sources with daps, update .spec and .changes, etc.) and to submit the results to the BS.

Updated almost 5 years ago. 1 hackers ♥️.

pmpman

a project by osynge

this work has experimented with zeromq sqlalchamy and multithreading in python to make a rich tool for syncronisation of your music collection with media devices. This project will attempt to pull all this research into a product.

Updated about 7 years ago. No love.

whatenv + whenenv

a project by osynge

whenenv is designed to keep the branching involved in build and functional test scripts from growing out of control. You specify a list of environment variables and whenenv will then try and reuse existing scrimps to process the request.

Updated about 7 years ago. No love.

Learn more about dropwatch

a project by david_chang

dropwatch is a utility which can help you to see if data is been dropped in linux network stack. The plan is to learn what actually dropwath can do and learn how does dropwatch work? and also learn how to use dropwatch? I'd like to get it working on openSUSE 13.2.

Updated almost 5 years ago. 4 hacker ♥️.

Dive into drbd8.4.x and drbd9

a project by wanghaisu

DRBD refers to block devices designed as a building block to form high availability (HA) clusters.Also possible to combine multiple devices driver for Linux(MD) and the network block device(NBD) to achieve similar functionality. DRBD is done by mirroring a whole block device via an assigned network. DRBD can be understood as network based raid-1. Only two nodes are supported in 8.4.x. For the drbd9(dev in RC phase), multiple nodes can be supported as well. Diving into it and do hacks.

Updated almost 5 years ago. 1 hackers ♥️.

Multiqueue ramdisk

a project by hreinecke

There is a ramdisk block device (brd), and there is a null multiqueue device (nullblk). The one can do I/O, but doesn't use multiqueue, and the other does multiqueue but cannot do I/O. So the idea is to have a new multiqueue ramdisk block device (ramblk?), which can do both. Would be most useful for testing multiqueue.

Updated almost 5 years ago. 3 hacker ♥️.

Port a fake signal optimization to kGraft

a project by mbenes

We currently work on a consistency model for upstream livepatching infrastructure. We use something called a fake signal to speed up a finalization of the patching process. I'll port the implementation to kGraft in SLES which should allow to remove immediate patching since it has recently proved to be problematic...

Updated about 3 years ago. 1 hackers ♥️.

Fix a focus stealing bug in pidgin in openSUSE

a project by moskyto

I have an IRC tab open in pidgin and an adjacent XMPP tab; the latter one displayed with focus. When a new XMPP tab opens in background (with a message incoming), the IRC tab steals the focus but not the display. It brings annoying situations when I sometimes send something accidentally to the IRC instead of XMPP, not noticing that I don't have focus. Wanna hunt and fix this bug.

Updated almost 5 years ago. 1 hackers ♥️.

gocloud - uploader framework for the public cloud

a project by sax2

We from the public cloud dev team regularly upload generic and product images to be available in public cloud systems like Amazon EC2, Google Compute Engine or Microsoft Azure. The task of uploading stuff there is not only about having the tools it's also about having the right environment which provides account credentials as well as access to the image when they are built in the buildservice. Also the location from where the upload happens can make a difference in performance. Therefore a framework to combine all this into a more clean process should be developed. The basic parts of the project consists of:

Updated almost 5 years ago. 1 hackers ♥️.

VNC keyboard layout test tool

a project by michalsrb

VNC protocol transfers key symbols (= basically characters), not key codes (= "coordinates" on keyboard). Therefore pressing the same keys may result in sending different commands over VNC depending on the keyboard layout and state of modifiers on the client side. The server however can not directly send the key symbol to the application, it must instead find or create key code that will translate to that symbol and send that. This is hard to implement correctly and there was already several bugs about it.

Updated almost 5 years ago. 2 hacker ♥️.

Use Jenkins as a Travis replacement for YaST (or possibly any other GitHub project)

an invention by lslezak

Use Jenkins as a Travis replacement for YaST

Introduction

Updated over 6 years ago. No love.

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. My goal is to search for a way how to improve that.

Updated almost 5 years ago. 1 hackers ♥️.

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: 1) HDMI<br>

Updated almost 5 years ago. 4 hacker ♥️.

ARM64 fastmodel

a project by gqjiang

ARM64 is become more popular on different markets, but obviously lots of pepople didn't have the hardware platform, and fastmodel is helpful for people to play with ARM64 environment, furthermore, we can run different software platform on it, such as Cloud, HA, Virt and OpenStack.

Updated almost 5 years ago. 2 hacker ♥️.

Rewrite zypprepo puppet module

a project by tampakrap

The zypprepo was written around 3 years ago, and was based on the yumrepo built-in type/provider. Nowadays zypprepo misses a lot of functionality, which will be automatically inherited if it gets rewritten to be in sync with the current code of yumrepo (as also discussed in its issues #5 and #9). If time permits, solving issue #4 would be also really useful.

Updated almost 5 years ago. 1 hackers ♥️.

Automate OMVF/shim/MOK tests

a project by gary_lin

I previously created a semi-auto test script() for MOK. The script controls the QEMU virtual machine a pre-setup image and performs two simple test cases. It's tedious to setup the images for every SLE and openSUSE. My goal is to write a script to automatically set up the virtual machines and images and do a full test. I would also like to set up a test for weekly-built OVMF. openQA might be a good reference. () https://github.com/lcp/mok-autotest

Updated almost 5 years ago. 4 hacker ♥️.