18%
    
    
    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
    
 
		    
				        
    18%
    
    
    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
    
 
		    
				        
    18%
    
    
    15.09.2020
        
    
    	
         need SSH active on both systems. Almost all firewalls are set up to allow port 22 access or have mapped port 22 to a different port that can accommodate SSHFS. All the other ports can be blocked
    
 
		    
				        
    18%
    
    
    30.11.2020
        
    
    	
         need SSH active on both systems. Almost all firewalls are set up to allow port 22 access or have mapped port 22 to a different port that can accommodate SSHFS. All the other ports can be blocked
    
 
		    
				        
    18%
    
    
    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
    
 
		    
				        
    18%
    
    
    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
    
 
		    
				        
    18%
    
    
    09.04.2019
        
    
    	
        .stringify(arr));
22       }
23     }
24
25     delItem(text) {
26       const arr = this.listItem().filter(stext => text !== stext);
27       localStorage.setItem('annotations', JSON.stringify(arr.length>0?arr:[]));
28
    
 
		    
				        
    18%
    
    
    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
    
 
		    
				        
    18%
    
    
    30.01.2020
        
    
    	
        VPCFrontNet:
14     Type: AWS::EC2::Subnet
15     Properties:
16       CidrBlock:
17         Ref: VPCSubnetFront
18       MapPublicIpOnLaunch: true
19       VpcId:
20         Ref: FortiVPC
21
22   Forti
    
 
		    
				        
    18%
    
    
    13.06.2016
        
    
    	
         to the files.
If want to transfer only the changed files, append :D to the path name:
--backup-point="192.168.100.100:22:/vmfs/volumes/hp-test:D"
If you want XSIBackup always to transfer all the data