docker-compose.yaml services: zabbix-pgsql: image: postgres:16.4 container_name: zabbix-pgsql network_mode: host restart: always environment: TZ: Asia/Shanghai POSTGRES_USER: …
apt_upgrade.yml root下 --- - name: init_application hosts: execgroup remote_user: root gather_facts: true tasks: - name: Update apt cache apt: update_cache: yes tags: update - …
成功获取信息之前,需要nvidia-smi成功的获取到信息 # nvidia-smi Tue Sep 10 14:57:24 2024 +-----------------------------------------------------------------------------------------+ | NVIDIA-SMI 55…
docker-compose.yaml services: timescale: image: timescale/timescaledb-ha:pg16 network_mode: host container_name: timescaledb restart: unless-stopped privileged: true deploy: r…
前言 由于家里有两条网络,但是NUC11 PHAi5只有一个2.5G单网卡和一个WIFI6的AX210无线网卡,两根网络只用一个就太浪费了,要物尽其用,开始倒腾。 前提概要 首先需要基础的Linux操作 有两台不同的网络,但同一网络也能倒腾 只针对无线网卡 AX210 pve版本 Virtual Environment 7.3-3 家里有一条1G的…
说明 (bonding一共有7种工作模式): bonding一共有7种工作模式(mode): 1)、mode=0,(balance-rr)(轮询均衡模式) 传输数据包顺序是依次传输,直到最后一个传输完毕,此模式提供负载平衡和容错能力,服务器对外只有一个MAC地址,其物理网卡是没有MAC地址的,因此需要交换机做链路聚合,否则不知道要将数据包发送给哪个…
pve7.4 post-up echo 1 > /proc/sys/net/ipv4/ip_forward post-up iptables -t nat -A POSTROUTING -s '172.30.30.0/24' -o vmbr0 -j MASQUERADE post-down iptables -t nat …
debian11 bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -d 11 -v 64 -a --ip-addr 172.26.xx.xx --ip-gate 172…
install apt-get -y install python3.9 默认值设置 sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 1 sudo update-alternatives --install /usr/bin/python3…