Nützliches (6)

setup COOL on Ubuntu 24.04

Ubuntu 24.04 Server with at least an active A-Record pointing to it with the domain you want to use for Collabora. In this example it is "office.meindomain.tld". add Collabora singing key: cd /usr/share/keyrings wget https://collaboraoffice.com/downloads/gpg/collaboraonline-release-keyring.gpg add the following to /etc/apt/sources.list.d/collaboraonline.sources: Types: deb URIs: https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-deb Suites:…

Procedural Theater Fixtures for Blender

Currently consisting of SourceFour by ETC and 2KW F by Strand. Based on Geo-nodes to enable easy Arrays. Features: Build in Arrays follow object or manual focus or even blend between both of them different follow Modes CT 1200-7000K Dimmable Roadmap: realistic fall-off and lightpatterns…

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…