-
Published Answer
I have noticed that the problem is specific to Chrome, my pages load fine from other browsers. I have cleared Chrome’s cache for th…
•
By
mcplums
-
Published Question
I'm getting the standard CORS blocked policy when trying to serve JSON files from my Space. My site is serving images from this Space already just fine. I have updated the CORS policy to Origin: * and Header name: *
W...
1
•
•
By
mcplums
DigitalOcean Spaces
-
Published Question
So I'm trying to stream from my droplet to Twitch. I've already found a solution for the video- https://belive.tv/ it outputs the video fine.
I don't think my droplet is configured to output any sound in the first pla...
0
•
•
By
mcplums
Programming Project
Ubuntu 18.04
-
Published Question
I'm trying to create something similar to Twitch Plays Pokemon, where commands are recieved via a web interface, something is done with the commands, and the results streamed live.
I've already played around with VNC...
2
•
•
By
mcplums
Programming Project
Ubuntu 18.04
-
Published Question
I've had a think, and I can't come up with any reason why this can't be done, but I don't want to waste time if it's impossible.
Essentially, I want to host a site on my droplet that takes inputs from the user, it do...
1
•
•
By
mcplums
Programming Project
Ubuntu 18.04
-
Published Answer
Thanks very much for this. So, I tried the command you suggested, and the list is identical to what I get when trying the same comm…
•
By
mcplums
-
Published Question
This is probably a stupid question but I'm being a little paranoid here.
So I previously used my droplet to host my website. I do not recall exactly what I installed to get this to happen, but it included nginx and p...
Accepted Answer:
Greetings!
Great question. There is no one-size-fits-all answer on this, but I can tell you what I would do. First, I would check to see what services are listening with this:
netstat -tulpn
Then I would review ever...
2
•
•
By
mcplums
Security
Ubuntu 18.04