tl.s

mysql bin log oversize processing method

Let me help you solve the problem of MySQL binlog files taking up too much space. Here are a few options to deal with it: Clean up old binlog files — 查看当前的 binlog 文件列表 SHOW BINARY LOGS; — 手动删除指定日期之前的 binlog PURGE BINARY LOGS BEFORE DATE_SUB(NOW(), INTERVAL 7 DAY); — 或者删除指定文件之前的所有日志 PURGE BINARY LOGS TO ‘mysql-bin.000123’; […]

mysql bin log oversize processing method Read More »

BWH-DC99

Related information: Manufacturer: BandwagonHost Model: DC99-MINIBOX-10-512 Specification: 1C/512G Disk: 10G Flow rate: 500G Location: USA/Los Angeles Price: 29USD/year Annual payment: 209.69 RMB Test Script: # 硬件基准 curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh -m 4 3 Test results software ——————— A Bench Script By spiritlhl ———————-                   测评频道: https://t.me/vps_reviews                      VPS融合怪版本:2024.11.08

BWH-DC99 Read More »

Hetzner-CX22

Related information: Manufacturer: Hetzner Model: CX22 Specification: 2C/4G Disk: 40G Flow rate: 20T Location: Germany/Nuremberg Price: Euro3.29/month Annual payment of RMB: 302.96 Test Script: # 硬件基准 curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh -m 4 3 Test results software ——————— A Bench Script By spiritlhl ———————-                   测评频道: https://t.me/vps_reviews                      VPS融合怪版本:2024.11.08

Hetzner-CX22 Read More »

Aliyun-ecs.e-c1m1.large

Related information: Manufacturer: Aliyun Model: ecs.e-c1m1.large Specification: 2C/2G Disk: 40G Flow rate: ~T Bandwidth: 3 Mbps Location: Price: 99 RMB/year Annual payment in RMB: 99 Test Script: # 硬件基准 curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh -m 4 3 Test results software ——————— A Bench Script By spiritlhl ———————- 测评频道:

Aliyun-ecs.e-c1m1.large Read More »

Tencent-轻量-2C4G

Related information: Manufacturer: Tencent Model: Lightweight-New Customer Exclusive-2C4G Specification: 2C/4G Disk: 70G Flow rate: 600T Bandwidth: 6 Mbps Location: China/Guangzhou Price: 159 RMB/year Annual payment in RMB: 159 Test Script: # 硬件基准 curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh -m 4 3 Test results software ——————— A Bench Script By

Tencent-轻量-2C4G Read More »

SugarHosts 2024 Christmas Event

Veteran web hosting manufacturer with top lines for web hosting in Hong Kong. The thing that impresses me most about this one is that their background images are all very nice. Christmas activities Event Page:https://page.sugarhosts.com/xmas2024zhEvent Period: November 18, 2024 – December 31, 2024 Activities include: consumer cashback Web hosting consumption full refund 20% of the

SugarHosts 2024 Christmas Event Read More »

DogYun-HK-EQ

Related information: Manufacturer: DogYun Model: hk.eq.s Specification: 1C/512G Disk: 20G Flow rate: 500G Bandwidth: 50Mbps Location: China/Hong Kong Price: 35RMB/year / 24.5RMB/Y Discount CodeHK.EQ30% off first from ¥24.50 Yearly: 245 RMB Purchase Links:https://vm.dogyun.com/server/create/132 Test IP: 43.247.133.1 Test Script: # 硬件基准 curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh -m 4 3

DogYun-HK-EQ Read More »

Kubernetes uses the multus plugin to add subinterfaces and fix the ip

apiVersion: “k8s.cni.cncf.io/v1” kind: NetworkAttachmentDefinition metadata:  name: macvlan8  namespace: multicast spec:  config: ‘{    “cniVersion”: “0.3.1”,    “plugins”: [      {        “type”: “macvlan”,        “capabilities”: { “ips”: true },        “master”: “eth1”,        “mode”: “bridge”,        “ipam”: {          “type”: “static”,          “addresses”: [              {                  “address”: “192.168.25.62/22”,                  “gateway”: “192.168.27.254”              }          ],          “routes”: [              { “dst”: “192.168.24.0/22”, “gw”: “192.168.27.254” },              { “dst”: “192.168.5.0/24” }          ]        }

Kubernetes uses the multus plugin to add subinterfaces and fix the ip Read More »