17%
05.02.2019
With the supporting dependencies installed, you are now ready to download the latest stable SuiteCRM package [3]. At the time of writing, the latest release was version 7.10.11, which is the version I work
17%
05.02.2019
in the container?
20 - name: "mysql client exists"
21 path: '/usr/bin/mysql'
22 shouldExist: true
23
24 # Does the MySQL configuration file exist at the right place?
25 - name: "my.cnf exists and has appropriate
17%
10.06.2015
version from the vendor website [3], you need to select your target platform: Windows, Mac OS X, Linux, or FreeBSD. We decided to download and install on Windows Server 2008 R2 and thus selected the MSI ... SecurityX-Ray
17%
09.08.2015
xsltproc \
libglib2.0-dev libjson-glib-dev \
libpolkit-agent-1-dev libkrb5-dev \
liblvm2-dev libgudev-1.0-dev \
libssh-dev libpam0g-dev libkeyutils-dev \
libpcp3-dev libpcp-import1-dev \
libpcp
17%
20.03.2014
13 respawn
14 respawn limit 10 5
15
16 pre-start script
17 $DAEMON -t
18 if [ $? -ne 0 ]
19 then exit $?
20 fi
21 end script
22
23 exec $DAEMON
Listing
17%
20.03.2014
communication with a specific public cloud through its own "cloud drivers" (Figure 3).
Figure 3: The Cloudify shell can deploy a physical appliance in a public
17%
02.06.2020
a database server. Among other things, you can use it for fine-tuning, to monitor its vitals, and to design and execute a backup strategy. The appliance uses Prometheus [2] and Grafana [3] to collect
17%
02.06.2020
cddaa6-0886-44b3-9590-16717d5cd3c2",
20 "service_instance_guid": null,
21 "port": null,
22 "domain_url": "/v2/shared_domains/fb6bd89f-2ed9-49d4-9ad1-97951a573135",
23
17%
06.10.2019
to the rule. As the Destination
, select the IP address of the VM; now the rule is as specific as possible. As Destination ports
, you can specify 3368, 22
for the two services Remote Desktop Protocol (RDP
17%
11.10.2016
print "Cannot import matplotlib module - this is needed for this application.";
18 print "Exiting..."
19 sys.exit();
20 # end if
21
22
23 def column(matrix, i):
24 return [row[i] for row