26%
13.12.2018
StorageHost=localhost
55 AccountingStoragePass=/var/run/munge/munge.socket.2
56 AccountingStorageUser=slurm
57 #
58 # COMPUTE NODES (PARTITIONS)
59 GresTypes=gpu
60 DefMemPerNode=64000
61 NodeName=linux1 Gres=gpu:8 CPUs=80
26%
11.02.2016
-backup /etc /mnt/backup
# rdiff-backup --list-increments /mnt/backup/
Found 2 increments:
increments.2015-03-15T09:15: 19+01:00.dir Sun Mar 15 09:15:19 2015
increments.2015-03-19T20:15: 46+01:00.dir Thu
26%
16.10.2012
:Ethernet HWaddr 08:00:27:b0:21:7e
inet addr:192.168.1.85 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::a00:27ff:feb0:217e/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU
26%
30.11.2025
1
4,423.19
8,100.00
8,012.09
Proxy server subscription
2
4,500.00
3,850.00
4,006.04
Management/Provisioning subscription
2
26%
10.06.2015
mash "Power Pollen" | 2017 | 399.6 |
| Grasshopper trotters, trad. Bav. | 1001 | 646.8 |
| Silage sorbet | 113 | 411.3 |
| Young
26%
10.12.2013
ways of getting data from a thing to the web, I’m going to focus on what you do once all that data is in the air heading toward you.
Once connected, you can think of a device as any other provider
25%
30.01.2020
available to users these days and where to find them. I recommend a visit, whatever your level of experience.
The next step is cloning the repository with the git command [8] (Listing 1). As you can see
25%
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
25%
02.06.2020
_function
02
03 import pymp
04
05 ex_array = pymp.shared.array((100,), dtype='uint8')
06 with pymp.Parallel(4) as p:
07 for index in p.range(0, 100):
08 ex_array[index] = 1
09 # The parallel print
25%
27.09.2021
the certificate request:
acme.sh --register-account
acme.sh --issue --standalone -d www.example.com
The socat tool starts a simple web server on port 80, through which the ACME server can communicate