as title,Ubuntu 22.04.1 LTS released。
同時,登入後,也可以看到以下訊息:
New release '22.04.1 LTS' available.
Run 'do-release-upgrade' to upgrade to it.
之後找台機器試試看升級會不會爆炸 XD
軟體開發、伺服器和生活瑣事
as title,Ubuntu 22.04.1 LTS released。
同時,登入後,也可以看到以下訊息:
New release '22.04.1 LTS' available.
Run 'do-release-upgrade' to upgrade to it.
之後找台機器試試看升級會不會爆炸 XD
gateway4
已經不在使用,新的設定是使用 routes
:
routes: - to: default via: 10.10.10.1
舊版的 netplan 設定檔,更新以後會變成:
network: ethernets: ens33: addresses: [192.168.0.10/24] nameservers: addresses: [8.8.8.8, 1.1.1.1] dhcp4: false routes: - to: default via: 192.168.0.1 version: 2
其他請參考 netplan 範例。
Ubuntu 20.04 (臺灣時間) 今日開放下載。
除了 Ubuntu 以外,其他已 Ubuntu 為主的分支,也陸續開放下載:
Cloud-Init should allow you to modify password after first time login. But if SSH closed while changing password:
WARNING: Your password has expired. You must change your password now and login again! Changing password for ubuntu. Current password: passwd: Authentication token manipulation error passwd: password unchanged Connection to 192.168.0.102 closed.
There might be Cloud-Init issue in older version.
There is a workaround to by-pass force passwd. Find /boot/firmware/user-data
in the boot partition, then you will see options:
# On first boot, set the (default) ubuntu user's password to "ubuntu" and # expire user passwords chpasswd: expire: true list: - ubuntu:ubuntu
Update expire to false if you do not want to change password in first login. Or create your own username/password
in list
if expire
is not work.
Please notice that device is not safe using default user name and password. Change it after you connect to the device.