16%
    
    
    16.05.2013
        
    
    	
        , one-time passwords, or both. Certificate-based two-factor authentication typically uses digital PKI certificates based on the X.509 standard. These are typically stored on a hardware certificate storage
    
 
		    
				        
    16%
    
    
    06.10.2019
        
    
    	
        .get('mail')
22             if not useremail:
23                 print "User " + username + " has no Email address in LDAP"
24                 # Import smtplib for the actual sending function
25
    
 
		    
				        
    16%
    
    
    04.08.2020
        
    
    	
        
21 # The name and age of the persons who know the person with ID 1:
22 gremlin> g.V(1).outE('knows').inV().valueMap('name', 'age')
23 ==>[name:[vadas],age:[27]]
24 ==>[name:[josh],age:[32]]
25
26
    
 
		    
				        
    16%
    
    
    05.02.2023
        
    
    	
        Map
18 metadata:
19    name: mariadb
20    labels:
21       app: mariadb
22 data:
23    MYSQL_ROOT_PASSWORD: mysqlroot
24    MYSQL_DATABASE: db1
25    MYSQL_USER: mysqluser
26    MYSQL_PASSWORD: mysqlpwd
    
 
		    
				        
    16%
    
    
    13.02.2017
        
    
    	
         others.
Use SELinux, if possible; otherwise, use AppArmor [16], grsecurity [17], or PaX [18] to lock down unexpected system resource access.
Patch your systems more often than usual; even official
    
 
		    
				        
    16%
    
    
    31.10.2025
        
    
    	
         Service (Amazon S3)
19    - ami plugin for Amazon Simple Storage Service (Amazon S3)
20    - sftp plugin for SSH File Transfer Protocol
21    - ebs plugin for Elastic Block Storage
22    - local plugin
    
 
		    
				        
    16%
    
    
    03.04.2024
        
    
    	
        . When the control panel deploys a WordPress server, its scripts assume that the server is running on Ubuntu 20.04 or 22.04.
The other shortcoming is the user interface (UI). Because it is based on Word
    
 
		    
				        
    16%
    
    
    18.07.2013
        
    
    	
        .
The current version of Mutil, version 1.76.6, is built against coreutils version 7.6. However, more recent Linux distributions, such as RHEL 6.x, use a newer version of coreutils, so it might not be easy to use
    
 
		    
				        
    16%
    
    
    07.10.2014
        
    
    	
         compiling (Listing 2).
Listing 2
Sheepdog Uses the FNV-1a Algorithm
01 #define FNV1A_64_INIT ((uint64_t) 0xcbf29ce484222325ULL)
02 #define FNV_64_PRIME ((uint64_t) 0x100000001b3ULL)
03
04