配置固定IP#查询现有的网卡配置nmcli con show# 配置IP
sudo nmcli con mod "Wired connection 1" ipv4.addresses 192.168.1.100/24
sudo nmcli con mod "Wired connection 1" ipv4.gateway 192.168.1.1 # 禁用 DHCP
sudo nmcli con mod "Wired con…
一、没有对齐到内存页大小
出现报错信息如下: Increasing per-process limit of core file size to infinity. - Existing per-process limit (soft18446744073709551615, hard18446744073709551615) is enough for us (need only 18446744073709551615) Assertion…