Skip to content

Instantly share code, notes, and snippets.

View cage1016's full-sized avatar

Kai-Chu Chung cage1016

View GitHub Profile
@cage1016
cage1016 / crc-on-google-cloud.md
Created March 6, 2022 04:43 — forked from pottava/crc-on-google-cloud.md
CodeReady Containers (crc)

Setup a CRC instance on Google Cloud

1. Create a VM

vm_name=
gcloud compute instances create \
    "${vm_name}" --zone asia-northeast1-c \
    --image-project=ubuntu-os-cloud --image-family=ubuntu-2004-lts \
    --machine-type "n1-custom-14-36864" --boot-disk-size 300G --boot-disk-type pd-standard \
@cage1016
cage1016 / workflow-install.py
Created December 1, 2021 01:53 — forked from goncharov/workflow-install.py
Script to install/symlink Alfred workflows. Useful for workflow developers.
#!/usr/bin/env python3
# encoding: utf-8
#
# Copyright (c) 2013 <deanishe@deanishe.net>.
#
# MIT Licence. See http://opensource.org/licenses/MIT
#
# Created on 2013-11-01
#