11%
30.05.2021
service { $service_name:
18 ensure => $ensure,
19 enable => $enable,
20 }
21 }
Not every resource type offers a restart feature. The resource types that do offer one include service and exec
11%
11.02.2016
happens transparently for the user, who has no contact at all with the tools. Otto is released under Mozilla Public License Version 2.0, and development is an open process on GitHub [6].
Otto has one
11%
11.02.2016
; that is, users who have the right to use Office 365 services can do so from anywhere. However, from Active Directory Federation Services 2.0 (ADFS 2.0) onward, companies have the option to create Client
11%
07.06.2019
DependencyWarning)
To get it working I had to downgrade urllib3
:
$ pip install --upgrade "urllib3==1.22"
Next, I downloaded the main docker-compose.yaml file from Anchore's GitHub pages [6] to the top-level of /root
11%
05.12.2016
), Kubernetes is written in Go and available under the Apache 2.0 license; the stable version when this issue was written was 1.3.
Figure 1: Kubernetes comes
11%
04.12.2024
percent of the vulnerable versions have safer alternatives available.
3.6 percent of dependencies are still vulnerable because they were updated to another insecure version.
Reliance on end
11%
14.03.2013
Packs – Version 2.0 [3]
Microsoft Office 2010 Filter Packs – Version 2.0 – Service Pack 1 [4]
You need to install these preconditions manually, but you can leave everything else to the Exchange
11%
12.02.2014
)
irq
(Linux, FreeBSD)
softirq
(Linux)
steal
(Linux ≥ 2.6.11)
guest
(Linux ≥ 2.6.24)
guest_nice
(Linux ≥ 3.2.0)
The Python code for gathering CPU statistics isn’t too difficult: I
11%
05.06.2013
+ (OC)/1866 (OC)/1600 (OC)/1333/1066/800 memory; 32GB maximum memory, dual-channel; 2 PCIe 2.0x16 slots (x16, x4), 2 PCI slots; 5x SATA 6Gbps connectors, RAID-0/1/10; Realtek 8111E GigE NIC
1
11%
14.09.2021
$(find /sys/devices/system/cpu -regex ".*cpu[0-9]+/topology/thread_siblings_list") | sort -n | uniq
0,32
1,33
2,34
3,35
4,36
5,37
6,38
7,39
8,40
9,41
10,42
11,43
12,44
13,45
14,46
15,47
16,48
17,49
18,50
19,51
20,52
21,53
22,54
23,55
24,56
25