18%
04.11.2011
{
38 float convolutionSum = 0.0f;
39
40 // Iterate over convolution kernel
41 for(size_t ky = 0; ky < kernel.height; ++ky)
42 {
43 for(size_t kx = 0; kx
18%
19.09.2019
= np.array([10, 20, 30, 40])
print('a+b:\n', add_ufunc(a, b))
The answer should be:
a+b:
[11 22 33 44]
In the previous example, you had to put everything that was to run on the GPU into a single Numba
18%
17.02.2015
generic-service ; Name of service template to use
40 host_name ubuntusrv
41 service_description HTTP
42 check_command check_http
43
18%
10.04.2015
-Content $logfile -value \
"Registered user: $($osInfo.RegisteredUser)"
38 Add-Content $logfile -value "Last started $($bootTime)"
39 }
40 else
41 {
42 Write host "The server $($server
18%
29.09.2020
models that range between EUR40 and EUR50 per month for 10 users. If you want more, you can request a quote, but a free community version is also available, although it does lack some features and support
18%
30.11.2020
's service, which could be useful for troubleshooting.
Listing 7
Content of userdata
total 40
drwx------ 2 root root 120 Sep 20 16:27 .
drwx------ 3 root root 60 Sep 20 16:27 ..
srwx
18%
02.02.2021
--reserve-mb='auto'
40 %end
41
42 %anaconda
43 pwpolicy root --minlen=6 --minquality=1 --notstrict --nochanges --notempty
44 pwpolicy user --minlen=6 --minquality=1 --notstrict --nochanges --emptyok
45
18%
22.05.2023
can also link the data to alerting and system management. If the intake temperature of any of your servers rises to above 40 degrees, you probably have a problem with the air conditioning in the server
18%
28.11.2022
configuration options.
Figure 1: Sample Kibana screenshot (CC BY-SA 4.0).
ELK Stack Wrap Up
Other components plug into the ELK stack. Fortunately, they have
18%
05.02.2023
: mariadb
38 ---
39 volumeClaimTemplates:
40 - metadata:
41 name: mariadb
42 spec:
43 accessModes: [ "ReadWriteOnce" ]
44 resources:
45 requests:
46 storage: 10Gi