# If you have a two node cluster and can't reach quorum, set the expected vote to 1
pvecm expected 1
# Then delete
pvecm delnode [node]# Resize the file system in UI, under VM -> Hardware -> Click on the disk to resize, click "Resize disk" button
# Confirm increase in disk space (1TB in my case)
$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 1T 0 disk
├─sda1 8:1 0 1M 0 part
├─sda2 8:2 0 1G 0 part /boot
└─sda3 8:3 0 1T 0 part
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: server.go | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| diff --git a/server.go b/server.go | |
| --- a/server.go | |
| +++ b/server.go (date 1642337159905) | |
| @@ -1,16 +1,15 @@ | |
| package main |
brew install openal-soft
brew install sdl2
brew install sdl
brew install enet# Enter herokuish
docker run --rm -it -v $(pwd):/tmp/app gliderlabs/herokuish:latest-18 bash
# Command for running herokuish and checking current versions
herokuish version
herokuish: 0.5.34
buildpacks:
heroku-buildpack-multi v1.0.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "apps": { | |
| "http": { | |
| "servers": { | |
| "example": { | |
| "listen": [ | |
| ":80" | |
| ], | |
| "routes": [ | |
| { |
Lots of options around the web, this is what worked best for me so far;
Based on results here: https://traefik.io/blog/https-on-kubernetes-using-traefik-proxy/
Do a manual dns certbot to create lets encrypt certs
A dive into opentelemetry with OpenObserve a single binary that provides full stack observability.
This was a quick exploritory dive into this world, so things are a little less polished here, just wanted to get up and testing as quick as possible.
We can't make this file beautiful and searchable because it's too large.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "Zipcode","ZipCodeType","City","State","LocationType","Lat","Long","Location","Decommisioned","TaxReturnsFiled","EstimatedPopulation","TotalWages" | |
| "00705","STANDARD","AIBONITO","PR","PRIMARY",18.14,-66.26,"NA-US-PR-AIBONITO","false",,, | |
| "00610","STANDARD","ANASCO","PR","PRIMARY",18.28,-67.14,"NA-US-PR-ANASCO","false",,, | |
| "00611","PO BOX","ANGELES","PR","PRIMARY",18.28,-66.79,"NA-US-PR-ANGELES","false",,, | |
| "00612","STANDARD","ARECIBO","PR","PRIMARY",18.45,-66.73,"NA-US-PR-ARECIBO","false",,, | |
| "00601","STANDARD","ADJUNTAS","PR","PRIMARY",18.16,-66.72,"NA-US-PR-ADJUNTAS","false",,, | |
| "00631","PO BOX","CASTANER","PR","PRIMARY",18.19,-66.82,"NA-US-PR-CASTANER","false",,, | |
| "00602","STANDARD","AGUADA","PR","PRIMARY",18.38,-67.18,"NA-US-PR-AGUADA","false",,, | |
| "00603","STANDARD","AGUADILLA","PR","PRIMARY",18.43,-67.15,"NA-US-PR-AGUADILLA","false",,, | |
| "00604","PO BOX","AGUADILLA","PR","PRIMARY",18.43,-67.15,"NA-US-PR-AGUADILLA","false",,, |

