docker核心架构 安装 docker 要求centos系统的内核版本高于3.10 查看版本 uname -r root 登录linux 更新 yum -y update 卸载旧版本 yum remove docker docker-common docker-selinux docker-eng ...
分类:
其他好文 时间:
2021-03-30 13:26:30
阅读次数:
0
pdf2htmlEX是一款可以将pdf文档转换成html文件的插件,但是Linux系统安装起来很麻烦,所以我们使用docker进行安装 首先要安装docker 因为国外镜像很慢,所以我们这边修改使用国内的镜像 修改 vim /etc/docker/daemon.json 默认是有这个文件的,如果没有 ...
分类:
Web程序 时间:
2021-03-30 12:57:41
阅读次数:
0
我们之前研究过Code First的一个小小的案例,但是只是用了单数据库。 今天还是来做一个mysql sqlserver同时能使用的一个案例 需要工具 1.VS2019 core3.1 2.脑子一个 3.虚拟机windows server,Centos7 引入EF Code 新建一个用户实体类(我 ...
分类:
数据库 时间:
2021-03-29 12:11:53
阅读次数:
0
以内核模块 drbd 为例: 1、创建 /etc/modules-load.d/drbd.conf 中,直接写模块名: drbd 2、创建 /etc/sysconfig/modules/drbd.modules:内容如下 # drbd module exists? /usr/sbin/modinfo ...
分类:
其他好文 时间:
2021-03-29 11:51:34
阅读次数:
0
iperf是一种命令行工具,用于通过测量服务器可以处理的最大网络吞吐量来诊断网络速度问题。它在遇到网络速度问题时特别有用,通过该工具可以确定哪个服务器无法达到最大吞吐量。 环境: server: centos/redhat 7.4 client:window10 iperf版本: iperf 3.1 ...
分类:
其他好文 时间:
2021-03-29 11:47:49
阅读次数:
0
下载maven安装包 下载地址:https://maven.apache.org/download.cgi wget https://mirrors.bfsu.edu.cn/apache/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar. ...
分类:
其他好文 时间:
2021-03-29 11:46:34
阅读次数:
0
Setup Check our AndroidCompile wiki page, especially for build dependencies. Here are the essential points: On Debian/Ubuntu, install the required dep ...
分类:
系统相关 时间:
2021-03-26 15:25:05
阅读次数:
0
#!/bin/bash mkdir /etc/yum.repos.d/repo mv /etc/yum.repos.d/*.repo /etc/yum.repos.d/repo curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.ali ...
分类:
其他好文 时间:
2021-03-18 14:42:38
阅读次数:
0
php7安装ldap扩展 EricSanchez 2018-03-27 16:22:35 5055 收藏文章标签: php ldap centos 添加扩展 编译安装版权进入之前编译安装php包中 cd ~/php7.2.3/ext/ldap/server/php7/bin/phpize./conf ...
分类:
Web程序 时间:
2021-03-18 14:07:46
阅读次数:
0
error: C++ preprocessor "/lib/cpp" fails sanity check 问题的根源是缺少必要的C++库。如果是CentOS系统,运行,如下命令解决: yum install -y glibc-headers gcc-c++ Ubuntu系统中,运行命令: apt- ...
分类:
其他好文 时间:
2021-03-18 14:06:28
阅读次数:
0