10%
    
    
    27.09.2021
        
    
    	
         feature that saved many 4:00am reboots (after kernel security updates were applied to a critical running system) and was an exceptionally welcome addition to my toolbox because it reduced maintenance
    
 
		    
				        
    10%
    
    
    05.02.2023
        
    
    	
        , and software needs to be compiled and installed, but today, we can do without 20 percent of the workforce we had yesterday?
When the economy slides into a downturn, companies look for ways to cut their budgets
    
 
		    
				    
    10%
    
    
    26.11.2012
        
    
    	 
         port 80. Additionally, you can isolate one sender IP address that is sending the port 80 traffic. Notice the src
 
host
 syntax:
# ngrep port 80 and src host 12.34.56.78
Moving on from a single IP
    
 
		    
				        
    10%
    
    
    01.08.2019
        
    
    	
         is the registry – the storage space for Docker images – which did not even have a mechanism for authentication. Later, the image format was changed and Registry 2.0 (a.k.a., "Docker Distribution") was released
    
 
		    
				        
    10%
    
    
    27.09.2021
        
    
    	
         to Ubuntu 20.04.1 LTS
(GNU/Linux 5.4.0-56-aws x86_64)
Booting Benchmarks
These two tests provide good insight into the initialization speed of stock operating system images, with the notable exception
    
 
		    
				        
    10%
    
    
    09.12.2021
        
    
    	
         Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs AMD Ryzen Threadripper 3970X 32-Core Processor  (830F10),ASM,AES-NI)
 
Scanning the drive:
1 file, 11626 bytes (12 KiB)
 
Creating
    
 
		    
				        
    10%
    
    
    17.05.2017
        
    
    	
        , 5 ) / ( 8, 5 ) }
      DATA {
      (0,0): 0, 1, 2, 3, 4,
      (1,0): 5, 6, 7, 8, 9,
      (2,0): 10, 11, 12, 13, 14,
      (3,0): 15, 16, 17, 18, 19,
      (4,0): 20, 21, 22, 23, 24,
      (5,0): 25, 26, 27, 28, 29,
      (6
    
 
		    
				        
    10%
    
    
    28.11.2021
        
    
    	
        
Compiler: Apple LLVM 12.0.5 (clang-1205.0.22.9) GCC 4.2.1 CLANG 12.0
Darwin : 20.4.0 : Darwin Kernel Version 20.4.0:
PageSize:16KB
Apple M1 8C8T
RAM size:   16384 MB,  # CPU hardware threads:   8
RAM usage
    
 
		    
				        
    10%
    
    
    09.08.2015
        
    
    	
         elements of the X.400 basis inherited from HP OpenMail that prevent the source code from being disclosed. The original plans to put the core under an open source license with Scalix 12 were unenforceable
    
 
		    
				        
    10%
    
    
    04.12.2013
        
    
    	
         
 3    type rec
 4       integer :: x, y, z
 5       real :: value
 6    end type rec
 7 
 8    integer :: counter
 9    integer :: counter_limit
10    integer :: ierr
11    
12    type (rec) :: my