码迷,mamicode.com
首页 >  
搜索关键字:centos sshd 端口    ( 60297个结果
【K8s概念】Ingress
参考:https://kubernetes.io/zh/docs/concepts/services-networking/ingress/ FEATURE STATE: Kubernetes v1.19 [stable] Ingress 是对集群中服务的外部访问进行管理的 API 对象,典型的访问 ...
分类:其他好文   时间:2021-07-28 21:37:25    阅读次数:0
CentOS7安装Chrome及驱动
目录 安装Chrome 安装Chrome驱动程序 环境:CentOS Linux release 7.4.1708 (Core) 安装Chrome 下载安装包: wget https://dl.google.com/linux/direct/google-chrome-stable_current_ ...
分类:其他好文   时间:2021-07-27 17:32:34    阅读次数:0
Centos 网卡链路聚合
双网卡聚合 有两块网卡,eth1,eth2,将eth1和eth2进行链路聚合。为什么要进行链路聚合,比如下图,有四台电脑连接一个交换机,交换机的出口带宽为1000Mbps,那么如果四台电脑的带宽同时过来就是4000Mbps,那么瓶颈就在这个交换机了,这里解决方案有两种一种是使用万兆网口,另外一种就是 ...
分类:其他好文   时间:2021-07-26 16:47:00    阅读次数:0
Hbuild打开微信小程序失败
前提 已经在Hubuild配置好了微信小程序的位置 1.问题 2.解决 手动打开微信小程序 打开设置 安全 打开服务器端口 ...
分类:微信   时间:2021-07-26 16:33:38    阅读次数:0
b0102 linux centos 操作系统安装和维护
centos7.9 环境 主机: win7 虚拟机: vmware 12 安装文件: CentOS-7.9-x86_64-DVD-2009.iso 输出路径: W:\Virtual Machines\CentOS7 问题 无法连接网络 20210721 现象: 虚拟机NAT网络设置,动态分配IP,其 ...
分类:系统相关   时间:2021-07-22 17:37:25    阅读次数:0
K8s 通过 firewalld 放行端口
#对于etcd、controlplane 和 worker节点,运行以下命令: firewall-cmd --permanent --add-port=22/tcp firewall-cmd --permanent --add-port=80/tcp firewall-cmd --permanent ...
分类:其他好文   时间:2021-07-21 17:40:59    阅读次数:0
sshd服务(使用ssh协议远程开启其他主机shell的服务)
###一.sshd简介 sshd(secure shell)服务使用ssh协议远程开启其他主机shell的服务。首先需要打开sshd 服务 ###二.sshd服务状态调整 systemctl status sshd 查看服务状态 systemctl start sshd 打开服务 systemctl ...
分类:系统相关   时间:2021-07-21 17:39:31    阅读次数:0
centos7防火墙配置
2021-07-20 1.查看firewall服务状态 systemctl status firewalld 2.查看firewall状态 firewall-cmd --state 该命令需要在超级用户root身份下使用 3.重启,关闭,开启firewall服务 # 重启 systemctl res ...
分类:其他好文   时间:2021-07-21 17:31:40    阅读次数:0
Centos7(Linux系统)上安装JDK
在Linux系统上安装jdk,用于网站的部署,是发布一个java网站的第一步,很有必要 ...
分类:系统相关   时间:2021-07-19 16:48:17    阅读次数:0
centos8 yum源
cat CentOS-Base.repo # CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update status of each mirror to p ...
分类:其他好文   时间:2021-07-19 16:46:42    阅读次数:0
60297条   1 2 3 4 ... 6030 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!