Skip to content

Instantly share code, notes, and snippets.

View forfrossen's full-sized avatar

forfrossen

  • Black Forest
  • 02:36 (UTC +02:00)
View GitHub Profile
@scyto
scyto / proxmox.md
Last active June 7, 2026 16:03
my proxmox cluster

ProxMox Cluster - Soup-to-Nutz

aka what i did to get from nothing to done.

note: these are designed to be primarily a re-install guide for myself (writing things down helps me memorize the knowledge), as such don't take any of this on blind faith - some areas are well tested and the docs are very robust, some items, less so). YMMV

Purpose of Proxmox cluster project

Required Outomces of cluster project

@whisher
whisher / confirm-module.ts
Last active August 19, 2021 13:42
How to create a reusable service allowing to open a confirmation modal to use with canDeactivate using ng-bootstrap
/*
Credit to: https://gist.github.com/jnizet/15c7a0ab4188c9ce6c79ca9840c71c4e
Credit to: Giuseppe Luca Lo Re
*/
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { Injectable } from '@angular/core';
import { CanDeactivate } from '@angular/router';