9%
18.02.2018
.site_container}",
17 ]
18 connection {
19 type = "ssh"
20 user = "root"
21 private_key = "${file("${var.ssh_priv_key}")}"
22 }
23 }
24 }
25 output "IP" {
26 value
9%
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
9%
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
9%
20.03.2014
of hosts rather than specific applications, the Cloudify developers leverage the power of Chef as a central management tool. Since Cloudify 2.2, it has been possible to use Chef to deploy applications
9%
02.06.2020
://cockpit-project.org/
Elephant Shed download: https://elephant-shed.io/#download
"Managing and provisioning VMs" by Mayank Sharma, Linux Pro Magazine
, issue 235, June 2020, pg. 22, https://www.linuxpromagazine.com/Issues/2020
9%
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
9%
11.10.2016
server; adding administration tools is quite simple.
ONIE is an initiative of the Open Compute Project [20] [21]. Its founding members were, among others: Accton, Agema, Big Switch Networks, Broadcom
9%
11.10.2016
Query team is now focused on further developing jQuery 3. However, the old versions 1.12 and 2.2 still receive bug fixes, so developers can address the migration in peace.
Infos
jQuery: https
9%
09.06.2018
), and the resulting scan gives more detailed information about the services on a particular target host. In this case, it reveals port 22 and the specific operating system of the server, Debian 5
9%
09.06.2018
://github.com/Microsoft/PowerShell-DSC-for-Linux
"Building a TCP Server Using PowerShell" by Boe Prox: https://learn-powershell.net/2014/02/22/building-a-tcp-server-using-PowerShell/