17%
21.10.2011
.6.21, and a 64-bit kernel will need at least version 2.6.23.
To check your system, you can enter the command:
uname ‑r
You’ll be on the safe side as of openSUSE 11.0 and Ubuntu 8.04. Additionally, your kernel
17%
10.06.2015
return 0
25 fi
26 done <<<"$display_list"
27 die "Could not determine resolution for '$find_display'. Display Data:
28 $display_list"
29 }
30
31 function get_highest_display {
32 local
17%
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
17%
14.05.2013
a new user and log in to get a terminal:
net user cr0wn password /ADD
In this example, I have added the user cr0wn
to the windows account with the password password
. Something to consider when doing
17%
22.05.2023
the CPU with floating-point arithmetic while exercising its caches and the system's memory:
stress-ng --matrix 0 -t 1m --tz --times
The zero count syntax requests one stressor to run on each CPU
17%
28.11.2022
of alternative sources.
Listing 1
sensors Output
federico@ferenginar:~$ sensors
k10temp-pci-00c3
Adapter: PCI adapter
temp1: +42.5¡C (high = +70.0¡C)
(crit = +100.0¡C
17%
11.04.2016
; in Listing 3, the bridge device is then configured with its IP address and other parameters.
Listing 2
Network Configuration (1)
[Match]
Name=enp2s25
[Network]
Bridge=docker0
Listing 3
17%
11.06.2014
at the command line:
$ sudo slappasswd -s secret
{SSHA}f0pv70XFFox5UqKc6A4Uy39NcxkqcJbc
The complete line returned will be needed later for the configuration file, so copy it to a temporary editor window
17%
13.06.2016
]
Name=docker0
[Network]
DNS=192.168.100.1
Address=192.168.100.42/24
Gateway=192.168.100.1
Listing 3
Network Configuration (2)
[Match]
Name=enp2s25
[Network]
Bridge=docker0
17%
18.12.2013
_limit; counter++)
26 {
27 my_record.x = counter;
28 my_record.y = counter + 1;
29 my_record.z = counter + 2;
30 my_record.value = (float) counter * 10.0;
31 fwrite(&my_record, sizeof(struct rec), 1, ptr