Skip to content

Instantly share code, notes, and snippets.

@bartprokop
Created May 1, 2022 22:05
Show Gist options
  • Save bartprokop/847901f5dcec4068f99ffae94d8e7f4f to your computer and use it in GitHub Desktop.
Save bartprokop/847901f5dcec4068f99ffae94d8e7f4f to your computer and use it in GitHub Desktop.
Arch Linux fixing low entropy
cat /proc/sys/kernel/random/entropy_avail
# 496
pacman -S rng-tools
systemctl start rngd
cat /proc/sys/kernel/random/entropy_avail
# 4035
systemctl enable rngd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment