Skip to content

Instantly share code, notes, and snippets.

@klische
klische / Readme.md
Last active January 30, 2022 20:24
AOE 4 Beta on Paperspace and Parsec (tested on M1 Mac)

NOTE: This guide was written for the Beta, but may work for the production version as well.


  1. Sign up for Paperspace virtual servers, add a credit card ($10 coupon below), and request permission (reason: “cloud gaming”) for the cheapest GPU+ Machine. .54c USD/hour + $7/month for 100GB storage. 50GB not enough.
  2. Wait 24 hours for approval
  3. Once approved, launch new machine with the following
    • DO NOT use the Parsec template
    • Select region closest to you
    • Licensed Windows Server running as Windows 10 Desktop
  • Cheapest GPU+ offering, 100GB storage. AOE 4 highest settings works perfectly
@klische
klische / gist:5fe7510c1eb1d3315e6b83afd6457a79
Created May 14, 2020 20:39
HOWTO: Delete everything in Postman
1. Quit Postman
2. Delete the `Postman` folder in this directory (/Users/you_username/Library/Application Support/Postman)
3. Empty trash
4. Launch Postman
@klische
klische / cert_load.go
Created August 31, 2019 00:00 — forked from ukautz/cert_load.go
Go: Load all .pem files containing private key and certificate(s) from directory
package common
import (
"crypto"
"crypto/ecdsa"
"crypto/rsa"
"crypto/tls"
"crypto/x509"
"encoding/pem"
"fmt"