10%
17.02.2015
web interface, a REST API, and support for a wider array of databases. Because Icinga was forked from Nagios code, it maintains compatibility with Nagios plugins [3]. Some of Icinga's key features are
10%
23.01.2012
fingerprint is 87:17:c3:92:44:ba:1a:df:d7:9c:44:b2:5b:73:52:09.
Are you sure you want to continue connecting (yes/no)?
This prompt wants to establish a permanent secure key between the two hosts for future
10%
11.10.2016
. The problem is well known [3] and should be fixed in the next release. Because the index resides in volatile memory, stopping and then restarting is not a good idea. As an interim solution, you can send kill
10%
02.08.2022
A quick edit of your pristine MariaDB server's configuration file /etc/my.cnf.d/server.cnf (1) binds the MariaDB service to the localhost and (2) connects and (3) creates the database:
Bind-address = 127
10%
22.12.2017
and Brotli Comparison
01 -rw-r--r-- 1 sw sw 124 8 Sep 16:52 hello-world.html
02 -rw-r--r-- 1 sw sw 77 8 Sep 16:53 hello-world.html.br
03 -rw-r--r-- 1 sw sw 113 8 Sep 16:53 hello
10%
11.06.2014
}
48 $eth0_ip = '192.168.111.188'
49 $swap_used = '0'
50 $Host = {
51 kernelname => 'Linux'
52 operating_system => 'Ubuntu'
53 hostname => 'sugar'
54 operatingsystemrelease => '12.04'
55
10%
11.10.2016
, the exact details of these components varies from processor to processor, making CPU utilization comparison difficult.
Current processors can have shared L3 caches across all cores or shared L2 and L1 caches
10%
01.06.2024
1,
47 MPI_LONG,
48 0,
49 2,
50 MPI_COMM_WORLD);
51 }
52
10%
06.10.2019
": executable file not found in $PATH
0a2091b63bc5de710238fadc68ba3f5e0f9af8800ec7f76fd52a84c49a1ab0a7
Listing 3 shows that I do have a working container, so I'll deal with the network namespace
error now
10%
17.05.2017
data buffer with trivial data
45 ALLOCATE ( DATA(DIMSF(1),DIMSF(2)) )
46 DO I = 1, DIMSF(2)
47 DO J = 1, DIMSF(1)
48 DATA(J,I) = J - 1 + (I-1)*DIMSF(1)*(MPI_RANK+1)
49 ENDDO
50 ENDDO
51
52