83%
03.04.2024
2,500 GitHub Stars. New features are released quite frequently; according to the GitHub page, an update is made approximately every two weeks. The tool integrates with a wide range of existing
83%
02.02.2021
of 'days'
06
07 # function to produce base sine data
08 # with a 7th of the base frequency overlap
09 def data_w_weekend(t):
10 if np.sin(periods / 7 * 2 * np.pi * t) > 0.5:
11 value = 0.001 * np
82%
29.09.2020
repertoire. The MODULE-IDENTITY macro defined in SNMPv2-SMI is used as shown in Listing 4.
Listing 4
MODULE-IDENTITY Macro
raspiMIB MODULE-IDENTITY
LAST-UPDATED "202005060200Z"
ORGANIZATION
81%
14.03.2018
Ops" by Martin Loschwitz, ADMIN
, issue 42, 2017, pg. 30, http://www.admin-magazine.com/Archive/2017/42/DebOps-delivers-easy-Ansible-automation-for-Debian-based-systems2
"What's New in Ansible 2
81%
27.09.2021
counter = 1,counter_limit
25 my_record%x = counter
26 my_record%y = counter + 1
27 my_record%z = counter + 2
28 my_record%value = counter * 10.0
29
81%
20.06.2022
/grommunio/gromox/blob/master/tools/exchange2grommunio.ps1
Documentation: https://docs.grommunio.com
The Author
Markus Feilner, technology and network policy editor
81%
20.06.2022
.google.com/cloudagents/mass-provision-google-cloud-ops-agents.py && python3 mass-provision-google-cloud-ops-agents.py --file agents_to_install.csv
By the way, the Ops Agent is based on the Open
80%
11.06.2014
was also available in the form of X.500, but it was not very widespread in practice. LDAP was originally designed as a protocol for X.500 services. This mutated into the LDAP directory servers that are seen
80%
08.10.2015
is available immediately, and it is not necessary to run through the BIOS or perform system initialization (Figures 1 and 2).
Figure 1: A system's complete
78%
12.09.2013
is used for comparison, the synchronous version is in fact much faster. On my test machine, it achieves about 2,500 operations per second, whereas the asynchronous variant only just reaches 1,000.
However