yum -y install wget telnet net-tools lrzsz vim zip unzip 修改主机名 将master节点主机名修改为k8s-master01 node节点为k8s-node01 以这种命名规则命名即可 关闭防火墙 systemctl stop firewall ...
分类:
其他好文 时间:
2021-07-16 17:44:33
阅读次数:
0
环境为最小化安装初始化环境 yum install -y vim net-tools wget tree lrzsz关闭防火墙systemctl stop firewalld.servicesystemctl disable firewalld.service关闭selinuxsed -i 's/S ...
分类:
数据库 时间:
2021-06-29 15:18:17
阅读次数:
0
源码安装nginx For ubuntu:18.04 apt -y install build-essential libtool libpcre3 libpcre3-dev zlib1g-dev openssl net-tools curl wget wget -P /tmp http://ngi ...
分类:
其他好文 时间:
2021-04-12 12:27:54
阅读次数:
0
1. 安装需要的软件 ~]# yum install -y vim net-tools sysstat createrepo mkisofs rsync syslinux 2. 创建目录及文件拷贝 创建本地yum源 ~]# mount /dev/sr0 /mnt #挂载镜像或者U盘,如果是U盘就是/ ...
分类:
其他好文 时间:
2021-04-06 14:20:16
阅读次数:
0
#!/bin/bashyum install -y readline-devel ncurses-develyum install -y vim make telnet lsof tree rdate ntp gcc gcc-c++ psmisc net-tools \screen expect s ...
分类:
系统相关 时间:
2021-02-18 13:45:26
阅读次数:
0
#install OS centos 7.5#install lsb net-tools package yum install -y redhat-lsb net-tools 1. Configure hostnames Configure each host in the cluster as ...
分类:
其他好文 时间:
2020-12-04 11:25:24
阅读次数:
4
打开终端 ctrl+alt+t 查看IP # 若提示找不到命令,则需安装 net-tools sudo apt-get install net-tools ifconfig -a 配置 ###静态ip vi /etc/sysconfig/network-scripts/ifcfg-xxx DEVIC ...
分类:
系统相关 时间:
2020-10-29 09:57:37
阅读次数:
75
如何查看ip地址 Windows Linux ipconfig ifconfig ip addr ifconfig和ip addr的区别 ifconfig : net-tools ip addr: iproute2 IP地址类别 IP地址是一个网卡在网络世界的通讯地址,相当于我们现实世界的门牌号码。 ...
分类:
其他好文 时间:
2020-09-18 01:47:34
阅读次数:
28
虚拟的上网方式的选择一般是VMnet8 打开Linux查看本地IP ifconfig 没有ifconfig yum install net-tools.x86_64 MobaXterm的SSH连接 ...
分类:
其他好文 时间:
2020-07-26 15:51:39
阅读次数:
500
升级系统,安装常用的rpm yum -y update yum -y install wget net-tools nfs-utils lrzsz gcc gcc-c++ make cmake\ libxml2-devel openssl-devel curl curl-devel unzip su ...
分类:
其他好文 时间:
2020-07-19 23:07:25
阅读次数:
97