15%
03.02.2022
with a KDE or Gnome desktop, you need to ensure around 200MB of storage space in each case. Much more important is the availability of RPM support, SSH, and a correct Network Time Protocol (NTP) configuration
15%
30.11.2025
assumes that you're familiar with the basic premise of Splunk and have heard of or used OSSEC (a host-based intrusion detection system) [2] and Snare (auditing and event-log manager) [3].
Some choices need ... 0
15%
13.06.2019
(i,j) = B(i,j) + C(i,j)
enddo
enddo
#pragma omp for collapse(2)
for ( i = 0; i < N; i++ ) {
for ( j = 0; j < N; j++ ) {
A[i][j] = B[i][j] + C[i][j]
}
}
The collapse
clause has some restrictions. One
15%
31.10.2025
_syslog => "local0";
You need to add one of the two lines to the Rexfile before the first task. A word of caution: In both cases, only the messages generated by Rex itself end up in the logfiles. The returned uptime
15%
08.08.2014
. For example, the current two streams of Python are the 2.x and the 3.x series. Python 3.0 chose to drop certain features from Python 2.x and add new features. Some toolkits still work with Python 2.x and some
15%
10.06.2015
of Linux kernel developer Christoph Hellwig.
One of the 20 most prolific contributors to the Linux kernel, Hellwig has penned 279,653 lines of codes in kernel version 3.19. Hellwig also has expertise
15%
18.07.2013
SHA256
SHA384
SHA384
Table 2
Aliases for SSLCipherSuite
Abbreviation
Meaning
SSLv3
All algorithms supported by SSL 3.0
TLSv1
15%
27.05.2025
for its effect on the optimization potential and classifies it accordingly. If one of the calls would prevent an optimization, the loop is broken and the optimization point receives a category 0 or 3
15%
30.11.2025
XPS13 laptop: 13.3-inch screen with edge-to-edge glass (1366x768 resolution), i7 2GHz Intel Core2 Duo processor, 4GB of RAM, and 256GB SSD, all in a 0.88x12.56x9.3-inch device weighing 2.99 pounds
15%
20.08.2012
examplehost.tld 22
If firewalling is in place and you need to originate your connection from a specific IP address to open a port, entering
# nc -s 1.2.3.4 examplehost.tld 8181
will connect to examplhost