目录
主要介绍CentOS MINI配置的第三部分:
更换更新源、安装常用软件、创建管理用户、 服务启动配置
更换更新源
#yum -y install wget
#cd /root
#pwd
#wget http://mirrors.163.com/.help/CentOS6-Base-163.repo
#mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
#mv /root/CentOS6-Base-163.repo /etc/yum.repos.d/CentOS-Base.repo
#yum makecache[/php]
安装常用软件
#yum -y install openssh-server
#yum -y install sudo
#yum -y install vim
#yum -y install unzip
#visudo -f /etc/sudoers
创建管理用户
#useradd -m -U test
#usermod -a -G root test
#passwd test
#id test
服务启动配置
#chkconfig --level 2345 sshd on
#service sshd status
#chkconfig --level 2345 iptables on
#service iptables status
这个是针对服务器常规设置,而且要求服务器在国内!
针对国内的源,理论上国外也能用,毕竟没有墙,只是速度问题
贵博友链已经做好!
已经对你进行友链 谢谢
欢迎常来玩~
好的,顺便告诉我下友链页面好吗?
就在首页啊
好的,谢谢!
首页右侧第三个模块~