摘要:
第四节:SSH config命令讲解 1)config 为了方便我们批量管理多个ssh 2)config存放在~/.ssh/config 3)SSH config语法关键字 Host 别名 HostName 主机名 Port 端口 User 用户名 IdentityFile 密钥文件的路径 SSH协 阅读全文
摘要:
A、准备工作 查看ip :--激活网卡,可以使用网络 1) ifconfig 2)ip addr 3) vi /etc/sysconfig/network-scripts/ipcfg-xx 4) yum install net-tools 如何打开虚拟机上centos的内网ip? 1) ip add 阅读全文
摘要:
◆ 安装和登录命令:login、shutdown、halt、reboot、install、mount、umount、chsh、exit、last; ◆ 文件处理命令:file、mkdir、grep、dd、find、mv、ls、diff、cat、ln; ◆ 系统管理相关命令:df、top、free、q 阅读全文