centos7 从0搭建宝塔

# 1. 安装centos系统
# 2. 搜索ifconfig
yum search ifconfig
# 通过得到的信息进行安装ifconfig
yum install net-tools.x86_64
# 2.1 测试ifconfig是否成功
ifconfig
# 配置ssh

# 3. 查看是否有ssh服务
ps -e | grep ssh
rpm -qa | grep -E ssh

猜你喜欢

转载自blog.csdn.net/JianShengShuaiest/article/details/130456187