BlankOnDev

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

Install paket "rng-tools"

    apt-get install rng-tools

Edit File "/etc/default/rng-tools", dan tambahkan script `HRNGDEVICE=/dev/urandom`
seperti berikut :

    # Configuration for the rng-tools initscript
    # $Id: rng-tools.default,v 1.1.2.5 2008-06-10 19:51:37 hmh Exp $

    # This is a POSIX shell fragment

    # Set to the input source for random data, leave undefined
    # for the initscript to attempt auto-detection.  Set to /dev/null
    # for the viapadlock driver.
    #HRNGDEVICE=/dev/hwrng
    #HRNGDEVICE=/dev/null
    HRNGDEVICE=/dev/urandom

    # Additional options to send to rngd. See the rngd(8) manpage for
    # more information.  Do not specify -r/--rng-device here, use

lib/BlankOnDev/Tutorial/id.pod  view on Meta::CPAN


Kemudian edit file C</etc/default/rng-tools> dengan perintah :

    sudo vim /etc/default/rng-tools

Dan tambahkan script C<HRNGDEVICE=/dev/urandom> seperti berikut :

    # Configuration for the rng-tools initscript
    # $Id: rng-tools.default,v 1.1.2.5 2008-06-10 19:51:37 hmh Exp $

    # This is a POSIX shell fragment

    # Set to the input source for random data, leave undefined
    # for the initscript to attempt auto-detection.  Set to /dev/null
    # for the viapadlock driver.
    #HRNGDEVICE=/dev/hwrng
    #HRNGDEVICE=/dev/null
    HRNGDEVICE=/dev/urandom

    # Additional options to send to rngd. See the rngd(8) manpage for
    # more information.  Do not specify -r/--rng-device here, use



( run in 0.521 second using v1.01-cache-2.11-cpan-364913b4093 )