- 博客(3)
- 收藏
- 关注
原创 远程挂载网络磁盘详解---nfs共享
服务端操作 安装NFS程序 # yum -y install nfs* rpcbind,在centos6以前自带的yum源中为portmap 使用yum安装nfs时会下载依赖,因此只要下载nfs即可,无需再下载rpcbind. 查看是否安装了nfs与rpcbind # rpm -qa |grep nfs nfs-utils-1.3.0-0.65.el7.x86_64 nfstest-2.1.5-1.el7.noarch nfsometer-1.7-1.el7.noarch nfs4-acl-tools-0
2021-06-04 15:09:05
1294
原创 OpenSSH升级
OpenSSH升级 停止服务并卸载原有的OpenSSH systemctl stop sshd # 查看rpm安装的ssh rpm -qa | grep openssh # 卸载rpm安装的ssh rpm -e openssh --nodeps && rpm -e openssh-clients --nodeps && rpm -e openssh-server --nodeps # 查看rpm安装的ssh是否卸载 rpm -qa | grep openssh # 安装相关依
2021-06-04 14:40:43
164
原创 Centos根扩容
Centos根扩容 新加一块磁盘,我的是sdb # fdisk /dev/sdb Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel Building a new DOS disklabel with disk identifier 0xce359e4e. Changes will remain in memory only, until you decide to write them.
2021-06-04 14:30:00
179
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅