-
Published Answer
Usually DigitalOcean doesn’t suspend your servers immediately at the end of the month, but I would suggest you to open a support ti…
•
By
Captain
-
Published Answer
Head to your domains configuration (most likely /etc/nginx/sites-available), than create a file named example.com and inside put th…
•
By
Captain
-
Published Answer
This article provide you with a brief introduction to installing Nginx. To enable PHP and other familiar components you need to mak…
•
By
Captain
-
Published Answer
To restart the Apache please enter the following line using a root-enabled user:
service httpd restart
If that doesn’t …
•
By
Captain
-
Published Answer
Well, if you’re editing a file which has this signs in you could use quotes to specify that the whole string is the filename:
...
•
By
Captain
-
Published Answer
Because if the website on droplet #2 is attacked, than droplet #1 will just stop the attack.
<br>
<br>Droplet #1 that has the firew…
•
By
Captain
-
Published Question
Can I configure a droplet to be an external firewall to another droplet?
For example, if on droplet #1 there is an over-usage (DDOS attack), than droplet #2 will handle the attack while droplet #1 will remain active.
...
2
•
•
By
Captain
-
Published Answer
For some reason it fixed itself..
<br>
<br>No idea how..
•
By
Captain
-
Published Question
I installed ProFTPD, and sometimes it stuck on the MLSD command, but sometimes not..
I enabled the Passive Ports range on the firewall (basic IP tables blocking)
This is my proftpd.conf file:
This is the ProFTPD confi...
1
•
•
By
Captain
-
Published Question
Hello everyone.
I installed PHPMYADMIN, and now when I'm trying to login nothing happens..
http://daniel-s.net/phpmyadmin
It doesn't show up any errors at all..
Why is that?
Thanks in advance.
2
•
•
By
Captain
-
Published Question
Hello everyone.
I installed the lighttpd, MYSQL, ProFTPD services by the DigitalOcean guides,
I created a new user by this commands:
useradd <username>
passwd <username>
groupadd <groupname>
gpasswd -a <username> <gro...
2
•
•
By
Captain