- Create Proxmox Container based on Ubuntu with SSH Key, not a password
- No IPv4, SLAAC for IPv6
- Modify container via host shell to add tun device, this will get copied when cloning
/etc/pve/lxc/$ID.conf
lxc.cgroup2.devices.allow: c 10:200 rwm lxc.mount.entry: /dev/net/tun dev/net/tun none bind,create=file
- Start Container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import datetime | |
import PyKCS11 | |
from cryptography import x509 | |
from cryptography.hazmat.primitives.asymmetric import ec | |
from cryptography.hazmat.primitives import _serialization | |
from cryptography.x509.oid import NameOID, ExtendedKeyUsageOID | |
from cryptography.hazmat.primitives import hashes | |
from cryptography.hazmat.primitives import serialization | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CONTAINER_HOST=unix:///run/user/1000/podman/test-podman.sock |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ARG BUILDTIME_BASE=golang:1-alpine | |
ARG RUNTIME_BASE=centos:7 | |
ARG TARGETPLATFORM | |
ARG CNI_VERSION | |
FROM ${BUILDTIME_BASE} as builder | |
ENV BUILD_IN_DOCKER=false | |
ENV KUBE_ROUTER_VERSION=v2.1.0 | |
RUN apk add --no-cache make git tar curl |
When using the official Runelite Linux AppImage it is impossible to use the --configure
flag on the AppImage, at least in my case on Fedora 37.
When saving the configure dialog a stack trace happens with the following error
java.nio.file.FileSystemException: /tmp/.mount_RuneLic9UypO/settings.json: Read-only file system
To get around this you can run ./RuneLite.AppImage --appimage-extract
and this will extract the AppImage into the local directory.
Then to run Runelite simple use the following ./squashfs-root/RuneLite
.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: baremetal.com.rmb938/v1alpha1 | |
kind: BareMetalHardware | |
metadata: | |
name: baremetalhardware-sample | |
namespace: default | |
spec: | |
canProvision: true | |
imageDrive: nvme0n1 | |
nics: | |
- name: eth0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GRUB_TIMEOUT=5 | |
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" | |
GRUB_DEFAULT=saved | |
GRUB_DISABLE_SUBMENU=true | |
GRUB_TERMINAL_OUTPUT="console" | |
GRUB_DISABLE_OS_PROBER=true | |
GRUB_CMDLINE_LINUX="resume=/dev/mapper/fedora_magic--muffin-swap rd.lvm.lv=fedora_magic-muffin/root rd.lvm.lv=fedora_magic-muffin/swap rhgb quiet pcie_aspm=off iommu=pt amd_iommu=on isolcpus=1-8 nohz_full=1-8 rd.driver.pre=vfio-pci" | |
GRUB_DISABLE_RECOVERY="true" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: rbac.authorization.k8s.io/v1 | |
kind: ClusterRole | |
metadata: | |
name: prometheus-operator | |
rules: | |
- apiGroups: | |
- apiextensions.k8s.io | |
resources: | |
- customresourcedefinitions | |
verbs: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: rbac.authorization.k8s.io/v1 | |
kind: ClusterRole | |
metadata: | |
name: prometheus | |
rules: | |
- apiGroups: | |
- "" | |
resources: | |
- nodes | |
- services |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#333333,#222222,#E51b24,#FFFFFF,#222222,#FFFFFF,#E51B24,#800d07 |
NewerOlder