Skip to content

Instantly share code, notes, and snippets.

Proxmox VE tips

Just some tips I gathered over time. All in one easily reachable place so I can share it wherever I want.

Please note that unless you see a shebang (#!/...) these code blocks are usually meant to be copy & pasted directly into the shell. Some of the steps will not work if you run part of them in a script and copy paste other ones as they rely on variables set before.
The { and } surrounding some scripts are meant to avoid poisoning your bash history with individual commands, etc. You can ignore them if you manually copy paste the individual commands.
I chose to write things "in the open" that way so there's still some control and things don't become a black box.

Table of contents

@jasonswearingen
jasonswearingen / ImGui.NET.xml
Last active January 29, 2026 04:07
I made an intellisense xml file for imgui.net. paste it into the same dir as the nuget dll, overwrite existing. ex: `C:\Users\jason\.nuget\packages\imgui.net\1.91.6.1\lib\net8.0`
<?xml version="1.0" encoding="UTF-8"?>
<doc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<assembly>
<name>ImGui.NET</name>
</assembly>
<members>
<member name="T:ImGuiNET.ImGuiWindowFlags">
<summary>
Flags for ImGui window creation.
</summary>