26%
    
    
    06.10.2019
        
    
    	
         the Debian-based, distributions install it along with openvpn – one exception being Ubuntu, which only offers easy-rsa starting with Cosmic Cuttlefish (Ubuntu version 18.10) [3].
The successor, Easy-RSA 3.0
    
 
		    
				        
    26%
    
    
    07.06.2019
        
    
    	
        _web    latest   c100b674c0b5   13 months ago   19MB
nginx        alpine   bf85f2b6bf52   13 months ago   15.5MB
With the image ID in hand, you can inspect the image manifest:
docker inspect bf85f2b6bf52
    
 
		    
				        
    26%
    
    
    15.09.2020
        
    
    	
         on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
...
/dev/nvme0n1p1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname
    
 
		    
				        
    26%
    
    
    30.11.2020
        
    
    	
         sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
...
/dev/nvme0n1p1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset
    
 
		    
				        
    26%
    
    
    22.12.2017
        
    
    	
         to it, you can begin to appreciate what compilers and linkers do for users today.
Listing 1
Show Linked Libraries (ldd)
$ pgf90 test1.f90 -o test1
$ ldd test1
    linux-vdso.so.1 =>  (0x
    
 
		    
				    
    26%
    
    
    30.05.2021
        
    
    	 
         Linux will be a community-based 1:1 binary replacement for Red Hat Enterprise Linux and currently ships with Gnome 3.32, Linux kernel 4.18.0-240.22.1.el8, SQLite 3.26, virt-what 1.18, Samba 4.12.3, DNF 4
    
 
		    
				        
    26%
    
    
    07.03.2019
        
    
    	
         for Fortran and C
  Fortran
  
  C
  
  
!$acc parallel loop
   do i=1,n
      ...
   end do
 
 
  
  
#pragma acc parallel loop
{
   for (i=0, i < n, i++) {
      ...
   }
}
  
Ideally, look
    
 
		    
				    
    26%
    
    
    23.07.2012
        
    
    	 
        .13.134.52):
           Not shown: 994 filtered ports
           PORT    STATE  SERVICE VERSION
           22/tcp  open   ssh     OpenSSH 4.3 (protocol 2.0)
           25/tcp  closed smtp
           53/tcp  open   domain  ISC BIND 9
    
 
		    
				        
    26%
    
    
    17.02.2015
        
    
    	
        ). The default configuration is to split it 192MB  ARM/64MB  GPU, but you want to change this to 240MB  ARM/16MB  GPU because you are not planning to run anything other than a server "headless" (i.e., without
    
 
		    
				        
    26%
    
    
    25.01.2017
        
    
    	
        ) :: a[*]    ! Array coarray
 
real, dimension(n), codimension[*] :: a   ! Array coarray
 
integer :: cx[10,10,*]   ! scalar coarray with corank of 3
 
! Array coarray with corank of 3 with different cobounds
real :: c(m,n) :: [0