Skip to content

Instantly share code, notes, and snippets.

@arcenet
arcenet / gist:24015f4e34a00bbaa8f3bcc64c1745e6
Created August 13, 2017 08:55
Installing haveged on Debian/Ubuntu
apt-get install haveged
nano /etc/default/haveged # Setup DAEMON_ARGS="-w 1024"
update-rc.d haveged defaults
cat /dev/random | rngtest -c 1000 # Testing Availability of Entropy & Quality of Random Data
cat /proc/sys/kernel/random/entropy_avail # To test the amount of available entropy