Skip to content

Instantly share code, notes, and snippets.

View oblx's full-sized avatar

Oblx oblx

View GitHub Profile
@alyleite
alyleite / wsl.md
Last active July 10, 2024 19:19
Failed to connect to bus: Host is down - WSL 2

» sudo systemctl daemon-reload

System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down

==============================================

Edit*

  1. Open /etc/wsl.conf with any editor:
@karthiks
karthiks / wsl-cheatsheet.ps1
Last active July 11, 2024 10:44
WSL 2 CLI Cheat-sheet To Be Run In Powershell
# To list installed distributions
wsl -l
wsl --list
# To list installed distributions along with its running status and wsl config being 1 or 2
wsl -l --verbose
wsl -l -v
# To run a specific distro
wsl -d distro_name