21%
28.11.2021
- localhost:9093
12
13 # Load and evaluate rules in this file every 'evaluation_interval' seconds.
14 rule_files:
15 - alert.rules
16
17 ########### SCRAPING CONFIGURATION #########
18
19 scrape_configs:
20
21
21%
07.06.2019
the individual components simple, leaving enough items with a potential for improvement, depending on your application.
In release 2.x, pipelining [2] officially became part of Jenkins. Since then, completely new
21%
08.06.2023
NVIDIA has announced the DGX GH200, a 100-terabyte GPU memory system built to power giant AI workloads. According to the company, the DGX GH20 is “the first supercomputer to break the 100-terabyte
21%
22.01.2024
channels and multi-link operation, offer the following benefits:
2x higher throughput
Deterministic latency and increased efficiency
20% higher transmission rates
Enhanced spectral efficiency
21%
14.03.2013
: 6
08 microcode : 0x60c
09 cpu MHz : 800.000
10 cache size : 6144 KB
11 physical id : 0
12 siblings : 2
13 core id : 0
14 cpu cores : 2
15 apicid
21%
16.08.2018
pdsh read the hosts from a file other than the WCOLL environment variable:
$ pdsh -w ^/tmp/hosts uptime
192.168.1.4: 15:51:39 up 8:35, 12 users, load average: 0.64, 0.38, 0.20
192.168.1.250: 15:47:53 up
21%
04.08.2020
, what would you say if I told you that you could automatically reduce the size of your Docker images 30x? Why are smaller container images a good thing? When it comes to containers, less is more: Your ... DockerSlim minifies your Docker container images up to 30x and adds security, too.
21%
19.02.2013
computers running the Linux distributions CentOS 5 and 6, Debian 5 and 6, Fedora, Gentoo, Mageia, openSUSE, RHEL 5 and 6, Scientific Linux, and Ubuntu 10.04, 11.04, and 12.04. Additionally, it can handle
21%
22.12.2017
automake gcc gmp-devel libffi zlib zlib-devel xz tar git gnupg dnf-plugins-core
dnf copr enable petersen/stack
dnf install stack
After the install, the Haskell compiler is located under ~/.stack/programs/x
21%
14.03.2013
to jail>;
10 j.hostname = ;
11 j.ip_number = ;
12 /* call system call */
13 i = jail(&j);
14 [...]
15 execv(, ...);
16 [...]
17 exit(0);
18