-
Published Answer
Assim como @tiagoffssantos mencionou. É necessário adicionar o domínio ao seu droplet primeiro no painel da DigitalOcean, e só …
•
By
marcosmendes
-
Published Answer
I just realized it was a set of config together. So, let’s get started.
First of all, you have to edit mysql configuration file
…
Accepted Answer:
I just realized it was a set of config together. So, let’s get started.
First of all, you have to edit mysql configuration file
…
•
By
marcosmendes
-
Published Question
My droplet is connected via ssh, i also have a firewall ufw installed.
What i tried:
Change bind address from mysql configuration file to my droplet IP, also tried change to 0.0.0.0 for accepting request from any IP.
...
Accepted Answer:
I just realized it was a set of config together. So, let's get started.
First of all, you have to edit mysql configuration file
nano /etc/mysql/my.cnf
So, you have to change bind-address key to droplet ip instead of 1...
2
•
•
By
marcosmendes
MySQL
Firewall
Debian
-
Published Question
I had an ssh connection working with no password, so i reset my root password in DO panel, now when i use ssh, the server ask for root password ( of course ). The question is: How can i switch back from ssh with no pa...
1
•
•
By
marcosmendes
Security
Linux Basics
Debian
-
Published Question
I have a ssh key working fine, i can login as root user without password. So, i created a new user, when i log in it and be back for root again, root ask for password, but i don't know because i'm using ssh key for lo...
Accepted Answer:
@marcosmendes
Setting PermitRootLogin to without-password means that the root user must login using a public key. If you're trying to run su root to become root from different users account, you will get prompted for...
2
•
•
By
marcosmendes
Linux Commands
Security
Debian
-
Published Question
Hello, i'm new in VPS and also here in Digital Ocean.
Situation: I have a MEAN Stack one-click app. If access my droplet via Putty and start my app, it will run. But if I close Putty my app just shut down.
Question: H...
Accepted Answer:
You could use screen :))
1
•
•
By
marcosmendes
DigitalOcean 1-Click Apps Marketplace
MEAN
Deployment
VPN
Ubuntu