UFSの備忘録 % Home / Categories

Linux备忘录

Created 2025-04-16 / Updated 2025-04-16

systemd-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

参考:

Categories: [Linux]