Skip to content

Instantly share code, notes, and snippets.

@jaamo
Last active November 14, 2016 12:32
Show Gist options
  • Save jaamo/c67fe4ee82e1514bedb4b5731a99b158 to your computer and use it in GitHub Desktop.
Save jaamo/c67fe4ee82e1514bedb4b5731a99b158 to your computer and use it in GitHub Desktop.

Revisions

  1. jaamo revised this gist Nov 14, 2016. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion gistfile1.txt
    Original 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
    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
  2. jaamo created this gist Nov 7, 2016.
    5 changes: 5 additions & 0 deletions gistfile1.txt
    Original 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