52%
    
    
    07.01.2013
        
    
    	 
         for Scientific Linux
09
10   Available platform plugins:
11    - vmware plugin for VMware
12    - ec2 plugin for Amazon Elastic Compute Cloud (Amazon EC2)
13    - virtualbox plugin for VirtualBox
14    - virtualpc
    
 
		    
				        
    52%
    
    
    10.04.2015
        
    
    	
        -way handshake for establishing a connection. A request for comment (RFC) [8] has already been submitted to the Internet Engineering Task Force (IETF) [9]. The method, also known as silent port knocking
    
 
		    
				        
    52%
    
    
    28.11.2021
        
    
    	
        _filesystem_avail_bytes{job="node_exporter",mountpoint="/",fstype!="rootfs"} * 100) / node_filesystem_size_bytes{job="node_exporter",mountpoint="/",fstype!="rootfs"}) > 80
06      for: 30m
07      labels:
08        severity: warning
09      annotations:
10        summary: Disk
    
 
		    
				        
    52%
    
    
    07.10.2014
        
    
    	
        _string;
08
09 static int prochello_show( struct seq_file *m, void *v )
10 {
11     int error = 0;
12
13     error = seq_printf( m, "%s\n", output_string);
14     return error;
15 }
16
17 static int prochello
    
 
		    
				        
    52%
    
    
    03.12.2015
        
    
    	
        ; you can also specify multiple addresses.
Listing 2
client.conf
01 [testclient]
02 hostname = v6client
03 mac = 02:01:02:03:04:09
04 address = 2001:db8::5555
05 class = special
    
 
		    
				        
    52%
    
    
    06.10.2019
        
    
    	
         of this issue.
    
        	                    
	
	    
	
	
Figure 1: JSLint complains about a sample program (CC BY-SA 3.0 [8]; German translated to English).
    
Splint for C Programmers
Like JSLint
    
 
		    
				        
    52%
    
    
    09.01.2013
        
    
    	
         a new release of its PHP, Perl, Ruby, or Java application using the Jenkins CI server [8], for example, it can automatically generate a stage VM with the necessary packages and frameworks. Once
    
 
		    
				        
    52%
    
    
    13.02.2017
        
    
    	
         to deliver to the themes that were not ready in time for Java 8.1. "As quickly as possible" originally meant mid-2015, then mid-2016, and finally 2017. It remains to be seen whether the project schedule
    
 
		    
				        
    52%
    
    
    31.10.2025
        
    
    	
          * Documentation:  http://www.ubuntu.com/server/doc\r
55 \r
56   System information as of Thu Oct 11 15:55:28 CDT 2012\r
57 \r
58   System load:  1.09               Temperature:         40 C\r
59   Usage of /:   1
    
 
		    
				        
    52%
    
    
    31.10.2025
        
    
    	
         s
04 4> JOIN employees e ON (s.employee_id = e.employee_id)
05 5> WHERE s.sale_date > trunc(sysdate) - INTERVAL '6' MONTH
06 6> AND s.eur_value >= 10;
07 Explained.
08
09 SQL> select * from table