User contributions
Jump to navigation
Jump to search
- 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
- 00:00, 22 March 2022 diff hist +55 N Pgxscan Created page with "https://pkg.go.dev/github.com/georgysavva/scany/pgxscan" current
- 21:12, 16 March 2022 diff hist +61 Golang HTTP Client current
- 22:13, 15 March 2022 diff hist +187 Find
- 21:54, 15 March 2022 diff hist +134 N Find Created page with "``` find . -name versions.tf -type f -print0 | xargs -0 sed 's/required_version = \">= 0.13\"/required_version = \">= v1.12.2\"/g' ```"
- 23:10, 14 March 2022 diff hist +103 N Gocron Created page with "https://golangexample.com/gocron-a-golang-job-scheduling-package-2/ https://github.com/go-co-op/gocron" current
- 18:22, 14 March 2022 diff hist +106 N Golang Database Connections Created page with "https://stackoverflow.com/questions/50751788/how-to-import-gorm-db-connection-from-another-file-or-package" current
- 17:41, 14 March 2022 diff hist +29 N Go clean Created page with "``` go clean -i importpat ```" current
- 01:07, 14 March 2022 diff hist +36 N Golang postgre performance Created page with " https://link.medium.com/83qJl4Gsnob" current
- 00:33, 14 March 2022 diff hist +31 N Sqlx Created page with "https://jmoiron.github.io/sqlx/" current
- 00:27, 14 March 2022 diff hist +38 N Python to Golang Created page with "https://chand1012.dev//FromPythonToGo/" current
- 23:48, 13 March 2022 diff hist +40 N Golang echo Created page with "https://echo.labstack.com/cookbook/crud/" current
- 22:37, 13 March 2022 diff hist +74 Gorm current