17%
04.12.2024
; processes known as mongos route queries to the correct shard. The config server's metadata makes sure this happens. © MongoDB [3]
Version 8.0 of MongoDB introduced embedded config servers, which means
17%
03.04.2024
use Ubuntu 22.04, but you can apply all the advice to other distributions, too. ClamAV is used in conjunction with SpamAssassin as a tool for filtering mail. Where action relating to name servers
17%
26.01.2025
is an excellent Bicep-based reference and starting point that helps you get up and running quickly [3].
Table 1
BICEP Resource Definitions
Resources Versioned w/@yyyy-mm-dd-state
Common
17%
26.11.2013
ability of web browsers to encrypt and decrypt application data using JavaScript, is currently under review by the World Wide Web consortium (W3C) as a draft. This promising technology reaches well beyond
17%
23.07.2012
.13.134.52):
Not shown: 994 filtered ports
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 4.3 (protocol 2.0)
25/tcp closed smtp
53/tcp open domain ISC BIND 9.3
17%
05.12.2018
(Wikipedia, CC BY-SA 3.0).
Another option is the Newt library, which focuses on color TUIs (Figure 2) and uses a widget approach, making programming a TUI much easier. With Newt, you can create stacked
17%
17.03.2020
:
$ cat /proc/partitions|grep nvme
259 0 244198584 nvme0n1
259 3 97654784 nvme0n1p1
259 4 96679936 nvme0n1p2
I will be using partition 1 for the L2ARC read cache, so to enable
17%
27.09.2021
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
64 bytes from 52.90.56.122: icmp_seq=3 ttl=48
time=40.492 ms
[ output truncated ]
Welcome to Ubuntu 20.04.1 LTS
17%
17.06.2017
-1) = 0.25 * (a(1:n-2,2:n) + a(3:n,2:n) + a(2:n,1:n-2) + a(2:n,3:n))
Using forall, the same can be written as:
forall (i=2:n-1, j=2:n-1) a(i,j) = 0.25*(a(i-1,j) + a(i+1,j) + a(i,j-1) + a(i,j+1
17%
20.06.2022
.4'
02 services:
03 keycloak:
04 container_name: keycloak
05 image: quay.io/keycloak/keycloak:17.0.1
06 ports:
07 - 8080:8080
08 environment:
09 - KEYCLOAK