30%
    
    
    18.09.2012
        
    
    	 
         is available free for the major platforms (e.g., Windows, Linux, Mac OS X, and Solaris), and it supports a wide number of guest systems, including exotics such as DOS/WIN 3.1 and OS/2.
Installing Virtual
    
 
		    
				    
    30%
    
    
    17.08.2011
        
    
    	 
        _costs = {
   't1.micro'   => 0.02,
   'm1.small'   => 0.095,
   'c1.medium'  => 0.19,
   'm2.2xlarge' => 1.14,
   'm2.4xlarge' => 2.28
}
Then I list the regions. This could have been dynamic, but I don’t want
    
 
		    
				        
    30%
    
    
    21.03.2017
        
    
    	
         
18      print "dset.shape = ",dset.shape
19 
20      print "dset.dtype = ",dset.dtype
21 
22      print "dset.name = ",dset.name
23   
24      print "f.name = ",f.name
25   
26      grp
    
 
		    
				        
    30%
    
    
    15.09.2020
        
    
    	
        
} (default: yes
)
-o cache_timeout=N
 – sets timeout for caches in seconds (default: 20
)
-o cache_X_timeout=N
 – sets timeout for {stat
,dir
,link
} caches
-o compression=BOOL
 – enables data
    
 
		    
				        
    30%
    
    
    30.11.2020
        
    
    	
         timeout for caches in seconds (default: 20)
  
  * -o cache_X_timeout=N
  
  Sets timeout for {stat,dir,link} caches
  
  * -o compression=BOOL
  
  Enables data compression {yes, no}
  
  * -o
    
 
		    
				        
    30%
    
    
    14.08.2017
        
    
    	
         -A INPUT -p tcp -s [IP address of allowed server] --dport 22 -j ACCEPT
on the server to which you want to SSH.
Trick 2: Copying Files Securely
The SSH protocol also includes Secure Copy (SCP
    
 
		    
				        
    30%
    
    
    30.05.2021
        
    
    	
         can't be bothered to do what's right, although it's your responsibility to be sure they do. That sounds a lot like a classic catch-22 situation. Although, I never read the book or saw the movie, I
    
 
		    
				        
    30%
    
    
    09.04.2019
        
    
    	
        ;
15   border:1px solid #aaa;
16 }
17
18 article {
19   margin: auto;
20   float:left;
21   margin-left: 20%;
22   margin-right: 30%;
23 }
24
25 li {
26   --anot-item-bg: #ff6699;
27 }
The inner
    
 
		    
				        
    30%
    
    
    03.02.2022
        
    
    	
             "Accept" -> "text/html",
16     "User-Agent" -> "LinuxMagazine/1.0.1",
17     "Accept-Encoding" -> "gzip, deflate",
18     "Connection" -> "keep-alive",
19     "DNT" -> "1" )
20
21   // http connector
22
    
 
		    
				        
    30%
    
    
    31.10.2025
        
    
    	
         conservatively originally
21 if {$force_conservative} {
22         set send_slow {1 .1}
23         proc send {ignore arg} {
24                 sleep .1
25                 exp_send -s -- $arg
26         }
27 }
28