Setting a Static IP on Ubuntu
Config the Static IP at /etc/netplan/00-installer-config.yaml network: ethernets: enp0s8: dhcp4: no addresses: [192.168.202.10/24] version: 2 Apply the new changes sudo netplan try
Nov 27, 20241 min read2
Search for a command to run...
Articles tagged with #ubuntu
Config the Static IP at /etc/netplan/00-installer-config.yaml network: ethernets: enp0s8: dhcp4: no addresses: [192.168.202.10/24] version: 2 Apply the new changes sudo netplan try
Run this command with User that you want to fix sudo chsh -s /bin/bash <username> Re-login account