Welcome! This guide will help you install everything you need to run Ollama Dungeon, even if you've never used GitHub or Python before. Follow each step carefully!
Git lets you download this project. Download and install it from the official site:
| # Complete Duplicate Finder and Manager | |
| # This script finds duplicates by size, verifies by hash, and manages them | |
| # Change modelsPath to main folder to search in. | |
| # OS: Windows Only | |
| # Features: Find duplcate files, create hard links between files, shows you files that can be removed if the hard link works | |
| # You can also undo the actions, if something doesn't work quite right. But you should keep the .dupe files until | |
| # are 100% sure you can remove the .dupe files. | |
| $modelsPath = "X:\path\to\folder" | |
| $sizeReportFile = "X:\path\to\folder\model_duplicates_report.txt" |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Vultr Inference Usage Monitor</title> | |
| <style> | |
| * { | |
| margin: 0; | |
| padding: 0; |
| #!/bin/bash | |
| SNAPSHOT_SUFFIX="_snapshot.tar" | |
| main_menu() { | |
| while true; do | |
| echo "" | |
| echo "== Debian Manager ==" | |
| echo " 1) Snapshot (Backup)" | |
| echo " 2) Restore" |
Welcome! This guide will help you install everything you need to run Ollama Dungeon, even if you've never used GitHub or Python before. Follow each step carefully!
Git lets you download this project. Download and install it from the official site:
GitHub Copilot Custom Agent Mode
I modified that beast mode to be more robust, and I love it. Refactored an entire older repo I made from years ago just for fun and was able to do perfectly
I call it "Extensive Mode"
"Extensive Mode.chatmode.md"
The tools should be customized per environment and what you have available,
| #!/bin/bash | |
| # ⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠ | |
| # Make sure to back up your proot system before using. | |
| # proot-distro backup debian --output "yourfilename.tar" | |
| # Always recommend to back up your files first. | |
| # ⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠ | |
| # If you are just starting up with Termux and want to set up a VNC server with LXDE desktop environment, run the following commands: | |
| # * Install Termux from F-Droid or Play Store (F-Droid is recommended) |
Visit https://store.gaijin.net/user.php?skin_lang=en&view=purchases
Scroll down to this section
Click "Show me all purchases" for all sections and wait until they load
Open the browser console for the webpage usually pressing: ctrl + shift + i