.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...
Turn on: 1gsettings set org.gnome.desktop.interface clock-show-seconds true Turn off: 1gsettings set org.gnome.desktop.inter...
General purpose12345openstack flavor create --id 101 --ram 512 --disk 5 --vcpus 1 m1.tiny && \openstack flavor create...
Debian 1212345wget -nc https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-generic-amd64.qcow2 -O /tmp/debian-12....
123export OPENSTACK_VERSION='2023.1' && \sudo pip install python-openstackclient -c "https://releases....
Send always when power change by 2 watts or every 30 seconds. 12TelePeriod 30PowerDelta 102 Check documentation .
Nginx configuration: configuration12345678910111213141516171819202122set_real_ip_from 10.0.0.0/8;real_ip_header X-Real-IP;map...