75%
16.05.2013
is typically given the defined name, such as eth<X>. Here's an example:
# grep eth0 /etc/udev/rules.d/70-persistent-net.rules
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="f0:de:f1:d5:c1 ... Ethernet devices in Linux have always been called eth0 and nothing else. All of a sudden, this universal truth has lost its validity, and Linux administrators need to understand why and how.
75%
18.10.2017
)
libpgmp.so => /opt/pgi/linux86-64/16.10/lib/libpgmp.so (0x00007f5bc5694000)
libnuma.so.1 => /lib64/libnuma.so.1 (0x00007f5bc5467000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f5bc524
75%
25.03.2020
NotPresent
restartPolicy: Always
Listing 7
BusyBox Running
$ kubectl get pods -ndefault
NAME READY STATUS RESTARTS AGE
busybox 1/1 Running 0 2m14s
Excellent
75%
16.05.2013
suitesparse x86_64 3.4.0-2.el6 epel 782 k
texinfo x86_64 4.13a-8.el6 sl 667 k
Transaction Summary
75%
04.11.2011
through NAT. Listing 1 has some critical settings for the /etc/sysconfig/iptables
file.
Listing 1: /etc/sysconfig/iptables
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:RH
75%
05.08.2024
= [size][size]int {{0},{0},}
08
09 for i := 0; i < size; i++ {
10 for j := 0; j < size; j++ {
11 array[i][j]++
12 }
13 }
14
15
75%
04.08.2020
33 enum { probes = 10, loops = 1, };
34 uint64_t iterations = strtoull(argv[1], 0, 0);
35 uint64_t upper = iterations*iterations;
36
37 double pi = M_PI;
38 double r = 0.0;
39
40 stats
75%
09.01.2013
SECTION ===
SMART overall-health self-assessment test result: PASSED
General SMART Values:
Offline data collection status: (0x00) Offline data collection activity
was never started.
Auto Offline Data
74%
20.05.2014
.168.1.129 -p 3260
specifying that the target Windows computer with the Subject
USB stick is at 192.168.1.129 and listening on port 3260. The system connects to targets
iqn.2008-02.com.f-response.cr0wn-d00
74%
04.11.2011
KernelWidth,\
023 uint convKernelHeight)\
024 {\
025 size_t x = get_global_id(0);\
026 size_t y = get_global_id(1);\
027 \
028 /* Kill unneeded threads */\
029 if(x >= outWidth || y >= out