Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

How to create a file with a given size full of random characters in Linux?

dd if=/dev/urandom bs=786438 count=1 | base64 > /tmp/file
Comment

How to create a file with a given size full of random characters in Linux?

cat /tmp/file | tr 'A-Za-z0-9+/=' 'a-z0-9A-Z$%'
Comment

PREVIOUS NEXT
Code Example
Shell :: sed replace inline file 
Shell :: open ssl change pkcs1 to pkcs8 
Shell :: nvm removes globally installed packages 
Shell :: npm run watch not updating 
Shell :: clear old allure results 
Shell :: install mana in kali complete method 
Shell :: install openzeppelin 
Shell :: cp directory with exclusion 
Shell :: cisco username command 
Shell :: how to kali pentest guide line command how to hack with kali humm my friendsss is all back in google make a signe 
Shell :: How to install ctlptl 
Shell :: how to copy all branch commits to a whole new branch 
Shell :: how to use git in collab 
Shell :: brew help 
Shell :: wrong domain calling on same hosting ubuntu server 
Shell :: add features for wsl linux 
Shell :: git push to different local folder 
Shell :: delete cache gi 
Shell :: zram raspberry pi 
Shell :: with great power comes great responsibility ubuntu 
Shell :: ssh keep connection 
Shell :: homebrew install nasm 
Shell :: betterlock screen set wallpaper 
Shell :: ray core file 
Shell :: start a new shell to examine the situation 
Shell :: regex log level info or warn or erro 
Shell :: nginx dompdf error 
Shell :: add user to wheel groub 
Shell :: wget raw to file 
Shell :: how to make a function in bash 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =