Read more

Linux: Quickly create large files for testing

Henning Koch
February 09, 2017Software engineer at makandra GmbH

To create a 10 GB file:

fallocate -l 10G huge_file.dat
Illustration book lover

Growing Rails Applications in Practice

Check out our e-book. Learn to structure large Ruby on Rails codebases with the tools you already know and love.

  • Introduce design conventions for controllers and user-facing models
  • Create a system for growth
  • Build applications to last
Read more Show archive.org snapshot
Posted by Henning Koch to makandra dev (2017-02-09 11:19)