当SSH‘’ing进入我的Ubuntu伙伴22.04机器时,我受到了以下的欢迎:
未启用应用程序的扩展安全维护。
在……里面
Welcome to Ubuntu 22.04.1 LTS (GNU/Linux 5.15.0-60-generic x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
Expanded Security Maintenance for Applications is not enabled.
...
7 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm
那是什么,如果我想,我如何启用它?
发布于 2023-02-14 22:34:55
这是免费的个人用途,最多5个Ubuntu运行设备。
我确实访问了https://ubuntu.com/esm,因为我已经有了一个规范的Ubuntu帐户,所以我登录了https://ubuntu.com/pro/dashboard
它现在生成了一个令牌:
机器类型:物理
机器:5台
活动机器:0
令牌:< 30-char string >
要实际使用它,您的Ubuntu机器必须安装ubuntu-advantage-tools
:
apt安装ubuntu优势工具
将令牌复制到剪贴板中,然后运行:
sudo pro attach TOKEN
它将自动将您的计算机附加到您的规范(Pro) Ubuntu帐户:
Enabling default service esm-apps
Updating package lists
Ubuntu Pro: ESM Apps enabled
Enabling default service esm-infra
Updating package lists
Ubuntu Pro: ESM Infra enabled
Updating 'livepatch' on changed directives.
Disabling Livepatch prior to re-attach with new token
Canonical livepatch enabled.
Unable to determine current instance-id
This machine is now attached to 'Ubuntu Pro - free personal subscription'
SERVICE ENTITLED STATUS DESCRIPTION
esm-apps yes enabled Expanded Security Maintenance for Applications
esm-infra yes enabled Expanded Security Maintenance for Infrastructure
livepatch yes enabled Canonical Livepatch service
realtime-kernel yes disabled Ubuntu kernel with PREEMPT_RT patches integrated
NOTICES
Operation in progress: pro attach
Enable services with: pro enable <service>
Account: <EMAIL REDACTED>
Subscription: Ubuntu Pro - free personal subscription
它现在也应该是发光绿色的启用的东西和红色的残疾人。
10分钟后我重新启动了.然后运行apt upgrade
,查看新的更新。
https://unix.stackexchange.com/questions/735556
复制相似问题