02-02-2018, 08:47 PM
Hold down Ctrl and Alt keys and press t (Ctrl Alt + t)
Copy/paste (or type) in to your terminal -
An example
Copy/paste (or type) in to your terminal -
Code:
dd if=/dev/urandom bs=1 count=32 2>/dev/null | base64 -w 0 | rev | cut -b 2- | rev
An example