100%
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
99%
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
94%
21.08.2014
: 868152 129568
10 Swap: 0 0 0
11 shell@android:/ $ cat /proc/cpuinfo
12 Processor : ARMv7 Processor rev 9 (v7l)
13 processor : 0
14 BogoMIPS : 1993.93
15 processor : 1
16 Bogo ... 22
94%
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
93%
21.08.2014
't connect to $remote_host:$remote_port: $@ \n";
17
18
19 while() {
20 my @lavg = Sys::CpuLoad::load();
21 my $ts=time();
22 print $socket "system.loadavg_1min $lavg[0] $ts\n";
23 print $socket "system ... 22
30%
13.12.2022
:56:13 info unpack layer: sha256:1a930d163dcafa193dc2c3c005d9c220ae1c07a48cad5f7feed0066ada0b998f
2022/11/05 08:56:15 info unpack layer: sha256:d3ca234f568b088b991388a0e9e8b61b05ac8627522f10fe16df2b81d51c0748
30%
30.11.2020
):
11
12 s = 0.0
13 s += h * f(a)
14 for i in range(1, n):
15 s += 2.0 * h * f(a + i*h)
16 # end for
17 s += h * f(b)
18 return (s/2.)
19 # end def
20
21
22 # Main section
23 comm = MPI
29%
10.06.2015
to the first sed I know that here is only a SINGLE space
45 display_list="$(sed ':a;N;$!ba;s/\n / /g'<<<"$xrandr_current" | sed \
-n -e 's/^\([a-zA-Z0-9_-]\+\) connected.* \([0-9]\+\)mm.* \([0-9]\+\)mm
29%
17.06.2017
03 REAL, ALLOCATABLE :: a(:,:)
04 INTEGER :: n
05 INTEGER :: allocate_status
06 n=1000
07 ALLOCATE( a(n,n), STAT = allocate_status)
08 IF (allocate_status /= 0) STOP "Could not allocate