New pages
Jump to navigation
Jump to search
1 March 2026
- 06:0606:06, 1 March 2026 DIY/Gas Stove (hist | edit) [3,655 bytes] Shahed (talk | contribs) (Created page with "{|class='wikitable' |valign='top' style='width:50%'| '''The Chamber Setup''' * '''Chamber 1 (Water):''' Acts as a primary filter or bubbler. * '''Chamber 2 (Water + Humidifier):''' Creates water vapor to mix with the fuel. * '''Chamber 3 (Petrol + Humidifier):''' Creates the flammable gasoline mist. * '''Chamber 4 (Water):''' Acts as a Flashback Arrestor. The gas bubbles through water so that if a flame travels back down the pipe, the water stops it from reaching the pet...")
28 February 2026
- 17:0617:06, 28 February 2026 AI/Ollama (hist | edit) [33,590 bytes] Shahed (talk | contribs) (Created page with "==References== {|class='wikitable mw-collapsible' !scope='col' style='text-align:left' colspan='3'| References |- |valign='top' style='width:33%'| * [https://ollama.com/library/gpt-oss:20b AI » Model » <code>gpt-oss:20b</code>] * [https://ollama.com/library/gpt-oss AI » Model » <code>gpt-oss</code>] * [https://ollama.com/ AI » Ollama] |valign='top' style='width:34%'| |valign='top' style='width:33%'| |- |valign='top'| * [https://kubernetes.io/docs/tasks/configure-...")
22 February 2026
- 18:4118:41, 22 February 2026 IoT/Herelink (hist | edit) [7,588 bytes] Shahed (talk | contribs) (Created page with "{|class='wikitable' |valign='top' style='width:50%'| {|class="wikitable" |- !scope='col'| Name !scope="col"| CIDR !!scope='col'| MEMO !!scope='col' | Status |- !scope='row'| Cudy TR3000 | <code>192.168.010.01/24</code> || WiFi » Router ||style='text-align:center'| 🟢 |- !scope='row'| Pi02W | <code>192.168.010.02/24</code> || WiFi » Pi-Hole ||style='text-align:center'| 🟢 |- !scope='row'| Lap...")
18 February 2026
- 17:1317:13, 18 February 2026 WiFi/DWR-BE7200G (hist | edit) [8,859 bytes] Shahed (talk | contribs) (Created page with "{|class='wikitable' |valign='top' style='width:50%'| {|class="wikitable" |- !scope="col"| Name !!scope="col"| CIDR !!scope="col"| MEMO !!scope="col"| Status |- | '''Home''' || <code>10.19.80.1/22</code> || Home VPC || 🟢 |- | '''LAN''' || <code>10.19.80.1/24</code> || Servers || 🟠 |- | '''WLAN''' || <code>10.20.81.1/24</code> || Servers...")
6 February 2026
- 04:4504:45, 6 February 2026 Nginx/Passenger (hist | edit) [12,250 bytes] Shahed (talk | contribs) (Created page with "==References== {|class='wikitable mw-collapsible' !scope='col' style='text-align:left' colspan='3'| References |- |valign='top' style='width:33%'| * Nginx » Security » Certificate » TLS * Nginx » Security » Certificate * Nginx » Security » Password * Nginx » Security » Domain * Nginx » K8s » Ingress * [https://www.phusionpassenger.com/library/c...")
25 January 2026
- 16:0316:03, 25 January 2026 Helm/Zabbix (hist | edit) [24,849 bytes] Shahed (talk | contribs) (Created page with "==References== {|class='wikitable mw-collapsible' !scope='col' style='text-align:left' colspan='3'| References |- |valign='top' style='width:33%'| * Helm » External Secrets Operator * Helm » Prometheus Stack * Helm » Cert Manager * Helm » Prometheus * Helm » Nexus HA * Helm » Grafana * Helm » Harbor * Helm/Pi-H...")
- 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
- 02:5902:59, 23 January 2026 Helm/External Secrets Operator (hist | edit) [23,723 bytes] Shahed (talk | contribs) (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...")
22 January 2026
- 01:4201:42, 22 January 2026 Helm/Vault Secrets Operator (hist | edit) [17,896 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) [19,148 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) [7,455 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
- 07:2807:28, 6 January 2026 Cloud/Shahed/AJ (hist | edit) [3,582 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='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 »...")
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,289 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
- 07:3107:31, 24 December 2025 Diagram (hist | edit) [6,996 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 * Diagram » Kroki * [https://www.mediawiki.org/wiki/Extension:Kroki Diagram » Wiki] |valign='top' style='width:34%'| |valign='top' style='width:33%'| |}")
23 December 2025
- 07:3507:35, 23 December 2025 Diagram/Kroki (hist | edit) [5,181 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,379 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 |...")