How can I take the mic input from one computer and send it to the server, then have it act as the mic input of a Windows server. Then have the server’s speaker output send it back to my computer, for it to be accepted as mic input so it […]
Daily Archives: April 3, 2023
12 posts
I wish to auto-mount an SD card onto my Debian (command-line only). To have this, I have added this to /etc/fstab: /dev/mmcblk0p1 /media/sd auto defaults,user,umask=000 0 0 This works great, IF the card is presented during boot. Otherwise it will block the booting. What I wish is to make: the […]
We have several Windows 10 Pro laptops where Local Group Policy disallows read, write, and execute access for removable disks. We would like certain users to have this access. It seems like something a group could be used for, but none of us have any sysadmin experience with Windows systems […]