Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 818 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 818 Bytes

Workstation

Setup

  • Update OS
  • Enable Flathub "flatpak remote-modify --no-filter --enable flathub"
  • Install Ansible
  • Create Ansible Vault
  • Run Anisible Playbook
  • Swamp FFMPEG "sudo dnf swap ffmpeg-free ffmpeg --allowerasing"

Final Tasks

Change directory chmod if moved from windows

find Backup -type d -exec chmod 755 {} ; find Backup -type f -exec chmod 644 {} ;