-
Published Answer
The problem with the cronjob is that it has one extra star (which causes a syntax error). Replace it with this one:
*/10 * * ...
•
By
ioanmoldovan199
-
Published Answer
Unfortunately it’s not possible to install custom distributions on DigitalOcean, and Arch Linux is not an available choice.
•
By
ioanmoldovan199
-
Published Answer
Try learning to code in C# and using the digitalocean API (REST) it can be achived, also it’s a good learning project.
•
By
ioanmoldovan199
-
Published Answer
Okay, so to install PHPMyAdmin you need to add a VHOST to apache, but you should first consider if you really need a MySQL manager,…
•
By
ioanmoldovan199
-
Published Answer
This really doesn’t have to do with DigitalOcean, but I’ll help you, okay so you want to go in Ubuntu to Thunderbird and add the Mi…
•
By
ioanmoldovan199
-
Published Answer
Okay, so gmail has identified your email as spam, did you use an email generator? Also for bulk emails I would suggest mailgun or s…
•
By
ioanmoldovan199
-
Published Answer
Sorry, no idea why it doesn’t work :(
•
By
ioanmoldovan199
-
Published Answer
Yes, paste it on dpaste.com, and I’ll look at it :-)
•
By
ioanmoldovan199
-
Published Answer
No, it uses ext4
(checked using lsblk -f on my Ubuntu 16.04.1 droplet)
And no, I don’t think it’s selectable at install
•
By
ioanmoldovan199
-
Published Answer
Unfortunately you’re in trouble
net.ipv6.conf.all.disableipv6 = 1
should be
net.ipv6.conf.all.disable_ipv6 = 1
...
•
By
ioanmoldovan199
-
Published Answer
Do you mean FQDN, because for the droplets the hostname is the name of the droplet?
•
By
ioanmoldovan199
-
Published Answer
That might be a bad idea, it will cause downtime, and you won’t be able to use VPN due to the high bandwidth consumption and the 1/…
•
By
ioanmoldovan199
-
Published Answer
Look in the digitalocean control panel, it’s there, reset root password
•
By
ioanmoldovan199
-
Published Answer
Okay, so nginx doesn’t use .htaccess, delete it, it’s useless.
And it should be
location / {
try_files $uri $uri/...
Accepted Answer:
Okay, so nginx doesn’t use .htaccess, delete it, it’s useless.
And it should be
location / {
try_files $uri $uri/...
•
By
ioanmoldovan199
-
Published Answer
Well it would be best if you deleted the droplet, made a new one (running Ubuntu 16.04, empty, no 1 click app), and let me configur…
•
By
ioanmoldovan199
-
Published Answer
If you want I can take a lot at your server for free, also if I were you and wanted to deploy wordpress I would use serverpilot or …
Accepted Answer:
If you want I can take a lot at your server for free, also if I were you and wanted to deploy wordpress I would use serverpilot or …
•
By
ioanmoldovan199
-
Published Answer
I only have firefox on my Arch Linux system and I can access DigitalOcean just fine, check your internet connection, try rebooting,…
•
By
ioanmoldovan199
-
Published Answer
Your idea is good, and removing root would fix it, but I suggest looking into this as it provides more options and integrates bette…
Accepted Answer:
Your idea is good, and removing root would fix it, but I suggest looking into this as it provides more options and integrates bette…
•
By
ioanmoldovan199
-
Published Answer
You do have a root user, the password is disabled(! in /etc/shadow), but you can still use sudo -i, su is blocked.
Remove ro…
•
By
ioanmoldovan199
-
Published Answer
Well, I personally would lock the root account and add another account with sudo priviledges, block ssh as root and just use the SS…
•
By
ioanmoldovan199