This documents the changes made while installing OpenSUSE LEAP 15.3 on the Framework Laptop (1st edition).
During the guided install, there are some minor changes that will make things smoother later.
cite about-plugin | |
about-plugin 'Bash My AWS' | |
export BASH_MY_AWS="$HOME/.bash-my-aws" | |
__bma_load () | |
{ | |
force=$1 | |
if [[ -d "$BASH_MY_AWS" ]] ; then | |
if [[ -z $force ]] || [[ ":$PATH:" != *":$BASH_MY_AWS/bin:"* ]] ; then |
--- | |
- hosts: "notforyou" | |
any_errors_fatal: true | |
pre_tasks: | |
- name: "Disable selinux" | |
become: true | |
selinux: |
_rl_enabled () | |
{ | |
[[ "$( bind -v )" == *$1+([[:space:]])on* ]] | |
} |
#!/usr/bin/python3 | |
# Import PyGObject | |
# PyGObject is a Python package which provides bindings for GObject based libraries such as GTK, GStreamer, WebKitGTK, GLib, GIO and many more. | |
from gi import require_version | |
# for arguments | |
from sys import argv | |
from os import geteuid |
Section "InputClass" | |
Identifier "Framework Clickpad" | |
MatchProduct "Touchpad" | |
MatchDriver "synaptics" | |
# Enable clicking | |
Option "ClickPad" "true" | |
Option "EmulateMidButtonTime" "0 | |
Option "ClickMethod" "clickfinger" | |
Option "ClickFinger1" "1" |
#!/bin/sh | |
# Example usage: | |
# cat hosts/*/.bash_history | sort-timestamp-history > merged_history | |
exec \ | |
sed \ | |
-e '/^$/d' \ | |
-e '/^#/N' \ | |
-e '/^#/!s/^/#0\n/' \ |
FROM opensuse/tumbleweed:latest | |
RUN set -ex && \ | |
rpm --import https://dl.google.com/linux/linux_signing_key.pub && \ | |
zypper addrepo http://dl.google.com/linux/chrome/rpm/stable/x86_64 google-chrome && \ | |
rpm --import https://packages.microsoft.com/keys/microsoft.asc && \ | |
zypper addrepo https://packages.microsoft.com/yumrepos/vscode vscode && \ | |
zypper refresh && \ | |
zypper install --no-confirm \ | |
binutils \ |
#!/usr/bin/env bash | |
if [ $# -ne 1 ]; then | |
cat >&2 <<-USAGE | |
Usage: $0 <namespace>/<secret> | |
Example: $0 cert-manager/sh.helm.release.v1.cert-manager.v1 | |
USAGE | |
exit 1 | |
fi |
This document proposes new standards for the L.G.T.M. observability stack helm charts.
prometheus-community
has a lot of charts, but all the multi-charts center around the operator.
I propose getting them involved in this effort and decompose the existing charts.