onelittlehope
onelittlehope
Change this: ``` _trueline_has_ssh() { if [[ -n "$SSH_CLIENT" ]] || [[ -n "$SSH_TTY" ]]; then echo 'has_ssh' fi } ``` to: ``` _trueline_has_ssh() { if [[ -n "$SSH_CLIENT" ]]...
EDIT: I just found out that the os-ddclient plugin has two backends and one of them does support [AWS Route 53](https://github.com/opnsense/plugins/pull/3550). So ignore the script below since using ddclient is...
A workaround is to run another service like https://github.com/eworm-de/udp514-journal but it would be nice if this feature was part of systemd.
I have poor near vision and so was curious if it was simple to change the article title font size by adjusting some value in code/config. It was super simple...
@mozzius Under `Settings > Appearance > Font size`, would it be possible to add additional sizes for people who are near sighted? My current workaround is to use larger system...
Not relevant to this bug report and am just pointing out that guessable file names under world read/writable directories like /tmp can be a security issue. * https://systemd.io/TEMPORARY_DIRECTORIES/