Tweets from pichat
| Follow my new user account @markseu About 2 months, 3 weeks ago from Pichat (Pichat Software) |
Tweets from 600infos
| I HAVE NYANED FOR 888.4 SECONDS! http://t.co/JQYOZebv via @nyannyancat About 3 months, 3 weeks ago from 600infos (Wolf) |
Trace: » osCommerce » Reset Password » PDF2JPG » plink tunnel » PuttyTabs » Create a random File
You are here: Pichat Wiki (en) » Snippets » Create a random File
Create a random File
Slow:
dd if=/dev/urandom bs=1 count=252649470 of=/tmp/file.rnd
Fast:
dd if=/dev/urandom bs=1048576 count=241 of=/tmp/file.rnd