".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是一家支持按小时收费的[美国服务器](https://www.idcspy.com/)提供商,相信很多站长都有使用过,也应该都知道Vultr有自带的在线SSH远程连接工具,但是大家只是知道,很多人还是不会操作,今天小编就来手把手的教大家吧!
首先进入Vultr官网:[www.vultr.com](https://go.idcspy.com/www.vultr.com/),然后登陆,在你自己购买的VPS列表中选择需要远程连接的那个VPS,进入后如下图:
![](https://www.idcspy.com/wp-content/uploads/2020/06/1-10-1024x382.png)
点击上图红色标注的位置,也就是那个电脑小图标,点击后就进入了[Vultr](/#)在线SSH界面,进入后输入VPS的root用户名和密码,回车后就连接成功了,如下图所示:
![](https://www.idcspy.com/wp-content/uploads/2020/06/40-1024x488.png)
注意:root密码不能复制粘贴,只能手动进行输入,输入root密码时是看不到的,请确保输入正确。连接成功后会出现“root@vultr:~#”这种提示,然后在“#”后面输入你需要操作的命令即可。
看完以上Vultr在线远程连接工具教程,还有小伙伴不会操作的吗,都可以动起手来操作吧。目前Vultr有新用户活动,看看详情《[Vultr优惠码汇总 Vultr优惠充值活动更新](/#) 》。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/107148.html