".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)'); } }) })
Linode是一家[美国主机](https://www.idcspy.com)品牌商,一直以来都以稳定性强备受欢迎,使用的它的用户还是非常多的。如果您忘记root了Linode上用户的密码,可以使用Linode 云管理器重置密码。需要按照以下步骤操作:
一、单击边栏中的Linodes按钮。
二、选择一个[Linode](/#)。会出现Linode的详细信息页面。
三、从状态菜单中单击关闭电源以关闭Linode。留意下页面顶部的响铃通知,会获取一条消息,提示您的Linode已关闭。
![](https://www.idcspy.com/wp-content/uploads/2020/06/linode-1.jpg)
四、单击设置选项卡。
五、在“重置根密码”面板下,从“磁盘”菜单中选择主磁盘。
六、root在“密码”字段中为用户输入新密码。
七、点击保存。将显示Linode的仪表板。
八、单击打开电源以打开您的Linode。
现在,您可以使用新的root用户密码登录到Linode。如果您无法root通过SSH连接凭据,请尝试使用Lish连接。如果您能够通过Lish而不是SSH进行连接,则可能需要对SSH配置和防火墙规则进行故障排除。
更多教程:[Linode教程](/#)"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/107129.html