Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

System configuration and Optimization after CentOS7 installation

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Configure domestic and epel sources

Cd / etc/yum.repos.d/

Mkdir repo_bak

Mv * .repo repo_bak/

# basic source files

Wget-P / etc/yum.repos.d/ http://mirrors.aliyun.com/repo/Centos-7.repo

# epel source file

Wget-O / etc/yum.repos.d/epel-7.repo http://mirrors.aliyun.com/repo/epel-7.repo

# regenerate the yum cache

Yum clean all

Yum makecache

# upgrade the system

Yum update-y

Install the basic dependency package

Yum install-y htop lrzsz nmap screen man expect\

Gcc gcc-c++ autoconf automake bzip2-devel\

Openssl-devel multitail kernel-devel\

Pam-devel zlib-devel perl-devel tcp_wrappers-devel

Close selinux

Sed-I's / ^ Selinux =. * / SELINUX=disabled/g' / etc/selinux/config

Setenforce 0

# View selinux settings

Getenforce

Turn off the default mail service

# (default port 25)

Systemctl disable postfix

Systemctl stop postfix

# View the port on which the system listens by default

Netstat-nlput | grep-v "Proto" | grep "LISTEN"

Set system environment variables

# add execution permission

Chmod axix / etc/rc.d/rc.local

# set environment variables

Cat > > / etc/profile / etc/vimrc

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report