Last active
November 14, 2016 12:32
-
-
Save jaamo/c67fe4ee82e1514bedb4b5731a99b158 to your computer and use it in GitHub Desktop.
Revisions
-
jaamo revised this gist
Nov 14, 2016 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,4 +2,7 @@ dd if=/dev/zero of=output.dat bs=24m count=1 # Linux dd if=/dev/zero of=output.dat bs=24M count=1 # Add some content to the file. perl -e 'print "x" x (1024*1024*120)' > test-120MB.jpg -
jaamo created this gist
Nov 7, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ # OS X dd if=/dev/zero of=output.dat bs=24m count=1 # Linux dd if=/dev/zero of=output.dat bs=24M count=1