Skip to content

Instantly share code, notes, and snippets.

@cbadb
cbadb / 1. Proxmox_on_Hyper-V_MiniHowTo.md
Last active December 16, 2025 13:05
Proxmox on Hyper-V

Download Proxmox ISO

Download from www.proxmox.com/de/downloads:

  • Proxmox VE 9.0 ISO Installer
  • --> proxmox-ve_9.0-1.iso (Size: 1,64 GB, Upload Date: 5. August 2025, SHA256SUM: 228f948ae696f2448460443f4b619157cab78ee69802acc0d06761ebd4f51c3e)
  • Check SHA256SUM
    certutil -hashfile C:\Users\CBA\Downloads\proxmox-ve_9.0-1.iso SHA256
    

SHA256-Hash von C:\Users\CBA\Downloads\proxmox-ve_9.0-1.iso:

@cbadb
cbadb / oracle_doc_opener.html
Last active January 25, 2026 20:59
HTML/JavaScript to open My Oracle Support (MOS) documents with their old ID
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MOS Quick Access (by cbadb)</title>
<style>
body {
font-family: Arial, sans-serif;