先搭建本地YUM源 确认系统版本 [root@moke ~]# cat /etc/redhat-release CentOS Linux release 7.2.1511 (Core) [root@moke ~]# 准备资源: http://mirror.nsc.liu.se/centos-stor ...
分类:
其他好文 时间:
2021-04-15 12:18:08
阅读次数:
0
题目: Implement a function that receives two IPv4 addresses, and returns the number of addresses between them (including the first one, excluding the la ...
分类:
其他好文 时间:
2021-04-15 12:16:50
阅读次数:
0
主要测试了各方式clone的情况: 1. 安装gitlab,配置ip:port。 常规步骤: yum install -y curl policycoreutils-python openssh-server wget https://mirrors.tuna.tsinghua.edu.cn/git ...
分类:
其他好文 时间:
2021-04-15 12:08:39
阅读次数:
0
Docker部署PostGres docker run -d --name postgres --restart always -e POSTGRES_USER='postgres' -e POSTGRES_PASSWORD='123456' -e ALLOW_IP_RANGE=0.0.0.0/0 ...
分类:
其他好文 时间:
2021-04-14 12:43:56
阅读次数:
0
不多言了,看图操作三部曲 1.登陆Dell 的web idac后台 2.网络→服务→VNC 3.安装VNC Viewer,ip+端口直连 ...
分类:
其他好文 时间:
2021-04-14 12:40:30
阅读次数:
0
安装 yum install libvirt virt-install qemu-kvm -y 介绍: libvirt服务:管理kvm虚拟机的生命周期 cirt-install工具:创建虚拟机 qemu-kvm工具:使用qemu-img为虚拟机提供硬盘 qemu 软件纯模拟全虚拟化软件,特别慢 xe ...
分类:
其他好文 时间:
2021-04-14 12:32:54
阅读次数:
0
1、添加线程组 2、添加HTTP请求 接口模板: http://132.232.44.158:8080/morning/getAllGoods 所以配置为: 协议:http 服务器名称或IP地址:132.232.44.158(服务器ip地址,部署在本地则为127.0.0.1) 端口号:8080(配置 ...
分类:
其他好文 时间:
2021-04-14 12:28:46
阅读次数:
0
1.1 套接字 C语言网络编程其实本质上也是多进程之间通过socket套接字进行通信,知识进程可能位于不同的服务器上,常用的TCP/IP协议有3种套接字类型,如下所示: 1.1.1 流套接字(SOCK_STREAM) 流套接字用于提供面向连接、可靠的数据传输服务,该服务保证数据能够实现无差错、无重复 ...
分类:
编程语言 时间:
2021-04-14 12:08:37
阅读次数:
0
#1. Load Balancer 一般有以下实现方案 一个 Anycast IP(比如 Google LB),GCP 的 cdn 是不直接提供对外连接地址,而是由 lb 的 ip 提供。 一个普通 IP(比如 Ucloud LB) 一个 CNAME 分区解析(比如 AWS ELB),AWS 的 c ...
分类:
其他好文 时间:
2021-04-14 12:00:00
阅读次数:
0
1、下载、解压 2、安装nginx需要的依赖 yum install -y gcc-c++ yum install -y pcre yum install -y pcre-devel yum install -y zlib yum install -y zilb-devel yum install ...
分类:
系统相关 时间:
2021-04-14 11:56:59
阅读次数:
0