ubuntu
カテゴリ
起動時のUbuntu Pro(有料)案内広告を消す
2026/06/01 20時install

* Strictly confined Kubernetes makes edge and IoT secure. Learn how MicroK8
just raised the bar for easy, resilient and secure K8s cluster deployment.
https://ubuntu.com/engage/secure-kubernetes-at-the-edge
Expanded Security Maintenance for Applications is not enabled.
0のアップデートはすぐに適用されます。
21 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm
Last login: Mon Jun 1 20:19:08 2026 from 100.81.130.99

Ubuntu Server を再起動すると、最初の画面にこの様な表示がされている、調べると単なる広告なので消す

① MicroK8sの広告 これはUbuntuが表示する広告
Strictly confined Kubernetes makes edge...

② ESM Apps(有料サポート)の案内
21 additional security updates can be applied with ESM Apps.
これは「Ubuntu Pro(有料)に加入すれば21個追加でアップデートできますよ」という案内

① MicroK8s広告を消す
sudo pro config set apt_news=false
sudo chmod -x /etc/update-motd.d/50-motd-news
sudo rm -f /var/cache/motd-news
② ESM Apps案内を消す
sudo chmod -x /etc/update-motd.d/91-contract-ua-esm-status
sudo rm -f /var/lib/ubuntu-advantage/messages/motd-contract-status
sudo truncate -s 0 /var/lib/update-notifier/updates-available
但し、定期的に再生成されるので、再表示されたら
sudo chmod -x /etc/update-motd.d/90-updates-available
記事一覧