30%
    
    
    16.10.2012
        
    
    	 
         6), and start stream blocking (line 7), which executes the command and waits for the response. Now, write the output to a variable (lines 9-12), close the stream (line 14), and send the response
    
 
		    
				        
    30%
    
    
    13.07.2022
        
    
    	
        .
    
        	                    
	
	    
	
	
Figure 5: Terminal after creating a new tmux window.
    
To cycle through windows, press Ctrl+B-n (next), Ctrl+B-p (previous), or Ctrl+B-x
 (where x
=0-9) to go to a specific window. If you type Ctrl
    
 
		    
				        
    30%
    
    
    11.09.2018
        
    
    	
        .
    
        	                    
	
	    
	
	
Figure 6: Good old ``get pods'' but with width: ``kubectl get pod nginx-dep-54b9c79874-b9dzh -o wide'' showing an internal pod IP Address in the 172.17.0.0 range.
    
Use the -n
 option to specify
    
 
		    
				        
    30%
    
    
    09.09.2024
        
    
    	
         images
REPOSITORY          TAG       IMAGE ID       CREATED          SIZE
ubuntu-24.04-dev2   latest    8f311b6fbb1e   9 seconds ago    1.82GB
ubuntu-24.04-dev1   latest    2358ab17d70c   35 minutes ago   149MB
    
 
		    
				        
    30%
    
    
    30.11.2020
        
    
    	
         cri-o-${CRIO_VERSION}
The following NEW packages will be installed
  cri-o-1.17
0 to upgrade, 1 to newly install, 0 to remove and 0 not to upgrade.
Need to get 17.3 MB of archives.
After this operation
    
 
		    
				        
    30%
    
    
    05.08.2024
        
    
    	
         up data all over physical memory [9]. Because RAM is several orders of magnitude slower than the CPU caches, this (usually inadvertent) waltzing all over the memory space needlessly reduces performance
    
 
		    
				        
    30%
    
    
    03.12.2015
        
    
    	
         containers.
  
First Container
After a successful installation, you can create the first container with a simple command:
lxc-create -t ubuntu -n ubuntu_test
Don't forget to obtain root privileges
    
 
		    
				        
    30%
    
    
    20.10.2013
        
    
    	
        
Modern drives use S.M.A.R.T. (self-monitoring, analysis, and reporting technology) to gather information and run self-tests. Smartmontools is a Linux tool for interacting with the S.M.A ...  ://smartmontools.sourceforge.net
=== START OF INFORMATION SECTION ===
Device Model: Samsung SSD 840 Series
Serial Number: S19HNSAD620517N
LU WWN Device Id: 5 002538 5a005092e
Firmware Version: DXT08B0Q
User Capacity: 120,034,123,776 bytes ...  
Modern drives use S.M.A.R.T. (self-monitoring, analysis, and reporting technology) to gather information and run self-tests. Smartmontools is a Linux tool for interacting with the S.M.A ...  S.M.A.R.T., Smartmontools, and Drive Monitoring
    
 
		    
				        
    30%
    
    
    28.11.2021
        
    
    	
         for a graphical approach to Metasploit.
    
Meterpreter [9] is probably the most appealing payload an attacker can install on a remote computer. It can be easily hidden in other file formats (e.g., PDFs), sent
    
 
		    
				        
    30%
    
    
    01.08.2019
        
    
    	
         INPUT
iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
iptables -A INPUT -i eth0 -j DROP
iptables -A INPUT -i eth1 -p tcp --dport 22 -j ACCEPT
iptables -A INPUT -i eth1  -j DROP