25%
    
    
    15.04.2013
        
    
    	 
         be no question of disabling the legacy algorithm for the time being. However, disabling MD5 signatures is something that you can (and should) do today.
You can enable TLS 1.2 – given OpenSSL 1.0.1 and a recent 2.2
    
 
		    
				        
    25%
    
    
    09.10.2017
        
    
    	
                 "SubnetMax": "10.99.0.0",
07         "Backend": {
08                 "Type": "udp",
09                 "Port": 7890
10         }
11 }
12 [...]
At first glance, this concept looks robust and simple
    
 
		    
				        
    25%
    
    
    18.07.2013
        
    
    	
         in TLSv1.0 was error-prone, but the problems long remained theoretical.
TLSv1.1, which was designed to iron out the worst weaknesses of CBC, followed in 2006. Two years later, TLSv1.2 was released
    
 
		    
				    
    25%
    
    
    16.10.2012
        
    
    	 
         6), and start stream blocking (line 7), which executes the command and waits for the response. Now, write the output to a variable (lines 9-12), close the stream (line 14), and send the response
    
 
		    
				        
    25%
    
    
    17.06.2017
        
    
    	
        
04    real :: var2
05    integer :: int1
06 end type other_struct
07
08 type my_struct ! Declaration of a Derived Type
09    integer :: i
10    real :: r
11    real*8 :: r8
12    real, dimension(100
    
 
		    
				        
    25%
    
    
    25.09.2023
        
    
    	
        .getenv("REDIS_HOST", "localhost")
07 r = redis.Redis(host=redis_host, port=6379, decode_responses=True)
08
09 @app.route('/')
10 def hello():
11   count = r.incr('counter')
12   return f'Hello, you have visited {count} times.'
13
    
 
		    
				        
    25%
    
    
    30.11.2020
        
    
    	
         since version 2007, which is the basic prerequisite for using the corresponding API. In addition, you need the Exchange Web Services Managed API 2.2 [1].
If you only use Exchange locally, the EWS API
    
 
		    
				        
    25%
    
    
    07.10.2014
        
    
    	
        , you should see the client config file ssh_config, which I'll get to a little later. If you've just installed the SSH server and want to be sure that it's listening, you can use the command
lsof -i :22
    
 
		    
				        
    25%
    
    
    02.02.2021
        
    
    	
         dockerrepo.matrix.dev/gentoo-glibc:latest-amd64 && touch pushtime
Sending build context to Docker daemon  21.12MB
Step 1/2 : FROM dockerrepo.matrix.dev/gentoo-base:latest
 ---> 22fe37b24ebe
Step 2/2 : ADD
    
 
		    
				        
    25%
    
    
    10.06.2015
        
    
    	
        "} )
09
10 # force called programs to english output
11 LANG=C LC_ALL=C
12
13 function die {
14     echo 1>&2 "$*"
15     exit 10
16 }
17
18 function get_display_resolution {
19     local find_display="$1