100%
04.12.2024
Rubén Llorente ... _file {
18 path = "webserver.yml"
19 file_name = "user_data_vm-webserver.yml"
20 }
21 }
22
23 resource "proxmox_virtual_environment_file" "network_cloud_config" {
24 count = 4
25 content
99%
01.06.2024
Rubén Llorente ... # A single task is defined, which by default will
20 # run only against "devuan" hosts.
21 tasks:
22 upgradeall:
23 desc: Upgrade all packages
24 target:
25 tags: [devuan]
26 cmd: |
27
99%
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
30%
13.12.2022
/6): tftp-server-5.2-24.el8.x86_64.rpm 123 kB/s | 49 kB 00:00
(4/6): dhcp-server-4.3.6-47.el8.x86_64.rpm 3.9 MB/s | 529 kB 00:00
(5/6): bind
30%
02.08.2021
with a different size (Listing 3). The output from the second command verifies that the RAM drives were created.
Listing 3
Adding RAM Drive of 32MB
$ sudo rapiddisk -a 32
rapiddisk 7.2.0
Copyright
29%
11.05.2021
, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192]
A = single( rand(N,N) );
B = single( rand(N,N) );
start = clock();
C = A*B;
elapsedTime = etime(clock(), start);
gFlops = 2*N*N*N / (elapsedTime * 1e+9);
disp(sprintf("N = %4d
28%
12.05.2020
TAG IMAGE ID CREATED SIZE
cuda 10.1-base-ubuntu19.04-octave b01ee7a9eb2d 47 seconds ago 873MB
nvidia/cuda 10.1-base-ubuntu18.04 3b55548ae91f 4 months ago 106MB
hello
28%
25.09.2023
hosts [9]. A more apt comparison is found in Listing 2, with the results posted by a Raspberry Pi 400 [10], which is essentially a Raspberry Pi 4 (Broadcom BCM2711 Cortex-A72, ARM v8 quad-core running
28%
25.09.2023
guest
82a84,88
>
> tee /etc/.htpasswd <<'EOF'
> guest:$apr1$gz4n7s6o$P.O/V1k9rZuV9nN/5lh3l0
> admin:$apr1$esczj7wu$ffu/6j8vETMAMJaVTKn7a1
> EOF
Monit is configured to load service
28%
02.08.2021
SGEMM
for N = [2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192]
A = single( rand(N,N) );
B = single( rand(N,N) );
start = clock();
C = A*B;
elapsedTime = etime(clock(), start