-
Notifications
You must be signed in to change notification settings - Fork 0
command MAC
sanglt1902 edited this page Apr 10, 2020
·
1 revision
Fix permission deny on a folder
- sudo install -m 0755 -o $USER -d
Add permission to run a script
- chmod +x <script_name>.sh
TIP
aws dynamodb scan --table-name TABLE_NAME > export.json // export JSON file from dynamo
export NODE_OPTIONS=--max_old_space_size=8172 // Fix JS out of memory