Skip to content

Instantly share code, notes, and snippets.

View davidrobertbrt's full-sized avatar
👽
Lock in

Bratosin David - Robert davidrobertbrt

👽
Lock in
  • Buzău
  • 08:23 (UTC +03:00)
View GitHub Profile
@davidrobertbrt
davidrobertbrt / Create a MacOS installer USB (on Windows).md
Last active March 17, 2026 10:22 — forked from advixity/Create a MacOS installer USB (on Windows).md
A (relatively) simple guide to create a Bootable MacOS installer USB on Windows

Create a Bootable MacOS installer USB on Windows

Note! Before proceeding, please make sure that you have a USB flash drive at least 8GB in size. All data will be destroyed on this drive, so please back up your files.

Try this first!

Some awesome guy has made a repo for this exact thing https://github.com/LongQT-sea/macos-iso-builder

Flash resulting DMG with Rufus

@davidrobertbrt
davidrobertbrt / wsl2-ubuntu-lamp.md
Last active March 17, 2026 10:24 — forked from abobija/wsl2-ubuntu-lamp.md
LAMP stack on WSL2 (Ubuntu 20.04) - Apache, MySQL, PHP, PhpMyAdmin

LAMP stack on WSL2 (Ubuntu 20.04) - Apache, MySQL, PHP, PhpMyAdmin

Apache

sudo apt-get update && sudo apt-get upgrade 
sudo apt-get install -y apache2

PHP