Skip to content

Instantly share code, notes, and snippets.

@Dasutin
Dasutin / retronas_on_unraid.md
Last active April 20, 2024 08:35
RetroNAS on Unraid

RetroNAS on Unraid

This guide is intended for installing RetroNAS on an already configured Unraid server. If you're not familiar with Unraid or RetroNAS, head over to the RetroNAS GitHub page to learn about RetroNAS and consider setting it up on a Raspberry Pi.

Unraid NFS Setup

Within Unraid, enable NFS by going to Settings and NFS.

  • Enable NFS: Yes
  • Click Apply
@Dasutin
Dasutin / gist:643764bd8069ebf7063c7a9bc7f87893
Last active October 21, 2017 18:01
Installing FlowBAT on Ubuntu 16.04 LTS
## Installing FlowBAT on Ubuntu 16.04 LTS ##
## Install whats needed ##
apt-get update
apt-get install build-essential checkinstall curl git-core mongodb-server nodejs
## Install nvm ##
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.5/install.sh | bash