9%
27.09.2024
in turn enables orchestration.
Version 1.2.5a Swordfish from June 2023 (version 1.2.6 since January 22, 2024) delivers an extension of the DMTF (formerly known as the Distributed Management Task Force
9%
28.11.2023
in the following, but watch out: As part of the initial execution, Pip offers to update from version 22.3.1 to 23.1.2 (Figure 1). Do not agree to this request under any circumstances if you want to use PyAD, because
9%
28.11.2023
plane, and the failure of a single cluster cannot take down the service mesh on other clusters," the announcement says.
NIST Releases Draft of Cybersecurity Framework v2.0
The National Institute ... ; CloudBees Updates Jenkins and Offers New DevSecOps Platform; Linkerd 2.14 Released with Improved Multi-Cluster Support; NIST Releases Draft of Cybersecurity Framework v2.0; CISA and MITRE Announce Open
9%
16.05.2013
** ** ** ** ** **$apache_package_name = 'httpd'
14 ** ** ** ** ** **$apache_service_name = 'httpd'
15 ** ** ** ** ** **$apache_config_name = '/etc/httpd/httpd.conf'
16 ** ** ** **}
17 ** **}
18 }
19
20 class apache
9%
14.03.2013
enable TLS 1.2 – given OpenSSL 1.0.1 and a recent 2.2 or 2.4 version of the Apache web server – using the SSLProtocol configuration option. Listing 1 provides a potential server configuration.
Listing
9%
17.06.2011
,200, comprising 55 different commands, were issued. The system, a server with 768MB RAM and a Pentium 3 CPU, took a total of 22 seconds to answer them, the longest response took 32 milliseconds, the shortest
9%
26.02.2014
_names.sort(key=lambda x: sum(pnic_after[x]), reverse=True)
print "Interface:"
for name in nic_names:
stats_before = pnic_before[name]
stats_after = pnic_after[name]
print
9%
09.10.2017
client.get_all_tweets(user)
20 collect_with_max_id do |max_id|
21 options = {count: 200, include_rts: true}
22 options[:max_id] = max_id unless max_id.nil?
23 user_timeline(user, options)
24
9%
03.08.2023
://www.cockroachlabs.com/product/
Securing the cluster: https://www.cockroachlabs.com/docs/v22.2/secure-a-cluster
Releases page: https://www.cockroachlabs.com/docs/releases/index.html
Installing CockroachDB on Linux: https
9%
15.12.2017
:create
19 end
20
21 cookbook_file "#{node['main']['doc_root']}/index.html" do
22 source 'index.html'
23 owner 'www1-data'
24 group 'www1-data'
25 action :create
26 end
27
28 template "/etc/apache2/sites