13%
05.08.2024
:4566"
- "14510-14559:4510-4559"
environment:
- DEBUG=${DEBUG:-0}
healthcheck:
test: ["CMD", "curl", "-I", "localhost:4566/_localstack/health"]
interval: 5s
timeout: 3s
retries
13%
10.04.2015
2 ]
12 then
13 # Clamscan error
14 echo "Scan error: ${WATCHMAN_ROOT}/$file" | \
mailx -s "Scan error" mail@example.com
15 fi
16 # Else no virus found
17 done
However
13%
05.02.2023
and recommendations come in. Examples include:
Microsoft security baselines from the Microsoft Security Compliance Toolkit [4]
SiSyPHuS, a study of system design, logging, hardening, and security features
13%
02.08.2021
When a Kubernetes laboratory environment is required, the excellent localized Minikube and the tiny production-ready k3s distributions are fantastic. They permit a level of interaction
13%
05.12.2014
that assumes a Xubuntu Desktop 12.04.4 LTS instance. If you're not familiar with R, the R Project for Statistical Computing states: "R is a free software environment for statistical computing and graphics
13%
20.06.2022
Once your set of internal applications grows greater than an order of 10s, you can end up in a scenario where credentials storage for each service gets out of control. Users might start complaining
13%
31.07.2013
. The OS then takes these requests and acts upon them, returning a result to the application. Understanding the I/O pattern from an application’s perspective allows you to focus on that application. Then
13%
20.03.2014
": 2048,
07 "resolvers": ["192.168.111.254"],
08 "disks": [
09 {
10 "image_uuid": "1fc068b0-13b0-11e2-9f4e-2f3f6a96d9bc",
11 "boot": true,
12 "model": "virtio"
13 }
14 ],
15
13%
07.10.2014
-EY
09 config:
10
11 zroot ONLINE
12 ata-ST380215AS_9QZ68Z7S ONLINE
Not Under Root
Caution is advised here: Without specifying any options, the zpool
13%
30.11.2025
the root string (the so-called root logger) that is contained in the default messages by setting the following format:
logging.basicConfig(format='%(levelname)s:%(message)s')
But, more on that later