- ✅ Full integration with Mimir's memory bank
- ✅ Graph functions enable multi-hop reasoning
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
| #!/bin/bash | |
| # get list of VMs and LXCs on the node | |
| VMIDs=$(/usr/sbin/qm list | tail -n +2 | awk '/[0-9]/ {print $1}') | |
| LXCs=$(/usr/bin/lxc-ls) | |
| # ask LXCs to stop | |
| for LXC in $LXCs | |
| do | |
| /usr/bin/lxc-stop $LXC |
- https://www.microsoft.com/en-au/software-download/windows10ISO, for VLC use: https://www.microsoft.com/Licensing/servicecenter/default.aspx
- Press F12 (This opens the developer options of your browser)
- Enable mobile device emulation (On Chrome, it's phone/tablet icon in the top-left of the dev tools pane)
- Refresh the page.
- (optional) https://tb.rg-adguard.net/public.php (fan-made mirrors)
What you'll see now is the option to select your Windows version and language, and it'll download the ISO.