18%
    
    
    03.04.2024
        
    
    	
         use Ubuntu 22.04, but you can apply all the advice to other distributions, too. ClamAV is used in conjunction with SpamAssassin as a tool for filtering mail. Where action relating to name servers
    
 
		    
				        
    18%
    
    
    26.01.2025
        
    
    	
        .DevCenter/devcenters/attachednetworks@2024-02-01' = {
18   name: networkConnection.name
19   parent: devcenter
20   ... }
21
22 resource devcenterGalleryImage 'Microsoft.DevCenter/devcenters/galleries/images@2024-02-01' existing = {
23
    
 
		    
				        
    18%
    
    
    26.11.2013
        
    
    	
            };
21   };
22  };
23 };
The configuration object in lines 1-7 provides information for generating a key pair in the call to generateKey()
 (line 14): The name
 field selects a variant of the RSA
    
 
		    
				        
    18%
    
    
    04.12.2013
        
    
    	
            if (ierr > 0) then
21       write(*,*) "error in opening file! Stopping"
22       stop
23    else
24       do 10 counter=1,counter_limit
25          my_record%x = counter
26          my_record%y = counter
    
 
		    
				    
    18%
    
    
    20.02.2012
        
    
    	 
         time:                    11.79 secs
Data transferred:                2.47 MB
Response time:                   0.22 secs
Transaction rate:                35.79 trans/sec
Throughput:                      0
    
 
		    
				        
    18%
    
    
    04.11.2011
        
    
    	
        -INPUT -p tcp -m tcp --dport 631 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
### begin ssh
#-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j
    
 
		    
				    
    18%
    
    
    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
    
 
		    
				        
    18%
    
    
    05.12.2018
        
    
    	
         used over port 22 (SSH).
Be sure to examine the admin tools mentioned in Table 1. The charting capability, even with just text-based graphics, is great. I love using these tools to get a simple view
    
 
		    
				        
    18%
    
    
    17.03.2020
        
    
    	
           PROPERTY              VALUE                  SOURCE
myvol  type                  filesystem             -
myvol  creation              Sat Feb 22 22:09 2020  -
myvol  used                  471K                   -
[ ... ]
ARC
Operating systems commonly
    
 
		    
				        
    18%
    
    
    10.06.2015
        
    
    	
        " ; shift
20     local display_list="$1"
21     while read display width_mm height_mm width height ; do
22         if [[ "$display" == "$find_display" ]] ; then
23             echo ${width}x${height}
24