User contributions
Jump to navigation
Jump to search
- 00:07, 23 April 2022 diff hist +65 Postgres Tuning
- 00:06, 23 April 2022 diff hist +1,573 Postgres Tuning
- 23:24, 22 April 2022 diff hist +44 N Bash loops Created page with "https://www.cyberciti.biz/faq/bash-for-loop/" current
- 17:04, 22 April 2022 diff hist +102 Postgres Tuning
- 17:04, 22 April 2022 diff hist +400 Postgres Tuning
- 15:42, 22 April 2022 diff hist +1,026 Postgres Tuning
- 14:12, 22 April 2022 diff hist +48 Sumologic Queries
- 11:33, 22 April 2022 diff hist +23 N Pg dumpall Created page with "pg_dumpall --roles-only" current
- 11:27, 22 April 2022 diff hist +72 N Postgres Tuning Created page with "https://blog.crunchydata.com/blog/optimize-postgresql-server-performance"
- 19:57, 21 April 2022 diff hist +91 ZFS
- 18:45, 21 April 2022 diff hist +219 ZFS
- 17:20, 20 April 2022 diff hist +3 Openssl
- 17:20, 20 April 2022 diff hist 0 Openssl
- 17:19, 20 April 2022 diff hist +66 Openssl
- 02:46, 20 April 2022 diff hist +919 N Az cli bash wrapper Created page with "#!/usr/bin/env bash # Utility script example. Adjust as needed set -eu count=3 # env=d env=p if [ $env == "d" ]; then rgEnv=D elif [ $env == "p" ]; then rgEnv=P else ech..."
- 02:17, 20 April 2022 diff hist +79 N Tr Created page with "# Remove ^M from files ``` tr -d '^M' < inputfile tr -d $'\r' < inputfile ```" current
- 00:31, 20 April 2022 diff hist +132 ZFS
- 00:13, 20 April 2022 diff hist +16 ZFS
- 00:04, 20 April 2022 diff hist +148 ZFS
- 23:46, 19 April 2022 diff hist +108 ZFS
- 23:45, 19 April 2022 diff hist +64 ZFS
- 23:43, 19 April 2022 diff hist +50 ZFS
- 23:30, 19 April 2022 diff hist +3 ZFS
- 21:43, 19 April 2022 diff hist +116 Openssl
- 21:31, 19 April 2022 diff hist +175 Openssl
- 20:47, 19 April 2022 diff hist +19 Vacuum
- 20:47, 19 April 2022 diff hist +67 Vacuum
- 20:45, 19 April 2022 diff hist +638 N Vacuum Created page with "# Postgres Vacuum ``` $ docker run --rm -d --name postgres postgres:10.1 6732b0b9c6245fe9f19dd58e9737e5102089814e4aa96b66217af28a1596f786 $ docker exec -it postgres bash ro..."
- 15:28, 19 April 2022 diff hist +88 Openssl
- 18:02, 17 April 2022 diff hist +12 X570m current
- 17:57, 17 April 2022 diff hist +124 N X570m Created page with "Nic disappeared especially after power issue - Shutdown - Turn off power supply - Wait a couple of minutes - Start up again"
- 00:48, 16 April 2022 diff hist +59 N Twitter Created page with "https://tillison.co.uk/blog/ultimate-guide-twitter-symbols/" current
- 00:39, 15 April 2022 diff hist +586 Postgres Backup & Restore current
- 22:19, 14 April 2022 diff hist +126 Openssh current
- 15:07, 14 April 2022 diff hist +254 N Zabbix Customization Created page with "simple logo change ``` kubectl -n zabbix-dev cp zabbix-web-9d64864cb-jpz7l:/usr/share/zabbix/assets/img/icon-sprite.svg icon-sprite.svg ``` Or do a full rebrand if you want..." current
- 14:08, 14 April 2022 diff hist +29 Get-AD
- 15:53, 13 April 2022 diff hist +67 N Git tag Created page with "``` git tag -a v6.0.3 -m "Agent2 v6.0.3" git push origin v6.0.3 ```"
- 15:55, 11 April 2022 diff hist +635 N Invoke-webrequest ignore ssl cert Created page with "``` if (-not("dummy" -as [type])) { add-type -TypeDefinition @" using System; using System.Net; using System.Net.Security; using System.Security.Cryptography.X509Certifica..."
- 14:50, 11 April 2022 diff hist 0 Microk8s Upgrade Nodes
- 14:32, 11 April 2022 diff hist +83 Microk8s Upgrade Nodes
- 04:27, 11 April 2022 diff hist +110 N Pg dump Created page with "pg_dump -h localhost -p 5432 -U <MY_PG_Username> -Ft <MY_DB_Name> --file=/tmp/path_$(date +%Y%m%d_%H%M%S).dump"
- 23:36, 10 April 2022 diff hist +92 K8s secrets current
- 23:35, 10 April 2022 diff hist +286 N K8s secrets Created page with "``` echo -n 'my-super-secret-password' | base64 ``` ``` envFrom: - secretRef: name: postgres-secrets - configMapRef: n..."
- 22:17, 9 April 2022 diff hist +99 Postgres Backup & Restore
- 20:11, 9 April 2022 diff hist +115 Postgres Backup & Restore
- 20:10, 9 April 2022 diff hist +72 N Postgres Backup & Restore Created page with "nohup pg_dump -Fc $DB > $DB-$(date +%d-%m-%y_%H-%M).pgdumpFc pg_restore"
- 08:21, 9 April 2022 diff hist +95 Postgres replication current
- 08:11, 9 April 2022 diff hist +63 Postgres replication
- 08:07, 9 April 2022 diff hist +192 N Postgres replication Created page with "https://dev.to/fullstapps/replicate-your-postgresql-database-into-another-server-using-just-one-command-48km#:~:text=Sometimes%20we%20need%20to%20replicate,the%20database%20fr..."
- 23:17, 7 April 2022 diff hist +64 Dig