Skip to content

Instantly share code, notes, and snippets.

View edumeneses's full-sized avatar

Edu Meneses edumeneses

View GitHub Profile
@edumeneses
edumeneses / gist:978393a231f2f1b30ae7a688b8b500e3
Created September 3, 2024 14:13
Install Jacktrip for the Linux server
- Install jacktrip using `sudo apt install jacktrip jacktrip-gui -y`
- Test if you can create a **jacktrip hub server** with the command `jacktrip -S`
- If everything went well create a Systemd service (unit file) and start the service:
```bash
cat <<- "EOF" | sudo tee /etc/systemd/system/jacktrip_server.service
[Unit]
Description=Run JackTrip server
After=multi-user.target
[Service]