joximu Wrote:BeNe Wrote:Do it like this:
Code:
./yourscript > /dev/urandom
Greez BeNe
is not that easy...
but this should do it:
Code:
perl -le '$_ = 1; (1 x $_) !~ /^(11+)\1+$/ && print while $_++ < 10000' > /dev/urandom
or
perl -le '$_ = 1; (1 x $_) !~ /^(11+)\1+$/ && print while $_++ < 10000' > /dev/random
(the ; at the end should be omitted and a limit 10000 is maybe a good idea - if you stop it with ctrl-c the output seems to be gone...)
it takes some minutes - depending on what server you have...
thanks , i will try it
BeNe Wrote:Please remove your Password and hostname! 
Greez BeNe
in /etc/ispcp/ispcp.conf?