User contributions
Jump to navigation
Jump to search
- 16:25, 7 April 2022 diff hist +40 Venafi Troubleshooting current
- 16:25, 7 April 2022 diff hist +23 Venafi Troubleshooting
- 16:24, 7 April 2022 diff hist +939 N Venafi Troubleshooting Created page with "https://support.venafi.com/hc/en-us/articles/235543527-Error-All-my-certificates-are-stuck-in-Queued-for-renewal-Renewing-state PS X:\> get-service |findstr -i trust Stopped..."
- 05:20, 7 April 2022 diff hist +36 N K8s certmanager Created page with " https://link.medium.com/MYX9a2oA1ob" current
- 20:57, 6 April 2022 diff hist +41 Tshark
- 18:31, 6 April 2022 diff hist +64 K8s zfs storage class current
- 18:31, 6 April 2022 diff hist +64 K8s zfs current
- 04:06, 6 April 2022 diff hist +43 N Docker commit Created page with "https://adamtheautomator.com/docker-commit/" current
- 18:40, 5 April 2022 diff hist +359 N Redhat certs Created page with "https://support.nmi.com/hc/en-gb/articles/360021544791-How-to-Check-If-the-Correct-Certificates-Are-Installed-on-Linux ``` vim /etc/pki/ca-trust/source/anchors/myca.crt updat..." current
- 20:47, 4 April 2022 diff hist +718 N Az vm run-command Created page with "``` Examples from AI knowledge base: az vm run-command invoke --resource-group MyResourceGroup --name MyVm --command-id RunShellScript --scripts "sudo apt-get update && sudo a..." current
- 20:37, 4 April 2022 diff hist +73 N Wsl Created page with "``` wsl -d ubuntu-20.04 -u myuser -- bash wsl -d ubuntu-20.04 -- bash ```"
- 19:37, 4 April 2022 diff hist +61 Openssl
- 17:05, 4 April 2022 diff hist +130 Sumologic Collector current
- 00:24, 3 April 2022 diff hist +374 PostgreSQL Snippets current
- 00:12, 3 April 2022 diff hist +59 PostgreSQL Snippets
- 15:03, 2 April 2022 diff hist +274 Openssl
- 14:48, 2 April 2022 diff hist +60 N Go certificate info Created page with "https://github.com/carlmjohnson/certinfo/blob/master/main.go" current
- 01:42, 31 March 2022 diff hist +36 N Postgresql nanoseconds duration Created page with "select 87263574::decimal/1000000000;" current
- 18:02, 30 March 2022 diff hist +908 N Encrypted passwords on Linux Created page with "https://unix.stackexchange.com/questions/81240/manually-generate-password-for-etc-shadow ``` Method 1 (md5, sha256, sha512) openssl passwd -6 -salt xyz yourpass Note: passing..." current
- 01:13, 30 March 2022 diff hist +74 N Ssh-keyscan Created page with "Get finger prints of host for known_hosts ``` ssh-keyscan myhost -p 22 ```" current
- 21:54, 29 March 2022 diff hist +131 N Get-acl Created page with "``` (get-acl <folder name>).access | ft IdentityReference,FileSystemRights,AccessControlType,IsInherited,InheritanceFlags -auto ```" current
- 15:37, 27 March 2022 diff hist +779 N Sftpgo Requests Created page with "Updates made to virtual folders in webui don't update if a user is logged into sftp command prompt until relogin. ``` sftpgo version 2.2.2 on Ubuntu 20.04 Not a biggie but w..." current
- 18:52, 26 March 2022 diff hist +95 Sftpgo current
- 16:54, 26 March 2022 diff hist +1,024 Google Compute Platform current
- 16:52, 26 March 2022 diff hist +101 N Google Compute Platform Created page with "# Free Tier https://stackoverflow.com/questions/71176780/google-cloud-compute-engine-always-free-tier"
- 18:19, 25 March 2022 diff hist +94 Net use current
- 17:30, 25 March 2022 diff hist +2 Net use
- 17:02, 25 March 2022 diff hist +1,068 Net use
- 00:33, 25 March 2022 diff hist +55 Net use
- 00:32, 25 March 2022 diff hist +430 Net use
- 00:19, 25 March 2022 diff hist +607 Net use
- 22:56, 24 March 2022 diff hist +80 N Net use Created page with "``` net use k: \\mynost\mysharename /user:MYDOMAIN\myuser net use /delete k: ```"
- 01:54, 24 March 2022 diff hist +43 N Gorm performance Created page with "https://github.com/go-gorm/gorm/issues/3055" current
- 01:27, 24 March 2022 diff hist +296 Pgtype current
- 23:48, 23 March 2022 diff hist +5,695 Pgtype
- 17:41, 23 March 2022 diff hist +152 N Enable winrm Created page with "https://theitbros.com/run-powershell-script-on-remote-computer/#:~:text=You%20can%20use%20PowerShell%20Remoting,connection%20to%20a%20remote%20computer." current
- 14:22, 23 March 2022 diff hist +71 N Pgtype Created page with "timeVal := pgtype.Timestamptz{Status: pgtype.Null} timeVal.Set(theTime)"
- 00:28, 23 March 2022 diff hist +63 Pgx current
- 23:53, 22 March 2022 diff hist +38 Pgx
- 23:47, 22 March 2022 diff hist +39 Pgx
- 23:01, 22 March 2022 diff hist +102 Pgx
- 22:59, 22 March 2022 diff hist +138 Pgx
- 20:52, 22 March 2022 diff hist +333 Windows Service From Powershell Script current
- 19:46, 22 March 2022 diff hist +65 Windows Service From Powershell Script
- 19:45, 22 March 2022 diff hist +422 Windows Service From Powershell Script
- 19:14, 22 March 2022 diff hist +59 Windows Service From Powershell Script
- 18:56, 22 March 2022 diff hist +27 Windows Service From Powershell Script
- 18:55, 22 March 2022 diff hist +842 N Windows Service From Powershell Script Created page with "C:\app\watchAuth0LDAPConn.ps1 ``` $url = "127.0.0.1:49948" $sleep = 3 Write-Output "Starting $url connection watcher." while($true){ try { $R = Invoke-WebRequest $..."
- 16:08, 22 March 2022 diff hist +54 N Pgx Created page with "https://pkg.go.dev/github.com/jackc/pgx#section-readme"
- 14:53, 22 March 2022 diff hist +47 N Golang Logging Created page with "https://www.honeybadger.io/blog/golang-logging/" current