Linux

linux sound

aplay sudo alsa force-reload vi /etc/modprobe.d/alsa-base.conf Show Sound Devices boby@fwhlin:~$ cat /proc/asound/cards 0 [Intel ]: HDA-Intel – HDA Intel HDA Intel at…

aplay

aplay is a command line sound player for ALSA soundcard driver. To list all available sound devices, run boby@sok-01:~$ aplay -l ****…

Linux Commands

General System stracelsoflspci Networking nmtui – configure networking Disk/Storage blkid – show UUID for disks.vgcreate Load

strace

strace command is used to trace system calls. This is useful to see what a process is doing. To see what a…