Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

generate a random password bash

tr -dc 'A-Za-z0-9!"#$%&'''()*+,-./:;<=>?@[]^_`{|}~' </dev/urandom | head -c 13  ; echo
Comment

password generator bash

< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c${1:-32};echo;
Comment

password generator bash

date +%s | sha256sum | base64 | head -c 32 ; echo
Comment

PREVIOUS NEXT
Code Example
Shell :: vs code installed extensions list command 
Shell :: bash lowercase 
Shell :: font manger for arch 
Shell :: C:UsersMY PCAppDataRoaming pm/node_modules/node/bin/node: line 1: This: command not found 
Shell :: Keep CMD open after BAT file executes 
Shell :: git delete pushed commit 
Shell :: how to find where python modules are installed 
Shell :: install sdkman 
Shell :: sqlmap enumerate databases 
Shell :: get video codec ffmpeg 
Shell :: install crossover in linux 
Shell :: get macadress windows 
Shell :: how to drive linux 2020 bluetooth on ubuntu 
Shell :: how to install slack in ubuntu 
Shell :: nginx stop if proxy_pass is down 
Shell :: update and upgrade ubuntu 
Shell :: how to install tensorflow on anaconda 
Shell :: debian bullseye sources.list security 
Shell :: archive tar 
Shell :: install zsh with powerlevel10k customization addon 
Shell :: install netbeans 8.2 ubuntu 20.04 
Shell :: connect to specific wifi decive fedora 
Shell :: change owner of all the files from a directory linux 
Shell :: assign home directory to user linux 
Shell :: bash create folder with spaces 
Shell :: install cpanm 
Shell :: kill php ubuntu 
Shell :: remove dbeaver ubuntu 7.1.5 
Shell :: jest 
Shell :: ubuntu 20.04 wifi adapter not found dell 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =