16%
11.10.2016
and runs in a Java virtual machine, Riemann has a web interface (the Riemann Dash) and various clients for Linux, OS X, and Windows.
The Riemann service stores all the information in its index and uses
16%
09.12.2021
falls between the switch and the number of threads.) Both the compression and decompression capabilities should be multithreaded.
pzstd
The parallel version of zstd
is pzstd
. On my Ubuntu 20.04 system, pzstd
was
16%
07.06.2019
check_args "$@"
13
14 local image=$1
15 local token=$(get_token $image)
16 local tags=$(get_tags $image $token)
17 echo "tags reported are:"
18 echo $tags
19 }
20
21 get_token() {
22 local
16%
28.11.2021
a period of time. A classic example would be noting the temperature and the time each time you read your home thermometer. At the end of the day, you could put that data on a graph with time on the x
-axis
16%
07.06.2019
-y
17
18 RUN apt-get install -y \
19 autoconf \
20 automake \
21 build-essential \
22 ca-certificates \
23 cmake \
24 curl \
25 g++-7 \
26 git \
27 less \
28
16%
30.01.2024
an initial evaluation of the environment. They provide the installation packages for Ubuntu 20.04/22.4, CentOS 8, and Debian 11, along with Docker, virtual machine (VM) images, and an online demo [2].
If you
16%
22.08.2011
, including separate servers for different regions of the same cloud, the Deltacloud server makes it possible to switch drivers on the go – either by including the HTTP headers X-Deltacloud-Driver
and X
16%
20.05.2014
names was introduced in version 2.2.x
.
The FAQ module consists of several components. The FAQ Explorer lets the admin navigate through the knowledgebase. If you want to create an article, you can call ... 20
16%
17.02.2015
generic-service
21 host_name ubuntusrv
22 service_description Current Users
23 check_command check_nrpe!check_users!20!50
24 }
25
26 define
16%
07.06.2019
datacenter: "{{ Vv_datacent }}"
19 folder: "{{ Vv_folder_1 }}"
20 state: absent
21 when: vm_facts.instance is defined
22
23 - name: Deploy VM from Template file
24 vmware_deploy_ovf:
25