Here a simple and easy memo for getting the iPhones devices models range.
size
[BASH] Create big file (custom) size
This create a 15Mb file. For any use.
[code lang=”bash” autolinks=”false” collapse=”false” firstline=”1″ gutter=”true” htmlscript=”false” light=”false” padlinenumbers=”false” smarttabs=”true” tabsize=”4″ toolbar=”false”]dd if=/dev/random of=BigFile.dat bs=1500000 count=10[/code]
[C#] Split file by size or by Lines
Magari può essere utile questo metodo facile facile che permette di dividere un qualsiasi file (binario o testo) in un numero di parti definite.