46%
    
    
    13.12.2018
        
    
    	
        _64                                                            2/4
08   Installing : gdb-7.6.1-110.el7.x86_64                                                                         3/4
09   Installing : mssql-server-14.0.3026.27-2.x86
    
 
		    
				        
    46%
    
    
    05.12.2014
        
    
    	
        . For example, to run a report every three seconds for five iterations on eth0, you would use the command in Listing 4.
Listing 4
capstats
/opt/bro/bin/capstats -I 3 -n 5 -i eth0
1415510235
    
 
		    
				        
    46%
    
    
    03.04.2024
        
    
    	
         pc;
do
      if [ "$pn" = "Last" ] || [ "$pn" = "Available" ]; then continue
      fi
      pv2=$(rpm -q --qf '%{VERSION}\n' $pn )
      IFS='-' read -ra pv3 < "$pv"
     printf "%-40s %-20s %-20s\n
    
 
		    
				        
    46%
    
    
    03.02.2024
        
    
    	
                                        938G  718G  173G  81% /home
/dev/nvme0n1p1                                511M  6.1M  505M   2% /boot/efi
/dev/sda1                                     5.5T  3.1T  2.1T  60% /home2
192.168.4.100:/home
    
 
		    
				        
    46%
    
    
    11.06.2014
        
    
    	
        ).
    
Also, setting swappiness = 0 on SLES 11 SP 2 and SP 3 seems to protect the applications adequately. Amazingly, Red Hat Enterprise Linux 6.4 behaves differently: The implementation seems
    
 
		    
				        
    46%
    
    
    07.03.2019
        
    
    	
         acc parallel loop
      {
         for (j=0; j < m; j++) {
            ...
         }
      }
      ...
   }
}
  
Table 3: Single-Directive Nested Loop
  Fortran
  
  C
  
  
!$acc parallel loop
   do i=1,n
      ...
      do
    
 
		    
				        
    46%
    
    
    21.11.2012
        
    
    	
            
164      IF(MOD(iter,10)==0) WRITE(*,"('iter,gdel:',i6,e12.4)") iter,diff
165    
166    !$OMP PARALLEL DO SHARED(m,n,unew,u)
167      ! Update solution
168      DO j=2,m-1
169         DO i=2,m-1
170
    
 
		    
				        
    46%
    
    
    30.01.2020
        
    
    	
        , determined an expected value (mean) 1.6ms greater than requested with a standard deviation (sigma) of 0.3ms [7], and reported the range between the minimum and maximum values encountered – handling
    
 
		    
				        
    46%
    
    
    11.04.2016
        
    
    	
        , and BackDoor Factory.
Native Stagers
Stagers manage an attack on the target system as follows [3]:
1. Establish a socket connection to the Metasploit handler (this will happen as the stage 1 victim
    
 
		    
				        
    46%
    
    
    28.11.2023
        
    
    	
        .json files (Listings 1 and 2) [2] to launch a Monitoror stack and supply its configuration, respectively.
Listing 1
monitoror_stack.yml
01 version: '3.5'
02 services:
03   monitoror:
04