
阿里云ECS
明言
Talk is cheap,show me the code
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
centos7内网穿透frp配置
服务器选择说明:公网:阿里云centos7内网:centos7官网信息源码地址:https://github.com/fatedier/frp文档说明:https://github.com/fatedier/frp/blob/master/README_zh.md下载地址:https://github.com/fatedier/frp/releases选择对应系统下载w...原创 2019-11-01 14:44:24 · 1121 阅读 · 0 评论 -
阿里云centos7 挂载数据盘配置
查看磁盘情况 fdisk -l 其中/dev/vda为系统盘40G,/dev/vdb为数据盘100G对数据盘进行分区 fdisk /dev/xvdb 根据提示,分别输入 n、 p、 1、 enter、enter、wq 检查分区是否完成 fdisk -l 格式化磁盘 mkfs.ext3 /dev/vdb1 ...原创 2018-07-17 15:13:53 · 1553 阅读 · 0 评论