27%
    
    
    07.06.2019
        
    
    	
        _facts.instance is defined
11
12 - name: Destroy faulted VM
13   vmware_guest:
14     hostname: "{{ Vv_hostname }}"
15     username: "{{ Vv_username }}"
16     password: "{{ Vv_password }}"
17     name: "{{ vm_name }}"
18
    
 
		    
				        
    27%
    
    
    30.11.2020
        
    
    	
        Service.Credentials = New-Object Microsoft.Exchange.WebServices.Data.WebCredentials($Mailbox,$Password,$Domain)
11 $ExchangeService.Url = $EwsURL
12 $offset = 0
13 Do {
14    $ItemView = New-Object Microsoft
    
 
		    
				        
    27%
    
    
    27.09.2021
        
    
    	
         in an effortless and secure way.
Table 1
QUMBU
  Product
  
  Software for Microsoft SQL Server backup and maintenance
  
  Manufacturer
  
  WSW Software GmbH
  
  Price
  
  12 months
    
 
		    
				        
    27%
    
    
    17.06.2017
        
    
    	
         maturity of the service.
Other manufacturers offer a very similar approach. At CoreOS, the security scanner goes by the name of Clair [6]; it scans local and remote container images, including Docker images
    
 
		    
				        
    27%
    
    
    28.11.2022
        
    
    	
        , this step can take some time. In this setup, Git writes its data at a rate of about 1.2GB per minute. The speed also depends on whether Git needs to write small or large files. During the write process you
    
 
		    
				        
    27%
    
    
    03.12.2015
        
    
    	
         are pretty simple for Ubuntu (or Fedora 21) and are well documented [6]. Using the latest software version proved invaluable in the lab tests performed by the magazine's staff (Listing 1).
Ideally, users
    
 
		    
				        
    27%
    
    
    11.02.2016
        
    
    	
        Advisor. Instead, other tools step in.
One of the tools that generates graphics from the statistics in InfluxDB is Grafana [5], a fork of Kibana [6] used in the ELK (Elasticsearch, Logstash, Kibana) stack. Grafana
    
 
		    
				        
    27%
    
    
    11.02.2016
        
    
    	
         state=absent
07   notify: Restart Apache
08
09 - name: Generate Vhosts
10   template:
11     src=vhost.conf
12     dest=/etc/apache2/sites-enabled/{{ item.hostname }}.conf
13   with_items: vhosts
14
    
 
		    
				        
    27%
    
    
    30.01.2020
        
    
    	
         specific CPUs with the use of features like sched_setaffinity() [6] or cgroups [7], which are both available in most Linux environments. However, such restrictions can also make scheduling even tougher
    
 
		    
				        
    27%
    
    
    22.12.2017
        
    
    	
         $keyfile /etc/ssh
08     chmod 644 /etc/ssh/$filename
09   done
10   if [ -f .ssh/config ]; then
11     cat .ssh/config >> /etc/ssh/ssh_config
12     sed -i 's|~/.ssh|/etc/ssh|g' /etc/ssh/ssh_config
13