30%
09.06.2018
://github.com/Microsoft/PowerShell-DSC-for-Linux
"Building a TCP Server Using PowerShell" by Boe Prox: https://learn-powershell.net/2014/02/22/building-a-tcp-server-using-PowerShell/
30%
15.08.2016
A fairly stable Community Technology Preview version 2.2 of SQL Server 2016 has been available since July 2015. With the newest release, Microsoft wants to optimize the features that have already
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
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
30%
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
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