使用yum命令安装:先yum search ifconfig  查找安装包,使用yum install net-tools安装即可!

一、安装包:

  1. ifconfig (网络\IP): yum install net-tools

  2. unzip zip(压缩\解压缩) : yum install -y unzip zip

  3. rz (文件上传) : yum install lrzsz.x86_64

  4. jdk(java):
    yum install java-1.8.0-openjdk
    export JAVA_HOME=/usr/java

  5. wget: yum install wget.x86_64

  6. firewall-cmd:yum install firewalld systemd -y

  7. yum install ntpdate:更新系统时间,ntpdate pool.ntp.org。

  8. ……


二、配置:

  1. 关闭selinux :运行sed -i '/SELINUX/s/enforcing/disabled/' /etc/selinux/config;重启(shutdown -r now);运行sestatus查看(SELinux status: disabled 即可)。
  2. 关闭防火墙:

    Ubuntu(ubuntu-12.04-desktop-amd64

    查看防火墙状态:ufw status

    关闭防火墙:ufw disable

    ---------------------------------------------------------------

    centos6.0

    查看防火墙状态:service iptables status

    关闭防火墙:chkconfig iptables off    #开机不启动防火墙服务

    --------------------------------------------------------------

    centos7.0(默认是使用firewall作为防火墙,如若未改为iptables防火墙,使用以下命令查看和关闭防火墙)

    查看防火墙状态:firewall-cmd --state

    关闭防火墙:systemctl stop firewalld.service

    systemctl stop firewalld.service #停止firewall
    systemctl disable firewalld.service #禁止firewall开机启动



  3. 将命令写入环境变量:
    sudo ln -sv /opt/consul/consul /usr/local/bin/


  4. 给当前用户对某个文件夹赋权限:
    linxu赋权限:sudo chown -R jetty.jetty /opt/consul/


  5. ……………………

  6. …………………………



GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e added ecosystem file for PM2 4 年前
5def40a3 Add host customization support for the NodeJS version 4 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐