Building and playing with Analog Video Synths.

an invention by simotek

Description

This is split into 2 parts.

Updated about 1 year ago. No love. 1 follower.

Utilize eBPF for network policy

a project by jianwang

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

Small healthcheck tool for Longhorn

a project by mbrookhuis

Updated about 1 year 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 about 1 year 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 about 1 year ago. No love. 1 follower.

x64id: An x86/x64 instruction disassembler

an invention by m.crivellari

Description

This is an old side project. An x86/x64 machine code decoder. It is useful to get instructions' length and identify each of its fields.

Updated 17 days ago. 1 hackers ♥️. 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 over 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 almost 9 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 over 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 over 6 years ago. 4 hacker ♥️.