Chris Xiao
Chris Xiao
Can confirm this is still an issue on HA `2022.3`. Sometimes I want to stay logged in to HA in my browser but I'd rather not stay logged in to...
Local backup seems to work fine. In the config file (`.autorestic.yml`), just specify paths like one usually do on Windows (like `D:\backup\restic1`) would work. I haven't tested any remote backup...
As far as I know, everything except `install` and `upgrade` should be working just fine. Seems like `install` and `upgrade` assume a UNIX-like environment. Edit: @cqjjjzr, I have compiled Windows...
> is zip preinstalled on windows? Windows File Explorer can open and create zip archives. There's also `Expand-Archive` in PowerShell. Both options are built in to Windows, which is why...
After some more testing, I noticed that Proton's iptables rules have no effect when other firewall (like UFW) is in use. I think it might still be better to just...
@CzBiX, I can confirm that with `discard=on` in QEMU's args, running `fstrim` in the guest will reduce the size of the disk. Here's the QEMU arg: ``` -drive file=/Users/chris/.lima/fedora/diffdisk,if=virtio,discard=on ```
@jandubois You can resize the virtual disks with `qemu-img`. It is part of the `qemu` Formulae (Homebrew package), hence it runs on macOS. `qemu-img` has a `resize` option, which can...
Seems like this issue doesn't exist if I disable `unsafe_routes` across the board.
Your diagram above is correct. The laptop (MacOS) and the desktop (RHEL 9) is on the same LAN, and the lighthouse is on AWS with a public IPv4 and IPv6...
Just a side note, Rosetta works great in [UTM](https://github.com/utmapp/UTM), when I launch VMs using Virtualization.framework. I think *theoretically*, Rosetta should work in QEMU, but it's intended to be used with...