".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)'); } }) })
如果我们不小心忘记了[腾讯云](/#)服务器root密码,那么可以在控制台上重新设置该云服务器实例的登录密码。本文以腾讯云Linux服务器为例,下面一起来看下通过控制台重置root密码的操作步骤。
**一、重置腾讯云服务器root密码的前提条件**
* 处于“已关机”状态的实例,可直接执行重置密码操作。
* 处于“运行中”状态的实例,通过控制台重置实例密码过程中会关闭实例。为了避免数据丢失,请提前规划好操作时间,建议在业务低谷时操作,将影响降到最低。
**二、重置单台实例密码的主要步骤**
1、登录到腾讯云服务器控制台,在实例的管理页面,选择需重置root密码的云服务器,点击右侧的更多 > 密码/密钥 > 重置密码菜单项。
![](https://www.idcspy.com/wp-content/uploads/2022/06/root1.jpg)
2、在“设置密码”步骤中,选择“用户名”的类型,填写需要重置密码的用户名,以及对应的“新密码”和“确认密码”,单击下一步。其中用户名类型默认是选“系统默认”,Windows系统默认用户名为Administrator、[Ubuntu](/#)系统默认用户名为ubuntu、其他版本Linux系统默认为root。
3、在“关机提示”步骤中,根据实例状态不同,重置root密码操作也会有一定差异。
如果需要重置密码的实例为 “运行中” 状态,则勾选 “同意强制关机”,单击重置密码,完成重置。
![](https://www.idcspy.com/wp-content/uploads/2022/06/root12.jpg)
如果需要重置密码的实例为 “已关机” 状态,则单击重置密码,完成重置即可。如下图所示:
![](https://www.idcspy.com/wp-content/uploads/2022/06/root13.jpg)"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/103659.html