23%
05.08.2024
/average VFull-backup size is above acceptable limit of 25TB
(W102) last VFull runtime is longer then acceptable limit of 22h
(C301) average incremental-backup size is above acceptable limit of 200GB
(W302
23%
03.04.2024
the recommendations in the RustDesk documentation and enabling and configuring the firewall:
sudo ufw allow 22/tcp
sudo ufw allow 21115:21119/tcp
sudo ufw allow 21116/udp
sudo ufw allow 8000/tcp
sudo ufw enable
23%
26.01.2025
the required cluster in just a few minutes. The following example assumes that all commands are run on Ubuntu 22.04, but most of the commands will probably work on other distributions with just a few minor
23%
25.09.2023
Protection Agency, the average carbon footprint of a domestic kilowatt-hour is 0.389kg of CO2, so this workload's carbon footprint was 0.82g of CO2. Tiny, but not zero
23%
13.12.2011
. That means you need to define a different separator – the new separator follows the option with the angled brackets:
hostlist relay_from_hosts = <; 85.214.7.0/24; 2a01:238:10b::/56
If you are configuring
23%
24.09.2015
using N
number of TPs, you will have to keep using that many TPs for any applications later in the workflow. For some problems, this setup might not be convenient or even possible.
Developers of several
23%
02.08.2022
._tcp.mykier.ip,ipa.mykier.ip,389
A Berkeley Internet Name Domain (BIND) 9 DNS server needs the same entries, but in a different format:
_kerberos._udp.mykier.ip. 86400 IN SRV 0 100 88 ipa.mykier.ip.
[...]
The important
23%
11.02.2016
, libcontainer
. This was not part of the solution right from the start; up until version 0.9, Docker drew directly on LXC to start and manage containers. However, LXC lacked several features, so Docker decided
23%
16.05.2013
sessions with Google Authenticator [17]. The Google Authenticator Project is released under the Apache License 2.0 and is freely available. A PAM module is available for the server; the Google Authenticator
23%
02.02.2021
(KafkaProducerString,
producer = new KafkaProducer(props)) {
03
04 for (long i =**0; i <**10; i++) {
05 final String orderId = "id" + Long.toString(i);
06 final Payment