码迷,mamicode.com
首页 >  
搜索关键字:nexus iptables    ( 6016个结果
Linux关闭防火墙
Centos 6.x版本 iptables 查看防火墙状态:service iptables tatus iptables:Firewall is not runing. 说明防火墙没有开启 开启防火墙:service iptables start 关闭防火墙:service iptables st ...
分类:系统相关   时间:2020-06-20 17:02:14    阅读次数:62
linux Centos防火墙工具iptables的使用
一、安装iptables 1.1、查看是否安装 systemctl status iptables 输出结果表示没有安装该服务,需要先安装。 1.2、安装iptables yum install iptables-services 输出结果表示安装完成。 1.3、检查是否安装成功 systemctl ...
分类:系统相关   时间:2020-06-20 15:45:46    阅读次数:72
iptables执行时报错"iptables : Couldn't load target `standard':No such file or directory"如何处理?
答:重装iptables 查看库 # dpkg -L iptables | fgrep standard /usr/lib/x86_64-linux-gnu/xtables/libxt_standard.so 重装iptables # apt install --reinstall -y iptab ...
分类:其他好文   时间:2020-06-19 20:48:20    阅读次数:203
能够ping通,但是不能telnet,不能ssh -SuSE
主要原因,应该是防火墙的原因。解决方法,关闭防火墙。 SuSE下: service SuSEfirewall2_setup status service SuSEfirewall2_setup stop rhel下: service iptables stop ...
分类:Web程序   时间:2020-06-18 22:12:27    阅读次数:90
使用gitlab+jenkins+nexus拉取springcloud并根据不同模块构建docker镜像,并推送到nexus里的docker仓库
1.安装gitlab 详情看:https://www.cnblogs.com/sanduzxcvbnm/p/13023373.html 安装好gitlab后,然后创建一个普通用户,编辑用户,给用户设置密码,添加本机ssh密钥到gitlab里,使用普通用户上传代码 2.安装jenkins 详情看:ht ...
分类:编程语言   时间:2020-06-18 19:42:01    阅读次数:94
K8S主机环境配置(二)
# 安装补丁包# yum install -y conntrack ipvsadm ipset jq iptables curl sysstat libsecomp wget net-tools git vim# 禁用防火墙# systemctl stop firewalld && systemct ...
分类:其他好文   时间:2020-06-18 01:44:16    阅读次数:65
解决gradle下载慢的问题
到~/.gradle/目录下创建一个 init.gradle 文件,把下面这些复制进去就 ok 了allprojects{repositories {def ALIYUN_REPOSITORY_URL = 'http://maven.aliyun.com/nexus/content/groups/p ...
分类:其他好文   时间:2020-06-18 01:40:58    阅读次数:140
maven-阿里云镜像
<mirror> <id>alimaven</id> <mirrorOf>central</mirrorOf> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/repositories/central/</ur ...
分类:其他好文   时间:2020-06-18 01:36:54    阅读次数:510
【Maven】---Nexus私服配置Setting和Pom
上一遍博客已经在linux服务器上,搭建好nexus私服了,博客地址:Linux搭建Nexus3.X私服 现在就需要配置setting.xml和pom.xml来使nexus作为maven的私服。setting.xml文件在conf下面,pom.xml是在你创建maven项目中的pom.xml中。 一 ...
分类:其他好文   时间:2020-06-18 01:08:58    阅读次数:58
Linux MySQL集群搭建之主从复制
前期准备 准备两台Linux,一主,一从,具体Linux安装MySQL操作步骤:点我直达 集群搭建 注意事项 一主可以多从 一从只能一主 关闭主从机器的防火墙策略 chkconfig iptables off service iptables stop 主服务器配置 修改my.cnf文件 vim / ...
分类:数据库   时间:2020-06-17 23:13:33    阅读次数:107
6016条   上一页 1 ... 16 17 18 19 20 ... 602 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!