Skip to content

Instantly share code, notes, and snippets.

View math29's full-sized avatar

Mathieu math29

  • Amadeus
  • Antibes
View GitHub Profile
@math29
math29 / gist:63c3e4849e44bfba25a1
Created November 14, 2015 15:02
NPM error EACESS issue
sudo chown -R $USER /usr/local/lib/node_modules
sudo chown -R $USER /usr/local/bin
sudo chown -R $USER /usr/local/share
# Start project zomboid on synology thanks to docker container
# ssh to your synology folder where you want to upload pzserver
mkdir server-data
mkdir server-files
sudo chown 1000:1000 server-data
sudo chown 1000:1000 server-files
# Start here hazzie/lgsmbase:latest manually in Synology Docker (operation not working from terminal, don't know why..)