prngd.conf.solaris-26

来自「随机数算法」· SOLARIS-26 代码 · 共 30 行

SOLARIS-26
30
字号
# entropy gathering commands# Solaris 2.6, contributed by Louis LeBlanc <leblanc@mirror-image.com># Format is: "program-name args" path rate # The "rate" represents the number of bits of usuable entropy per # byte of command output. Be conservative."ls -alni /var/log" /usr/bin/ls 0.02"ls -alni /var/adm" /usr/bin/ls 0.02"ls -alni /var/mail" /usr/bin/ls 0.02"ls -alni /proc" /usr/bin/ls 0.02"ls -alni /tmp" /usr/bin/ls 0.02"netstat -an" /usr/bin/netstat 0.05"netstat -in" /usr/bin/netstat 0.05"netstat -rn" /usr/bin/netstat 0.02"netstat -s" /usr/bin/netstat 0.02"arp -a -n" /usr/sbin/arp 0.02"ifconfig -a" /sbin/ifconfig 0.02"ps -al" /usr/bin/ps 0.03"ps -efl" /usr/bin/ps 0.03"w" /usr/bin/w 0.05"who -a" /usr/bin/who 0.01"last" /usr/bin/last 0.01"df" /usr/bin/df 0.01"df -a" /usr/bin/df 0.01"vmstat" /usr/bin/vmstat 0.01"uptime" /usr/bin/uptime 0.01"ipcs -a" /usr/bin/ipcs 0.01"tail -200 /var/adm/messages" undef 0.01

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?