$uri = "https://mail-test.technologytoolbox.com/admin/api/v1/boxes"
$userPassword = "{specify test mail password here}"
$adminUsername = "admin@technologytoolbox.com"
$adminPassword = "{specify Poste.io admin password here}"
$credentials = "${adminUsername}:${adminPassword}"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [user] | |
| email = jjameson@duck.com | |
| name = Jeremy Jameson | |
| signingkey = key::ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFa2FTf+AbGUiLakkwtAbxOCMLF2Tc8Fnuw/EWxxs5go jjameson+2025-05@technologytoolbox.com | |
| [color] | |
| ui = true | |
| [core] | |
| editor = 'C:\\Program Files\\Microsoft VS Code\\Code.exe' --wait | |
| [diff] | |
| tool = diffmerge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| clear | |
| # Install pgAdmin 4 | |
| # Reference: https://www.pgadmin.org/download/pgadmin-4-apt/ | |
| ## pgAdmin 4 installation prerequisites | |
| ### Install lsb_release (not included in Debian 13) | |
| sudo apt install lsb-release | |
| ### Setup the repository |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <VirtualHost *:80> | |
| ServerName pgadmin.corp.techtoolbox.us | |
| Redirect / https://pgadmin.corp.techtoolbox.us/ | |
| </VirtualHost> | |
| <VirtualHost *:443> | |
| ServerName pgadmin.corp.techtoolbox.us | |
| #LogLevel debug | |
| ErrorLog ${APACHE_LOG_DIR}/pgadmin-error.log | |
| CustomLog ${APACHE_LOG_DIR}/pgadmin-access.log combined | |
| LoadModule wsgi_module modules/mod_wsgi.so |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const fs = require("fs"); | |
| const path = require("path"); | |
| const personalPasswordsFilePath = path.join(__dirname, "personal.json"); | |
| const workPasswordsFilePath = path.join(__dirname, "technology-toolbox.json"); | |
| const outputFilePath = path.join(__dirname, "tmp.json"); | |
| // Reference: https://stackoverflow.com/a/979325 | |
| const sort_by = (field, reverse, primer) => { | |
| const key = primer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| IF OBJECT_ID('tempdb.dbo.#CommandQueue', 'U') IS NOT NULL | |
| BEGIN | |
| DROP TABLE #CommandQueue | |
| END | |
| CREATE TABLE #CommandQueue | |
| ( | |
| ID INT IDENTITY (1, 1) | |
| , SqlStatement VARCHAR(1000) | |
| ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| USE [MDW] | |
| GO | |
| SET ANSI_NULLS ON | |
| GO | |
| SET QUOTED_IDENTIFIER ON | |
| GO | |
| ALTER PROCEDURE [snapshots].[rpt_query_stats] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Name | StartupOrder | |
|---|---|---|
| CIPHER01 | 4 | |
| CON-ADFS01 | 302 | |
| CON-DC05 | 300 | |
| CON-DC06 | 301 | |
| CON-W10-TEST-03 | 303 | |
| CRYPTID | 0 | |
| EXT-ADFS01A | 0 | |
| EXT-ADFS03A | 108 | |
| EXT-ADFS03B | 109 |
Push-Location C:\NotBackedUp\GitHub
cmd /c mklink /J jeremy-jameson "C:\BackedUp\GitHub\jeremy-jameson"
cmd /c mklink /J technology-toolbox "C:\BackedUp\GitHub\technology-toolbox"NewerOlder