10%
    
    
    26.01.2025
        
    
    	
         Podman in their standard repositories. In immutable Linux distributions like Fedora CoreOS [5] and openSUSE MicroOS [6] (Figure 1), Podman comes pre-installed. Both Linux distributions offer a minimal
    
 
		    
				        
    10%
    
    
    07.11.2023
        
    
    	
         the last command as an example, an option to specify the extent size would be:
# vgcreate -s 8M vg0 /dev/sdb1 /dev/sdd
The -s 8M
 option specifies a PE size of 8MB when the VG is created. You can change
    
 
		    
				        
    10%
    
    
    27.03.2013
        
    
    	
         as a regular client to gain access to the data. Libvirt 0.9.12 or later can handle CephX, but the setup is not very intuitive. The following example is based on the assumption that a user named libvirt
 exists
    
 
		    
				        
    10%
    
    
    04.11.2011
        
    
    	
         an imminent failure. The lm_sensors tool [5] lets you monitor the fan and temperature. With just a little scripting, you can even create a heat map of the cluster to identify hotspots. 
The smartmontools [6
    
 
		    
				        
    10%
    
    
    09.10.2023
        
    
    	
         bytes
Disklabel type: gpt
Disk identifier: DD46F2B6-9DDE-4810-AA43-905AB60C656D
 
Device           Start        End   Sectors   Size Type
/dev/nvme0n1p1    2048    1050623   1048576   512M EFI System
/dev
    
 
		    
				        
    10%
    
    
    07.04.2022
        
    
    	
        .
Magic?!
To create a new policy and escalate the privilege [6] inside the environment to the administrator, the attacker can use the command:
$ aws iam create-policy-version --policy-arn arn
    
 
		    
				        
    10%
    
    
    30.05.2021
        
    
    	
          ensure => installed,
10  before => File[$config_file],
11  }
12  file { $config_file:
13  ensure => file,
14  content => template('apache/httpd.conf'),
15  notify  => Service[$service_name],
16  }
17
    
 
		    
				        
    10%
    
    
    20.03.2014
        
    
    	
         is tailored to work closely with Red Hat's own OpenStack distribution, RDO [2]. Kickstack, in turn, is more concerned with the classic Ubuntu environment running Ubuntu LTS version 12.04. Until one of the two
    
 
		    
				        
    10%
    
    
    13.06.2016
        
    
    	
        
Standard Filesystems
  Distribution
  
  Filesystem
  
  Debian (from v7.0 wheezy)
  
  ext4
  
  Ubuntu (from v9.04)
  
  ext4
  
  Fedora (from v22)
  
  XFS
  
  SLES (from v12
    
 
		    
				        
    10%
    
    
    06.10.2019
        
    
    	
         Publisher, COUNT(*) AS 'Number' FROM books GROUP BY Publisher ORDER BY Number DESC;
+-----------+--------+
| Publisher | Number |
+-----------+--------+
| Rheinwerk |     10 |
| O'Reilly  |      6 |
| Wiley