-
FAR (Fix (NieR) Automata Resolution) -- Required by HD Texture Pack.
NOTE: These proceedures are only for OpenShift SNO-Deployments. I will create a loop command later for multi-node environments.
❯ oc get pods -n openshift-etcd | grep etcd
etcd-itamae 4/4 Running 20 8d
ETCD_SNO_ENDPOINT=$(oc get pods -n openshift-etcd | grep etcd | awk '{print $1}')
echo $ETCD_SNO_ENDPOINT
Last updated September 21, 2022
This Gist explains how to do this using gpg in a step-by-step fashion. Previously, krypt.co was heavily mentioned, but I've only recently learned they were acquired by Akamai and no longer update their previous free products. Those mentions have been removed.
For using a GUI-based GIT tool such as Tower or Github Desktop, follow the steps here for signing your commits with GPG.
There has been a number of comments on this gist regarding some issues around the pinentry-program and M1 Macs. I've finally gotten a chance to try things out on an M1 and I've updated the documentation in 2-using-gpg.md
to reflect my findings.
#!/usr/bin/env bash | |
# Loads and mounts an ISO over SMB via the | |
# SuperMicro IPMI web interface | |
# | |
# usage: supermicro-mount-iso.sh <ipmi-host> <smb-host> <path> | |
# e.g.: supermicro-mount-iso.sh 10.0.0.1 10.0.0.2 '\foo\bar\windows.iso' | |
set -x |
--- | |
# Using unsupported SR-IOV NICs w/OpenShift | |
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
name: unsupported-nic-ids | |
namespace: openshift-sriov-network-operator | |
data: | |
X520: 8086 154d 10ed | |
X540: 8086 154d 10ee |
#Set hostname | |
hostnamectl set-hostname lb01-server.example.com | |
#Remove all network configuration | |
nmcli con del eno{1,2,3,4} | |
#Configure bonding | |
nmcli con add type bond con-name bond0 ifname bond0 mode active-backup | |
nmcli con add type bond-slave con-name eno1 ifname eno1 master bond0 | |
nmcli con add type bond-slave con-name eno2 ifname eno2 master bond0 |
How do I dropdown?
This is how you dropdown.
<details> <summary>How do I dropdown?</summary> <br> This is how you dropdown.