20%
02.08.2021
).
Listing 4
smartctl on SAS Drive
$ sudo smartctl -a /dev/sdc
smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.4.0-66-generic] (local build)
Copyright (C) 2002-19, Bruce Allen, Christian Franke, www
20%
13.07.2022
.
Figure 5: Terminal after creating a new tmux window.
To cycle through windows, press Ctrl+B-n (next), Ctrl+B-p (previous), or Ctrl+B-x
(where x
=0-9) to go to a specific window. If you type Ctrl
20%
10.06.2015
key
RSA
EIGamal
DSA
Cipher
IDEA
3DES
CAST5
Blowfish
AES-128/-192/-256
Twofish
Camellia-128/-192/-256
Hash
MD5
20%
04.04.2023
timedatectl
$ ssh n0001
[laytonjb@n0001 ~]$ timedatectl
Local time: Sat 2022-12-17 11:31:26 EST
Universal time: Sat 2022-12-17 16:31:26 UTC
RTC time: Sat 2022-12
20%
07.04.2022
shown in Listing 2 will be listed in the source directory's root.
Listing 2
RPMs After the Server Build
$ ls *.rpm
kmod-lustre-client-2.14.56_111_gf8747a8-1.el8.x86_64.rpm
kmod
20%
21.01.2021
This first article of a series looks at the forces that have driven desktop supercomputing, beginning with the history of PC and supercomputing processors through the 1990s into the early 2000s.
... processors running at 167MHz. It had options for 128, 256, or 512MB of SRAM main memory and was the first supercomputer to sustain greater than 1GFLOPS (10^9 floating point operations per second ...
This first article of a series looks at the forces that have driven desktop supercomputing, beginning with the history of PC and supercomputing processors through the 1990s into the early 2000s.
20%
20.05.2014
Viewing Server Topology
01 # numactl --hardware
available: 8 nodes (0-7)
node 0 cpus: 0 1 2 3 4 5 6 7 8 9
node 0 size: 16373 MB
node 0 free: 15837 MB
node 1 cpus: 10 11 12 13 14 15 16 17 18 19
node 1
20%
20.06.2012
:root
bin:x:1:root,bin,daemon
daemon:x:2:root,bin,daemon
sys:x:3:root,bin,adm
adm:x:4:root,adm,daemon
tty:x:5:
disk:x:6:root
lp:x:7:daemon,lp
mem:x:8:
kmem:x:9:
wheel:x:10:root
mail:x:12:mail
uucp:x:14
20%
26.02.2014
reqs merged: 0.00/s Write reqs completed: 0.00/s
Read BW: 0.00 MB/s Write BW: 0.00 MB/s
Avg sector size issued 9.39 Avg
20%
04.12.2013
3 type rec
4 integer :: x, y, z
5 real :: value
6 end type rec
7
8 integer :: counter
9 integer :: counter_limit
10 integer :: ierr
11
12 type (rec) :: my