空centos配置

yum install net-tools

ifconfig

安装ssh

yum install -y openssl openssh-server
vi /etc/ssh/sshd_config
启用PermitRootLogin,PubkeyAuthentication
启动ssh的服务:systemctl start sshd.service
设置开机自动启动ssh服务: systemctl enable sshd.service
CentOS 7安装和配置ssh - 妖老山黑 - 博客园 (cnblogs.com)

安装
git:
yum install -y git

安装python:(https://www.python.org/ftp/python/3.9.5/Python-3.9.5.tgz)
CentOS 7 下 安装 Python3.7 - SegmentFault 思否

刷新
gcc
CentOS7安装指定版本gcc_我以为你是流过泪的人的博客-CSDN博客
posted @ 2021-05-25 15:03  supersdar  阅读(37)  评论(0编辑  收藏  举报