16%
    
    
    09.08.2015
        
    
    	
         ('Guards! Guards!', {'de':'Wachen! Wachen!', 'fr' : 'Au Guet!'} );
20
21 create edge Relation from #11:0 to #11:1 set type='Married', from='1993-01-01';
22
23 create edge Appear from #11:0 to #13:0 set
    
 
		    
				        
    16%
    
    
    11.06.2014
        
    
    	
        /joe/.ssh/google_compute_engine -A -p 22 joe@1.2.3.4 --
11 Warning: Permanently added '1.2.3.4' (ECDSA) to the list of known hosts.
12 Enter passphrase for key '/home/joe/.ssh/google_compute_engine':
13 Linux gcerocks-instance-1 3
    
 
		    
				        
    16%
    
    
    07.06.2019
        
    
    	
             datacenter: "{{ Vv_datacent }}"
19     folder: "{{ Vv_folder_1 }}"
20     state: absent
21   when: vm_facts.instance is defined
22
23 - name: Deploy VM from Template file
24   vmware_deploy_ovf:
25
    
 
		    
				        
    16%
    
    
    01.08.2019
        
    
    	
         no one would have ever dreamed would progress to preseeding and automatic installation. Anyone who managed to install Debian 2.2, alias Potato, or 3.0, alias Woody, on their hard drives were more likely
    
 
		    
				        
    16%
    
    
    01.08.2019
        
    
    	
        -amd64.iso
685cc805f5e4e9c9e03c1228bf695f711f2b274bcfcf934229ffe252b26cd54cbackbox-5.3-amd64.iso
The checksum in Figure 1 matches my download, so all is well.
UEFI Secure Boot
Because I chose to use
    
 
		    
				        
    16%
    
    
    06.10.2019
        
    
    	
         the context of the organization" [2] may be familiar to many people from their own business experience. SOC2 C5 [3] from the German Federal Office for Information Security (BSI) also demonstrates fundamental
    
 
		    
				        
    16%
    
    
    15.08.2016
        
    
    	
         (Figure 3) [9]. Operators of a (local) web server first download the swagger editor.zip archive for the current Swagger editor (not the source code) [15]. Unzip this and then upload the complete contents
    
 
		    
				        
    16%
    
    
    09.06.2018
        
    
    	
         as mechanisms for verifying the authenticity and integrity of data streams and messages. A secure and reliable session is established between client and server over TCP (Figure 1a
    
 
		    
				        
    16%
    
    
    13.06.2016
        
    
    	
        ://www.sebastien-han.fr/blog/2016/03/21/ceph-a-new-store-is-coming/
openATTIC: http://www.openattic.com
"openATTIC" by Martin Loschwitz, Linux Pro Magazine
, issue 153, August 2013, pg. 22, http ...  The Ceph object store remains a project in transition: The developers announced a new GUI, a new storage back end, and CephFS stability in the just released Ceph c10.2.x, Jewel.
    
 
		    
				        
    16%
    
    
    13.06.2016
        
    
    	
         for  $i"
19
20 #If certs do not exist yet
21 FILE="$LECROOT/$i/cert.pem"
22 if [ ! -f "$FILE" ]
23 then
24         echo "$FILE does not exists, so lets get certificates"
25         cd /root/letsencrypt
26