I'm using Ubuntu Server 18. What should i do to secure it as a web server. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I'm using Ubuntu Server 18. What should i do to secure it as a web server.

web server

12th May 2018, 10:39 PM
Shane Smith
Shane Smith - avatar
2 Answers
+ 4
This is one of the most complete articles I have seen on how to improve the security of a server in Linux. Something to keep in mind: do not execute any command that is listed in the article if you do not know what it does, it is preferable that before you understand what each command is used for. https://www.cyberciti.biz/tips/linux-security.html If you are using Apache, Ngix, or some other server you should also look for ways to improve the security of those services, since by default they are quite permissive.
12th May 2018, 11:00 PM
Mickel
Mickel - avatar
+ 1
I read it and implemented it. Thanks so much!
13th May 2018, 11:14 PM
Shane Smith
Shane Smith - avatar