sudo chown -R MYUSER:www-data *
sudo find . -type d -exec chmod 755 {} \;
sudo find . -type f -exec chmod 640 {} \;
sudo find sites/default/files/config* -type f -exec chmod 664 {} \;
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# This script installs brew and chowns the right directories needed to run | |
# brew as a standard user. Your user should be the owner of /usr/local which | |
# gets set during the installation of brew. The global homebrew cache directory | |
# group should be set to 'staff' which is not set during a brew install. This | |
# script fixes that. | |
# To begin, you MUST execute this script with your user account while it has | |
# admin privileges. Once the script completes, you can change your |
Since my Macbook Pro only has USB-C port, I used an USB-A to USB-C adapter to connect my F310 to it, but it does not work (pressing MODE button does not turn on the LED).
To make it work:
- Disconnect F310 from Mac
- On F310: switch X-input to D-input
- Hold Logitech button (in the middle)
- Connect F310 to Mac via adapter, now you can release the Logitech button.