CENTOS共13篇
一键搭建v2ray并配置vmess+tls+websocket详细图文教程-Ddmit

一键搭建v2ray并配置vmess+tls+websocket详细图文教程

进行搭建v2ray并配置vmess+tls+websocket的前提是你有一个域名,然后并将它正确解析到你的VPS对应的IP地址,我这里使用的是搬瓦工的VPS,如果没有VPS的同学,请参考这篇文章进行注册: 史上最详...
ddmit的头像-DdmitDdmit5年前
01.8W+6
CentOS各版本区别(DVD/Everything/Minimal等)-Ddmit

CentOS各版本区别(DVD/Everything/Minimal等)

在CentOS官网下载CentOS系统镜像时,会有三个镜像版本可供选择,分别是CentOS ISO,Everything ISO,Minimal ISO,除了这三个版本,还有其他几个版本,他们的区别如下: CentOS ISO:DVD是标准...
ddmit的头像-DdmitDdmit6年前
01.3W+4
CentOS启用Google BBR加速网络-Ddmit

CentOS启用Google BBR加速网络

启用BBR,内核版本必须至少升级到4.9.0,升级内核的方法详见: CentOS使用ELRepo RPM repository升级内核版本。 BBR (Bottleneck Bandwidth and RTT) 是一种新的拥塞控制算法,由Google贡献给Li...
ddmit的头像-DdmitDdmit5年前
017553
CentOS如何升级openssl到最新版本-Ddmit

CentOS如何升级openssl到最新版本

环境信息 CentOS Linux release 7.6.1810 (Core); OpenSSL 1.0.2k-fips 26 Jan 2017; OpenSSL 1.1.1c 28 May 2019 依赖 sudo yum -y install perl perl-devel gcc gcc-c++ 升级 查看当前版本 ...
ddmit的头像-DdmitDdmit5年前
31.1W+3
CentOS开放端口的方法-Ddmit

CentOS开放端口的方法

Centos升级到7之后,内置的防火墙已经从iptables变成了firewalld。所以,端口的开启还是要从两种情况来说明的,即iptables和firewalld。更多关于CentOs防火墙的最新内容,请参考Redhat官网[4.5 ...
ddmit的头像-DdmitDdmit6年前
182.7W+3
CentOS使用ELRepo RPM repository升级内核版本-Ddmit

CentOS使用ELRepo RPM repository升级内核版本

1.查看当前版本 升级前,检查当前内核版本: uname -r 上面的命令会输出类似与下面的内容: 3.10.0-514.2.2.el7.x86_64 也就是说,当前版本是3.10.0。 2.安装ELRepo repo 依次执行下面的两条命...
ddmit的头像-DdmitDdmit5年前
013742
使用Elasticsearch Ingest Attachment Processor 插件处理文档-Ddmit

使用Elasticsearch Ingest Attachment Processor 插件处理文档

1.环境 Elasticsearch 7.1.1; 2.安装 ./bin/elasticsearch-plugin install ingest-attachment 然后重启各节点。 3.单个附件处理 3.1 创建索引 为单个附件处理创建个索引: curl -XPUT 'http://...
ddmit的头像-DdmitDdmit6年前
029592
docker容器显示状态为created的含义?-Ddmit

docker容器显示状态为created的含义?

docker容器中created状态的含义? docker容器状态为'created'表示:容器已经被创建,但是并未启动。 以下两种方式可以形成这种状态: docker容器是已经使用docker create命令创建(这种做法是为...
ddmit的头像-DdmitDdmit6年前
081762
解决openssl make test错误:No plan found in TAP output-Ddmit

解决openssl make test错误:No plan found in TAP output

在编译安装Openssl时报错,具体如下。 环境 CentOS Linux release 7.3.1611 (Core); OpenSSL_1_1_1d.tar.gz; 错误 在源码安装openssl时,进行make test时报错如下: Parse errors: No plan f...
ddmit的头像-DdmitDdmit5年前
30942
CentOS 8修改yum源为国内源-Ddmit

CentOS 8修改yum源为国内源

由于国内网络原因,如果你的服务器在国内的话,在CentOS上安装一些软件速度可能会很慢,因此建议将yum源改为国内源,比如阿里云,方式如下: 环境: CentOS Linux release 8.1.1911 (Core); 1....
ddmit的头像-DdmitDdmit5年前
032021