25%
    
    
    18.07.2013
        
    
    	
         into Red Hat's cloud stack (Figure 1). After all, CloudForms 1.1, DeltaCloud 1.0, Storage Server 2.0, JBoss Middleware, and Enterprise Virtualization 3.1 form the foundation for the new products
    
 
		    
				        
    25%
    
    
    15.08.2016
        
    
    	
         ns2 ip addr add 1.1.1.2/10 dev veth2
18 $ ip netns exec ns1 ip link set veth1 up
19 $ ip netns exec ns2 ip link set veth2 up
20
21 $ ip netns exec ns1 ping -c2 1.1.1.2
22 PING 1.1.1.2 (1.1.1.2) 56
    
 
		    
				        
    25%
    
    
    27.09.2021
        
    
    	
        ="test.bin", status="replace", &
18          action="readwrite", &
19          iostat = ierr)
20     if (ierr > o) then
21         write(*,*) "error in opening file Stopping"
22         stop
23     else
24         do
    
 
		    
				        
    25%
    
    
    02.08.2022
        
    
    	
         be turned on and off according to what you want to check about the state of the node.
Almost 20 years ago, when I worked for a Linux high-performance computing (HPC) company that no longer exists, we had
    
 
		    
				        
    25%
    
    
    05.08.2024
        
    
    	
        /average VFull-backup size is above acceptable limit of 25TB
(W102) last VFull runtime is longer then acceptable limit of 22h
(C301) average incremental-backup size is above acceptable limit of 200GB
(W302
    
 
		    
				        
    25%
    
    
    17.02.2015
        
    
    	
                                   generic-service
21        host_name                     ubuntusrv
22        service_description           Current Users
23        check_command                 check_nrpe!check_users!20!50
24 }
25
26 define ...  25
    
 
		    
				        
    25%
    
    
    10.06.2015
        
    
    	
         – Default; an improved and optimized version of the LZ77 algorithm.
LZMA2 – An improved version of LZMA.
PPMD – Dmitry Shkarin's PPMdH with small changes.
PCJ – A converter for 32-bit x86 executables
    
 
		    
				        
    25%
    
    
    04.08.2020
        
    
    	
         (minified by 25.99X)
from python:2.7-alpine - 84.3MB => 23.1MB (minified by 3.65X)
from python:2.7.15 - 916MB => 27.5MB (minified by 33.29X)
from centos:7 - 647MB => 23MB (minified by 28.57X)
from centos ...  DockerSlim minifies your Docker container images up to 30x and adds security, too.
    
 
		    
				        
    25%
    
    
    11.04.2016
        
    
    	
         Example
# iostat -xmt 1 /dev/sda
Linux 3.16.7-21-desktop (tweedleburg)   08/07/15        _x86_64_        (8 CPU)
08/07/15 17:25:13
avg-cpu:  %user   %nice  %system  %iowait  %steal   %idle
           1
    
 
		    
				        
    25%
    
    
    07.06.2019
        
    
    	
           check_args "$@"
13
14   local image=$1
15   local token=$(get_token $image)
16   local tags=$(get_tags $image $token)
17   echo "tags reported are:"
18   echo $tags
19 }
20
21 get_token() {
22   local