68%
04.08.2020
/python-27-centos7 - 700MB => 24MB (minified by 29.01X)
from python2.7:distroless - 60.7MB => 18.3MB (minified by 3.32X)
Teeny Tiny
Although you can install the binaries required to run Docker
68%
11.10.2016
(every 5 seconds):
14 (periodically-expire 5)
15
16 ; Email address used to send notifications:
17 (def email (mailer {:from "riemann@example.com"}))
18
19 ; Index: Definition
20 (let [index (index)]
21
68%
13.12.2018
Linux distribution (CentOS), my configured repos are as shown in Listing 1.
Listing 1
Configured Repos
01 $ sudo yum repolist | grep microsoft
02 packages-microsoft-com-mssql-server-2017
68%
13.02.2017
others.
Use SELinux, if possible; otherwise, use AppArmor [16], grsecurity [17], or PaX [18] to lock down unexpected system resource access.
Patch your systems more often than usual; even official
68%
05.02.2019
: https://mariadb.com/kb/en/library/oqgraph-storage-engine/
Spider: https://mariadb.com/kb/en/library/spider-storage-engine-overview/
PROXY protocol: https://www.haproxy.org/download/1.8/doc
68%
30.01.2020
from the SSD. In any case, Ceph needs at least one completely empty hard disk in every system, which can later be used as a data silo.
Control Plane Node
Of five servers with Ubuntu 18.04 LTS, pick one
68%
09.04.2019
::XXXXXXXXXXX:role/aws-service-role/guardduty.amazonaws.com/AWSServiceRoleForAmazonGuardDuty",
17 "Condition": {
18 "StringLike": {
19 "iam:AWSServiceName": "guardduty.amazonaws.com"
20
68%
18.07.2013
systems.
Listing 1
Load Balancer Configuration
01 upstream backend {
02 backend1.example.com server weight = 5;
03 server backend2.example.com max_fails fail_timeout = 10s = 5;
04
68%
30.11.2020
="left" valign="top">
16
17
18
19
Once the list of commands is loaded, the target attribute is again used
68%
04.04.2023
* Import terraform outputs from VPC
13 ******************************************/
14 data "terraform_remote_state" "vpc" {
15 ...
16 }
17 /*******************************************
18 * GKE Cluster