摘要: 添加yum源 wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo 安装ntfs yum install -y ntfs-3g 查看设备的信息: lsblk 查看盘符路径df -h 挂载# -t n 阅读全文
posted @ 2020-09-27 10:52 风林月影 阅读(176) 评论(0) 推荐(0)
摘要: ssh 修改默认端口 [root@node-1 ~]# vi /etc/ssh/sshd_config 修改port 为 5522 重启[root@node-1 ~]# systemctl restart sshd 查看[root@node-1 ~]# netstat -ntlp | grep ss 阅读全文
posted @ 2020-09-27 10:47 风林月影 阅读(769) 评论(0) 推荐(0)