25%
05.12.2016
tput cup 5 17
# Set reverse mode
tput rev
echo "M-A-I-N M-E-N_U"
tput sgr0
# Write first line of menu
tput cup 7 15
echo "1. User"
# Write second line of menu
tput cup 8 15
echo "2. Service"
# Get
25%
18.03.2020
and Python 3.7. HPCCM version 20.2.0 was installed (the latest as of the writing of this article).
HPCCM was discussed in a previous HPC article. The tool, written in Python, is very easy to use and allows
25%
28.11.2021
: 100 2862 2852
Listing 2
7z b Apple M1 Output
7-Zip (z) 21.03 beta (arm64) : Copyright (c) 1999-2021 Igor Pavlov : 2021-07-20
64-bit arm_v:8 locale=en_US.UTF-8 Threads:8, ASM
25%
09.10.2023
the pattern,
nvme[controller]n[device]
where [
controller
]
is the number of the controller (e.g., 0
, 1
, 2
) and [
device
]
is the device number (e.g., 0
, 1
, 2
) on the controller.
You can use
25%
29.09.2020
, use the -P show option (Listing 2).
Listing 2
Device Details
# smartctl -P show /dev/sda
smartctl 7.2 2020-07-11 r5076 [x86_64-linux-5.4.0-42-generic] (CircleCI)
Copyright (C) 2002-20
25%
04.12.2013
common in HPC to illustrate these differences: C, Fortran 90, and Python (2.x series). I run the examples on a single 64-bit system with CentOS 6.2 using the default GCC compilers, GCC and GFortran (4
25%
01.06.2024
on a vulnerable pod and then it will enumerate all the secrets from the cluster (Figure 2):
kubeletctl exec "whoami" -c container_name -p pod_name -n namespace --server 3.71.72.105 -i
kubeletctl scan token
25%
15.12.2016
are over i
= 2,n
− 1 and j
= 2,n
−1. Here is how you can write the iteration over the domain using array notation:
a(2:n-1,2:n-1) = 0.25 * &
(a(1:n-2,2:n) + a(3:n,2:n) + a(2:n,1:n-2) + a(2:n,3:n ... Modern Fortran – Part 2
25%
02.07.2014
host,host,... set target node list on command line
-x host,host,... set node exclusion list on command line
-R name set rcmd module to name
-M name,... select one or more misc modules to initialize first
-N
25%
04.10.2018
for the configuration commands), VLAN20 needs to be created on SW1 and SW2 for red hosts to communicate, whereas VLAN 30 must be on SW2 and SW3 for the blue hosts to communicate. If you want the green hosts