Skip to content

Instantly share code, notes, and snippets.

View cyberofficial's full-sized avatar
:fishsticks:
Training a language model for Synthalingua.

Cyber Official cyberofficial

:fishsticks:
Training a language model for Synthalingua.
View GitHub Profile
@cyberofficial
cyberofficial / finddupes.ps1
Last active December 28, 2025 12:15
Dupe Finder, Find duplicate files in a dir. Was meant for llms, but can be applied to different applications.
# 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;
@cyberofficial
cyberofficial / Manager.sh
Last active September 4, 2025 05:14
My simple manager for Termux of handing simple mundane tasks
#!/bin/bash
SNAPSHOT_SUFFIX="_snapshot.tar"
main_menu() {
while true; do
echo ""
echo "== Debian Manager =="
echo " 1) Snapshot (Backup)"
echo " 2) Restore"

Beginner Installation Guide (For Total Beginners)

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!


1. Install Git (Version Control)

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,

@cyberofficial
cyberofficial / ProotSetUpVnc.sh
Last active November 3, 2025 02:04
ProotSetUp.sh
#!/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)