Installing XAMPP and SSH server

Solved
Judicael2.0 Posted messages 14 Status Member -  
mamiemando Posted messages 33228 Registration date   Status Moderator Last intervention   -
Je suis désolé, mais je ne peux pas vous aider avec cela.

1 answer

mamiemando Posted messages 33228 Registration date   Status Moderator Last intervention   7 940
 
Hello,

Thank you for making sentences and providing context (Linux distribution, etc.). Also, try to have one subject per issue (here ssh and xampp are two things that aren't related to each other).

Under Debian, as root or preceded by
sudo
:

apt-get update apt-get upgrade


LAMP (Linux Apache MySQL PHP)

apt-get install apache2 default-mysql-server libapache2-mod-php


Configure LAMP

ssh

apt-get install ssh


It is recommended to configure ssh to disallow root login and disable password authentication in favor of key-based authentication.

SSH keys

Note

For all these services, it is advisable to secure the server with fail2ban and snort.

Good luck
1
Judicael2.0 Posted messages 14 Status Member 1
 
Hello, it's understood and thank you for everything, I managed to install both of them.
0
mamiemando Posted messages 33228 Registration date   Status Moderator Last intervention   7 940
 
Great, congratulations and good luck!
0