20%
18.02.2018
public_key = "${file("${var.ssh_pub_key}")}"
07 }
08 resource "digitalocean_droplet" "mywebapp" {
09 image = "docker-16-04"
10 name: guest
11 region = "fra1"
12 size = "512mb"
13 ssh
20%
02.02.2021
dockerrepo.matrix.dev/gentoo-glibc:latest-amd64 && touch pushtime
Sending build context to Docker daemon 21.12MB
Step 1/2 : FROM dockerrepo.matrix.dev/gentoo-base:latest
---> 22fe37b24ebe
Step 2/2 : ADD
20%
06.05.2024
).
Figure 4: LattePanda Mu (image credit: DFRobot).
The Intel N100 peaks around 22-23W under load, although DFRobot says up to 35W. The Raspberry Pi 5 under load peaks around 12W, so the power draw
20%
28.11.2021
space on target_server is getting full, please check and free some space.
11
12 - alert: Webserver unavailable
13 expr: probe_http_status_code{job="blackbox_exporter"} != 200
14 for: 1m
15
20%
28.11.2021
"
06 "fyne.io/fyne/v2/widget"
07 )
08
09 func main() {
10 a := app.New()
11 w := a.NewWindow("
")
12 w.Resize(fyne.NewSize(200, 200))
13 w.SetContent(widget.NewLabel("Hello World!"))
14
20%
29.09.2020
-system svclb-traefik-p46m5 2/2 Running 0 11m
kube-system coredns-d798c9dd-kjhjv 1/1 Running 0 12m
kube-system traefik-6787cddb4b-594
20%
25.03.2020
"RevisionId": "aa63-b5c0-4ec2-a5e99",
11 "MemorySize": 128,
12 "Version": "$LATEST",
13 "Role": "arn:aws:iam::XXXXX:role/bashFunctionRole",
14 "Timeout": 3,
15 "Runtime": "provided",
16
20%
30.11.2020
cri-o-${CRIO_VERSION}
The following NEW packages will be installed
cri-o-1.17
0 to upgrade, 1 to newly install, 0 to remove and 0 not to upgrade.
Need to get 17.3 MB of archives.
After this operation
20%
06.10.2019
.
By the way,
easyrsa export-p12
exports a key pair in PKCS12 format. The
easyrsa gen-req
easyrsa sign-req
commands give Easy-RSA full-fledged PKI management, and the
build-client-full
build
20%
05.02.2019
Version: "2.0.0"
02
03 globalEnvVars:
04 - key: "MYSQL_USER"
05 value: "dev"
06 - key: "MYSQL_PASSWORD"
07 value: "123456"
08
09 commandTests:
10
11 # Is the MySQL package installed?
12 - name: "MySQL package