Results 85 comments of John Goerzen

Coming from xmonad, this is also a gripe of mine. With xmonad, it was very easy (hotkey) to change the number of windows on the left vs right. I've also...

I would rather just have the standard Gnome top bar -- a number of plugins for it work extremely poorly on the left -- and not have the Material top...

I am also seeing this. It only started when using ipv6 IPs in URLs. These are common, for instance, on the Yggdrasil Network https://yggdrasil-network.github.io/

I believe that would be a new change in recent versions of ZFS? I'd tried that in the past and got Docker errors that the filesystem wasn't capable of it.

overlayfs is NOT yet ready atop ZFS. See: https://github.com/openzfs/zfs/pull/9414 https://github.com/openzfs/zfs/pull/12209 https://github.com/openzfs/zfs/issues/8774

I came here looking for this. In my use case, I have several devices connected to a monitor with multiple inputs. My usual way to switch between them is to...

Here are some suggestions to make this work better: Don't create a yggdrasil sysusers file, and instead use the DynamicUser option: ``` User=yggdrasil-dyn Group=yggdrasil DynamicUser=true ``` (Note: User must not...

Sure. Per the systemd NEWS file: - DynamicUser was added in version 232, 2016-11-03 - NoNewPrivileges was introduced before NEWS started; it was already mentioned as existing in v227, 2015-10-07...

An update: Per discussion in Matrix, CAP_NET_RAW is no longer necessary. You may be interested in the service file I'm shipping with the package that will go into Debian; it's...