Fresh to Linux?, Sick Of Windows?, USE ZORIN_OS, Tools, Stores, Apps, Commands, etc

Sdílet
Vložit
  • čas přidán 29. 08. 2024
  • ##Updating the System
    sudo apt update
    sudo apt dist-upgrade
    NOTE*****
    All those commands below are not needed for Linux beginners, just for People wanting to produce music with it.
    ##installation
    sudo apt install darktable // install darktable
    which darktable // Find out, where it was installed
    sudo apt remove darktable // uninstall darktable
    sudo apt install build-essentials //important packages
    ##Install Reaper from Website
    chmod +x ./install-reaper.sh
    sudo ./install-reaper.sh
    ##Install Wine
    sudo dpkg --add-architecture i386 // install 32-Bit Functions
    sudo apt install wget
    wget -nc dl.winehq.org/...
    sudo apt-key add winehq.key
    sudo -apt-repository 'deb dl.winehq.org/... focal main'
    sudo apt update
    sudo apt dist-upgrade
    sudo apt install --install-recommends winehq-staging
    ##Install Yabridge
    wget github.com/rob...
    tar -xvf yabridge-5.1.0.tar.gz
    ##Install Pipewire (Audio Driver)
    sudo apt install pipewire pipewire-audio-client-libraries pipewire-pulse pipewire-jack pipewire-alsa
    sudo add-apt-repository ppa:pipewire-debian/pipewire-upstream
    sudo apt update
    sudo apt dist-upgrade
    sudo apt install pipewire pipewire-audio-client-libraries
    sudo apt install libspa-0.2-bluetooth libspa-0.2-jack
    sudo apt install pipewire-pulse
    systemctl --user enable pipewire
    systemctl --user start pipwire
    systemctl --user enable pipewire-pulse
    systemctl --user start pipewire-pulse
    systemctl --user --now disable pulseaudio.service pulseaudio.socket
    systemctl --user mask pulseaudio
    sudo apt install qjackctl
    Wanna be prepared for the coming Linux world Domination?
    Then you are at the right place.
    From Soundcreation, Audiodrivers, etc..., to the knowledge of working in a Linux Distro.
    Learn how to set up EndeavorsOS and Timeshift on Linux for music production. We'll also cover installing Reaper, plugins, and using Pacman for a seamless workflow! #LinuxMusic
    Thanks for watching!
    From talking about Musicbands, Genres, or simply interesting facts about certain groups, to uploading my own music tracks...
    I do not to limit myself to just that, but this will be my primary focus of content.
    From Tutorials for Reaper, Linux, talking about Audio and Music in general, to regular shitposting and stupid memes.
    #ubuntu
    #linuxmusic
    #zorinos
    #windows
    #pipewire
    #yabridge

Komentáře • 1

  • @laylasmart
    @laylasmart Před 2 měsíci +2

    Wow men. Wonderful video. Zorin came installed with both Wine and Bottles, so I didn't used the Terminal, and when I activated Bottles for the time, it also installed other version of Wine.
    I recall that one of them was Wine mono.
    I did all the necessary steps preparing a bottle.
    I tired to use a portable version of Cakewalk by Bandlab before installing it, and while cakewalk worked on Windows as portable, on Zorin it didn't work.
    The EXE file doesn't show when searching in the bottles, unless I choose "all files", and when activating the cakewalk EXE, it says "Launching Cakewalk but nothing happens.
    Can you show us how to make Cakewalk by Bandlab work with all it's plugins on Zorin?