How to create web dev conference using Linux command line

Y

Yuriy Okhonin

Guest
1) install php and espeak

Code:
yum install php espeak

2) run the following command

Code:
php -r “\$l=array(‘a’,'e’,'y’,'u’,'i’,'o’,'a’,'j’); while(1) { echo \$l[rand(0,7)]; if(rand(0,60)==1) { echo ‘ website ‘;}}” 2>/dev/null | espeak

Here is the effect (starting from 2:15, before this time it's just typing)
 

Staff online

Members online


Top