Skip to content

Instantly share code, notes, and snippets.

View silversword411's full-sized avatar
💭
Working on 27.625 different projects all at the same time

silversword411

💭
Working on 27.625 different projects all at the same time
  • Atlanta, GA
  • 12:43 (UTC -05:00)
View GitHub Profile
@likamrat
likamrat / WinGet_WinSrv.ps1
Created February 13, 2023 00:41
Installing Winget om Windows Server 2019/2022
Write-Information "This script needs be run on Windows Server 2019 or 2022"
If ($PSVersionTable.PSVersion.Major -ge 7){ Write-Error "This script needs be run by version of PowerShell prior to 7.0" }
# Define environment variables
$downloadDir = "C:\WinGet"
$gitRepo = "microsoft/winget-cli"
$msiFilenamePattern = "*.msixbundle"
$licenseFilenamePattern = "*.xml"
$releasesUri = "https://api.github.com/repos/$gitRepo/releases/latest"
@tony722
tony722 / sendmail-gcloud
Last active August 2, 2025 02:19
Freepbx Voicemail Transcription Script: Google Speech API
#!/bin/sh
#set -x # Enable shell debugging
#exec 2> /tmp/sendmail-gcloud-debug.log # Redirect stderr to a custom log
# sendmail-gcloud
#
# Installation instructions - Updated for FreePBX 17 and Debian
# Copy the content of this file to /usr/sbin/sendmail-gcloud
#
# Google Account