100%
04.12.2024
Rubén Llorente ... vm_id = 100
08 }
09
10 network_device {
11 model = "virtio"
12 bridge = "vmbr0"
13 }
14
15 depends_on = [
16 proxmox_virtual_environment_file.rproxy_cloud_config,
17 proxmox
99%
01.06.2024
Rubén Llorente ... :
04 cmd: |
05 echo "Here you are, a bone!"
06 target:
07 tags: [dog]
08 horsefeeding:
09 cmd: |
10 echo "Take an apple, you good horsey!"
11 target:
12 tags
77%
30.01.2024
Rubén Llorente ...
8, 9
Debian
11, 12
Ubuntu
20.04, 22.04
FreeBSD
13.x
OpenBSD
7.3
I recommend the downloadable installer, but I will skip
72%
21.08.2014
08 passive_checks_enabled 1
09 notifications_enabled 1
10 check_freshness 1
11 freshness_threshold 93600
12 check_period 24x7
13 ... 22
72%
21.08.2014
hv = [ "tiffy.tuxgeek.de", "ernie.tuxgeek.de" ]
07
08 for hv_host in hv:
09
10 uri = "qemu+ssh://virtuser@" + hv_host + "/system"
11 conn = libvirt.openReadOnly(uri)
12
13 hypervisor_name = conn ... 22
71%
21.08.2014
in the format
Listing 1
Perl Example Client
01 #!/usr/bin/perl
02
03 use strict;
04 use warnings;
05 use IO::Socket;
06 use Sys::CpuLoad;
07
08 my $remote_host = '192.168.56.102';
09 my $remote ... 22
71%
21.08.2014
[mfeilner@pc]# adb devices
02 List of devices attached
03
04 [mfeilner@pc]# su
05 Password:
06 [root@pc]# killall adb
07 [...]
08 [root@pc]# adb devices
09 * daemon not running. starting it now on port 5037 ... 22
71%
21.08.2014
, no network calls
06 #source = ocs.computers.replay
07 #file = computers.xml
08
09 ## OCS SOURCE PARAMETERS ##
10 source.url = http://ocs-server.mydomain.com
11 source.username = SOAP_USER
12 source ... 22
70%
21.08.2014
Cost: US$ 12.99, US$ 19.99
Amazon AWS Virtual MFA
Amazon AWS Virtual MFA is an Android-only application that supports using your phone as a multifactor authentication device and supports all AWS ... 22
70%
21.08.2014
_wait_timeout": "30s",
08 "shutdown_command": "echo 'Done' | sudo -S shutdown -h now"
09 }],
10 "provisioners": [{
11 "type": "shell",
12 "inline": [
13 "sleep 30",
14 "sudo apt-get update",
15 ... 22