20%
    
    
    27.11.2011
        
    
    	 
         needs direct access to the hardware and thus typically runs with root privileges. The exceptions are Mac OS X and Solaris, where the user only needs access privileges for the network interface card device
    
 
		    
				        
    20%
    
    
    11.02.2016
        
    
    	
        
19
20 mysql> CREATE TABLE `data_random` (
21   `id` CHAR(32) NOT NULL,
22   `data` VARCHAR(64) DEFAULT NULL,
23   `ts` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
24
    
 
		    
				        
    20%
    
    
    11.06.2014
        
    
    	
                 RewriteRule ^\.well-known/caldav   / [R,L]
18         RewriteRule ^\.well-known/carddav  / [R,L]
19
20         RewriteCond  %{REQUEST_FILENAME}  !-f
21         RewriteCond  %{REQUEST_FILENAME}  !-d
22 ...   data available on iOS and Mac OS  X and in Thunderbird and Evolution.
    
 
		    
				        
    20%
    
    
    17.06.2017
        
    
    	
         a complete loss of data is in the cards.
Distributed Storage
Distributed file storage, as provided by the Network File System (NFS) [19], GlusterFS [20], or Ceph [21], offers a remedy. In principle
    
 
		    
				        
    20%
    
    
    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
    
 
		    
				        
    20%
    
    
    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
    
 
		    
				        
    20%
    
    
    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
    
 
		    
				        
    20%
    
    
    18.07.2013
        
    
    	
         proxy_intercept_errors on;
17 ...
18 Filming location
19 ...
20 error_page 502 @ fallback;
21 proxy_next_upstream HTTP_500 http_502 http_503 http_504 timeout error invalid_header;
22 proxy_pass http
    
 
		    
				        
    20%
    
    
    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
    
 
		    
				        
    20%
    
    
    18.07.2013
        
    
    	
          => Service['apache']
17 }
18
19 file { '/var/www/index.html':
20     ensure  => present,
21     source  => 'puppet:///modules/myproject/web/index.html',
22     owner   => 'root',
23     group   => 'root',
24