scrion

joined 1 year ago
[–] scrion@lemmy.world 1 points 1 day ago (1 children)

For comparison, an American store brand toast:

[–] scrion@lemmy.world 6 points 1 day ago (6 children)

No, it's not. This refers to pre-packaged bread, e. g. white bread, toast etc. - the stuff you find in a supermarket shelf, full of preservatives and other additives.

[–] scrion@lemmy.world 7 points 1 month ago

It absolutely does, on Android at least. On iOS, given Apple's restrictions, the whole situation is a bit more complicated:

https://ericmigi.com/blog/apple-restricts-pebble-from-being-awesome-with-iphones

[–] scrion@lemmy.world 2 points 1 month ago* (last edited 1 month ago)

I don't know what your previous setup was, but given that running resolved fixes your DNS issues, run:

ln -sf ../run/systemd/resolve/stub-resolv.conf /etc/resolv.conf

This will point programs that use /etc/resolved.conf during DNS resolution to the local DNS server provided by systemd-resolved.

Then, enable resolved so that it is started when you reboot:

systemctl enable systemd-resolved.service

Finally, start the service so that it is available immediately:

systemctl start systemd-resolved.service

You will want it run those with the required permissions, e. g. via sudo.