Skip to content

Instantly share code, notes, and snippets.

View davidrobertbrt's full-sized avatar

Bratosin David - Robert davidrobertbrt

View GitHub Profile
@davidrobertbrt
davidrobertbrt / wsl2-git-ssh-keys-share.md
Last active January 14, 2024 23:58
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 [PATH_TO_SSH_KEYS_FOLDER_WINDOWS] ~/.ssh
@davidrobertbrt
davidrobertbrt / wsl2-ubuntu-lamp.md
Last active December 13, 2023 03:26 — 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