码迷,mamicode.com
首页 >  
搜索关键字:yum ip    ( 70191个结果
CentOS 安装 NETCore 教程
CentOS 7 安装 NETCore 教程 注册微软安装包源 sudo rpm -Uvh https://packages.microsoft.com/config/centos/7/packages-microsoft-prod.rpm 安装 NETCore SDK sudo yum insta ...
分类:Web程序   时间:2021-06-13 10:39:59    阅读次数:0
CentOS 安装 nginx 教程
CentOS 安装 nginx 教程 下载安装包 cd /usr/local wget http://nginx.org/download/nginx-1.19.8.tar.gz 安装依赖 yum install gcc-c++ yum install pcre yum install pcre-d ...
分类:其他好文   时间:2021-06-13 10:38:46    阅读次数:0
CentOS 安装 git 教程
CentOS 安装 git 教程 移除自带 git yum remove git 安装依赖 yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel asciidoc yum install gcc perl- ...
分类:其他好文   时间:2021-06-13 10:37:37    阅读次数:0
Eureka挂掉,服务之间能否正常调用?
1.Eureka挂掉后,服务之间能否正常调用? 不能,服务之间调用,需要根据服务名获取对应服务的主机ip及端口,挂掉后客户端不能获取。 2.ES中的索引和Mysql中的索引区别? ES中的索引数据结构时倒排索引,Msql中的索引时B+树 3.Eureka注册信息时主动推送还是手动拉取? 手动拉取 4 ...
分类:其他好文   时间:2021-06-13 10:25:42    阅读次数:0
【转】TCP和SOCKET关系
socket是TCP/IP协议的API TCP是数据的介质,Socket是TCP的介质. 查了一下RFC文档,Socket是RFC147,更新时间是1971年.TCP是RFC793,更新时间是1981年.Socket在ARPA网就出现了. 应该说TCP是socket上的一种通信协议. http:// ...
分类:其他好文   时间:2021-06-13 09:44:04    阅读次数:0
Rsync+Notify NFS
Rsync+Notify: yum install make gcc gcc-c++ 客户端启动rsync port:873/usr/local/rsync/bin/rsync --daemon --config=/usr/local/rsync/rsync.conf Client:tar xf r ...
分类:其他好文   时间:2021-06-13 09:26:06    阅读次数:0
SVN 搭建svn版本库
第一步 安装SVN 命令: yum -y install subversion 第二步 创建目录 通俗来讲就是你想把你的文件放在哪里, 我想把我所有svn项目放在 /www/svndata 目录下 mkdir /www/svndata 第三步 创建svn版本库 我想在svn目录下创建一个项目,名称叫 ...
分类:其他好文   时间:2021-06-13 09:20:54    阅读次数:0
How to identify the HBA cards/ports and WWN in Linux
There are several commands to determine the WWN of a Fibre Channel (FC) HBA and their status (online/offline). The post discusses few of the most comm ...
分类:系统相关   时间:2021-06-11 18:48:26    阅读次数:0
linux - unzip: 未找到命令
问题描述 unzip: Command Not Found 或 zip: Command Not Found 或unzip: 未找到命令 解决方法 如果是Ubuntu的的系统可以用下面的命令安装:sudo apt-get install zip 如果是用yum安装的话用下面的命令安装:yum ins ...
分类:系统相关   时间:2021-06-11 18:30:51    阅读次数:0
docker安装及docker的基本命令
使用阿里云镜像地址 yum-config-manager \ --add-repo \ http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo 更新包索引 yum makecache fase 安装docker yum inst ...
分类:其他好文   时间:2021-06-11 18:28:19    阅读次数:0
70191条   上一页 1 ... 11 12 13 14 15 ... 7020 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!