centos 6.4 minimal常用软件安装配置


centos 6.4 minimal常用软件安装配置
 
centosvim 
1.install vim,wget,man 
Shell代码  
yum -y install vim wget man telnet vsftp python  
 
2.关闭SELINUX 
Shell代码  
vim /etc/selinux/config  
  
修改为:SELINUX=disabled  
 
3.开启ssh 
Shell代码  
/etc/init.d/sshd restart  
 
4.花屏时更改内核启动参数 
Shell代码  
xdriver=vesa nomodeset   

相关内容

    暂无相关文章