".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
[Vultr](/#)海外云服务器支持按小时计费,配置产品丰富,有多种操作系统选项,包括Windows和Linux发行版。服务器开通后,我们可通过其root账户登录实例,如果不小心忘记了root账户,也可以选择重置根密码,本文以Vultr AlmaLinux服务器为例,下面来看下如何重置root密码。
![](https://www.idcspy.com/wp-content/uploads/2022/02/12-41.jpg)
Vultr是一家非常优秀的[海外服务器](/#)提供商,现已拥有20多个数据中心,未来还会增加更多机房,以便用户能轻松在全球范围内部署云服务器、裸机和存储器等。
最新优惠信息,可查看:《[Vultr优惠码汇总 Vultr优惠充值活动更新](/#)》
例如,网站访客群体要是集中在北美地区的话,我们可租用性价比高的Vultr[美国服务器](https://www.idcspy.com/)(这里系统选的是AlmaLinux)来托管网站,以获得更快的访问速度,提升用户体验。
如果我们被锁在AlmaLinux实例之外并且无法访问root帐户的话,这时需要启动到单用户模式并重置root密码,主要步骤如下。
1、首先登录到Vultr客户管理页面,然后单击页面上的(Server Restart)服务器重新启动图标,重启服务。
![](https://www.idcspy.com/wp-content/uploads/2022/02/12-42.jpg)
2、接下来打开网络控制台,按下ESC键以显示GRUB系统引导提示。提示出现在引导过程的早期。如果错过提示,则需要从控制面板重新启动服务器并重试。
![](https://www.idcspy.com/wp-content/uploads/2022/02/13-26.jpg)
3、在GRUB引导提示符下,按E编辑第一个引导选项。
4、然后找到以linux开头的内核行。把ro更改为rw init=/sysroot/bin/sh。
5、按CTRL+X或F10键启动进入单用户模式。
6、使用命令访问系统:chroot /sysroot。
7、键入passwd并按照系统提示更改AlmaLinux服务器的root密码。
8、运行touch/.autorelabel以强制重新标记文件系统。这是使用SELinux的系统所必需的。我们在重新启动系统时,它将为SElinux重新标记文件系统。在此过程中,重新启动可能需要额外的时间。
9、运行exit。
10、运行logout。
11、运行reboot以重新启动AlmaLinux服务器。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/104145.html