74%
    
    
    21.08.2014
        
    
    	
         Perl and PHP and is released under the GPLv2. The project is supported by FactorFX, which offers commercial support and training.
One really interesting feature of OCS is its support for SOAP web ...  22
    
 
		    
				        
    74%
    
    
    12.02.2014
        
    
    	
        B       hald-addon-input
 
...
 
 22.9 MiB +   4.0 MiB =  26.9 MiB       plasma-desktop
 26.0 MiB +   5.7 MiB =  31.7 MiB       konsole (3)
 28.3 MiB +   4.4 MiB =  32.7 MiB       kwin
 41.0 MiB +   2.0 MiB =  43.0 MiB       Xorg
146
    
 
		    
				        
    74%
    
    
    16.05.2013
        
    
    	
         sessions with Google Authenticator [17]. The Google Authenticator Project is released under the Apache License 2.0 and is freely available. A PAM module is available for the server; the Google Authenticator
    
 
		    
				        
    74%
    
    
    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
    
 
		    
				        
    74%
    
    
    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
    
 
		    
				        
    74%
    
    
    13.02.2017
        
    
    	
         Walsh article [2]; Walsh does work for Red Hat and was pivotal in the creation of the top-notch security tool SELinux [3]. As the joke goes, Walsh weeps when you switch off SELinux and disables its
    
 
		    
				        
    74%
    
    
    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
    
 
		    
				        
    74%
    
    
    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
    
 
		    
				        
    74%
    
    
    18.07.2013
        
    
    	
         information.
8. bbFTP
Although bbFTP [23] sounds like it's related to BBCP, it's really not. BBCP was developed at SLAC [24], and bbFTP was developed at IN2P3. [25]. bbFTP is something like FTP, but it uses
    
 
		    
				        
    74%
    
    
    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