Klaus Kämpf
Klaus Kämpf
Initial PR - can write to File - can write to USB Known bugs - cannot write to Network Fixes #105
## Motivation Some Lasercutters, like those using the [Ruida controllers](https://www.cloudraylaser.com/collections/ruida-controller), have the ability to preview the laser path in a small color display. Since VisiCut maps SVG colors to laser...
**Is your feature request related to a problem? Please describe.** To achieve minimal image sizes, multi-layer docker builds are typically used. You start with a "big" image, install/copy/build what you...
**I'm submitting a ..** - [x] Bug Report - [ ] Feature Request **Current behavior:** I was editing https://events.opensuse.org/conferences/oSC19/program/proposals/2390 to complete the proposal with values from https://events.opensuse.org/conferences/oSSN19/program/proposals/2294/edit Upon clicking "Update...
[This blog](https://raesene.github.io/blog/2021/03/21/Trying-out-cosign) explains how to sign your images with [cosign](https://github.com/sigstore/cosign).
**Is your feature request related to a problem? Please describe.** [Update minio and minio-operator version #880](880) made me thinking about all the external dependencies hidden (buried) in some `.yaml` or...
**Is your feature request related to a problem? Please describe.** As we're trying to build most parts [in the build service](https://build.opensuse.org/project/show/home:kwk:elemental), the current `meta/cos-minimal` conflicts with this as it overwrites...
cOS should support [SDO](https://www.lfedge.org/projects/securedeviceonboard) to simplify initial device configuration and establishing first contact with a management platform. See also * [Official docs](https://secure-device-onboard.github.io/docs/latest) * [SUSE implementation](https://github.com/schubi2/sdo-client)
Reading the Raspberry Pi [documentation](https://www.raspberrypi.com/documentation/computers/raspberry-pi.html) I came across [updating the bootloader](https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#updating-the-bootloader) which is stored in an EEPROM on RPi4. (adding `documentation` label as this needs to be clearly documented) **Is...