Changes between Initial Version and Version 1 of ShellOneLiners


Ignore:
Timestamp:
Aug 19, 2012, 8:23:42 AM (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}}} ||