100%
    
    
    31.10.2025
        
    
    	
         place with just 138 points. On mobile platforms (Android, iOS, Windows Phone, and others) Opera 12 is only two points behind Chrome (on Android 4 Devices) on all platforms.
Installing Guacamole ...  12
    
 
		    
				        
    99%
    
    
    31.10.2025
        
    
    	
        
12 # quickly" after prompts.  If you find your new script hanging up at
13 # one spot, try adding a short sleep just before the previous send.
14 # Setting "force_conservative" to 1 (see below) makes ...  12
    
 
		    
				        
    99%
    
    
    31.10.2025
        
    
    	
        (MOD(iter,10)==0) WRITE(*,"('iter,diff:',i6,e12.4)") iter,diff
145
146   ! Update solution
147   DO j=2,m-1
148      DO i=2,m-1
149         u(i,j) = unew(i,j)
150      ENDDO
151   ENDDO
152 ENDDO
153
154 CALL ...  12
    
 
		    
				        
    88%
    
    
    25.09.2023
        
    
    	
        Rubén Llorente ...   with IP address 192.168.90.55, it will cast an ARP request into the void asking, "Who has IP address 192.168.90.55?" Ideally, the target machine will send an ARP reply, "I have IP address 192.168.90.55," so
    
 
		    
				        
    71%
    
    
    14.11.2013
        
    
    	
        
Around five years of development went into the new release of the Oracle database, and the current version, Oracle 12c [1], has been available for download from the Oracle Technology Network (OTN ...  More than 500 new features have been incorporated into the current release of Oracle Database 12c. Among other things, these changes offer a new architecture with pluggable databases that facilitate ...  Oracle 12c ...  Oracle Database 12c: Cloud computing with multitenant architecture
    
 
		    
				        
    63%
    
    
    04.12.2024
        
    
    	
        Rubén Llorente ...  " {
11   endpoint = "https://192.168.3.15:8006/"
12   username = "root@pam"
13   password = "proxmox"
14   insecure = true
15   tmp_dir  = "/var/tmp"
16
17   ssh {
18     agent = true
19   }
20
    
 
		    
				        
    63%
    
    
    01.06.2024
        
    
    	
        Rubén Llorente ...  : [devuan]
10   donkey:
11     user: root
12     host: donkey.operationalsecurity.es
13     tags: [devuan]
14   zebra:
15     user: root
16     host: zebra.operationalsecurity.es
17     tags: [devuan]
18
19
    
 
		    
				        
    63%
    
    
    02.06.2020
        
    
    	
        Rubén Llorente ...  , and
a Sender Policy Framework (SPF) entry in the DNS record of your domain.
Theoretically, it is possible to run an email service from a dynamic IP with dynamic DNS (Figure 12), but in practice it can
    
 
		    
				        
    63%
    
    
    30.01.2024
        
    
    	
        Rubén Llorente ...  
  
  8, 9
  
  Debian
  
  11, 12
  
  Ubuntu
  
  20.04, 22.04
  
  FreeBSD
  
  13.x
  
  OpenBSD
  
  7.3
  
I recommend the downloadable installer, but I will skip
    
 
		    
				        
    39%
    
    
    04.12.2013
        
    
    	
        
In the second article of this three-part series, we look at simple write examples in Fortran 90 and track the output with strace to see how it affects I/O patterns and performance.
 ...   to change lines 12 and 14. To make life easier, I will refer to this as the “array” code, as I did with the C example.
Listing 2F: F90 Code Example with Output in Loop (Array)
 1    program ex1a
 2     
 3 ...  
In the second article of this three-part series, we look at simple write examples in Fortran 90 and track the output with strace to see how it affects I/O patterns and performance.
 ...  Tuning I/O Patterns in Fortran 90