- Create a Windows 11 ISO with Microsoft's Media Creation Tool
- Install Setup Patchium and run it (or try latest Rufus version directly and patch from there)
- Home tab: Select ISO, wait during processing
- Go to Install > Uncheck Remove upgrade and Check Disable Windows 11 compatibility restrictions, click Apply
- Optional: To install without a Microsoft account, go to Install OOBE tab. Click Integrate lumOOBE. This will break sysinstall.
- Click on Create ISO button
- Use Rufus or Ventoy (prefered) to run installation from a USB drive
Discover gists
Astra Linux SE 1.7.6UU2 (1.7.6.15)
installation-1.7.6.15-15.11.24_17.20.iso
installation-1.7.6.15-15.11.24_17.20.iso.gost
installation-1.7.6.15-15.11.24_17.20.iso.md5
Astra Linux SE 1.7.6UU1 (1.7.6.14)
installation-1.7.6.14-21.10.24_20.37.iso
installation-1.7.6.14-21.10.24_20.37.iso.gost
Beast Mode is a custom chat mode for VS Code agent that adds an opinionated workflow to the agent, including use of a todo list, extensive internet research capabilities, planning, tool usage instructions and more. Designed to be used with 4.1, although it will work with any model.
Below you will find the Beast Mode prompt in various versions - starting with the most recent - 3.1
- Go to the "agent" dropdown in VS Code chat sidebar and select "Configure Modes".
- Select "Create new custom chat mode file"
¿Quieres llevar tus habilidades en Python al siguiente nivel integrando bases de datos reales en tus proyectos? Esta masterclass de casi 10 horas es tu guía definitiva para dominar el trabajo con MySQL desde Python, aprendiendo desde los fundamentos hasta la construcción de una aplicación completa con interfaz gráfica profesional.
Este curso está diseñado para ofrecerte una formación completa y práctica. Aprenderás a:
This guide explains how to set up a secure, hardware-isolated workspace on Fedora using Incus (System Containers). Unlike standard Docker or Podman, this setup provides a strict security boundary for a secondary "Work" identity while still allowing graphical applications (like a web browser) to run smoothly at native speeds.
- A host machine running Fedora.
- You must be the primary user on the machine (which uses the standard User ID
1000).
| t#!/bin/bash | |
| # | |
| # Script Name: Colin's iPod Video Encoding Tool | |
| # Version 0.2 | |
| # Description: This script uses FFMPEG to convert videos to formats compatible with various iPods based on encoding profiles described in Apple technical specifications. | |
| # Author: Colin Steinmann | |
| # Contact: https://github.com/metaColin | |
| # Date: August 29, 2023 | |
| # | |
| # License: |
| @echo off | |
| REM Made by fazziclay.com | |
| REM Related: https://habr.com/ru/articles/856602/ | |
| REM LIN: https://gist.github.com/FazziCLAY/75f72acc8b728530a637121fdee4dfb5 | |
| REM WIN: https://gist.github.com/FazziCLAY/38f56ab423a0e0a2f864985cf3ce21be | |
| REM scroll down in overview domain | |
| set ID_ZONE=1111 | |
| REM https://dash.cloudflare.com/profile/api-tokens |
| #!/usr/bin/env bash | |
| # lcc - Local Claude Code launcher | |
| # Points Claude Code at a local LLM served by llama.cpp on your GB10 device | |
| # | |
| # Usage: | |
| # lcc <modelname> — launch Claude Code with the specified model | |
| # lcc <modelname> [args] — pass additional arguments to claude | |
| # lcc — show help/launch with model if one is available | |
| # | |
| # Prerequisites: |
| #!/usr/bin/env bash | |
| # This script demonstrates deterministic output from llama.cpp. | |
| # Place it in an empty directory, run it and it will: | |
| # 1. Clone llama.cpp | |
| # 2. Build llama-cli, it takes a few minutes | |
| # 3. Download a small model | |
| # 4. Run the same prompt twice with the same settings | |
| # 5. Compare the outputs and print whether they are identical |