17%
    
    
    06.10.2022
        
    
    	
         find ready-made policy bundles online for many use cases, and they are likely to contain a useful, predefined set of rules. A freely accessible Playground [2] and a free Styra Academy [3] can help you
    
 
		    
				        
    17%
    
    
    25.03.2021
        
    
    	
         have been using Apache for many years, it is best to take a look at the changes in version 2.4 [3], which include the new mod_authz_host access module with the Require directive, which replaces
    
 
		    
				        
    17%
    
    
    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
    
 
		    
				        
    17%
    
    
    05.02.2019
        
    
    	
        ', 'makecache'] with allowed return codes [0] (shell=False, capture=False)
...
2018-10-17 22:00:06,125 - util.py[DEBUG]: Running command ['yum', '-t', '-y', 'upgrade'] with allowed return codes [0] (shell
    
 
		    
				        
    17%
    
    
    20.05.2014
        
    
    	
         use.
Trac
Trac 1.0 [18] is written in Python and released under the BSD 3-Clause license; among other things, it comes with its own ticketing system, a Subversion interface, and a journal
    
 
		    
				        
    17%
    
    
    20.05.2014
        
    
    	
        
LAN_IF=eth0
DMZ_IF=eth2
LAN_NET=2001:db8:1::/64
DMZ_NET=2001:db8:2::/64
Next, completely reset the firewall rules to delete any previously existing rules. You can use the -F option for this. You also
    
 
		    
				        
    17%
    
    
    07.06.2019
        
    
    	
         --retry 3 --retry-delay 0 --retry-max-time 60 ${JENKINS_UC}/jenkins.war -o ${JENKINS_HOME}/jenkins.war
30 RUN for P in ${PLUGINS}; do curl -sSfL --connect-timeout 20 --retry 2 --retry-delay 0 --retry
    
 
		    
				        
    17%
    
    
    07.06.2019
        
    
    	
         possibilities have opened up as to how a build pipeline can be orchestrated. Docker [3] is also a powerful tool that lets you implement customizations that otherwise require considerable maintenance
    
 
		    
				        
    17%
    
    
    01.08.2019
        
    
    	
         source JIT compiler that translates a subset of Python and NumPy [2] code into fast machine code at run time; hence, the "JIT" designation. Numba uses the LLVM [3] compiler library for ultimately compiling
    
 
		    
				        
    17%
    
    
    30.01.2024
        
    
    	
         the following changes for SNMP v3:
// v3
$config['snmp']['v3'][0]['authlevel'] = 'authPriv';
$config['snmp']['v3'][0]['authname'] = '';
$config['snmp']['v3'][0]['authpass'] = '';
$config