25%
    
    
    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
    
 
		    
				    
    25%
    
    
    20.02.2012
        
    
    	 
        .51,          0,      0.36,      17.74,       0.00,       6.38,    90,       0
2012-01-09   21:10:00,     92,       4.42,          0,      0.35,      20.81,       0.00,       7.22,   100,       0
2012-01-09   21:12
    
 
		    
				        
    25%
    
    
    20.06.2022
        
    
    	
        _ADMIN=admin
10          - KEYCLOAK_ADMIN_PASSWORD=SOME_PASSWORD
11          - KC_DB=postgres
12          - KC_DB_URL=jdbc:postgresql://postgres:5432/keycloak
13          - KC_DB_USERNAME=postgres
14          - KC
    
 
		    
				        
    25%
    
    
    01.06.2024
        
    
    	
        * argv[])
08 {
09     long niter = 1000000000;
10     int myid;                       //holds process's rank id
11     double x,y;                     //x,y value for the random coordinate
12     int i;
13
    
 
		    
				        
    25%
    
    
    25.09.2023
        
    
    	
         -rf /var/lib/apt/lists/*
09
10 RUN >/etc/machine-id
11 RUN >/var/lib/dbus/machine-id
12
13 EXPOSE 22
14
15 RUN systemctl set-default multi-user.target
16 RUN systemctl mask dev-hugepages.mount sys
    
 
		    
				        
    25%
    
    
    25.09.2023
        
    
    	
         for Internal Network
zing.bash -c 4 -op 2 -p 80,443 10.0.0.23
ZING:80/ 10.0.0.23 / Warning:
Error: on 80 is: Active. Continue.
Port: 80: op 1.1. 10.0.0.23 80 Time: 28 ms.
Port: 80: op 1.2. 10.0.0.23 80 Time
    
 
		    
				        
    25%
    
    
    05.12.2019
        
    
    	
         to send STDOUT to a file or you can use the notation
$this_value = `this_program 1>&2`;
to catch a program's STDOUT and STDERR. This example shows the backtick method, but you can also use the open
    
 
		    
				        
    25%
    
    
    14.03.2013
        
    
    	
         enable TLS 1.2 – given OpenSSL 1.0.1 and a recent 2.2 or 2.4 version of the Apache web server – using the SSLProtocol configuration option. Listing 1 provides a potential server configuration.
Listing
    
 
		    
				        
    25%
    
    
    17.02.2015
        
    
    	
         use                     generic-service
21 host_name               w2k12srv
22 service_description     Memory Usage
23 check_command       check_nt!MEMUSE!-w 80 -c 90
24         }
25 define service{
26
    
 
		    
				        
    25%
    
    
    07.10.2014
        
    
    	
                 seq_timeout = 10
08         tcpflags    = syn
09         command     = /usr/sbin/iptables -A INPUT -s \
           %IP% -p tcp --dport 22 -j ACCEPT
10
11 [closeSSH]
12         sequence    = 9000