https://github.com/ajayrandhawa/my-helpful-notes
https://github.com/ajayrandhawa/my-helpful-notes
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ajayrandhawa/my-helpful-notes
- Owner: ajayrandhawa
- Created: 2020-12-05T21:20:44.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-09T09:02:01.000Z (over 3 years ago)
- Last Synced: 2025-07-18T09:45:53.694Z (3 months ago)
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My-Helpful-Notes
# AWS EC2
### PERMISSION ERROR FILE UPLOADING FILEZILLA
chmod 757 -R /var/www/html### FOLDER PERMESSION RESET TO EXECUTE
sudo chown -R ec2-user:ec2-user /var/www/html
sudo chmod -R 755 /var/www/html### RESTART FTP
sudo systemctl restart vsftpd