".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)'); } }) })
InterServer是一家拥有二十多年经验的美国主机品牌商,在这里小编就不做过多介绍。本文主要是想向大家介绍一下通过InterServer面板管理修改ROOT密码方法,具体操作方法如下。
ROOT密码是对VPS非常重要的,尤其是重要的网站,所以需要在一定的周期内进行修改密码。我们可以通过SSH修改密码,如果不会SSH可以利用InterServer面板管理修改VPS ROOT密码账户。
第一步,登陆到InterServer面板后台。看到这样的界面。
![](https://www.idcspy.com/wp-content/uploads/2021/01/inter-system1.jpg)
看到”Change Root Password”按钮链接,点击进入修改密码的界面。
第二步,修改密码。
![](https://www.idcspy.com/wp-content/uploads/2021/01/INTER-ROOT12.jpg)
输入新密码就可以了。建议密码复杂程序需要有大小写字母,数字以及符号。ROOT密码一定要复杂一些,要不被别人知道后,所有的文件都不会安全。
以上就是通过InterServer面板管理修改ROOT密码方法图文介绍,有需要的朋友可以参考上述的方法,小编后续也会继续关注InterServer最新动态。
推荐:《[Interserver VPS设置自动续费教程](/#)》"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/106487.html