zoukankan      html  css  js  c++  java
  • Hadoop_00

    设置静态IP

    [root@localhost ~]# cd /etc
    [root@localhost etc]# cd sysconfig
    [root@localhost sysconfig]# cd network-scripts/

    [root@localhost network-scripts]# vi ifcfg-ens33
    [root@localhost network-scripts]# service network restart

    关闭防火墙:

    [root@localhost network-scripts]# systemctl stop firewalld
    [root@localhost network-scripts]# systemctl disable firewalld
    Removed symlink /etc/systemd/system/multi-user.target.wants/firewalld.service.
    Removed symlink /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service.
    [root@localhost network-scripts]# systemctl status firewalld
    ● firewalld.service - firewalld - dynamic firewall daemon
    Loaded: loaded (/usr/lib/systemd/system/firewalld.service; disabled; vendor preset: enabled)
    Active: inactive (dead)
    Docs: man:firewalld(1)

  • 相关阅读:
    集成学习方法
    nlp知识
    kaggle竞赛入门整理
    pandas知识点
    EM算法
    特征工程
    【clustering】之K-means && K-medoids
    sklearn学习笔记
    周总结十二
    《如何高效学习》读书笔记五
  • 原文地址:https://www.cnblogs.com/rainbow-1/p/15242313.html
Copyright © 2011-2022 走看看