码迷,mamicode.com
首页 >  
搜索关键字:some other host already uses address    ( 36936个结果
[AWS - Design Resilient Architectures] 1.2 Design highly available and/or fault-tolerant architectures
Cloud computing models: With cloud deployment, nothing is installed on premise, but an Internet connection and network infrastructure solutions With h ...
分类:其他好文   时间:2021-04-21 12:22:48    阅读次数:0
多台主机的局域网中,只有某两台主机相互ping不通的一种可能
问题描述: Linux主机A 的ip地址192.168.0.100 Linux主机B 的ip地址192.168.0.101 Windows主机C的ip地址192.168.0.105 子网掩码都为255.255.255.0,A,B,C接到同一个无线路由器。 A和C能够ping通,B和C能够ping通, ...
分类:其他好文   时间:2021-04-21 12:11:50    阅读次数:0
JasperReports with Spring
1. Overview JasperReports is an open source reporting library that enables users to create pixel-perfect reports that can be printed or exported in ma ...
分类:编程语言   时间:2021-04-21 11:48:33    阅读次数:0
userdel:删除用户
作用:userdel 命令用于删除当前系统存在的账户 1 用法:userdel [选项] 登录 2 3 选项: 4 -f, --force force some actions that would fail otherwise (-f 强制删除用户,即使用户当前是登录状态) 5 e.g. remo ...
分类:其他好文   时间:2021-04-20 15:45:21    阅读次数:0
使用脚手架创建vue项目
使用脚手架创建vue项目 安装node.js(自由安装了node.js才能使用npm) 下载地址:https://nodejs.org/zh-cn/download 帮助文档:https://nodejs.org/zh-cn/docs npm包管理器 npm是Nodejs平台的默认包管理工具,所以n ...
分类:其他好文   时间:2021-04-20 15:16:50    阅读次数:0
Jenkins配置gitee命令报错:Host key verification failed.
在配置Jenkins的源码管理的时候,遇上了这个错 Host key verification failed。 就是下图这里 图片是已经修正后的,报错的原因是说没有权限。 一开始一直以为是Jenkins配置问题,百度了好几个晚上都没有找到答案。 后来看到有人是在服务器上配置git的SSH,然后我意识 ...
分类:其他好文   时间:2021-04-19 15:57:00    阅读次数:0
[linux]Ubuntu18.04生成RSA密钥
生成RSA密钥 1. 制作密钥对 [root@host ~]$ ssh-keygen <== 建立密钥对 Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa): ...
分类:系统相关   时间:2021-04-19 15:54:27    阅读次数:0
多开发机别名跳转脚本片段
#! /bin/bash # @author # @breif auto ssh function show_usage(){ echo -e " This is Usage " echo -e " -h: which host to go,for example dev041" } functio ...
分类:其他好文   时间:2021-04-19 15:50:26    阅读次数:0
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing
解决办法:apt-get update或者apt-get cleanapt-get update 或者 apt-get update --fix-missing问题解析1 source本身的问题 根据提示,我们首先应当 apt-get update 一下source,如果在apt-get updat ...
分类:其他好文   时间:2021-04-19 15:46:10    阅读次数:0
java elasticsearch add
<dependency> <groupId>org.elasticsearch</groupId> <artifactId>elasticsearch</artifactId> <version>${es.version}</version> </dependency> <dependency> < ...
分类:编程语言   时间:2021-04-19 15:11:01    阅读次数:0
36936条   上一页 1 ... 23 24 25 26 27 ... 3694 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!