Skip to content

Instantly share code, notes, and snippets.

@dimagalat
dimagalat / wsl.md
Created March 5, 2022 16:54 — forked from alyleite/wsl.md
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

just try:

sudo apt-get update && sudo apt-get install -yqq daemonize dbus-user-session fontconfig

sudo daemonize /usr/bin/unshare --fork --pid --mount-proc /lib/systemd/systemd --system-unit=basic.target

@dimagalat
dimagalat / introrx.md
Created March 24, 2016 00:41 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing