30%
    
    
    06.10.2022
        
    
    	
        ": [
16          {
17          "GroupName": "RND-Admins"
18          }
19       ]
20    },
21    {
22       "Path": "/",
23       "UserName": "guido",
24       "Arn": "arn:aws:iam::123456789:user/guido",
25
    
 
		    
				        
    30%
    
    
    25.03.2021
        
    
    	
         sensible defaults (e.g., in version 2.2, RequestReadTimeout was still set to  ).
LimitRequestBody also has a value of zero in the current Apache version, which means that a client is always allowed
    
 
		    
				        
    30%
    
    
    03.12.2015
        
    
    	
        
  
  These scripts handle authentication data and attempt to work around the authentication on the target system. Examples include x11-access, ftp-anon, and oracle-enum-users. The exceptions are scripts for brute
    
 
		    
				        
    30%
    
    
    18.02.2018
        
    
    	
        _python_interpreter variables ideally remain unchanged: They cause Python to connect to the host on standard SSH port 22 and to use Python 3 when calling commands on the target system.
Next, check whether the devops.hosts setup
    
 
		    
				        
    30%
    
    
    05.02.2019
        
    
    	
        :
$ curl http://169.254.169.254/openstack
2012-08-10
2013-04-04
2013-10-17
2015-10-15
2016-06-30
2016-10-06
2017-02-22
To retrieve a list of supported versions for the EC2-compatible metadata API, enter
    
 
		    
				        
    30%
    
    
    20.05.2014
        
    
    	
         names was introduced in version 2.2.x
.
The FAQ module consists of several components. The FAQ Explorer lets the admin navigate through the knowledgebase. If you want to create an article, you can call ...  20
    
 
		    
				        
    30%
    
    
    20.05.2014
        
    
    	
         kernel version 2.6.20, ip6tables has supported stateful inspection, wherein the firewall automatically assigns response packets to a communication channel and allows communication where appropriate ...  20
    
 
		    
				        
    30%
    
    
    07.06.2019
        
    
    	
         # Jenkins home directory is a volume, so configuration and build history
22 # can be persisted and survive image upgrades
23 VOLUME ${JENKINS_HOME}
24 USER ${JENKINS_USER}
25
26 ARG JENKINS
    
 
		    
				        
    30%
    
    
    07.06.2019
        
    
    	
         -y
17
18 RUN apt-get install -y \
19     autoconf \
20     automake \
21     build-essential \
22     ca-certificates \
23     cmake \
24     curl \
25     g++-7 \
26     git \
27     less \
28
    
 
		    
				        
    30%
    
    
    01.08.2019
        
    
    	
        ]. It was run in a Jupyter notebook to get the timings.
Listing 1
Python First Run Without Numba
import numpy
def sum(x):
   total = 0
   for i in range(x.shape[0]):
      total +=x[i]
   return