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:30 (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-git-ssh-keys-share.md
Last active January 30, 2025 11:06
How to share SSH keys between Windows and WSL2

How to share SSH keys between Windows and WSL2

Copy keys from Windows in WSL2

To copy ssh keys from Windows, use the mnt folder in which you will find your Windows partitions.

cp -r /mnt/[PATH_TO_SSH_KEYS_FOLDER_WINDOWS] ~/.ssh
@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