Skip to content

Instantly share code, notes, and snippets.

View Kuchiriel's full-sized avatar
💭
This is not Orkut

Kuchiriel Kuchiriel

💭
This is not Orkut
View GitHub Profile
@ThioJoe
ThioJoe / Copy-GPU-Drivers-VM.ps1
Last active September 15, 2025 15:00
PowerShell script to copy GPU drivers to Hyper-V Virtual Machine for passthrough.
# Description: This script will automatically copy the necessary GPU drivers from your current host machine into a Hyper-V Virtual Machine
# so you can pass through the GPU to the VM. You should run this whenever you update your graphics drivers on the host.
#
# Author: ThioJoe -- https://github.com/ThioJoe
#
# Note: Currently this only works for Nvidia GPUs. But it does support if you have multiple GPUs.
#
# OPTIONAL ARGUMENTS:
# -debug | Enables debug messages that pause the script for each step (No additional string required, just add -debug)
# -name | Sets the virtual machine name so it doesn't need to ask
@primaryobjects
primaryobjects / readme.md
Last active April 20, 2024 12:11
How to Configure AutoGPT with Azure OpenAI Active Directory Managed Identity

How to Configure AutoGPT with Azure OpenAI Active Directory Managed Identity

AutoGPT is an extension of ChatGPT to automatically run an agent to complete a solution without human intervention.

Normally, an OpenAI API key is used.

For Azure OpenAI, you must use either an API token or an Azure Active Directory account.

Loading an API Key with Azure Managed Identity

@HexedHero
HexedHero / mc_client_performance_guide.md
Last active June 25, 2025 14:31
Performance guide for Minecraft 1.20.6+ Clients

Performance guide for Minecraft 1.20.6+ Clients

📜 Fabric

Fabric is the "modern" Minecraft modding software that is very modular.
We use Fabric in this guide so install it by going to https://fabricmc.net/use/ Download the .jar or .exe and run it.

Below is a list of performance and utility mods to make your Minecraft experience better and most importantly smooth.
The list is in order of most importance and they all work together including what they do with why to use them.

@oofnikj
oofnikj / answerfile
Last active September 2, 2025 07:50
Install Docker on Termux
KEYMAPOPTS="us us"
HOSTNAMEOPTS="-n alpine"
INTERFACESOPTS="auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
hostname alpine
"
TIMEZONEOPTS="-z UTC"
@ppoffice
ppoffice / README.md
Last active September 7, 2025 09:41
Install Visual Studio Code (actually code-server) on Android
  1. Install Termux, an Android terminal emulator that provides a Linux execution environment and various tools.

  2. Update system packages in Termux:

    $ pkg update -y
@tdcosta100
tdcosta100 / WSL2GUIXvnc-en.md
Last active September 8, 2025 15:00
A tutorial to use GUI in WSL2 replacing original XServer by Xvnc, allowing WSL to work like native Linux, including login screen

WSL2 with GUI using Xvnc

Note

If you want to use pure WSLg, you can try the new WSLg (XWayland) tutorial or the WSLg (Wayland) tutorial.

In this tutorial, we will setup GUI in WSL2, and access it using VNC. No additional software outside WSL (like VcXsrv) is required, except, of course, a VNC Viewer (RealVNC, TightVNC, TigerVNC, UVNC, etc, all of them might work flawlessly).

The key component we need to install is the desktop metapackage you want (GNOME, KDE, Xfce, Budgie, etc) and tigervnc-standalone-server.

For this setup, I will use Ubuntu (20.04, 22.04 and 24.04 are working), and install GNOME Desktop. Since the key components aren't bound to Ubuntu or GNOME, you can use your favorite distro and GUI. Check the [Sample

@onlurking
onlurking / docker.md
Last active November 19, 2018 20:29
Docker Mastery Notes

Docker

First lecture

Verify if cli can talk to Docker engine.

docker version

View Docker engine config values.

@tschubotz
tschubotz / metamask_and_rinkeby_eth.md
Last active February 28, 2023 04:13
Install Metamask and get Rinkeby ETH

This is a brief guide on how to set up Metamask and obtain Rinkeby testnet ETH from the faucet.

Setup Metamask

  • Open Metamask and setup your account
@carlosanders
carlosanders / ssh-server-WSL-10.md
Last active December 30, 2023 18:33
Passos para configurar o servidor sshd no Windows 10, por meio do bash no Ubuntu no Windows (WSL)

Servidor ssh no Windows 10 WSL

A Microsoft fez uma parceria com a Canonical para criar o Bash no Ubuntu no Windows, executando uma tecnologia chamada Windows Subsystem for Linux. Abaixo estão as instruções sobre como instalar e configurar o servidor ssh para ser executado automaticamente na inicialização.

  • Requisitos:
  • Bash do Ubuntu instalado no Windows 10.

Instalando e configruando o Servidor sshd

  1. Desinstale e reinstale o servidor ssh usando os seguintes comandos:
@onlurking
onlurking / aiml.md
Created April 28, 2017 04:01
AIML 2.0 Working Draft

AIML 2.0 Working Draft

Revision 1.0.2.22
March 9, 2014
Richard S. Wallace
ALICE A.I. Foundation
Contact: [email protected]