Skip to content

Instantly share code, notes, and snippets.

View barthol0's full-sized avatar
🔥
Honk Honk ! 🤡🌍️

Bart barthol0

🔥
Honk Honk ! 🤡🌍️
View GitHub Profile
@barthol0
barthol0 / manjaro-hibernation.md
Last active January 15, 2022 22:23
Manjaro Linux or Arch - how to enable hibernation
@barthol0
barthol0 / nordvpn-service.md
Last active December 19, 2020 14:44
nordvpnd.service fails to start on linux

Problem

nordvpnd.socket: Failed to resolve group nordvpn: No such process

Fix:

sudo groupadd nordvpn
sudo usermod -aG nordvpn your_username
sudo systemctl restart nordvpnd.service
sudo systemctl restart nordvpnd.socket