
linux
文章平均质量分 56
the fomo
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
VirtualBox Centos虚拟磁盘拓展
VirtualBox Centos虚拟磁盘拓展给VirtualBox的Centos虚拟机拓展虚拟磁盘步骤: resize虚拟磁盘vhd文件大小 为新拓展的磁盘空间创建分区 格式化新分区 把新分区创建为物理卷 获取系统卷名称vgname 把新分区拓展到系统卷 修改系统卷大小 重新计算系统卷大小 resize虚拟磁盘vhd文件大小进入windows的cmd找到VBoxManage.exe,运行如下命令,原创 2017-02-09 15:03:45 · 741 阅读 · 0 评论 -
ssh client algorithm negotiation failed
ssh client algorithm negotiation failed解决办法原创 2016-06-10 16:31:45 · 429 阅读 · 0 评论 -
Linux 开启Two Factor Authentication ssh 登陆
本博客介绍记录在linux系统开启ssh登陆时进行google二次认证 安装Google’s PAM ubuntu sudo apt-get install libpam-google-authenticator centos7 sudo yum install https://dl.fedoraproject.org/pub/epel/epel-release-la...翻译 2018-06-26 17:41:34 · 1401 阅读 · 0 评论 -
Ubuntu 开机挂载磁盘
查看/etc/fstab # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name device...原创 2018-09-11 15:28:48 · 566 阅读 · 0 评论