random
-
Random Number

Random Number

Use of bash’s built-in ran­dom and arith­metic capabilities. echo $((RANDOM%100+1))
words,words,words!

words,words,words!

Included in GNU/Linux (and MacOSx as well) is a stan­dard file, which is just delim­ited list of dic­tio­nary words. * /usr/share/dict/words To select a ran­dom word: cat /usr/share/dict/words | shuf -n 1 Check also the other files in /usr/share/dict. Very useful! If your oper­at­ing sys­tem is miss­ing the shuf–util­ity you can use this: perl -MList::Util -e 'print...
randomize-word

randomize-word

.

Get a random paragraph

Get a random paragraph

.

Randomize Apache

Randomize Apache

This hack uses a bashscript and apache's time dependent rewriting function to deliver a random image directly from a directory, no php, no nothing.

string-based values

string-based values

.