Nützliches (5)

random stuff aka Merkhilfe

compile wineasio and install in Ubuntu 22.04

git clone https://github.com/wineasio/wineasio cd wineasio git clone https://github.com/falkTX/rtaudio sudo apt install libjack-jackd2-dev wine-staging-dev make 64 sudo mv build64/wineasio.dll /usr/lib/x86_64-linux-gnu/wine/wineasio.dll sudo mv build64/wineasio.dll.so /usr/lib/x86_64-linux-gnu/wine/wineasio.dll.so wine64 regsvr32 /usr/lib/x86_64-linux-gnu/wine/wineasio.dll

AKG C411 with Shure Bodypack

To use ur good old C411 with a Shure Bodypack you may follow this guide: --> Shure Unfortunately they forgot to mention that there is also a greenish wire that you have to connect to pin 1 of TA4F together with the shield.

VM's on True-NAS Core - NIC in VLAN

I'd like to attach a VM wich is running on True-NAS Core to a VLAN on my host's LAG. Could not find the solution online, so i did try and error until i came to the following Solution: If your NAS needs an IP-Adress in…

LOOL on Ubuntu 22.04 with nginx reverseproxy and certbot

Based on this Post by Xiao Guoan on LinuxBabe sudo apt install apt-transport-https ca-certificates snapd Add Repository: cd /usr/share/keyrings sudo wget https://collaboraoffice.com/downloads/gpg/collaboraonline-release-keyring.gpg echo 'deb https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-ubuntu2204 ./' | sudo tee /etc/apt/sources.list.d/collabora.list Install: sudo apt update sudo apt install coolwsd code-brand nginx sudo snap install --classic certbot…