码迷,mamicode.com
首页 >  
搜索关键字:fortinet wmware firewall 飞塔 防火墙 模拟器    ( 14405个结果
Linux4:Linux的开发环境安装(JDK、Tomcat、Docker)
开发环境安装 安装软件有三种方式: rpm 解压缩 yum在线安装。 JDK安装(rpm) rpm安装命令:rpm -ivh xxx JDK是我们开发java程序必要的环境 步骤: 下载JDK rpm 去oralce官方下载https://www.oracle.com 安装与卸载Java #检测当前 ...
分类:系统相关   时间:2021-05-04 15:17:12    阅读次数:0
VS2017 配置 Visual Studio Emulator for Android
Ø 简介 本文介绍使用 VS2017 配置 Visual Studio Emulator for Android 的模拟器,Windows 环境为:Windows 10 专业版(版本号:1803),开发环境为:Visual Studio 2017(企业版:15.9.11) 1. 开启 Hyper-V ...
分类:移动开发   时间:2021-05-03 12:36:34    阅读次数:0
基于先电的openstack云平台部署(IaaS 平台构建)
IaaS 平台构建 1.关闭防火墙,禁止开机自启 systemctl stop firewalld systemctl disable firewalld 2.设置主机名 hostnamectl set-hostname controller 设置主机名compute 3.设置selinux,per ...
分类:其他好文   时间:2021-04-29 12:11:43    阅读次数:0
Centos7部署tomcat,实现物理机访问tomcat
目录: 1. 下载tomcat 解压,安装 2. 设置8080端口通过防火墙 tomcat可以到tomcat的官网下载:https://tomcat.apache.org/,我下载的是9.0.45的版本 解压缩并移动文件到指定文件夹 cd到 tomcat/bin 文件夹下 执行 ./startup. ...
分类:其他好文   时间:2021-04-28 12:13:50    阅读次数:0
Linux - 防火墙 - iptables
防火墙由netfilter组成,iptables是控制netfilter的软件 iptables(重点)- 用户空间的工具 环境准备 systemctl stop firewalld.service systemctl disable firewalld.service 或systemctl dis ...
分类:系统相关   时间:2021-04-28 12:11:32    阅读次数:0
华为模拟器 AP AC配置
组网示意图: 前提条件:1)所有设备工作正常2)依据上述组网建立测试环境 1)正确配置AC使AP发放SSID:'SSID-Temp1'、'SSID-Temp2'和'SSID-Temp3',且对应业务vlan为:vlan-1,vlan-2,vlan-3; 配置Switch [Switch]vlan b ...
分类:其他好文   时间:2021-04-27 14:54:00    阅读次数:0
CentOS7 firewall-cmd 防火墙 命令备忘 批量开放端口
Centos6 使用的是iptables,Centos7 使用的是filewall(-cmd)iptables 用于过滤数据包,属于网络层防火墙。firewall 能够允许哪些服务可用,那些端口可用...属于更高一层的防火墙。 1.firewalld的基本使用启动: systemctl start ...
分类:其他好文   时间:2021-04-26 13:32:00    阅读次数:0
centos8安装tomcat8.5
安装目录:/usr/local 1. 下载Tomcat压缩包 cd /usr/localwget https://mirror.bit.edu.cn/apache/tomcat/tomcat-8/v8.5.59/bin/apache-tomcat-8.5.59.tar.gz 2.解压Tomcat包 ...
分类:其他好文   时间:2021-04-26 13:21:01    阅读次数:0
openwrt的IPTV配置
交换机配置: 创建IPTV接口: IPTV跃点设置为20,防止上网走这个端口。 防火墙配置: config rule option target 'ACCEPT' option proto 'udp' option name 'IPTV-DHCP' option family 'ipv4' opti ...
分类:其他好文   时间:2021-04-22 16:16:44    阅读次数:0
集群技术概览
集群设计实现 基础设施层面 1 提升硬件资源性能一从入口防火墙到后端 web server 均使用更高性能的硬件资源 2 多域名—DNS轮询A记录解析 3 多入口一将A记录解析到多个公网IP入口 4 多机房一同城+异地容灾 5 CDN(Content Delivery Network)-基于GSLB ...
分类:其他好文   时间:2021-04-21 12:11:18    阅读次数:0
14405条   上一页 1 ... 6 7 8 9 10 ... 1441 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!