-
Published Answer
Looks like this may be a security feature (stopping php from reading environment variables).
There may be a setting you have to …
•
By
AdrianStOnge
-
Published Answer
If you didn’t make the purchase, then it may be a fake email baiting you to click a link.
Better check your financial institutio…
•
By
AdrianStOnge
-
Published Answer
To create a droplet with 16gb of RAM and 6 core CPU, you simply select that option when creating a droplet.
•
By
AdrianStOnge
-
Published Answer
Did you configure your email setting on Go Daddy?
•
By
AdrianStOnge
-
Published Answer
That image shows python listening on port 53 for DNS queries I assume.
To change the port would required editing the code that is …
•
By
AdrianStOnge
-
Published Answer
It looks like firewall-cmd might be a reference to which ever firewall service you’re using on your droplet?
If “`firewall-…
•
By
AdrianStOnge
-
Published Answer
When you setup your Wordpress blog, did you use “www.edvins.io” as the domain name?
If so, you need to add a ‘www’ records to the …
•
By
AdrianStOnge
-
Published Answer
Copy and pasting would be the responsibility of Putty not the server.
Are you able to copy/paste outside of putty?
•
By
AdrianStOnge
-
Published Answer
If you can still access your droplet through control panel console then you may still have the ability to connect out from your dro…
•
By
AdrianStOnge
-
Published Answer
What are you trying to do?
The “w” in fopen(“hello.txt”,“w”) means to write to a file, not read.
It would be best to read the …
•
By
AdrianStOnge
-
Published Answer
Verify that /usr/bin/vncserver exists and is executable.
see if you can start VNC Server manually.
•
By
AdrianStOnge
-
Published Answer
When you create a new Droplet, select “One Click Apps” and then select “Wordpress”.
•
By
AdrianStOnge
-
Published Answer
This is a broad question. How do you deploy when you develop under windows?
Most likely the same tools are available.
A basic …
•
By
AdrianStOnge
-
Published Answer
You may want to spin up a Debian system instead of Ubuntu.
As per the github page:
“`For now it is tested and developed only…
Accepted Answer:
You may want to spin up a Debian system instead of Ubuntu.
As per the github page:
“`For now it is tested and developed only…
•
By
AdrianStOnge
-
Published Answer
You may want to question your expectations.
Popen() will not call “tests.py” to run and then continue with the execution of “My_…
•
By
AdrianStOnge
-
Published Answer
You’re best off to run the hostname command as root (check hostname -h for full command).
Give the droplet a reboot, i…
•
By
AdrianStOnge
-
Published Answer
Run the following:
npm init -y
That will create the package.json file which you can edit later with proper in…
Accepted Answer:
Run the following:
npm init -y
That will create the package.json file which you can edit later with proper in…
•
By
AdrianStOnge
-
Published Answer
The fact that the resetting the password from Access Console is giving you the same result leads me to believe that your droplet ma…
•
By
AdrianStOnge
-
Published Answer
Looks like Stack Overflow might have the answer!
https://serverfault.com/questions/627305/hide-port-in-nginx-reverse-proxy-redir…
•
By
AdrianStOnge
-
Published Answer
They are reviewing your account. Please try again later.
•
By
AdrianStOnge