Connor Edwards

Results 46 issues of Connor Edwards

I would like a module that can read [credentials](https://www.freedesktop.org/software/systemd/man/systemd.exec.html#Credentials) when the current program is running as a systemd service. This should be fairly simple and a small amount of code....

The README recommends using `IdentityAgent` in your SSH client config. So my SSH config would look like this: ``` IdentitiesOnly yes Host github.com IdentityAgent /opt/homebrew/var/run/yubikey-agent.sock Host * User ubuntu IdentityAgent...

I recently updated to kernel 5.9 and started seeing the kernel log this, seems to be caused by `throttled`: ``` [ 140.603433] msr: Write to unrecognized MSR 0x1a2 by python3...

I used the web installer for GrapheneOS at https://grapheneos.org/install/web and was getting `Timeout of 10000 ms exceeded` at a particular step. I think it was the `Unpacking system` step or...

I'm experimenting with fluentbit to fluentd fowarding with TLS encryption using a self-signed certificate. I struggled for a while to get fluentbit to connect to fluentd because it was rejecting...

I'm working full-time and unfortunately I don't have the capacity or desire to support this project anymore. If you're interested in maintaining the repository, including the list of domains and...

help wanted

Steps to produce: - Start Sway with a config that contains something like the following: ``` set $display_primary eDP-1 set $display_other DP-1 set $display_width 1920 set $display_height 1080 output $display_primary...

Hey, not a big deal but binaries downloaded from tag [v1.3.0](https://github.com/six-ddc/plow/releases/tag/v1.3.0) report they are 1.2.0 with `--version`: ``` $ tar xf plow_1.3.0_darwin_amd64.tar.gz $ ./plow --version 1.2.0 ``` This might confuse...

**Describe the solution you'd like** Windows comes with a security feature named ASR (Attack Surface Reduction) which is a set of security restrictions that should be applied to various Microsoft...

enhancement

When I try to remove the latest installed kernel, my system (running on Ubuntu 18.04) sort of... crashes. The screen goes black, and after a few seconds, I am taken...