SUSE Bug Query Engine

a project by LPechacek

In short, give second breath to http://hall.suse.de/bugs/defects.cgi.

Updated over 6 years ago. 6 hacker ♥️.

Microcorruption CTF

an invention by vitezslav_cizek

It's a CTF like game, where the goal is to unlock "lock" devices. Having access to a disassembled code you have to create an input that will unlock the device by exploiting a bug in its code.

Updated over 6 years ago. 1 hackers ♥️.

osc diff should support customized difftools, e.g. vimdiff

a project by zhangxiaofei

Utilities like git and quilt support customized difftools in some ways. It's would be great if this is introduced to osc for commands like diff, pdiff, prdiff, rdiff, rq --diff, sr --diff.

Updated over 6 years ago. 2 hacker ♥️.

Ideas about local community involvement

a project by vsvecova

The plan is to gather ideas about how SUSE can become a more integral part of the local tech community scene (in PRG, NUE, or other locations). As a person who has been involved in educating women about tech for some time, I am thinking of introductory workshops and meetups, aimed not necessarily only at female audience.

Updated over 6 years ago. 3 hacker ♥️.

(Functional) Reactive Programming (Web) programming

a project by bergmannf

I want to use this Hackweek to explore (Functional) Reactive Programming to be able to use it in my day-to-day work.

Updated over 6 years ago. 1 hackers ♥️.

DIY smart thermostat with ESP8266

an invention by scabrero

Build a smart thermostat using an Adafruit Feather HUZZAH ESP8266 board, a DHT22 temperature and humidity sensor and a 2.4 TFT touch panel.

Updated over 6 years ago. 4 hacker ♥️. 1 follower.

Convert a very cheap foam toy plane into a radio control plane

an invention by ilausuch

I would like to convert a very cheap foam toy plane into a radio control plane

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

run CaaSP on AWS using spotinst elastigroup

a project by rdannert

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

Include the libyui-rest-api packages in the installation system

a project by lslezak

Libyui REST API

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

Run sandboxed Firefox with image and sound inside a container

an invention by nguyens

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

Generic retry command in openSUSE

an invention by okurz

Motivation

When automating tasks often the requirement comes up to retry commands, for example when network connections are involved and commands do not return successfully immediately or if resources are temporarily not available. Sometimes a simple for-loop in bash is sufficient. Sometimes it is necessary to use additional waiting between retries, sometimes timeouts are desired. Getting all those combinations right can be tedious and error-prone so a generic "retry" command should be available in usual environments so we should provide a retry command to openSUSE distributions.

Updated over 3 years ago. 4 hacker ♥️. 1 follower.

ComplianceAsCode/conten sysctl chroot aware

a project by esampson

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

Make use of sd_varlink to replace dbus (rebootmgr)

an invention by kukuk

Description

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

openSUSE audiophile Squeezeboxserver + Squeezeplay

a project by aginies

Squeezeboxserver

Updated over 3 years ago. 4 hacker ♥️.

Integrate Policy As A Service with a HA use case for Openstack

a project by mmnelemane

Openstack Congress provides Policy as a service solution for Openstack based clouds. Policy based fulfillment makes it convenient to write policies for VM migrations and evacuations based on data monitored from various data sources. The aim of the project is to integrate the service to SUSE openstack cloud and evaluate the use of policies as a means to develop HA solutions.

Updated over 6 years ago. 1 hackers ♥️.

Reviving the Nokia N900

a project by mstaudt

The Nokia N900 is a versatile phone/tablet/mini-computer. While its specs are outdated by today's standards, it's still hard to find something equivalently useful to hack on-the-go.

Updated over 6 years ago. 3 hacker ♥️.

Setup UEFI HTTPBoot with OVMF and try to write/run test on openQA

a project by bchou

HTTPBoot was added into UEFI SPEC since 2.5. It aims to replace PXE and provides more features. Actually, the concept of HTTPBoot is similar to PXE. It starts with the HTTP URL from the DHCP server and fetches the data with the HTTP protocol. The key difference between HTTPBoot and PXE is the support of DNS. With DNS, the firmware and the bootloader can resolve the domain name so it's possible to pass the well-known URL to download the image instead of the explicit IP URL. Besides, HTTP is designed to cross different domains, while tftp (PXE) is only for the local network.

Updated over 6 years ago. 4 hacker ♥️.

Running openATTIC and DeepSea on multiple distros (2018)

an invention by dmaiocchi

2018

new hack

Updated over 7 years ago. No love.

Improve performance of JRuby's hash implementation

an invention by cbruckmayer

Synopsis

JRuby is an implementation of Ruby on the JVM. It aims to be a complete, correct and fast implementation of Ruby, at the same time as providing powerful new features such as concurrency without a global-interpreter-lock, true parallelism, and tight integration to the Java language to allow you to use Java classes in your Ruby program and to allow JRuby to be embedded into a Java application.

Updated over 6 years ago. 2 hacker ♥️.

Out-of-the-box SPD support

an invention by jdelvare

In order to see the SPD (detailed memory information) data, the user currently has to manually load the needed kernel driver. Which driver to load depends on the memory type. Depending on the driver user, the devices may even have to be instantiated manually and this is a non-trivial multi-step task. Plus you need to be root to do it.

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

Setup root-encrypted server to provide password via ssh

an invention by holgisms

You can encrypt your servers root filesystem, but need to provide a password during the boot process in order to "unlock" and start the system. This is easy if you have physical access to the server by entering it via keyboard. But if you do not have physical access it's not that easy.

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

Saline: Salt state appliement monitoring

a project by vzhestkov

Project Description

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

Sandboxed USB Inspection

an invention by nguyens

Updated over 2 years ago. No love. 2 followers.

Rancher Upgrader - Upgrades your rancher install via helm, and communicates critical changes from release A to B.

an invention by rweir

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

Splitting python-gammu out of Gammu

an invention by mcihar

In past it was needed these project to be developed together due to unstable API of Gammu. This is now stable and having python module in the code just makes the things harder. The code should be separated, use standard distutils and have testsuite. In future it should also support Python 3, but that's not the primary goal now.

Updated over 3 years ago. 1 hackers ♥️.