29%
14.11.2013
kernel ordinal number (%n).
Listing 3
70-persistent-net.rules
Rules for KVM:
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="52:54:00:*", KERNEL=="eth*", NAME="eth%n"
Rules
29%
13.10.2020
. Amdahl’s Law says the speedup is 1.00 (i.e., the starting point).
Notice that as the number of processors increases, the wall clock time of the parallel portion decreases. The speedup a
increases from 1.00
29%
01.02.2013
minutes of the system’s load. A plethora of tools display this metric, which is typically sourced through the getloadavg(3)
[2] system call, but the Linux kernel provides a canonical filesystem source
29%
05.02.2019
11tool --list-tokens
[...]
Token 3: URL:pkcs11:model=PKCS%2315;manufacturer=EXAMPLE%20COM;serial=10104303570;token=Signature%20PIN%11%2233%20PKI%11Card%00
[...]
Such a token can now be "passed on
29%
14.08.2020
is: In smartctl database [for details use: -P show]
ATA Version is: ACS-2, ATA8-ACS T13/1699-D revision 4c
SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Sun Aug 2 10:41:21 2020 EDT
SMART
28%
11.04.2016
-fastcgi are running, as expected.
Listing 1
Process List
root 589 0.0 0.3 142492 3092 ? Ss 20:35 0:00 nginx: master process
/usr/sbin/nginx -g daemon on; master_process on;
www
28%
30.11.2020
):
11
12 s = 0.0
13 s += h * f(a)
14 for i in range(1, n):
15 s += 2.0 * h * f(a + i*h)
16 # end for
17 s += h * f(b)
18 return (s/2.)
19 # end def
20
21
22 # Main section
23 comm = MPI
28%
17.01.2023
lines I changed the name of the compute node to match my node (n0001
).
Listing 3: Edit the Template File
$ sudo perl -pi -e "s/ControlMachine=\S+/ControlMachine=`hostname -s
28%
20.05.2014
, you can define the following anti-spoofing rules:
# Anti-spoofing
ip6tables -A INPUT ! -i lo -s ::1/128 -j DROP
ip6tables -A INPUT -i $WAN_IF -s FC00::/7 -j DROP
ip6tables -A FORWARD -s ::1/128 -j DROP
28%
14.05.2013
don’t want to lose it. A few of the commands that will break your shell are telnet
, ssh
, wmic
, and runas
. Having sysinternals installed on Windows would be a great help, but if it’s not, you can add