31%
    
    
    15.02.2012
        
    
    	 
        
  
  7
  
  9
  
  7
  
  7
  
  7
  
  7
  
  22
  
  8KB < < 32KB
  
  28
  
  0
  
  45
  
  0
  
  0
  
  0
  
  0
  
  23
  
  32KB < < 128KB
  
  145
  
  29
    
 
		    
				    
    31%
    
    
    26.01.2012
        
    
    	 
        
  
  7
  
  9
  
  7
  
  7
  
  7
  
  7
  
  22
  
  8KB < < 32KB
  
  28
  
  0
  
  45
  
  0
  
  0
  
  0
  
  0
  
  23
  
  32KB < < 128KB
  
  145
  
  29
    
 
		    
				        
    31%
    
    
    25.09.2023
        
    
    	
         guest
82a84,88
>
>   tee /etc/.htpasswd <<'EOF'
> guest:$apr1$gz4n7s6o$P.O/V1k9rZuV9nN/5lh3l0
> admin:$apr1$esczj7wu$ffu/6j8vETMAMJaVTKn7a1
> EOF
Monit is configured to load service
    
 
		    
				        
    31%
    
    
    20.06.2012
        
    
    	
        /local
                       53G   29G   22G  57% /vnfs/usr/local
From the output, it can be seen that only 217MB of memory is used on the compute node for storing the local OS. Given that you can easily and inexpensively buy 8GB
    
 
		    
				        
    31%
    
    
    19.09.2019
        
    
    	
         = np.array([10, 20, 30, 40])
 
print('a+b:\n', add_ufunc(a, b))
The answer should be:
a+b:
 [11 22 33 44]
In the previous example, you had to put everything that was to run on the GPU into a single Numba
    
 
		    
				        
    31%
    
    
    03.02.2022
        
    
    	
         command, except it lists all of the cores at once.
Listing 4
Real or SMT? Method 2
$ cat $(find /sys/devices/system/cpu -regex ".*cpu[0-9]+/topology/thread_siblings_list") | sort -n | uniq
0
    
 
		    
				        
    31%
    
    
    07.06.2019
        
    
    	
                sha256:f1ca87d9adb678b180c31bf21eb9798b043c22571f419ed844bca1d103f2a2f7   bf85f2b6bf52   13 months ago   15.5MB
The output shows information on both the original nginx:alpine image and the updated
    
 
		    
				        
    31%
    
    
    28.11.2023
        
    
    	
        ):
ssh-keygen -t ed25519 -a 100 -f
ubuntu-sre-id_ed25519 -q -N
2. Copy the SSH public key data on the target server to the authorized_keys file in the $HOME/.ssh directory. You can use the secure copy
    
 
		    
				        
    31%
    
    
    05.08.2024
        
    
    	
        . With an astonishing 220+ contributors having already pitched in to make this tool great, it was clear that it would leave a gigantic void, so somebody had to take over its life cycle and ensure that it would carry
    
 
		    
				        
    31%
    
    
    14.09.2021
        
    
    	
         $(find /sys/devices/system/cpu -regex ".*cpu[0-9]+/topology/thread_siblings_list") | sort -n | uniq
0,32
1,33
2,34
3,35
4,36
5,37
6,38
7,39
8,40
9,41
10,42
11,43
12,44
13,45
14,46
15,47
16,48
17,49
18,50
19,51
20,52
21,53
22,54
23,55
24,56
25