Linux备忘录
Created 2025-04-16 / Updated 2025-04-16systemd-resolved:
# vi /etc/systemd/resolved.conf
# ln -sf ../run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
# systemctl enable --now systemd-resolved.service
声音:
# pacman -S alsa-utils
$ alsamixer
$ speaker-test -c 2
参考:
- https://wiki.archlinux.org/title/Systemd-resolved
- https://wiki.archlinux.org/title/Advanced_Linux_Sound_Architecture