Ubuntu 20.04 + Moodle Setup | 15 minuti

apt update && sudo apt -y dist-upgrade apt-get install -y net-tools apt install ssh systemctl enable --now ssh systemctl status ssh ssh verrichiello@192.168.24.129 sudo su cd /etc/netplan/ root@ubuntu:/home/verrichiello# ip link 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: ens32: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000 link/ether 00:0c:29:30:6f:be brd ff:ff:ff:ff:ff:ff --- root@ubuntu:/etc/netplan# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.24.2 0.0.0.0 UG 100 0 0 ens32 192.168.24.0 0.0.0.0 255.255.255.0 U 0 0 0 ens32 192.168.24.2 0.0.0.0 255.255.255.255 UH 100 0 0 ens32 --- root@ubuntu:/etc/netplan# ifconfig ens32