24%
    
    
    11.06.2014
        
    
    	
        's New in SMB 3.0?
In Windows Server 2012, Microsoft introduced SMB version 2.2 with further improvements. Later, these innovations were deemed so far-reaching that the version was subsequently increased
    
 
		    
				        
    24%
    
    
    15.08.2016
        
    
    	
         can manage the whole deployment and hardware configuration with PowerShell commands. For instance, you can create a new machine with the command:
> new-vm -Name win8 -MemoryStartupBytes 512MB -Boot
    
 
		    
				        
    24%
    
    
    25.02.2016
        
    
    	
         __name__ == '__main__':
 
    # Main dictionary
    d = {};
 
    # define interval and add to dictionary
    interv = 0.5;
    d['interval'] = interv;
    
    # Number of cores:
    N = psutil.cpu_count();
    d['NCPUS'] = N
    
 
		    
				        
    24%
    
    
    25.03.2020
        
    
    	
        Vuuouf
04 aKdeFvdeY4x9tGmh7FQ51Qi6EEr9LLy2Q8qTtEuN2fJ4PnWBNRfKwhWb
05 SNQWvq1jwhsXlsAelLz7tO5kptI7TO16p2ncpnhJqfzT5mWJ4nK76YPZ
06 lu+MZlIYJOMv/OQWD2nVmsjXeO0dnsrL8MyC5wdyPy2gbksWBscsbwN2
07 34APEYO48B6sovy
    
 
		    
				        
    24%
    
    
    13.06.2019
        
    
    	
        (i,j) = B(i,j) + C(i,j)
   enddo
enddo
  
  
#pragma omp for collapse(2)
for ( i = 0; i < N; i++ ) {
  for ( j = 0; j < N; j++ ) {
    A[i][j] = B[i][j] + C[i][j] 
  }
}
  
The collapse 
clause has some restrictions. One
    
 
		    
				    
    24%
    
    
    20.12.2012
        
    
    	 
        : Nmap Command
root@sandbox:~# nmap -v -A www.haribo.de
...
Host www2.haribo.com (213.185.81.67) is up (0.011s latency).
Interesting ports on www2.haribo.com (213.185.81.67):
Not shown: 995 closed ports
    
 
		    
				        
    24%
    
    
    14.03.2013
        
    
    	
                  : 0
16 initial apicid  : 0
17 fdiv_bug        : no
18 hlt_bug         : no
19 f00f_bug        : no
20 coma_bug        : no
21 fpu             : yes
22 fpu_exception   : yes
23 cpuid level     : 10
24 wp
    
 
		    
				        
    24%
    
    
    04.12.2013
        
    
    	
            if (ierr > 0) then
21       write(*,*) "error in opening file! Stopping"
22       stop
23    else
24       do 10 counter=1,counter_limit
25          my_record%x = counter
26          my_record%y = counter
    
 
		    
				        
    24%
    
    
    01.08.2019
        
    
    	
        . The takeaway is the -j LOG option (line 12), which logs port scanning behavior to a logfile with the iptables:
 prefix.
Listing 1
iptable Rules
01 *filter
02 *filter
03 :INPUT ACCEPT [0:0]
04
    
 
		    
				        
    24%
    
    
    03.04.2024
        
    
    	
         on machines with only one CPU core and 512MB of RAM; the minimalist K3s setup itself only uses 250MB. As one of the radical cost-cutting measures, K3s dispenses with the I/O-intensive etcd database