All links of one day
in a single page.
<Previous day - Next day>

rss_feedDaily RSS Feed
floral_left The Daily Shaarli floral_right
——————————— December 23, 2016 - Friday 23, December 2016 ———————————
entropy - random - urandom -
thumbnail

To run this inside a container, you have to docker run --privileged
You can run this on host, then map /dev/random from host inside container

/!\ In test environment ONLY :

Don't install anything, just map /dev/urandom from host into /dev/random container
docker run -v /dev/urandom:/dev/random

Test entropy : (rng-tools)
cat /dev/random | rngtest -c 1000

-