Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!
openssl genrsa -des3 -out rootCA.key 4096| # world.gd | |
| extends Node2D | |
| class_name World | |
| const TILE_SIZE = 32 | |
| const SEA_LEVEL = 0.0 | |
| const RENDER_DISTANCE = 16.0 | |
| @export var altitude_noise: FastNoiseLite |
| const homes = [...new Set( | |
| [...document.querySelectorAll('a[href]')] | |
| .map(x => x.href) | |
| .filter(u => u.includes('_zpid')) | |
| )] | |
| .map(id => { | |
| const addr = id.split('/')[4].replace(/-/g, ' ') | |
| const short = addr.split(' ').slice(0, -3).join(' ') | |
| return { addr, zillow: id, | |
| streeteasy: `https://streeteasy.com/search?search=${short}`, |
| function Save-KBFile { | |
| <# | |
| .SYNOPSIS | |
| Downloads patches from Microsoft | |
| .DESCRIPTION | |
| Downloads patches from Microsoft | |
| .PARAMETER Name | |
| The KB name or number. For example, KB4057119 or 4057119. |