1.2.3.4 is Bastion IP. 1export ANSIBLE_SSH_ARGS='-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ProxyCom...
InstallIn web GUI: System -> Advanced -> System Tunables -> New: Tunable: virtio_console_load Value: YES /etc/rc.c...
Login: adminPassword: pfsense
Dates before and after executionShow date before execution: 1PS0=">>> \$(date +%Y-%m-%d\ %T.%3N)\\n$PS0" ...
For certificates search Openssl generate certificates. 12345678910111213FROM emqx:5.1.6ENV EMQX_RPC__PORT_DISCOVERY=manualENV...
docker-compose.yml 12345678services: mqtt_server: build: . environment: - "EMQX_NAME=emqx" ports: ...
.env 123NR=1234IP1=192.168.1.11IP2=192.168.1.12 docker-compose.yml 12345678910111213services: mqtt_server: build: . e...
generate.sh 12345678910111213141516171819202122232425262728293031323334353637383940#!/bin/bash -xKEY_SIZE=4096DAYS=3650# CAif...
12345678source "openstack" "image" { ..... ssh_bastion_host = var.bastion_ip ssh_ba...
To string12int number = 123;std::string converted = std::to_string(number); To numeric1234int number = 123;char buffer[10];s...