Skip to content

Instantly share code, notes, and snippets.

View hitorilabs's full-sized avatar
🏃

hitorilabs hitorilabs

🏃
View GitHub Profile
@hitorilabs
hitorilabs / WINDOWS11.md
Last active April 24, 2024 14:53 — forked from hungneox/WIN10.MD
Install Windows 11 From A Bootable USB (macos)

Personally, I prefer installing operating systems from a USB stick, so here's a tutorial

TL;DR

If you already have some idea of what's going on:

  1. Download the ISO from Microsoft - https://www.microsoft.com/en-ca/software-download/windows11
  2. Erase USB device and format in MS-DOS/FAT32
diskutil eraseDisk MS-DOS "WINDOWS11" MBR /dev/diskX
@hitorilabs
hitorilabs / nvidia-tdp.service
Last active September 4, 2023 18:05 — forked from DavidAce/nvidia-tdp.service
NVIDIA Power Limit at Boot
[Unit]
Description=Set NVIDIA power limit above default
[Service]
Type=oneshot
ExecStartPre=/usr/bin/nvidia-smi -pm 1
ExecStart=/usr/bin/nvidia-smi -pl 275