30%
26.01.2025
SC24 took place in Atlanta, GA, November 17-22. As I'm writing this, 17,959 attendees – that's 3,000+ more than last year – registered. More than 500 companies filled the exhibition floor, which
30%
14.11.2013
" : "CONNECTION > 2000",
18
19 "type" : "CHANGE",
20 "adjust" : 2,
21
22 "period_number" : 3,
23 "period" : 10
24 },
25 {
26 // -10 percent VMs when
30%
05.08.2024
.Exit(1)
15 }
16
17 run(os.Args[1])
18 }
19
20 func row() {
21 for i := 0; i < size; i++ {
22 for j := 0; j < size; j++ {
23 array[i][j]++
24 }
25 }
26 }
27
28
30%
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
30%
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
30%
28.11.2023
://medium.com/@mitrecaldera/announcing-mitre-caldera-for-ot-47c6f22a676d), Caldera for OT builds on that functionality, "offering 29 distinct OT abilities to the hundreds of existing enterprise-focused abilities already included with Caldera." These new plugins
30%
16.05.2013
::config {
21 ** **file { $apache::params::apache_config_name:
22 ** ** ** **notify => Class[apache::service'],
23 source => "puppet:///modules/apache/${apache::params::apache_config_name}",
24 ** **}
25
30%
18.07.2013
=> Service['apache']
17 }
18
19 file { '/var/www/index.html':
20 ensure => present,
21 source => 'puppet:///modules/myproject/web/index.html',
22 owner => 'root',
23 group => 'root',
24
30%
18.07.2013
: 156301488
20 Logical Sector size: 512 bytes
21 Physical Sector size: 512 bytes
22 device size with M = 1024*1024: 76319 MBytes
23
30%
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