".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成立于2003年,总部位于美国新泽西,是一家[美国VPS](/#)服务商。专注于向客户提供基于虚拟的 Linux VPS。在业界有着很高的声誉评价,在国外和国内用户中的口碑都非常不错。有部分站长朋友对于Linode的磁盘的大小想要调整一下,但又不确定方法,小编整理了下,具体的步骤可以参考下面步骤。
一、登录到Linode云管理器。
二、单击侧边栏中的[Linode](/#)按钮,然后选择要调整磁盘大小的Linode服务器。
![](https://www.idcspy.com/wp-content/uploads/2020/06/linode1-1.jpg)
三、关闭Linode电源。观看Linode的“摘要”部分,以确认Linode已关闭电源。
![](https://www.idcspy.com/wp-content/uploads/2020/06/linode2-1.jpg)
四、选择导航栏“磁盘/配置”的选项卡。
![](https://www.idcspy.com/wp-content/uploads/2020/06/linode3.jpg)
五、在“磁盘”部分下,找到要调整大小的磁盘,然后从菜单中选择“调整大小”选项。
![](https://www.idcspy.com/wp-content/uploads/2020/06/linode4.jpg)
六、在大小字段中,为磁盘输入具体大小数字(以兆字节为单位),然后选择调整大小。
![](https://www.idcspy.com/wp-content/uploads/2020/06/linode5.jpg)
七、确认磁盘已被调整大小。
八、调整大小成功后,打开Linode的电源就可以。
注意
Linode云管理器调整磁盘大小需要大于文件系统上文件占用的空间,无法将磁盘大小调整为小于文件系统上文件占用的空间。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/107197.html