13%
09.08.2015
on your systems.
Migrating Individual Server Roles
Microsoft provides a few manuals for migrating server roles [3] that are designed to make it easier for admins to port server roles to newer operating
13%
02.08.2021
of terminal user interface (TUI) libraries, including Ncurses [3] and Newt [4]. Jeff Layton has previously graced these pages with a tutorial on how TUI tools are developed today [5], and yours truly followed
13%
14.05.2013
the net start command to get a list of services running (Figure 3):
>net start
Figure 3: Output from the net start command.
Several services
13%
17.02.2015
168
(gdb) p j
$3 = 144
(gdb) c
Breakpoint 2, Calc_vacf () at MD.o.c:671
671 vacf[j-i]=0;
(gdb) p &j
$6 = (int *) 0xffffc168
(gdb) p j
$7 = 144
On the other hand, when dealing with the ELF
13%
08.04.2014
, -2
leaves one core unused, -3
leaves two unused, and so on. Alternatively n_jobs
takes a positive integer as a counter that directly defines the number of processes to use.
The value of n_jobs
can
13%
01.08.2019
://pkg.osquery.io/rpm/GPG | sudo tee /etc/pki/rpm-gpg/RPM-GPG-KEY-osquery
Now add and enable the repository with:
$ sudo yum-config-manager --add-repo https://pkg.osquery.io/rpm/osquery-s3-rpm.repo
$ sudo yum
13%
18.02.2018
).
Listing 3
package.json
01 {
02 "name": "linux-magazin-secrets",
03 "version": "1.0.0",
04 main() "index.js",
05 "license": "ISC",
06 "dependencies": {
07 "express": "^4.14.0"
08
13%
14.03.2018
, six MariaDB servers [2] are used in Galera Cluster [3], and hosting is handled by nine Apache servers (four each for sync and web and one for management). Switch uses Redis [4] as its key-value store
13%
14.08.2020
of the failed drives.”
Temperature effects are interesting, in that high temperatures start affecting older drives (3–4 years old or older), but lower temperatures can also increase the failure rate of drives
13%
09.12.2019
hints, is written in C as a Python extension and comes in the standard Python 3, which keeps the overhead low, so the profiler doesn’t affect the amount of time much.
cProfile outputs a few stats about