sysxtreme

Results 4 comments of sysxtreme

I ran it in verbose mode, and put some new Write-Verbose lines to find where the code is throwing error. I got this: ``` manage_etc_hosts: true manage_resolv_conf: true resolv_conf: #...

It seems to be an issue related to the PowerShell version. I was using PowerShell 7.4.4 and got the error, but running the script on PowerShell version 5.1, system's default,...

I ran into the exact same problem when using Dokploy. I needed two networks, but their order kept changing randomly, sometimes the default gateway was eth0, other times eth2. This...