TheDcoder

Results 79 comments of TheDcoder

Sorry, that was a bad example, I updated it to remove the ambiguity.

@codebrainz why didn't anyone tell me about the `tac` utility before?! I better go through them all now :grin: By the way, this feature won't be available to Windows users...

I'm not suggesting a paradigm shift, just an alternative to sudo. I guess one could write a sudo shim program which will automatically translate calls to `sudo` to their own...

@jamesmcm I did some testing and I running vopono as root, it seems to be stuck starting OpenVPN (even though I can see the process in htop): ``` root@rpi /t/testing#...

> You can also check the OpenVPN log which should be at /root/.config/vopono/logs/ in this case (when it is running). I can't see the `logs` directory (vopono is still running):...

I found the logs at `/etc/netns/vopono_pia_switzerland/openvpn.log` and I think I found the issue: ``` (...more of the stuff below...) 1663106301.439663 1 SIGUSR1[soft,init_instance] received, process restarting 1663106621.460569 4000021 RESOLVE: Cannot resolve...

There is some progress I guess, OpenVPN is running with errors when I use the config files with the IP address directly: ``` 2022-09-13T22:32:38.160Z DEBUG vopono::openvpn > 1663108358.160084 3000021 TLS...

I'm using Arch Linux ARM's default network stack so I guess I'm using `systemd-resolved` for the DNS.

Hi, sorry for the late response, you might want to have a look at this [topic](https://discuss.gohugo.io/t/trying-to-make-the-home-page-static-hyde-y-theme) at hugo discussions 😄

@rofl0r Any chance we could make this configurable at runtime? IMO hardcoding config shouldn't be the default because then we would have to deviate from the distributor's version. Also I'd...