Skip to content

Instantly share code, notes, and snippets.

View juicebyjustin's full-sized avatar
🇺🇸

justin juicebyjustin

🇺🇸
View GitHub Profile
@jacobkossman
jacobkossman / README.md
Last active February 14, 2019 16:52
FreeNAS - How to setup SubSonic with HTTPS

Basic Install

  1. Log in to FreeNAS GUI
  2. Click Plugins on top menu bar
  3. Choose Subsonic -> Install
  4. Refresh
  5. Click Plugins on top again
  6. Turn SubSonic on
  7. Add storage to your music folder and make sure it is mounted
  8. Click SubSonic in Plugins dropdown in left menu
@nemotoo
nemotoo / .gitattributes
Last active June 20, 2024 09:44
.gitattributes for Unity3D with git-lfs
## Unity ##
*.cs diff=csharp text
*.cginc text
*.shader text
*.mat merge=unityyamlmerge eol=lf
*.anim merge=unityyamlmerge eol=lf
*.unity merge=unityyamlmerge eol=lf
*.prefab merge=unityyamlmerge eol=lf