/linux-audio-setup-scripts

Scripts to get you running with a professional audio quality Linux system.

Primary LanguageShell

Linux Audio Setup Scripts

By Brendan Ingram

This repository contains scripts and guides to get you running with a Linux system capable of professional audio engineering and music production.

How do I use this?

Find your distribution in the list below, click the link, and run the SINGLE command listed at the top of the file - easy!

Supported distributions:

You can find me at:

Personal

Air Audio (audio news and tutorials)

Feathernator (my music)

Notes:

SSH clone this repository

git clone git@github.com:brendaningram/linux-audio-setup-scripts.git

To add yourself as a sudo user with no password

su -c "echo '$USER ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/$USER"