82%
11.10.2016
:
Listing 1
ELK Stack and Elasticsearch
# Set up ELK stack
$ sudo add-apt-repository -y ppa:webupd8team/java
$ sudo apt-get update
$ echo debconf shared/accepted-oracle-license-v1-1 select true
82%
12.09.2013
Docker is a new open source tool [1] designed to change how you think about cloud deployments. It provides functionality to create and manage virtual machine images that can be shared, modified
82%
13.12.2018
Linux distribution (CentOS), my configured repos are as shown in Listing 1.
Listing 1
Configured Repos
01 $ sudo yum repolist | grep microsoft
02 packages-microsoft-com-mssql-server-2017
82%
17.02.2015
need to make a few more purchases. The following list indicates what you will need to complete this project:
Raspberry Pi Model B+.
5V, 1A USB power supply.
4GB MicroSD card (minimum); I
82%
11.04.2016
/en-us/sysinternals/bb896649/
TechNet information on certificates in ADFS: https://technet.microsoft.com/en-us/library/dn554247.aspx#BKMK_1/
Cmdlets for commissioning an ADFS farm: https://technet.microsoft.com
82%
25.03.2020
Network Service (Part 1)
01 kind: NetworkService
02 apiVersion: V1
03 metadata:
04 name: secure-intranet-connectivity
05 spec:
06 payload: IP
07 [...]
In the example, the network service
82%
01.06.2024
in privileged mode (privileged: true):
apiVersion: v1
kind: Pod
metadata:
name: nginx
spec:
containers:
- name: nginx
image: nginx
securityContext:
privileged: true
You need to save the file
82%
20.06.2022
" by Matthias Wübbeling, 2021, issue 61, pg. 64, https://www.admin-magazine.com/Archive/2021/61/Single-sign-on-with-Keycloak/
Keycloak documentation: https://www.keycloak.org/guides
OAuth2 Proxy project
82%
17.04.2017
/en-us/cloud-platform/operations-management-suite
Video overview of Microsoft OMS: https://www.youtube.com/watch?v=X-NKtpXxX-s
Pricing: https://www.microsoft.com/en-us/cloud-platform/operations-management-suite-pricing
82%
27.09.2021
/research/projects/darshan/docs/darshan-runtime.html#_environment_preparation
Darshan mailing list: https://lists.mcs.anl.gov/mailman/listinfo/darshan-users
"Understanding I/O Patterns with strace, Part II" by Jeff Layton, https://www.admin-magazine.com