Ladar Levison
Ladar Levison
I ran into this error. I was using an identical value for the name, and label properties. Using a unique string for each seemed to clear up the problem...
@reinholdfuereder so upon closer inspection, my resolution might have come from disabling the Matrix auth plugin. Before I fixed things, I saw this in the YAML output: ```yaml globalCredentialsConfiguration: queueItemAuthenticator:...
@Tronic can you submit a pull request which adds these features? I agree, it would be nice if distros could ship, and a single CLI tool could handle working with...
@Tronic I understand the issue with forgetting, as I have it too. But in terms of trying all the different possibilities, you shouldn't have to worry about a power cycle....
I'd be happy to incorporate changes from other forks, but someone else will have to generate a pull request. I can then function as a "reviewer." Unlike @oom-is though, I...
@psisis my laptop has a 4K screen, so the default text was microscopic. I spent more time than I want to admit looking for a good solution that would scale...
I'm not an Ubuntu fan, but ran into problems compiling on Arch and on CentOS 7, so I ended up using an Ubuntu 18.04 VM.
@ChubbyAnt @maenpaa24 I wasn't getting notifications of issues on this repo... I didn't realize I needed to "watch" my own repo for those. Would a `Vagrantfile` which sets up a...
Hi @ChubbyAnt I've done a little bit of experimentation with secure booting. Assuming your computer is using a *nix operating system, you can use the `mokutil` CLI tool to generate...
@oom-is I think @vogelfreiheit is looking for something like what you get using [Dropbear SSH and LUKS](https://www.pbworks.net/ubuntu-guide-dropbear-ssh-server-to-unlock-luks-encrypted-pc/). Where PBA launches an SSH server, thus allowing the user to login remotely...