19%
25.09.2023
by CISA, NSA, and NIST.
The Quantum-Readiness: Migration to Post-Quantum Cryptography (PQC) (https://www.cisa.gov/sites/default/files/2023-08/Quantum%20Readiness_Final_CLEAR_508c%20%283%29.pdf) fact sheet
19%
18.07.2013
=> installed
04 }
05 file { "/etc/update-motd.d/10-mymotd":
06 ensure => "present",
07 source => "puppet:///modules/mypuppets/misc/10-mymotd",
08 owner => 'root',
09 group => 'root',
10
19%
13.04.2023
su anaconda
$ cd
Now you can create the list of packages (modules) in the base environment to use in your shared_env
environment:
$ /opt/apps/anaconda3/bin/conda list -e > req.txt
This command creates a list
19%
05.02.2019
in the future. To remain as free as possible from damage, the European Union's GDPR requires the preparation of a Data Protection Impact Assessment (DPIA). According to Article 35 of the GDPR [3], a DPIA
19%
09.04.2019
Networks Breached
Citrix, a software giant that offers a wide range of products and services, admitted that its networks were breached (https://www.citrix.com/blogs/2019/03/08/citrix
19%
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
19%
12.09.2013
: 1.0
05 Release: 1%{?dist}
06 License: GPL v2 or later
07 Source0: local.te
08 Source1: local.fc
09 Source2: local.if
10 Group: Development/Tools
11 Summary
19%
28.11.2021
.14, although you can still resort to Docker Machine [3] in this case, which creates a virtual Linux system on the local host that you can then use to access the Docker engine. The example in Figure 1 uses
19%
13.12.2018
. Search for the following lines in the inventory file:
pg_username=awx
pg_password=awxpass
pg_database=awx
pg_port=5432
After pg_username= and pg_password=, replace the access information for the Postgre
19%
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