4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
1 results tagged entropy x
  • thumbnail
    How to Setup Additional Entropy for Cloud Servers Using Haveged | DigitalOcean
    • yum install -y gcc
    • wget http://www.issihosts.com/haveged/haveged-1.9.1.tar.gz
    • tar xf haveged-1.9.1.tar.gz
    • cd haveged-1.9.1
    • make
    • ./configure
    • make
    • make install
    • /usr/local/sbin/haveged -w 1024

    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

    December 23, 2016 at 11:57:52 AM GMT+1 - permalink - archive.org - https://www.digitalocean.com/community/tutorials/how-to-setup-additional-entropy-for-cloud-servers-using-haveged
    entropy random urandom
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation