Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Chorke Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:59, 23 January 2026 Shahed talk contribs created page Helm/External Secrets Operator (Created page with "==References== {|class='wikitable mw-collapsible' !scope='col' style='text-align:left' colspan='3'| References |- |valign='top' style='width:33%'| * [https://artifacthub.io/packages/helm/external-secrets-operator/external-secrets Helm » External Secrets Operator] * Helm » Vault Secrets Operator * Helm » Prometheus Stack * Helm » Cert Manager * Helm » Harbor * Helm/Pi-Ho...")
- 01:42, 22 January 2026 Shahed talk contribs created page Helm/Vault Secrets Operator (Created page with "{|class='wikitable' |valign='top' style='width:50%'| <syntaxhighlight lang='bash'> helm repo add hashicorp https://helm.releases.hashicorp.com helm repo update && helm repo list kubectl config get-contexts </syntaxhighlight> |valign='top' style='width:50%'| |} ==Helm » Context== {|class='wikitable mw-collapsible' !scope='col' style='text-align:left' colspan='2'| Helm » Context |- |valign='top' style='width:50%'| <syntaxhighlight lang='bash'> export KUBECONFIG="${HOME}...")
- 07:33, 20 January 2026 Shahed talk contribs created page Vault (Created page with "{|class='wikitable' |valign='top' style='width:50%'| <syntaxhighlight lang='bash'> curl -fsSL https://apt.releases.hashicorp.com/gpg\ | sudo tee /etc/apt/keyrings/hashicorp.asc >/dev/null DISTRIBUTION=$(. /etc/os-release && echo "${VERSION_CODENAME}") cat << SRC | sudo tee /etc/apt/sources.list.d/hashicorp.list >/dev/null deb [arch=$(dpkg --print-architecture)\ signed-by=/etc/apt/keyrings/hashicorp.asc]\ https://apt.releases.hashicorp.com ${DISTRIBUTION} main SRC </s...")
- 06:28, 19 January 2026 Shahed talk contribs created page Helm/Vault (Created page with "{|class='wikitable' |valign='top' style='width:50%'| <syntaxhighlight lang='bash'> helm repo add hashicorp https://helm.releases.hashicorp.com helm repo update && helm repo list kubectl config get-contexts </syntaxhighlight> |valign='top' style='width:50%'| |} ==Helm » Context== {|class='wikitable mw-collapsible' !scope='col' style='text-align:left' colspan='2'| Helm » Context |- |valign='top' style='width:50%'| <syntaxhighlight lang='bash'> export KUBECONFIG="${HOME}...")
- 06:56, 16 January 2026 Shahed talk contribs created page PostgreSQL/Large Object (Created page with "==Large Object== {|class='wikitable mw-collapsible' style='width:100%;margin:3px 0' !scope='col' style='text-align:left' colspan='2'| Large Object |- |valign='top' style='width:50%'| <syntaxhighlight style='margin:3px 0' lang='sql'> \dfS lo_* </syntaxhighlight> |valign='top' style='width:50%'| |- |valign='top'| <syntaxhighlight style='margin:3px 0' lang='sql'> -- lo_open(lobjId oid, mode integer) returns integer -- The mode parameter to lo_open uses two constants: --...")
- 05:16, 16 January 2026 Shahed talk contribs created page PostgreSQL/DBLink (Created page with "{|class='wikitable' style='width:100%;margin:3px 0' |valign='top' style='width:50%'| <syntaxhighlight style='margin:3px 0' lang='bash'> ENABLE_DB_LINK=$(cat <<-DDL CREATE EXTENSION IF NOT EXISTS dblink; CREATE EXTENSION IF NOT EXISTS dblink SCHEMA extensions; SELECT * FROM pg_available_extensions WHERE name = 'dblink'; DDL ) echo "${ENABLE_DB_LINK}" | psql -p 5432 -U ${USER} echo "${ENABLE_DB_LINK}" | psql -p 5432 -U ${USER} academia_data_staging </syntaxhighlight> |val...")
- 04:50, 16 January 2026 Shahed talk contribs created page PostgreSQL/XML (Created page with "==Query== {|class='wikitable mw-collapsible' style='width:100%;margin:3px 0' !scope='col' style='text-align:left' colspan='2'| XML Query |- |valign='top' style='width:50%'| <syntaxhighlight style='margin:3px 0' lang='sql'> SELECT xml_is_well_formed('<>') AS "<>", -- false xml_is_well_formed('<name >') AS "<name >", -- false xml_is_well_formed('<name />') AS "<name />", -- true xml_is_well_formed('academ...")
- 04:47, 16 January 2026 Shahed talk contribs created page PostgreSQL/JSON (Created page with "==Query== {|class='wikitable mw-collapsible' style='width:100%;margin:3px 0' !scope='col' style='text-align:left' colspan='3'| JSON Query |- |valign='top' style='width:33%'| <syntaxhighlight style='margin:3px 0' lang='json'> { "type": "Reseller", "commission": { "type": "Percentage", "value": "25" } } </syntaxhighlight> |valign='top' style='width:34%'| |valign='top' style='width:33%'| |- |valign='top' colspan='3'| <syntaxhighlight style='ma...")
- 14:44, 8 January 2026 Shahed talk contribs created page Raspberry Pi/5 16GB/Debian/13 (Created page with "{|class='wikitable' style='width:100%;margin:-11px 0 6px 0' |valign='top' style='width:50%'| <syntaxhighlight style='margin:3px 0' lang='bash'> lsblk :' sdb 8:16 1 29.8G 0 disk ├─sdb1 8:17 1 512M 0 part /media/shahed/bootfs └─sdb2 8:18 1 29.3G 0 part /media/shahed/rootfs ' </syntaxhighlight> |valign='top' style='width:50%'| <syntaxhighlight style='margin:3px 0' lang='bash'> ls -alh /media/${USER}/bootfs/{ssh,{config,cmdline}....")
- 07:28, 6 January 2026 Shahed talk contribs created page Cloud/Shahed/AJ (Created page with "==References== {|class='wikitable mw-collapsible' style='width:100%;margin:3px 0' !scope='col' style='text-align:left' colspan='4'| References |- |valign='top' style='width:25%'| * Cloud » Hetzner » AA * Cloud » Hetzner » AB * Cloud » Linode » AA * Cloud » Shahed » AA * Cloud » Shahed » AB * Cloud » Shahed » AC * Cloud/Shahed/AD|Cloud »...")
- 00:55, 30 December 2025 Shahed talk contribs created page Raspberry Pi/Zero 2W/Ubuntu/24.04 (Created page with "{|class='wikitable' style='width:100%;margin:-11px 0 6px 0' |valign='top' style='width:50%'| <syntaxhighlight style='margin:3px 0' lang='bash'> lsblk :' sdb 8:16 1 29.8G 0 disk ├─sdb1 8:17 1 512M 0 part /media/shahed/system-boot └─sdb2 8:18 1 29.3G 0 part /media/shahed/writable ' </syntaxhighlight> |valign='top' style='width:50%'| <syntaxhighlight style='margin:3px 0' lang='bash'> ls -alh /media/${USER}/system-boot/{ssh,{con...")
- 06:08, 29 December 2025 Shahed talk contribs created page Imager (Created page with "==References== {|class='wikitable mw-collapsible' style='width:100%;margin:3px 0' !scope='col' style='text-align:left' colspan='3'| References |- |valign='top' style='width:33%'| * [https://github.com/balena-io/etcher/releases Imager » Balena » Etcher » Releases] * [https://etcher.balena.io/ Imager » Balena » Etcher] |valign='top' style='width:34%'| * [https://github.com/ventoy/Ventoy/releases Imager » Ventoy » releases] * [https://www.ventoy.net/en/ Imager » Ve...")
- 04:16, 29 December 2025 Shahed talk contribs created page OpenWrt/Cudy/TR3000 (Created page with "==OpenWrt » Install== {|class='wikitable mw-collapsible' style='width:100%;margin:3px 0' !scope='col' style='text-align:left' colspan='2'| [https://openwrt.org/toh/cudy/tr3000#oem_easy_installation OpenWrt » Install] |- |valign='top' style='width:50%'| <syntaxhighlight style='margin:3px 0' lang='bash'> :' 🆔 192.168.10.88 ⚙️ http://192.168.10.1/cgi-bin/luci/ ⚙️ http://192.168.10.1/cgi-bin/luci/admin/setup 🔼 cudy_tr3000-v1-sysupgrade_20251112_release.bin '...")
- 01:00, 27 December 2025 Shahed talk contribs created page Yourls (Created page with "==References== {|class='wikitable mw-collapsible' style='width:100%;margin:3px 0' !scope='col' style='text-align:left' colspan='3'| References |- |valign='top' style='width:33%'| * [https://yourls.org/docs/guide/advanced/passwordless-api Yourls » API » Passwordless] * Yourls » Helm * [https://yourls.org/docs/guide/advanced/api Yourls » API] |valign='top' style='width:34%'| |valign='top' style='width:33%'| |}")
- 14:29, 26 December 2025 Shahed talk contribs created page Helm/Yourls (Created page with "{|class='wikitable' style='width:100%;margin:-11px 0 6px 0' |valign='top'| <syntaxhighlight style='margin:3px 0' lang='bash'> helm repo add yourls https://charts.yourls.org helm repo update && helm repo list kubectl config get-contexts </syntaxhighlight> |} ==Data== {|class='wikitable' style='width:100%;margin:3px 0' !scope='col' style='text-align:left'| Data |- |valign='top'| {|class='wikitable mw-collapsible' style='width:100%;margin:3px 0' !scope='col' style='text-al...")
- 07:37, 24 December 2025 Shahed talk contribs created page Category:Hidden categories (Created blank page)
- 07:37, 24 December 2025 Shahed talk contribs created page Category:Kroki-diagram-tracking-category (Created page with "__HIDDENCAT__")
- 07:31, 24 December 2025 Shahed talk contribs created page Diagram (Created page with "==References== {|class='wikitable mw-collapsible' style='width:100%;margin:3px 0' !scope='col' style='text-align:left' colspan='3'| References |- |valign='top' style='width:33%'| * Diagram » Kroki » Mermaid * Diagram » Kroki * [https://www.mediawiki.org/wiki/Extension:Kroki Diagram » Wiki] |valign='top' style='width:34%'| |valign='top' style='width:33%'| |}")
- 07:35, 23 December 2025 Shahed talk contribs created page Diagram/Kroki (Created page with "==References== {|class='wikitable mw-collapsible' style='width:100%;margin:3px 0' !scope='col' style='text-align:left' colspan='3'| References |- |valign='top' style='width:33%'| * Diagram » Kroki » Mermaid * Helm » Kroki |valign='top' style='width:34%'| |valign='top' style='width:33%'| |}")
- 07:34, 23 December 2025 Shahed talk contribs created page Diagram/Kroki/Mermaid (Created page with "==References== {|class='wikitable mw-collapsible' style='width:100%;margin:3px 0' !scope='col' style='text-align:left' colspan='3'| References |- |valign='top' style='width:34%'| * Diagram » Kroki * Helm » Kroki * Helm |valign='top' style='width:33%'| |valign='top' style='width:33%'| |}")
- 03:20, 23 December 2025 Shahed talk contribs created page Helm/Kroki (Created page with "{|class='wikitable' style='width:100%;margin:-11px 0 6px 0' !scope='col' style='text-align:left'| Helm |- |valign='top'| <syntaxhighlight style='margin:3px 0' lang='bash'> helm repo add cowboysysop https://cowboysysop.github.io/charts helm repo update && helm repo list kubectl config get-contexts </syntaxhighlight> |} ==Helm » Context== {|class='wikitable mw-collapsible' style='width:100%;margin:3px 0' !scope='col' style='text-align:left' colspan='2'| Helm » Context |...")
- 23:55, 16 December 2025 Shahed talk contribs created page MediaWiki:Chorke/Common.js (Created page with "Syntaxhighlight Copy Button: mw.loader.using('jquery').done(function () { $('.mw-highlight pre').each(function () { const pre = $(this); const btn = $('<button>') .text('Copy') .addClass('copy-button') .css({ position: 'absolute', 'font-size': '12px', 'z-index': 1, right: '6px', top: '6px' }); const wrapper = $('<div>') .css({ position: 'relative' }); pre.wrap(wra...")
- 23:02, 16 December 2025 Shahed talk contribs created page MediaWiki:Chorke/Common.css (Created page with "CSS placed here will be applied to all skins: .imagelink_cki_xds_tx a { width:701px; height:391px; display:block; text-decoration:none; background-image: url("https://wiki.ihe.net/images/d/d7/XDS-Actor-Transaction-b.jpg") }")
- 14:54, 16 December 2025 Shahed talk contribs changed group membership for Shahed: granted interface administrator; kept bureaucrat and administrator unchanged
- 09:22, 1 December 2025 Shahed talk contribs created page Backup/Restic (Created page with "==Backup » Restic== {|class='wikitable mw-collapsible' style='width:100%' !scope='col' style='text-align:left'| Backup » [https://restic.net/ Restic] |- |valign='top'| {|class='wikitable mw-collapsible mw-collapsed' style='width:100%;margin:3px 0 3px 0' !scope='col' style='text-align:left'| Restic » Install |- |valign='top'| <syntaxhighlight style='margin:3px 0 3px 0' lang='bash'> cat <<'EXE' | sudo bash apt-get update apt-get install -y restic restic version apt-get...")
- 08:58, 1 December 2025 Shahed talk contribs created page Backup/Borg (Created page with "==Backup » Borg== {|class='wikitable mw-collapsible' style='width:100%' !scope='col' style='text-align:left'| Backup » [https://www.borgbackup.org/ Borg] |- |valign='top'| {|class='wikitable mw-collapsible mw-collapsed' style='width:100%;margin:3px 0 3px 0' !scope='col' style='text-align:left'| Borg » Install |- |valign='top'| <syntaxhighlight style='margin:3px 0 3px 0' lang='bash'> cat <<'EXE' | sudo bash apt-get update apt-get install -y borgbackup borg --version ap...")
- 06:51, 1 December 2025 Shahed talk contribs created page Backup/Rclone (Created page with "==Backup » Rclone== {|class='wikitable mw-collapsible' style='width:100%' !scope='col' style='text-align:left'| Backup » [https://rclone.org/ Rclone] |- |valign='top'| {|class='wikitable mw-collapsible mw-collapsed' style='width:100%;margin:3px 0 3px 0' !scope='col' style='text-align:left'| Rclone » Install |- |valign='top'| <syntaxhighlight style='margin:3px 0 3px 0' lang='bash'> cat <<'EXE' | sudo bash apt-get update apt-get install -y rclone rclone version apt-get...")
- 05:09, 27 November 2025 Shahed talk contribs created page Security/Lynis (Created page with "==Security » Lynis== {|class='wikitable mw-collapsible' style='width:100%' !scope='col' style='text-align:left'| Security » [https://cisofy.com/lynis/ Lynis] |- |valign='top'| {|class='wikitable mw-collapsible mw-collapsed' style='width:100%;margin:3px 0 3px 0' !scope='col' style='text-align:left'| Lynis » Install |- |valign='top'| <syntaxhighlight style='margin:3px 0 3px 0' lang='bash'> cat <<'EXE' | sudo bash apt-get update apt-get install -y lynis apt-get clean EXE...")
- 07:22, 20 November 2025 Shahed talk contribs created page Security/OpenVAS (Created page with "==Security » OpenVAS== {|class='wikitable mw-collapsible' style='width:100%' !scope='col' style='text-align:left'| Security » [https://www.openvas.org/ OpenVAS] |- |valign='top'| {|class='wikitable mw-collapsible mw-collapsed' style='width:100%;margin:3px 0 3px 0' !scope='col' style='text-align:left' colspan='2'| OpenVAS » Install |- |valign='top' style='width:50%'| <syntaxhighlight style='margin:3px 0 3px 0' lang='bash'> cat <<'EXE' | sudo bash apt-get update apt-get...")
- 06:53, 20 November 2025 Shahed talk contribs created page Security/Fail2ban (Created page with "==Security » Fail2ban== {|class='wikitable mw-collapsible' style='width:100%' !scope='col' style='text-align:left'| Security » [https://en.wikipedia.org/wiki/Fail2ban Fail2ban] |- |valign='top'| {|class='wikitable mw-collapsible mw-collapsed' style='width:100%;margin:3px 0 3px 0' !scope='col' style='text-align:left'| Fail2ban » Install |- |valign='top'| <syntaxhighlight style='margin:3px 0 3px 0' lang='bash'> cat <<'EXE' | sudo bash apt-get update apt-get install -y f...")
- 06:10, 20 November 2025 Shahed talk contribs created page Security/ClamAV (Created page with "==Security » [https://github.com/fail2ban/fail2ban/wiki ClamAV]== {|class='wikitable mw-collapsible' style='width:100%' !scope='col' style='text-align:left'| Security » ClamAV |- |valign='top'| {|class='wikitable mw-collapsible mw-collapsed' style='width:100%;margin:3px 0 3px 0' !scope='col' style='text-align:left'| ClamAV » Install |- |valign='top'| <syntaxhighlight style='margin:3px 0 3px 0' lang='bash'> cat <<'EXE' | sudo bash apt-get update apt-get install -y clam...")
- 11:57, 24 October 2025 Shahed talk contribs created page K8s/Localtunnel (Created page with "==K8s » Config== {|class='wikitable' style='width:100%' !scope='col' style='text-align:left'| K8s » Config |- |valign='top'| {|class='wikitable mw-collapsible' style='width:100%;margin:3px 0 3px 0' !scope='col' style='width:50%'| Context » Available !scope='col' style='width:50%'| Context » Enabled |- |valign='top'| <syntaxhighlight style='margin:3px 0 3px 0' lang='bash'> export KUBECONFIG=${HOME}/.kube/shahed-aa-kubeconfig.yaml export KUBECONFIG=${HOME}/.kube/shahed...")
- 17:42, 19 October 2025 Shahed talk contribs created page Helm/Pi-Hole (Created page with " helm repo add mojo2600 https://mojo2600.github.io/pihole-kubernetes helm repo update && helm repo list kubectl config get-contexts ==Config== {| |valign="top"| <syntaxhighlight lang="properties"> export KUBECONFIG="${HOME}/.kube/aws-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/dev-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/gcp-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/config" </syntaxhighlight> |valign="top"| <syntaxhighlight lang="bash"> cat <<'...")
- 15:12, 2 October 2025 Shahed talk contribs created page Lazy Docker (Created page with "{| |valign='top'| <syntaxhighlight lang="bash"> brew install lazydocker brew uninstall lazydocker </syntaxhighlight> |valign='top'| <syntaxhighlight lang="bash"> choco install lazydocker choco uninstall lazydocker </syntaxhighlight> |- |valign='top' colspan='2'| <syntaxhighlight lang="bash"> cat <<-'EXE'|sudo bash LZD_PLATFORM="$(uname -s)_$(uname -m)" LZD_ARCHIVE="$(echo "${LZD_PLATFORM}.tar.gz"|tr '[:upper:]' '[:lower:]')" LZD_VERSION="$(curl -s https://api.github....")
- 15:07, 27 July 2025 Shahed talk contribs created page K8s/MediaWiki (Created page with "==K8s » Config== {|class='wikitable mw-collapsible' !scope='col' colspan='2' style='width:1000px'| K8s » Config |- |valign='top'| <syntaxhighlight lang="bash"> export KUBECONFIG=${HOME}/.kube/aws-kubeconfig.yaml export KUBECONFIG=${HOME}/.kube/dev-kubeconfig.yaml export KUBECONFIG=${HOME}/.kube/gcp-kubeconfig.yaml </syntaxhighlight> |valign='top'| <syntaxhighlight lang="bash"> export KUBECONFIG=${HOME}/.kube/shahed-aa-kubeconfig.yaml export KUBECONFIG=${HOME}/.kube/sh...")
- 16:06, 24 July 2025 Shahed talk contribs created page Helm/Loki (Created page with "{|class='wikitable mw-collapsible' !scope='col' style='width:1000px'| Helm » Repo » Manage |- |valign='top'| <syntaxhighlight lang="bash"> helm repo add grafana https://grafana.github.io/helm-charts helm repo update && helm repo list </syntaxhighlight> |} ==Helm » K8s » Config== {|class='wikitable mw-collapsible' !scope='col' colspan='2' style='width:1000px'| Helm » K8s » Config |- |valign='top'| <syntaxhighlight lang="bash"> export KUBECONFIG=${HOME}/.kube/eks-ku...")
- 03:21, 23 July 2025 Shahed talk contribs created page Helm/Prometheus Stack/PV (Created page with "{|class='wikitable mw-collapsible' !scope='col' style='width:1000px'| Helm » Repo » Manage |- |valign='top'| <syntaxhighlight lang="bash"> helm repo add prometheus https://prometheus-community.github.io/helm-charts helm repo update && helm repo list </syntaxhighlight> |} ==Helm » K8s » Config== {|class='wikitable mw-collapsible' !scope='col' colspan='2' style='width:1000px'| Helm » K8s » Config |- |valign='top'| <syntaxhighlight lang="bash"> export KUBECONFIG=${HO...")
- 15:57, 20 July 2025 Shahed talk contribs created page K8s/PgVector (Created page with "==K8s » Config== {|class='wikitable mw-collapsible' !scope='col' colspan='2' style='width:1000px'| K8s » Config |- |valign='top'| <syntaxhighlight lang="bash"> export KUBECONFIG=${HOME}/.kube/aws-kubeconfig.yaml export KUBECONFIG=${HOME}/.kube/dev-kubeconfig.yaml export KUBECONFIG=${HOME}/.kube/gcp-kubeconfig.yaml </syntaxhighlight> |valign='top'| <syntaxhighlight lang="bash"> export KUBECONFIG=${HOME}/.kube/shahed-aa-kubeconfig.yaml export KUBECONFIG=${HOME}/.kube/sh...")
- 06:25, 17 July 2025 Shahed talk contribs created page K8s/MinIO (Created page with "==K8s » Config== {|class='wikitable mw-collapsible' !scope='col' colspan='2' style='width:1000px'| K8s » Config |- |valign='top'| <syntaxhighlight lang="bash"> export KUBECONFIG=${HOME}/.kube/aws-kubeconfig.yaml export KUBECONFIG=${HOME}/.kube/dev-kubeconfig.yaml export KUBECONFIG=${HOME}/.kube/gcp-kubeconfig.yaml </syntaxhighlight> |valign='top'| <syntaxhighlight lang="bash"> export KUBECONFIG=${HOME}/.kube/shahed-aa-kubeconfig.yaml export KUBECONFIG=${HOME}/.kube/sh...")
- 14:29, 15 July 2025 Shahed talk contribs created page K8s/Nexus (Created page with "==K8s » Config== {|class='wikitable mw-collapsible' !scope='col' colspan='2' style='width:1000px'| K8s » Config |- |valign='top'| <syntaxhighlight lang="bash"> export KUBECONFIG=${HOME}/.kube/aws-kubeconfig.yaml export KUBECONFIG=${HOME}/.kube/dev-kubeconfig.yaml export KUBECONFIG=${HOME}/.kube/gcp-kubeconfig.yaml </syntaxhighlight> |valign='top'| <syntaxhighlight lang="bash"> export KUBECONFIG=${HOME}/.kube/shahed-aa-kubeconfig.yaml export KUBECONFIG=${HOME}/.kube/sh...")
- 05:08, 12 July 2025 Shahed talk contribs created page Helm/Harbor (Created page with "{|class='wikitable mw-collapsible' !scope='col' style='width:1000px'| Helm » Repo » Manage |- |valign='top'| <syntaxhighlight lang="bash"> helm repo add harbor https://helm.goharbor.io helm repo update && helm repo list </syntaxhighlight> |} ==Helm » K8s » Config== {|class='wikitable mw-collapsible' !scope='col' colspan='2' style='width:1000px'| Helm » K8s » Config |- |valign='top'| <syntaxhighlight lang="bash"> export KUBECONFIG=${HOME}/.kube/eks-kubeconfig.yaml...")
- 08:49, 10 July 2025 Shahed talk contribs created page K8s/N8N (Created page with "==K8s » Config== {|class='wikitable mw-collapsible' !scope='col' colspan='2' style='width:1000px'| K8s » Config |- |valign='top'| <syntaxhighlight lang="bash"> export KUBECONFIG=${HOME}/.kube/aws-kubeconfig.yaml export KUBECONFIG=${HOME}/.kube/dev-kubeconfig.yaml export KUBECONFIG=${HOME}/.kube/gcp-kubeconfig.yaml </syntaxhighlight> |valign='top'| <syntaxhighlight lang="bash"> export KUBECONFIG=${HOME}/.kube/shahed-aa-kubeconfig.yaml export KUBECONFIG=${HOME}/.kube/sh...")
- 06:50, 10 July 2025 Shahed talk contribs created page K8s/Secret (Created page with "==K8s » Secret » Usages== {|class='wikitable mw-collapsible' !scope='col' colspan='2' style='width:1000px'| K8s » Secret » Usages |- |valign='top'| <syntaxhighlight lang="yaml"> cat <<'YML'| kubectl apply -n academia -f - --- apiVersion: v1 kind: ConfigMap metadata: name: minio data: v4auth: true pathstyle: true region: us-east-1 bucket: gitlab-registry accesskey: Tnen3kCv71osfJKkhcIP regionendpoint: "http://minio.minio:9000" --- apiVersion: v1 kind: S...")
- 06:08, 8 July 2025 Shahed talk contribs created page K8s/PgBouncer (Created page with "==Auth » Query== {|class='wikitable mw-collapsible mw-collapsed' !scope='col' colspan='2' style='width:1000px'| Auth » Query |- |valign='top' colspan='2'| <syntaxhighlight lang="bash"> echo -n 'Password: ';read -s PGPASSWORD; export PGPASSWORD; echo # Password: sadaqah! </syntaxhighlight> |- |valign='top'| <syntaxhighlight lang="bash"> psql -U bouncer -d bouncer -p 5432 -h 192.168.49.1 psql -U gitlab -d gitlab -p 5432 -h 192.168.49.1 psql -U harbor -d harbor...")
- 13:19, 5 July 2025 Shahed talk contribs created page Cloud/Linode/AA (Created page with "==Linode » Argo== {|class='wikitable mw-collapsible' !scope='col' style='width:700px' colspan='4'| Linode » Argo |- !scope="col" style='width:180px'| Name !scope="col" style='width:140px'| Network !scope="col" style='width:240px'| Subnets !scope="col" style='width: 90px'| Forward |- | '''Linode » AA''' || <code>10.20.42.1/32</code> || <code>10.20.42.1 … 1/32 = 01</code> ||style='text-align:center'| ⚪️ |- | Linode » AB || <code>10.20.42.2/32</code>...")
- 13:51, 3 July 2025 Shahed talk contribs created page Docker/Compose/N8N (Created page with "==N8N » Volume== {|class='wikitable mw-collapsible' !scope='col' style='width:1000px'| '''N8N » Volume''' |- |valign='top'| <syntaxhighlight lang="bash"> ssh -qt academia@shahed-aa.local bash cat <<'EXE'| sudo bash mkdir -p /{etc,var}/n8n.shahed.biz/ mkdir -p /etc/n8n.shahed.biz/caddy/ mkdir -p /var/n8n.shahed.biz/{n8n,postgres,caddy/{conf,data,files}} chown -R 1000:1000 /var/n8n.shahed.biz/{n8n,caddy,postgres}/ EXE </syntaxhighlight> |}...")
- 02:18, 26 June 2025 Shahed talk contribs created page Helm/Sign (Created page with "==References== {| |valign='top'| * [https://helm.sh/docs/topics/provenance/ Helm » Provenance] * [https://helm.sh/docs/helm/helm_package/ Helm » Package] * Helm |valign='top'| |valign='top'| |- |colspan='3'| ---- |- |valign='top'| * Security » HTTP » Basic Authentication * Security » OpenLDAP » BackSQL * Security » Certificate » TLS * Security/Certificate|Security » Certif...")
- 06:47, 25 June 2025 Shahed talk contribs created page Security/Container/Cosign (Created page with "<syntaxhighlight lang="bash"> cat <<'EXE'| sudo bash wget -cq https://github.com/sigstore/cosign/releases/download/v2.5.0/cosign-linux-amd64 -P ${HOME}/Downloads mv ${HOME}/Downloads/cosign-linux-amd64 /usr/local/bin/cosign chmod +x /usr/local/bin/cosign cosign version cosign --help EXE </syntaxhighlight> ==Playground== {| |valign='top'| <syntaxhighlight lang="bash"> cosign version cosign --help </syntaxhighlight> |valign='top'| <syntaxhi...")
- 06:44, 24 June 2025 Shahed talk contribs created page MinIO/MC (Created page with "{|class='wikitable mw-collapsible' !scope='col' style='width:1000px' colspan='3'| '''MinIO » MC » Register » Alias''' |- |valign='top'| <syntaxhighlight lang="bash"> cat <<'EXE'| sudo bash wget -c https://dl.min.io/client/mc/release/linux-amd64/mc \ -P /usr/local/bin/ chmod +x /usr/local/bin/mc EXE xdg-open http://minio.host.k8s.local &>/dev/null & </syntaxhighlight> ---- <syntaxhighlight lang="bash"> echo -n 'Username|AccessKey: ';read -s MC_ACCESS_KEY;export...")
- 02:59, 18 June 2025 Shahed talk contribs created page Rsync (Created page with "==Playground== {| | valign="top" | <syntaxhighlight lang="bash"> rsync -aqz ${BACKUPS_CFG_FILE} ${HAPROXY_ETC_BASE}/haproxy.cfg rsync -aqz ${HAPROXY_TMP_FILE} ${HAPROXY_ETC_BASE}/haproxy.cfg </syntaxhighlight> | valign="top" colspan="2" | <syntaxhighlight lang="bash"> sudo rsync -avz /etc/pgbouncer/pgbouncer.ini /etc/pgbouncer/pgbouncer.ini.bkp sudo rsync -avz /etc/pgbouncer/userlist.txt /etc/pgbouncer/userlist.txt.bkp </syntaxhighlight> |- | colspan="3" | ---- |- | v...")