Centos7 安装好后的准备工作。

Centos7 安装好后的准备工作。

修改yum源

1 cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak
2 curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
3 curl -o /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo

安装常用工具
4 yum install -y tree vim wget bash-completion bash-completion-extas lrzsz net-tools sysstat iotop iftop htop unzip nc nmap telnet bc psmisc httpd-tools bind-utils nethogs expect
5 yum install -y sl cowsay

升级系统
6 yum -y update

关闭selinux 。

 

vim /etc/issue  修改主机上开机的启动后的提示。

vim /etc/motd  修改终端连上后的提示语。

 

posted @ 2024-03-23 08:14  逍遥姐夫  阅读(1)  评论(0编辑  收藏  举报