18%
    
    
    05.02.2019
        
    
    	
        ,deny
22         Allow from all
23     
24
25     ErrorLog ${APACHE_LOG_DIR}/error.log
26
27     # Possible values include: debug, info, notice, warn, error, crit,
28     # alert, emerg.
29
    
 
		    
				        
    18%
    
    
    05.02.2019
        
    
    	
         in the container?
20 - name: "mysql client exists"
21 path: '/usr/bin/mysql'
22 shouldExist: true
23
24 # Does the MySQL configuration file exist at the right place?
25 - name: "my.cnf exists and has appropriate
    
 
		    
				        
    18%
    
    
    10.06.2015
        
    
    	
        . To continue providing a free scanner, the open source project OpenVAS was formed; it builds on the last free version (2.2) of the scanner and has been developed independently ever since the fork.
Focus
    
 
		    
				        
    18%
    
    
    09.08.2015
        
    
    	
         constantly listens to port 22.
Note that cockpit-ws automatically terminates after 10 minutes of inactivity. If port 9090 is then accessed again, systemd starts the web application again. Alternatively, you
    
 
		    
				        
    18%
    
    
    20.03.2014
        
    
    	
        
13 respawn
14 respawn limit 10 5
15
16 pre-start script
17         $DAEMON -t
18         if [ $? -ne 0 ]
19                 then exit $?
20         fi
21 end script
22
23 exec $DAEMON
Listing
    
 
		    
				        
    18%
    
    
    20.03.2014
        
    
    	
         of hosts rather than specific applications, the Cloudify developers leverage the power of Chef as a central management tool. Since Cloudify 2.2, it has been possible to use Chef to deploy applications
    
 
		    
				        
    18%
    
    
    02.06.2020
        
    
    	
        ://cockpit-project.org/
Elephant Shed download: https://elephant-shed.io/#download
"Managing and provisioning VMs" by Mayank Sharma, Linux Pro Magazine
, issue 235, June 2020, pg. 22, https://www.linuxpromagazine.com/Issues/2020
    
 
		    
				        
    18%
    
    
    02.06.2020
        
    
    	
        cddaa6-0886-44b3-9590-16717d5cd3c2",
20         "service_instance_guid": null,
21         "port": null,
22         "domain_url": "/v2/shared_domains/fb6bd89f-2ed9-49d4-9ad1-97951a573135",
23
    
 
		    
				        
    18%
    
    
    06.10.2019
        
    
    	
         to the rule. As the Destination
, select the IP address of the VM; now the rule is as specific as possible. As Destination ports
, you can specify 3368, 22
 for the two services Remote Desktop Protocol (RDP
    
 
		    
				        
    18%
    
    
    11.10.2016
        
    
    	
            print "Cannot import matplotlib module - this is needed for this application.";
18    print "Exiting..."
19    sys.exit();
20 # end if
21
22
23 def column(matrix, i):
24     return [row[i] for row