-
Published Answer
Hi there,
What I could suggest here is first starting with the following tutorial series in order to understand the DOM:
http…
•
By
bobbyiliev
-
Published Answer
Hi there,
It looks like that a specific AJAX request is failing as it is trying to use HTTP rather than HTTPS.
To fix that, y…
•
By
bobbyiliev
-
Published Answer
Hi there,
The tutorial with the remote MySQL connection via SSH would not work for Managed MySQL Clusters as the clusters do not…
Accepted Answer:
Hi there,
The tutorial with the remote MySQL connection via SSH would not work for Managed MySQL Clusters as the clusters do not…
•
By
bobbyiliev
-
Published Answer
Hi there,
What I would usually do in this case is to create a separate Nginx server block for my main domain and a default Nginx…
•
By
bobbyiliev
-
Published Answer
Hi there,
I’ve noticed that a similar question was recently asked here:
https://www.digitalocean.com/community/questions/when…
•
By
bobbyiliev
-
Published Answer
Hi there,
Usually the /var/run/mysqld should be created by default after the MySQL installation.
You could try creating it …
•
By
bobbyiliev
-
Published Answer
Hi there,
I am happy to see that your website seems to be working as expected now. Would you mind sharing here with the communit…
•
By
bobbyiliev
-
Published Answer
Hi there,
In addition to what KFSys already mentioned, I could suggest also taking a look at this answer here:
https://www.di…
•
By
bobbyiliev
-
Published Answer
Hi there,
What I could suggest in this case is to either use FileZilla with SFTP to access and modify your files as described he…
•
By
bobbyiliev
-
Published Answer
Hi there,
I have also been using Laravel for a while now and I believe that it is a great choice for building a SaaS project.
…
•
By
bobbyiliev
-
Published Answer
Hi there,
Yes, this is doable. As Dokuwiki is also based on PHP as WordPress, what you could do is to create a separate Virtual …
•
By
bobbyiliev
-
Published Answer
Hi there,
As you may know, directly modifying the Apache config on a cPanel server is not a good idea as your changes would be l…
•
By
bobbyiliev
-
Published Answer
Hey @mkurmakaev,
In our public community, we aim to answer open questions about anything SysAdmin, DigitalOcean and beyond. Howe…
•
By
bobbyiliev
-
Published Answer
This question was answered by @mindzipper:
Disregard, I found it. Seems it’s not configured in webmin but running iptables -L s…
Accepted Answer:
This question was answered by @mindzipper:
Disregard, I found it. Seems it’s not configured in webmin but running iptables -L s…
•
By
bobbyiliev
-
Published Answer
Hey @306318017,
In our public community, we aim to answer open questions about anything SysAdmin, DigitalOcean and beyond. Howev…
•
By
bobbyiliev
-
Published Answer
Hi there,
Thank you for reporting this.
This is going to be beyond the scope of the tutorial. However here is how you could i…
Accepted Answer:
Hi there,
Thank you for reporting this.
This is going to be beyond the scope of the tutorial. However here is how you could i…
•
By
bobbyiliev
-
Published Question
In some cases, you might need to install a very specific Python version on your Ubuntu server which might be different from the one that comes from the default apt repositories.
Here is how you could do that!
Accepted Answer:
Hi there,
Thank you for reporting this.
This is going to be beyond the scope of the tutorial. However here is how you could install a specific version if needed:
First, install the required libraries:
command,bash
sud...
1
•
•
By
bobbyiliev
Python
Linux Basics
Linux Commands
Ubuntu
-
Published Answer
Hi there,
Is it a Managed PostgreSQL cluster that you are using or is it a PostgreSQL service installed on a Droplet?
Note th…
•
By
bobbyiliev
-
Published Answer
Hi there,
You would need to configure your PostgreSQL service to allow remote connections.
You can do that by following the s…
•
By
bobbyiliev
-
Published Answer
Hi there,
In case that you decided to go for Node.js I would recommend following this tutorial here on how to set up a Node.js a…
•
By
bobbyiliev