Re: Can we maybe reduce the set of packages we install by default a bit?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mi, 17.04.19 15:14, Steve Grubb (sgrubb@xxxxxxxxxx) wrote:

> #!/bin/sh
>
> while [ 1 ]
> do
>         /bin/cat /proc/sys/kernel/random/entropy_avail
>         sleep 1
> done
>
> Then in another:
>
> cat /dev/random >/dev/null
>
> After a couple seconds, hit ctl-c to kill cat. Watch what happens to the
> entropy.

Well, don't use /dev/random. Use /dev/urandom. The official
documentation declares /dev/random a "legacy interface".

http://man7.org/linux/man-pages/man4/random.4.html

Lennart

--
Lennart Poettering, Berlin
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Users]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]

  Powered by Linux