Maxime Catrice

Results 4 comments of Maxime Catrice

Hi! As a workaround I have this little script called `xclip` in my PATH: ```bash #!/bin/bash cat | clip.exe ``` It works enough to have passwords and otp codes in...

I managed to also publish pages on my self hosted environment, here is en excerpt of what ive done. My setup is a traefik that handle the publicly exposed dockers:...

Thanks for the input. I tried applying the changes, but I encountered the same issues with other systemd services (e.g., networkd, udevd). I reverted to systemd 257, and it works...

Here is what I did: 1. On an ARM Arch Linux VM, install the `arch-install-scripts` package. 2. Still within the ARM VM, navigate to the Orbstack folder containing the target...