11%
    
    
    18.02.2018
        
    
    	
           public_key = "${file("${var.ssh_pub_key}")}"
07 }
08 resource "digitalocean_droplet" "mywebapp" {
09   image = "docker-16-04"
10   name: guest
11   region = "fra1"
12   size = "512mb"
13   ssh
    
 
		    
				    
    11%
    
    
    02.10.2017
        
    
    	 
         than 8MB of files are installed, youcan start creating a snap with an init 
command (Figure 6), which pulls in a template.
    
        	                    
	
	    
	
	
Figure 6: Some helpful output
    
 
		    
				    
    11%
    
    
    04.03.2014
        
    
    	 
         the simple choice of only two possible answers. Thus, a random choice is correct around 50% of the time. Some questions barely beat the "guessing" score of 50%; one had only 53.6% of participants answering
    
 
		    
				        
    11%
    
    
    05.12.2016
        
    
    	
         recommended for size and safety considerations. Container operators will find a statically linked Go web server with an image size of just 6.7MB.
If you need to compile Ruby Gems or Python Eggs
    
 
		    
				    
    11%
    
    
    29.06.2011
        
    
    	 
         memory to the existing machines.
Luckily, KVM became an official component of all Linux kernels as of version 2.6.20. In other words, you only need to install Qemu and a couple of tools. Most
    
 
		    
				        
    11%
    
    
    11.06.2014
        
    
    	
        
  
  Version
  
  CentOS
  
  6.5
  
  Ganglia
  
  3.6.0
  
  Ganglia web
  
  3.5.12
  
  Confuse
  
  2.7
  
  RRDtool
  
  1.3.8
  
Before installing any binaries, I try
    
 
		    
				    
    11%
    
    
    06.06.2022
        
    
    	 
         surface (associated with IPv4 addresses) was found to be 5.7.33-36, whereas the IPv6 addresses showed version 5.5.5-10.5.12 was the most widely accessible.
The most important thing admins can do to avoid
    
 
		    
				        
    11%
    
    
    02.08.2021
        
    
    	
        );
   gFlops = 2*N*N*N / (elapsedTime * 1e+9);
   disp(sprintf("N = %4d, elapsed Time = %9.6f, GFlops = %9.6f ", ...
                N, elapsedTime, gFlops) );
endfor
Listing 2
Double
    
 
		    
				        
    11%
    
    
    11.02.2016
        
    
    	
         prompts you for your access and secret key (Figure 6). As an Amazon user, you are given both on registering with the service [12]. Next, click on your own name in the top right corner, select Security
    
 
		    
				        
    11%
    
    
    02.02.2021
        
    
    	
         case, or as directed otherwise [2]), you can build a container with the command:
$ cd endlessh/
$ docker build -t endlessh .
[...]
Successfully built 6fc5221548db
Successfully tagged endlessh