Changes between Initial Version and Version 1 of ShellOneLiners


Ignore:
Timestamp:
08/19/12 08:23:42 (12 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ShellOneLiners

    v1 v1  
     1|| Random password || {{{ dd if=/dev/urandom count=1024 bs=1 2>/dev/null | tr -c -d '\041-\174' | cut -c -10}}} ||