Permission denied when launch python script via bash

You should be able to run the script typing: $ chmod 755 ./scripts/replace-md5sums.py $ ./scripts/replace-md5sums.py There are times where the user you are currently logged with just don’t have the permission to change file mode bits. In such cases if you have the root password you can change the file permission this way: $ sudo … Read more

WinSCP: Permission denied. Error code: 3 Error message from server: Permission denied [closed]

You possibly do not have create permissions to the folder. So WinSCP fails to create a temporary file for the transfer. You have two options: Grant write permissions to the folder to the user or group you log in with (myuser), or change the ownership of the folder to the user, or Disable a transfer … Read more

getUserMedia() in chrome 47 without using https

getUserMedia allows you to listen in to the private conversations of the user. If it were enabled over unencrypted HTTP, this would allow an attacker to inject code that listens in and sends the conversations to the attacker. For example, if you if you are in a private conference room of a hotel with unencrypted … Read more