^@与控制字符

在应用服务日志中看到了服务器日志记录错误NumberFormatExeception input string ^@^@^@^@,对于 ^@ 这个控制字符没有什么映像了于是vi打开一个临时文件 ctrl + V, ctrl + @ 输入到文件中然后hexdump 看了一下二进制内容发现是

2024-10-27 · 3 分钟

intermediate CA certificate 中间证书

中间证书的使用是随着公共密钥基础设施(PKI)的发展而逐渐普及。

2024-10-12 · 8 分钟

证书common name

项目自签名证书,common name 超过64个字节报错

2024-07-03 · 2 分钟

linux arp 参数整理 – arp_filter

arp\_filter: - - 控制系统对不同网络接口上收到的 ARP 请求的响应行为 - 取值范围: - - 允许您在同一子网上拥有多个网络接口,并根据内核是否会从ARP请求的IP地址出路由数据包来决定是否应答ARP请求(因此,这需要使用基于源的路由来实现)。换句话说,它允许控制哪些网卡(通常是一个)将响应ARP请…

2024-06-23 · 2 分钟

linux arp 参数整理

在 Linux 中,有多个内核参数可以控制 ARP(地址解析协议)的行为。这些参数可以通过 /proc/sys/net/ipv4/conf// 目录下的文件来配置,或者使用 sysctl 命令来设置。以下是一些常用的 ARP 内核参数及其含义:

2024-06-22 · 9 分钟

负载均衡

In computing, load balancing is the process of distributing a set of tasks over a set of resources computing units, with the aim of making their overall…

2024-06-02 · 8 分钟

VLAN

A virtual local area network VLAN is any broadcast domain that is partitioned and isolated in a computer network at the data link layer OSI layer 2.23 In this…

2024-05-05 · 18 分钟

C语言宏参数转换为字符串

用宏定义来定义一个SQL语句, 用来指定字段的长度。那就拼接一下

2024-04-25 · 2 分钟

conflicts with file from package kernel-debuginfo

dnf upgrade-minimal --security

2024-04-13 · 1 分钟

案例学习-Sysbench压测故障

故障源于知识星球的一个案例:

2024-04-01 · 6 分钟