14%
09.10.2017
-
refreshed: 2017-05-05 16:20:19 +0000 UTC
channels:
stable: 15 (146) 31MB -
candidate: 15 (146) 31MB -
beta: 16 (186) 31MB -
edge: 17-dev (194) 31MB -
If you follow
14%
22.05.2023
resumed hosting the "failed over" DRBD volume:
$ df|grep drbd
/dev/drbd0 20465580 28 19400628 1% /srv
If you list files again,
$ ls -l /srv/
total 20
-rw-r--r-- 1 root root 12 Apr 8 16
14%
29.09.2020
-amd64.tar.gz.sha256sum
[...snip]
e6be589df85076108c33e12e60cfb85dcd82c5d756a6f6ebc8de0ee505c9fd4c helm-v3.1.2-linux-amd64.tar.gz
$ sha256sum helm-v3.1.2-linux-amd64.tar.gz
e6be589df85076108c33e12e60cfb85
14%
05.11.2018
# for your environment.
05 #
06 #
07 # slurm.conf file generated by configurator.html.
08 #
09 # See the slurm.conf man page for more information.
10 #
11 ClusterName=compute-cluster
12 Control
14%
13.12.2018
.conf file generated by configurator.html.
08 #
09 # See the slurm.conf man page for more information.
10 #
11 ClusterName=compute-cluster
12 ControlMachine=slurm-ctrl
13 #
14 SlurmUser=slurm
15 Slurmctld
14%
05.12.2019
main() {
int *p = a;
for(int i=0; i < 20; i++)
printf("%d, ", *p++);
printf("\b\b \n"); // erasing the trailing comma and adding a newline
return 0;
}
Running the third
14%
12.09.2013
$ sudo apt-key list
12 /etc/apt/trusted.gpg
13 --------------------
14 [...]
15 pub 4096R/0B8738CA 2013-04-17
16 uid Thomas-Krenn.AG Ubuntu Archive
17
14%
05.02.2019
of a command-line tool written in Go. CST carries out all the intended tests and returns a test report when done. The source code is licensed under the Apache 2.0 license and is available from GitHub [1
14%
14.08.2017
than five years old. The first public version 0.3.0 was released in October 2011; version 0.3.5 is the most recent. The source code is released under the GNU General Public License version 2 (GPLv2
14%
14.11.2013
use strict;
04 use Exporter;
05 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
06
07 $VERSION = 1.0;
08 @ISA = qw(Exporter);
09 @EXPORT = ();
10 @EXPORT_OK = qw