#— Command execution in privileged mode
$— Command execution in user mode
# echo "fs.inotify.max_user_watches = 524288" > /etc/sysctl.d/10-user-watches.conf
# sysctl -p --systemhttps://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
fusermount: failed to open /etc/fuse.conf: Permission denied fusermount: option allow_other only allowed if 'user_allow_other' is set in /etc/fuse.conf
sudo adduser $USER fuse && sudo chmod 640 /etc/fuse.conf
Could not fetch https://api.github.com/repos/vendor/project, enter your GitHub credentials to go over the API rate limit The credentials will be swapped for an OAuth token stored in ~/.composer/auth.json, your password will not be stored To revoke access to this token you can visit https://github.com/settings/applications
$ composer install --no-interaction
or
Create an OAuth token on GitHub. Read more on Personal API tokens.
$ composer config -g github-oauth.github.com <oauthtoken>
# apt-get install subversion