这是一个好几年前的存稿笔记 Docker 方式安装 开源地址: https://github.com/cptactionhank/docker-atlassian-confluence 镜像地址: https://hub.docker.com/r/atlassian/confluence/tags 破解文件下载:https://github.com…
私钥 openssl genrsa -des3 -out server.key 4096 ...
snmp v2 默认的public在新版本的交换机上已经被弃用,需要更改为大小写、数字的字符 snmp-agent snmp-agent sys-info version v2c snmp-agent community read PublicUser snmp v3 不同版本的S6720 加密方式都不一致 SW01 SW02 snmp-agent…
root 权限 curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash source ~/.bashrc 非root权限 cd ~ && git clone https://github.com/nvm-sh/nvm.git .nv…
12 Nov 2024 14:17:45 Create your order 1 × KS-LE-C rental - datacenter bhs - 1 × 300Mbps unmetered public bandwidth 1 × Intel Xeon E5-1620v2 1 × 32GB DDR3 1600MHz rental - 1 m…
6 Nov 2024 02:27:41 Create your order Europe (France – Roubaix) eu-west-rbx 满血IPMI!!!
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: …
往期回顾 环境默认使用root,如果非root下查看下列文章 ansible-playbook系列之apt更新软件 init [client]chrony.conf cat > /etc/chrony/chrony.conf << EOF confdir /etc/chrony/conf.d pool 10.6.0.254 ibu…
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 - …