zoukankan      html  css  js  c++  java
  • linux setup的安装

    setup作为一个l图形化的界面能够让我们更方便的去操作linux系统,而不需要记各种各样的配置文件的名称。

    但是我们安装的最初的setup只有验证配置一个功能,我们还要安装完其他的功能才能使用其他的setup功能

    1、安装setuptool 

     yum -y install setuptool

     2、系统服务管理 

     yum -y install ntsysv
    

    3、setup中配套的防火墙设置也得装上去,不然会出现很多selinux上面的问题

     yum -y install system-config-securitylevel-tui 
    

    4、安装setup中配套的网络设置 

     yum -y install system-config-network-tui   

    /*

    [root@localhost yum.repos.d]# yum -y install system-config-network-tui
    已加载插件:fastestmirror
    Loading mirror speeds from cached hostfile
    * base: mirrors.aliyun.com
    * c7-media:
    * extras: mirrors.aliyun.com
    * updates: mirrors.aliyun.com
    没有可用软件包 system-config-network-tui。
    错误:无须任何处理

    */

    使用nmtui代替setup可以配置网络

    5、安装时区,不然装上软件,会发现时间不对劲的。 

    yum -y install system-config-date 

    到此就安装完成了!

  • 相关阅读:
    POJ 1320 Street Numbers(佩尔方程)
    hdu 3292 No more tricks, Mr Nanguo
    佩尔方程
    hdu 4825 xor sum(字典树+位运算)
    Xor Sum 2(位运算)
    数串
    EJS
    JQuery性能优化
    常用正则
    JavaScript prototype继承中的问题
  • 原文地址:https://www.cnblogs.com/yellowzunzhi/p/12590179.html
Copyright © 2011-2022 走看看