重置 Linux Root 密码

系统管理员可以轻松地为忘记密码的用户重置密码。但是如果系统管理员忘记了 root 密码会发生什么?本指南将向您展示如何在 Red Hat 兼容系统上重置丢失或忘记的 root 密码。

系统管理员可以轻松地为忘记密码的用户重置密码。但是如果系统管理员忘记了 root 密码会发生什么?本指南将向您展示如何在 Red Hat 兼容系统上重置丢失或忘记的 root 密码。
升级 Home Assistant 以使用最新的 Helm chart 和应用程序版本。
helm list
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
emqx default 1 2020-01-15 09:50:07.876751946 -0500 EST deployed emqx-v4.0.0 v4.0.0
hass default 3 2020-01-22 14:40:55.119051419 -0500 EST deployed home-assistant-0.9.11 0.101.2
nextcloud default 1 2019-12-24 16:39:19.78369805 -0500 EST deployed nextcloud-1.9.1 17.0.0helm repo update
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "geneliu" chart repository
...Successfully got an update from the "emqx" chart repository
...Successfully got an update from the "stable" chart repository
Update Complete. ⎈ Happy Helming!⎈ helm upgrade hass stable/home-assistant -f ./hass.yaml
Release "hass" has been upgraded. Happy Helming!
NAME: hass
LAST DEPLOYED: Wed Feb 5 13:10:39 2020
NAMESPACE: default
STATUS: deployed
REVISION: 4
TEST SUITE: None
NOTES:
1. Get the application URL by running these commands:
http://myhome.example.com/我已经有不少应用程序被容器化并由 Docker Compose 管理。维护应用级别的 Docker Compose YAML 文件工作量很小。然而,仍有一些零碎的组件需要我不时手动更新或升级。因此,我决定进行迁移,这是记录该任务的第一篇博客。