21%
    
    
    12.03.2013
        
    
    	
        MB_nor/s    rMB_dir/s    wMB_dir/s    rMB_svr/s    wMB_svr/s     ops/s    rops/s    wops/s
192.168.1.250:/home
                         1230649.19   1843536.81         0.00         0.00   1229407.77   1843781
    
 
		    
				        
    21%
    
    
    20.05.2014
        
    
    	
        , and physical memory (32- and 64-bit windows).
dc3dd [2] – a tool that captures the content of memory on the infected system; dc3dd is basically the standard *nix dd utility upgraded for forensic use, which
    
 
		    
				        
    21%
    
    
    02.08.2021
        
    
    	
         within 90 days at the latest, you can set an expiration date:
Set-ADAccountExpiration -Identity svc_low_SQL3 -TimeSpan 90.00:00:00
You will certainly want to minimize the number of accounts whose
    
 
		    
				        
    21%
    
    
    05.12.2019
        
    
    	
           TIME     CMD
Root  1     0     0 19:05 ?     00:00:00 sleep 1000
Listing 2
Process on the Host
$ ps -ef|grep sleep
Cherf 30328 29757 0 20:44 ?     00:00:00 sleep 1000
Cherf 30396 3353
    
 
		    
				        
    21%
    
    
    11.04.2016
        
    
    	
         /etc/systemd/network
Listings 2 and 3 show the two configuration files for the normal Ethernet card (Listing 2) and the bridge device (Listing 3). You can decide which device is configured
    
 
		    
				        
    21%
    
    
    13.06.2016
        
    
    	
         /run/systemd/resolve/resolv.conf /etc/resolv.conf
mkdir /etc/systemd/network
Listings 2 and 3 show the two configuration files for the regular Ethernet card (Listing 2) and bridge device (Listing 3
    
 
		    
				        
    21%
    
    
    14.08.2017
        
    
    	
        %    0     0.0KB/s   00:00
To copy a file from a remote system, change the syntax slightly:
scp bob@calypso:/opt/test/file.txt .
The trailing dot means the copy is to the current directory
    
 
		    
				        
    21%
    
    
    28.11.2022
        
    
    	
        /s, 133M issued at 133M/s, 81.6M total
        0B repaired, 163.06% done, no estimated completion time
  scan: resilvered (draid1:3d:5c:1s-0) 20.2M in 00:00:00 with 0 errors on Mon Oct 24 17:11:22 2022
    
 
		    
				        
    21%
    
    
    05.12.2014
        
    
    	
         instances in that file, as shown in Figure 3.
    
        	                    
	
	    
	
	
Figure 3: Grep says the five-line text file has four lines of the pattern "one."
    
Many extensions exist
    
 
		    
				        
    21%
    
    
    07.04.2022
        
    
    	
        
starwars.py
#!/usr/bin/env python3
 **
import yaml
from yaml.loader import SafeLoader
 **
with open('starwars.yaml') as f: sw = yaml.load(f, Loader=SafeLoader) print(yaml.dump(sw, indent=4, default