37%
    
    
    11.04.2016
        
    
    	
        RProxyExtensions = css, gif, html, jpg, js, png, txt
CacheSize = 25 #mb
CacheMaxFilesize = 128  #kb
##load tinkering
#ListenBacklog = 128    #default 16
#MaxServerLoad = 0.7    #drop on high load (eeks)
#Socket
    
 
		    
				        
    37%
    
    
    18.03.2020
        
    
    	
                2 hours ago         9.83GB
                                        49cbd14ae32f        3 hours ago         269MB
ubuntu              18.04               72300a873c2c        3 weeks ago         64.2MB
    
 
		    
				        
    36%
    
    
    21.01.2020
        
    
    	
         on the NVMe drive and verify that the partition has been created:
$ sudo parted --script /dev/nvme0n1 mklabel gpt mkpart primary 1MB 100%
$ cat /proc/partitions | grep nvme
 259        0  244198584 nvme0n1
    
 
		    
				        
    36%
    
    
    25.03.2020
        
    
    	
         mklabel gpt mkpart primary 1MB 100%
$ cat /proc/partitions | grep nvme
 259        0  244198584 nvme0n1
 259        2  244197376 nvme0n1p1
The next step is to create a RAID 5 volume to encompass all
    
 
		    
				        
    35%
    
    
    03.12.2015
        
    
    	
         containers.
  
First Container
After a successful installation, you can create the first container with a simple command:
lxc-create -t ubuntu -n ubuntu_test
Don't forget to obtain root privileges
    
 
		    
				        
    34%
    
    
    31.10.2025
        
    
    	
         to a 100Mb network, the path through the faster router wins. Where the paths are equivalent, the administrator can manually add a weighting value to the configuration, which is then reflected in the LSA
    
 
		    
				    
    34%
    
    
    07.01.2014
        
    
    	 
         the space used in the two backup directories and the SOURCE
 directory. The SOURCE
 directory reports using 9.2MB; backup.0
, the most recent snapshot, also reports using 9.2MB (as it should), and backup.1
    
 
		    
				        
    34%
    
    
    12.09.2013
        
    
    	
        
  
  Via VX900
  
  Via VX900
  
  AMD A55E
  
  AMD G-Series A50M
  
  PXA 510 v7
  
  Graphics processor
  
  Via Chrome 9, integrated
  
  Via Chrome 9, integrated
  
  AMD Radeon HD 6250
    
 
		    
				        
    34%
    
    
    14.03.2013
        
    
    	
         command:
# sockstat | grep "\*:[0-9]"
The description for rc.conf(5) lists the services that need to be bound to a fixed IP address via parameters. One example is the inetd service:
inetd_flags="-wW -a
    
 
		    
				        
    33%
    
    
    05.08.2024
        
    
    	
         9). From the output, you can observe that the /testfs filesystem is mounted and is 64MB in size.
Listing 9
Verifying /testfs Creation
# ansible -m shell -a 'df -m|grep testfs' aixhosts