Skip to content

Instantly share code, notes, and snippets.

@stephenlauck
Last active May 25, 2023 04:21
Show Gist options
  • Save stephenlauck/263492ad50047d1e96712e321ed0029b to your computer and use it in GitHub Desktop.
Save stephenlauck/263492ad50047d1e96712e321ed0029b to your computer and use it in GitHub Desktop.
gcloud spell caster
export CLOUDSDK_CORE_PROJECT=gke-project-319818 CLOUDSDK_COMPUTE_REGION=us-west1 CLOUDSDK_COMPUTE_ZONE=us-west1-a; curl https://test.spellcaster.sh/spells/gcloud-macos | bash; . /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && curl https://test.spellcaster.sh/spells/gcloud-macos | bash
@stephenlauck
Copy link
Author

stephenlauck commented May 20, 2023

iex ((New-Object System.Net.WebClient).DownloadString('https://install.mondoo.com/ps1')); Install-Mondoo; cnspec scan local --policy mondoohq/mondoo-windows-security --share-report

@stephenlauck
Copy link
Author

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('http://test.spellcaster.sh/spells/mondoo-windows?format=powershell'))

@stephenlauck
Copy link
Author

gcloud compute instances create spell-win-01 --image-project windows-cloud --image-family windows-2019 --metadata-from-file=windows-startup-script-ps1=mondoo-windows.ps1

@stephenlauck
Copy link
Author

stephenlauck commented May 20, 2023

export CLOUDSDK_CORE_PROJECT=gke-project-319818 CLOUDSDK_COMPUTE_REGION=us-west1 CLOUDSDK_COMPUTE_ZONE=us-west1-a; bash <(curl https://test.spellcaster.sh/spells/gcloud-macos) && gcloud compute instances tail-serial-port-output spell-win-01

@stephenlauck
Copy link
Author

stephenlauck commented May 22, 2023

curl test.spellcaster.sh/spells/firefox | zsh && open -a Firefox 'https://gist.github.com/stephenlauck' --args --make-default-browser

@stephenlauck
Copy link
Author

gcloud compute instances delete spell-win-01 --quiet

@stephenlauck
Copy link
Author

stephenlauck commented May 24, 2023

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; $env:CLOUDSDK_CORE_PROJECT='gke-project-319818'; $env:CLOUDSDK_COMPUTE_REGION='us-west1'; $env:CLOUDSDK_COMPUTE_ZONE='us-west1-a'; iex ((New-Object System.Net.WebClient).DownloadString('http://test.spellcaster.sh/spells/gcloud-windows?format=powershell')); gcloud compute instances tail-serial-port-output spell-win-01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment