SÍNTESI 25 | SAIA

INSTAL·LACIÓ I CONFIGURACIÓ DEL PROGRAMARI NECESSARI

SSH 

sudo apt update && sudo apt upgrade -y

sudo apt install openssh-server -y 

sudo systemctl status ssh

sudo systemctl start ssh

sudo systemctl enable ssh

ssh usuario@ip_del_servidor

RDP 

sudo apt update

sudo apt upgrade

sudo apt install xrdp -y

echo “startxfce4” > ~/.xsession

sudo systemctl restart xrdp

sudo adduser xrdp ssl-cert

sudo systemctl enable xrdp

sudo systemctl status xrdp

sudo apt install task-xfce-desktop

echo “startxfce4” > ~/.xsession

ANTIVIRUS CLAMAV

sudo apt install clamav clamav-daemon clamav-freshclam clamdscan -y

sudo systemctl is-enabled clamav-daemon

sudo systemctl start clamav-daemon

sudo systemctl enable clamav-daemon

sudo systemctl status clamav-daemon

Leave a Comment