30%
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
30%
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
30%
01.08.2019
), the venerable ZAP (automated security testing) [9], and Zenmap (a graphical front end to the prodigious and unmatched Nmap security tool).
A click on the Auditing
link in the right-hand menu presents
30%
06.10.2019
of the global cloud cake is currently in the hands of Amazon AWS, and every single day, Amazon expands its portfolio, adding several more as-a-service features.
For years, AWS customers have not operated
30%
15.08.2016
description: Echo via GET method
18 post:
19 responses:
20 200:
21 description: Echo using POST method
22 parameters:
23 - name: name
24 in: formData
25
30%
05.12.2016
Configuration
CHANGE MASTER TO
MASTER_USER='replication',
MASTER_PASSWORD='<a_good_Password>',
MASTER_HOST='192.168.23.192',
MASTER_LOG_FILE='mariadb-bin.00008',
MASTER_LOG_POS=615822;
Listing 9
30%
05.12.2016
, such as the process layout below the Docker daemon.
With regard to separation of concerns, Systemd [8] acts as a centralized resource management instance and has been discussed by the rkt project [9]. The system
30%
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
30%
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
30%
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