New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Hide redirects

25 January 2026

  • 01:4101:41, 25 January 2026 Helm/Reloader (hist | edit) [13,196 bytes] Shahed (talk | contribs) (Created page with "{|class='wikitable' |valign='top' style='width:50%'| <syntaxhighlight lang='bash'> helm repo add stakater https://stakater.github.io/stakater-charts 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="$...")

23 January 2026

22 January 2026

  • 01:4201:42, 22 January 2026 Helm/Vault Secrets Operator (hist | edit) [15,589 bytes] Shahed (talk | contribs) (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}...")

20 January 2026

  • 07:3307:33, 20 January 2026 Vault (hist | edit) [29,319 bytes] Shahed (talk | contribs) (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...")

19 January 2026

  • 06:2806:28, 19 January 2026 Helm/Vault (hist | edit) [18,383 bytes] Shahed (talk | contribs) (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}...")

16 January 2026

  • 06:5606:56, 16 January 2026 PostgreSQL/Large Object (hist | edit) [7,955 bytes] Shahed (talk | contribs) (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:1605:16, 16 January 2026 PostgreSQL/DBLink (hist | edit) [5,233 bytes] Shahed (talk | contribs) (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:5004:50, 16 January 2026 PostgreSQL/XML (hist | edit) [5,972 bytes] Shahed (talk | contribs) (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:4704:47, 16 January 2026 PostgreSQL/JSON (hist | edit) [9,132 bytes] Shahed (talk | contribs) (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...")

8 January 2026

  • 14:4414:44, 8 January 2026 Raspberry Pi/5 16GB/Debian/13 (hist | edit) [7,680 bytes] Shahed (talk | contribs) (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}....")

6 January 2026

30 December 2025

  • 00:5500:55, 30 December 2025 Raspberry Pi/Zero 2W/Ubuntu/24.04 (hist | edit) [29,607 bytes] Shahed (talk | contribs) (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...")

29 December 2025

  • 06:0806:08, 29 December 2025 Imager (hist | edit) [3,738 bytes] Shahed (talk | contribs) (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:1604:16, 29 December 2025 OpenWrt/Cudy/TR3000 (hist | edit) [6,232 bytes] Shahed (talk | contribs) (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 '...")

27 December 2025

  • 01:0001:00, 27 December 2025 Yourls (hist | edit) [3,837 bytes] Shahed (talk | contribs) (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%'| |}")

26 December 2025

  • 14:2914:29, 26 December 2025 Helm/Yourls (hist | edit) [24,112 bytes] Shahed (talk | contribs) (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...")

24 December 2025

23 December 2025

  • 07:3507:35, 23 December 2025 Diagram/Kroki (hist | edit) [5,118 bytes] Shahed (talk | contribs) (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:3407:34, 23 December 2025 Diagram/Kroki/Mermaid (hist | edit) [6,779 bytes] Shahed (talk | contribs) (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:2003:20, 23 December 2025 Helm/Kroki (hist | edit) [17,304 bytes] Shahed (talk | contribs) (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 |...")

1 December 2025

  • 09:2209:22, 1 December 2025 Backup/Restic (hist | edit) [5,947 bytes] Shahed (talk | contribs) (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:5808:58, 1 December 2025 Backup/Borg (hist | edit) [3,711 bytes] Shahed (talk | contribs) (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:5106:51, 1 December 2025 Backup/Rclone (hist | edit) [3,555 bytes] Shahed (talk | contribs) (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...")

27 November 2025

  • 05:0905:09, 27 November 2025 Security/Lynis (hist | edit) [4,626 bytes] Shahed (talk | contribs) (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...")

20 November 2025

  • 07:2207:22, 20 November 2025 Security/OpenVAS (hist | edit) [23,906 bytes] Shahed (talk | contribs) (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:5306:53, 20 November 2025 Security/Fail2ban (hist | edit) [9,544 bytes] Shahed (talk | contribs) (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:1006:10, 20 November 2025 Security/ClamAV (hist | edit) [5,530 bytes] Shahed (talk | contribs) (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...")