How to setup Static IP address in Zorin Linux 18 with GUI

Опубликовано: 16 Июнь 2026
на канале: JVM Techi
250
2

How to setup Static IP address in Zorin Linux 18 with GUI
#zorinos #installation #staticip #linuxforbeginners #ubuntu
===VBOX guestaddition
apt install build-essential linux-headers-$(uname -r) -y
cd /run/media/user1/VBox_GAs_7.1.6/
./VBoxLinuxAdditions.run

==== SSH
apt install openssh-server
systemctl enable ssh

vi /etc/ssh/sshd_config
PermitRootLogin yes
systemctl restart sshd