-
Published Answer
It might be worthwhile to examine whether your machine is generating brute force attack on other websites - which means, your machi…
•
By
aseemr
-
Published Answer
Switch to a nonstandard SSH port
Disable password based authentication
Deploy fail2ban
•
By
aseemr
-
Published Answer
Hi - I guess port being used may not be correct.
All services have moved on to SSL now esp. Google. Their SSL-SMTP port is 465
•
By
aseemr
-
Published Answer
Check firewall ports, may need to be opened.
Accepted Answer:
Check firewall ports, may need to be opened.
•
By
aseemr
-
Published Answer
Please send your email-id to tv_freak@mailinator.com
Let us see what we can do for you.
•
By
aseemr
-
Published Answer
You probably need Adobe Media Server or smthg compatible, which supports RTMP/E protocol but supports S3 for content. Alternatively…
•
By
aseemr
-
Published Answer
AWSCredentialsProvider doCred = new AWSStaticCredentialsProvider(new BasicAWSCredentials("XXX", "YYY"));
AmazonS3 doBuc...
Accepted Answer:
AWSCredentialsProvider doCred = new AWSStaticCredentialsProvider(new BasicAWSCredentials("XXX", "YYY"));
AmazonS3 doBuc...
•
By
aseemr
-
Published Answer
Following Node.JS code is working for me. I suspect, we need to set up minimum 4 connection parameters.
*var AWS = require(...
•
By
aseemr
-
Published Answer
Chaining Read/Write commands in a script may automate migration. There may however be the cost for bulk data moving out of Amazon. …
•
By
aseemr
-
Published Question
Hi - We are considering DO for our production somewhat sizeable for us (100+ vms). However, one of the challenges we are anticipating is standardized monitoring and management by the ops team than having Linux develop...
0
•
•
By
aseemr
Monitoring
Configuration Management
-
Published Question
What is the max allowed records in a request?
curl -X GET -H "Content-Type: application/json" -H "Authorization: Bearer b7d03a6947b217efb6f3ec3bd3504582" "https://api.digitalocean.com/v2/images?page=1&per_page=1"
Can ...
Accepted Answer:
Why not read the documentation? https://developers.digitalocean.com/documentation/v2/#links (https://developers.digitalocean.com/documentation/v2/#links)
1
•
•
By
aseemr
API