Common standard file format for executable files, object code, shared libraries, and core dumps:
- CPU and OS independent
- Chosen as a standard for x86, x86-64 UNIX systems
Table of Contents:
Common standard file format for executable files, object code, shared libraries, and core dumps:
Table of Contents:
Source https://cloudnative-pg.io/
helm repo add cnpg https://cloudnative-pg.github.io/charts
helm upgrade --install postgres-operator -n postgres-operator cnpg/cloudnative-pg
Verify install
Falco is an open-source runtime security tool specifically designed for Kubernetes environments.
This guide will show you how to setup a PXE boot server to provision a cluster of machines. For the sake of this guide, we will be using system agnostic docker containers to simulate the DHCP and the PXE boot server.
Featured technologies:
SSH Tunneling example with Docker
docker compose up -d
docker exec -it 6af7afd6e6b1 /bin/bash
ssh -L 80:localhost:80 root@ubuntu2
Define environment variables, which are then used within the container during runtime.
The innerscript.sh
script echoes the values of these variables.
When running the container, environment variables can be overridden using the --env
flag.
Dockerfile
:FROM ubuntu:latest
(Get-Item "<file_path>").CreationTime=("3 August 2019 17:00:00")
(Get-Item "<file_path>").LastWriteTime=("3 August 2019 17:00:00")
(Get-Item "<file_path>").LastAccessTime=("3 August 2019 17:00:00")
exercise: now do it for every file in a directory and subdirectories. Tip. use recursion.