18%
13.12.2018
.
Listing 2
sinfo
$ sinfo -s
PARTITION AVAIL TIMELIMIT NODES(A/I/O/T) NODELIST
p100 up infinite 4/9/3/16 node[212-213,215-218,220-229]
sbatch
To submit a batch serial
18%
04.10.2018
://gitlab.com/gitlab-org/omnibus-gitlab/tree/f04b5c4443b3a98011577cdd7c9de766a287531e/docker/openshift
OpenShift.gitlab-ci.yaml file template: https://gitlab.com/gitlab-org/gitlab-ce/blob/master
18%
02.08.2021
public key has been saved in eks-ssh.pub.
09 The key fingerprint is:
10 SHA256:Pidrw9+MRSPqU7vvIB7Ed6Al1U1Hts1u7xjVEfiM1uI
11 The key's randomart image is:
12 +---[RSA 4096]----+
13 | .. ooo+|
14
18%
04.08.2020
REPOSITORY TAG IMAGE ID CREATED SIZE
dslim/docker-slim latest 2622a843b5f5 3 weeks ago 21.3MB
nginx latest 231d40e811cd 4 weeks ago 126MB
18%
11.06.2014
# replace: olcRootDN
07 dn: olcDatabase={2}bdb,cn=config
08 changetype: modify
09 replace: olcRootPW
10 olcRootPW: {SSHA}f0pv70XFFox5UqKc6A4Uy39NcxkqcJbc
11 -
12 replace: olcAccess
13 olcAccess: {0}to attrs
18%
02.07.2014
user execute remote commands as user
-t seconds set connect timeout (default is 10 sec)
-u seconds set command timeout (no default)
-f n use fanout of n nodes
-w
18%
07.10.2014
_string;
08
09 static int prochello_show( struct seq_file *m, void *v )
10 {
11 int error = 0;
12
13 error = seq_printf( m, "%s\n", output_string);
14 return error;
15 }
16
17 static int prochello
18%
11.10.2016
] and continues to this day. Richard Stallman [9] started work on GNU Emacs [10] in 1984. Emacs has had a number of versions over the years and has been forked several times.
One of the features that attracts
18%
04.11.2011
with most hardware-based solutions. At the same time, the pool of available storage can be managed dynamically using LVM2 [9]. With these two tools, you have a very inexpensive approach to implementing
18%
30.01.2020
of code.
Listing 1
Time to Execute
import time
start_time = time.time()
# Code to check follows
a, b = 1,2
c = a + b
# Code to check ends
end_time = time.time()
time_taken = (end_time- start