18%
    
    
    05.12.2016
        
    
    	
         look, in conjunction with the Numix Icon Theme [3] and well-considered fonts. You can hardly tell at a glance that this desktop is based on Gnome.
As long as you do not consult the list of sources
    
 
		    
				        
    18%
    
    
    25.03.2020
        
    
    	
        2fuTVWnj7LDsEh3NzrhjGYlhWmtvrXg3mlFelz/MZ
08 XrK6uAlp6206Hc669ylfhIcD9d7w0rc9Ms1DFCh5wzVRbnJJF51mW2nC
09 mh5C8E7xSw==
10 mozilla.org.            6074    IN      DNSKEY  256 3 7
11 AwEAAcY1VDPt
    
 
		    
				        
    18%
    
    
    17.02.2015
        
    
    	
        
Linux kernel 3.14 added an optional scheduling method known as Earliest Deadline First (EDF). EDF scheduling uses a scheme where the process closest to its deadline is the next process scheduled ...  The superior "Earliest Deadline First" task scheduling method has been part of Linux since kernel 3.14.
    
 
		    
				    
    18%
    
    
    28.11.2011
        
    
    	 
         is to put it in a filter:
# tcpdump -n -s 1515 -c 5 -i eth1 tcp or udp or icmp
This will catch only tcp
, udp
, or icmp
.
Tables 3 and 4 show you what you need to know to find all TCP packets with the SYN
    
 
		    
				        
    18%
    
    
    09.04.2019
        
    
    	
         unexplained delays of a few seconds while renaming some gigabyte-sized files [2] on a fast cloud instance [3]. I was able to reproduce his result in an AWS EC2 m5d.large instance running Ubuntu Server 18
    
 
		    
				        
    18%
    
    
    07.07.2020
        
    
    	
        . This architecture allows FS-Cache to use alternative caching mechanisms. The first implementation of CacheFS was developed by Sun Microsystems in 1993 for the Solaris 2.3 operating system. After that, other versions
    
 
		    
				        
    18%
    
    
    11.10.2016
        
    
    	
        =/mnt/test.dat oflag=direct bs=4k count=$((1024*1024))
1048576+0 records in
1048576+0 records out
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 4.55899 s, 942 MB/s
Availability
NVDIMMs will probably go on sale
    
 
		    
				    
    18%
    
    
    30.09.2013
        
    
    	 
         the complex handling and high costs of other tools.
Based on openSUSE 11.4 and BusyBox, StressLinux is available as a 200MB, or 225MB ISO image for 64-bit and 32-bit architectures. Alternative versions
    
 
		    
				    
    18%
    
    
    17.09.2013
        
    
    	 
         reset_counters 0 size_mb
0 ce_noinfo_count 0 csrow2 0 csrow5 0 device 0 sdram_scrub_rate 0 ue_count
0 csrow0 0 csrow3 0 csrow6 0 mc_name 0 seconds_since_reset 0 ue_noinfo_count
Notice that this system
    
 
		    
				        
    18%
    
    
    07.11.2011
        
    
    	
        ; in each step s=s*‑1),
14        we add two elements at the same time. */
15        pi += 1.0/(i*4.0 + 1.0);
16        pi ‑= 1.0/(i*4.0 + 3.0);
17   }
18   pi = pi * 4.0;
19   printf("Pi = %lf\n", pi);
20